Type Alias SwapInstructionAccounts

SwapInstructionAccounts: {
    baseMint?: web3.PublicKey;
    baseVault: web3.PublicKey;
    global?: web3.PublicKey;
    globalVault?: web3.PublicKey;
    market: web3.PublicKey;
    payer: web3.PublicKey;
    quoteMint?: web3.PublicKey;
    quoteVault: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    tokenProgramBase: web3.PublicKey;
    tokenProgramQuote?: web3.PublicKey;
    traderBase: web3.PublicKey;
    traderQuote: web3.PublicKey;
}

Accounts required by the Swap instruction