Type Alias GlobalAddTraderInstructionAccounts

GlobalAddTraderInstructionAccounts: {
    global: web3.PublicKey;
    payer: web3.PublicKey;
    systemProgram?: web3.PublicKey;
}

Accounts required by the GlobalAddTrader instruction