Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-core
ExtraAccountArgs
Type Alias ExtraAccountArgs
ExtraAccountArgs
:
|
{
__kind
:
"PreconfiguredProgram"
;
isSigner
:
boolean
;
isWritable
:
boolean
;
}
|
{
__kind
:
"PreconfiguredCollection"
;
isSigner
:
boolean
;
isWritable
:
boolean
;
}
|
{
__kind
:
"PreconfiguredOwner"
;
isSigner
:
boolean
;
isWritable
:
boolean
}
|
{
__kind
:
"PreconfiguredRecipient"
;
isSigner
:
boolean
;
isWritable
:
boolean
;
}
|
{
__kind
:
"PreconfiguredAsset"
;
isSigner
:
boolean
;
isWritable
:
boolean
}
|
{
__kind
:
"CustomPda"
;
customProgramId
:
OptionOrNullable
<
Address
>
;
isSigner
:
boolean
;
isWritable
:
boolean
;
seeds
:
SeedArgs
[]
;
}
|
{
__kind
:
"Address"
;
address
:
Address
;
isSigner
:
boolean
;
isWritable
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...