CloseEscrowAccountInstructionAccounts: {
    edition?: PublicKey | Pda;
    escrow: PublicKey | Pda;
    metadata?: PublicKey | Pda;
    mint: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    sysvarInstructions?: PublicKey | Pda;
    tokenAccount: PublicKey | Pda;
}

Type declaration

Generated using TypeDoc