Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
DeleteReferrerStateAndShortUrlInstruction
Type Alias DeleteReferrerStateAndShortUrlInstruction<TProgram, TAccountReferrer, TAccountReferrerState, TAccountShortUrl, TAccountRent, TAccountSystemProgram, TRemainingAccounts>
DeleteReferrerStateAndShortUrlInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountReferrer
extends
string
?
WritableSignerAccount
<
TAccountReferrer
>
&
AccountSignerMeta
<
TAccountReferrer
,
>
:
TAccountReferrer
,
TAccountReferrerState
extends
string
?
WritableAccount
<
TAccountReferrerState
>
:
TAccountReferrerState
,
TAccountShortUrl
extends
string
?
WritableAccount
<
TAccountShortUrl
>
:
TAccountShortUrl
,
TAccountRent
extends
string
?
ReadonlyAccount
<
TAccountRent
>
:
TAccountRent
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
KAMINO_LENDING_PROGRAM_ADDRESS
TAccountReferrer
extends
string
|
AccountMeta
=
string
TAccountReferrerState
extends
string
|
AccountMeta
=
string
TAccountShortUrl
extends
string
|
AccountMeta
=
string
TAccountRent
extends
string
|
AccountMeta
=
"SysvarRent111111111111111111111111111111111"
TAccountSystemProgram
extends
string
|
AccountMeta
=
"11111111111111111111111111111111"
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...