Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
InstructionAccountNode
Interface InstructionAccountNode<TDefaultValue>
interface
InstructionAccountNode
<
TDefaultValue
extends
InstructionInputValueNode
|
undefined
=
InstructionInputValueNode
|
undefined
,
>
{
defaultValue
?:
TDefaultValue
;
docs
?:
Docs
;
isOptional
?:
boolean
;
isSigner
:
boolean
|
"either"
;
isWritable
:
boolean
;
kind
:
"instructionAccountNode"
;
name
:
CamelCaseString
;
}
Type Parameters
TDefaultValue
extends
InstructionInputValueNode
|
undefined
=
InstructionInputValueNode
|
undefined
Index
Properties
default
Value?
docs?
is
Optional?
is
Signer
is
Writable
kind
name
Properties
Optional
Readonly
default
Value
defaultValue
?:
TDefaultValue
Optional
Readonly
docs
docs
?:
Docs
Optional
Readonly
is
Optional
isOptional
?:
boolean
Readonly
is
Signer
isSigner
:
boolean
|
"either"
Readonly
is
Writable
isWritable
:
boolean
Readonly
kind
kind
:
"instructionAccountNode"
Readonly
name
name
:
CamelCaseString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Value
docs
is
Optional
is
Signer
is
Writable
kind
name
Coda by Ian Macalinao
Loading...