Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
InitReferrerStateAndShortUrlInstruction
Type Alias InitReferrerStateAndShortUrlInstruction<TProgram, TAccountReferrer, TAccountReferrerState, TAccountReferrerShortUrl, TAccountReferrerUserMetadata, TAccountRent, TAccountSystemProgram, TRemainingAccounts>
InitReferrerStateAndShortUrlInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountReferrer
extends
string
?
WritableSignerAccount
<
TAccountReferrer
>
&
AccountSignerMeta
<
TAccountReferrer
,
>
:
TAccountReferrer
,
TAccountReferrerState
extends
string
?
WritableAccount
<
TAccountReferrerState
>
:
TAccountReferrerState
,
TAccountReferrerShortUrl
extends
string
?
WritableAccount
<
TAccountReferrerShortUrl
>
:
TAccountReferrerShortUrl
,
TAccountReferrerUserMetadata
extends
string
?
ReadonlyAccount
<
TAccountReferrerUserMetadata
>
:
TAccountReferrerUserMetadata
,
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
TAccountReferrerShortUrl
extends
string
|
AccountMeta
=
string
TAccountReferrerUserMetadata
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...