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