- 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
isSigneris true, theaddressattribute must beSignerand it will be pushed to thesignersarray of the transaction.