GuardInstructionExtras: {
    data: Uint8Array;
    remainingAccounts: GuardRemainingAccount[];
}

Additional data and accounts to pass to the mint or route instruction.

Type declaration

  • data: Uint8Array

    The serialized data to pass to the instruction.

  • remainingAccounts: GuardRemainingAccount[]

    A remaining account to push to the mint or route instruction. When isSigner is true, the address attribute must be Signer and it will be pushed to the signers array of the transaction.

Generated using TypeDoc