Type Alias GlobalWithdrawInstructionAccounts

GlobalWithdrawInstructionAccounts: {
    global: web3.PublicKey;
    globalVault: web3.PublicKey;
    mint: web3.PublicKey;
    payer: web3.PublicKey;
    tokenProgram?: web3.PublicKey;
    traderToken: web3.PublicKey;
}

Accounts required by the GlobalWithdraw instruction