ThawDelegatedAccountInstructionAccounts: {
    delegate: Signer;
    edition?: PublicKey | Pda;
    mint: PublicKey | Pda;
    tokenAccount: PublicKey | Pda;
    tokenProgram?: PublicKey | Pda;
}

Type declaration

Generated using TypeDoc