Type Alias BatchUpdateQuoteGlobalInstructionAccounts

BatchUpdateQuoteGlobalInstructionAccounts: {
    manifestProgram: web3.PublicKey;
    market: web3.PublicKey;
    owner: web3.PublicKey;
    quoteGlobal: web3.PublicKey;
    quoteGlobalVault: web3.PublicKey;
    quoteMarketVault: web3.PublicKey;
    quoteMint: web3.PublicKey;
    quoteTokenProgram: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    wrapperState: web3.PublicKey;
}

Accounts required by the BatchUpdateQuoteGlobal instruction