- Preparing search index...
- The search index is not available
API References
Type alias CandyGuardsRemainingAccount
Candy
Guards
Remaining
Account
: { isSigner
: false; address
: PublicKey; isWritable
: boolean; } | { isSigner
: true; address
: Signer; isWritable
: boolean; }
A remain account to push to the mint or route instruction. When
isSigner
is true, theaddress
attribute must beSigner
and it will be pushed to thesigners
array of the transaction.