Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
InitReferrerStateAndShortUrlInput
Interface InitReferrerStateAndShortUrlInput<TAccountReferrer, TAccountReferrerState, TAccountReferrerShortUrl, TAccountReferrerUserMetadata, TAccountRent, TAccountSystemProgram>
interface
InitReferrerStateAndShortUrlInput
<
TAccountReferrer
extends
string
=
string
,
TAccountReferrerState
extends
string
=
string
,
TAccountReferrerShortUrl
extends
string
=
string
,
TAccountReferrerUserMetadata
extends
string
=
string
,
TAccountRent
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
{
referrer
:
TransactionSigner
<
TAccountReferrer
>
;
referrerShortUrl
:
Address
<
TAccountReferrerShortUrl
>
;
referrerState
:
Address
<
TAccountReferrerState
>
;
referrerUserMetadata
:
Address
<
TAccountReferrerUserMetadata
>
;
rent
?:
Address
<
TAccountRent
>
;
shortUrl
:
string
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountReferrer
extends
string
=
string
TAccountReferrerState
extends
string
=
string
TAccountReferrerShortUrl
extends
string
=
string
TAccountReferrerUserMetadata
extends
string
=
string
TAccountRent
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
referrer
referrer
Short
Url
referrer
State
referrer
User
Metadata
rent?
short
Url
system
Program?
Properties
referrer
referrer
:
TransactionSigner
<
TAccountReferrer
>
referrer
Short
Url
referrerShortUrl
:
Address
<
TAccountReferrerShortUrl
>
referrer
State
referrerState
:
Address
<
TAccountReferrerState
>
referrer
User
Metadata
referrerUserMetadata
:
Address
<
TAccountReferrerUserMetadata
>
Optional
rent
rent
?:
Address
<
TAccountRent
>
short
Url
shortUrl
:
string
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
referrer
referrer
Short
Url
referrer
State
referrer
User
Metadata
rent
short
Url
system
Program
Coda by Ian Macalinao
Loading...