Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
InstructionRemainingAccountsNode
Interface InstructionRemainingAccountsNode<TValue>
interface
InstructionRemainingAccountsNode
<
TValue
extends
ArgumentValueNode
|
ResolverValueNode
=
ArgumentValueNode
|
ResolverValueNode
,
>
{
docs
?:
Docs
;
isOptional
?:
boolean
;
isSigner
?:
boolean
|
"either"
;
isWritable
?:
boolean
;
kind
:
"instructionRemainingAccountsNode"
;
value
:
TValue
;
}
Type Parameters
TValue
extends
ArgumentValueNode
|
ResolverValueNode
=
ArgumentValueNode
|
ResolverValueNode
Index
Properties
docs?
is
Optional?
is
Signer?
is
Writable?
kind
value
Properties
Optional
Readonly
docs
docs
?:
Docs
Optional
Readonly
is
Optional
isOptional
?:
boolean
Optional
Readonly
is
Signer
isSigner
?:
boolean
|
"either"
Optional
Readonly
is
Writable
isWritable
?:
boolean
Readonly
kind
kind
:
"instructionRemainingAccountsNode"
Readonly
value
value
:
TValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
docs
is
Optional
is
Signer
is
Writable
kind
value
Coda by Ian Macalinao
Loading...