Type Alias BatchUpdateBaseGlobalInstructionAccounts

BatchUpdateBaseGlobalInstructionAccounts: {
    baseGlobal: web3.PublicKey;
    baseGlobalVault: web3.PublicKey;
    baseMarketVault: web3.PublicKey;
    baseMint: web3.PublicKey;
    baseTokenProgram: web3.PublicKey;
    manifestProgram: web3.PublicKey;
    market: web3.PublicKey;
    owner: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    wrapperState: web3.PublicKey;
}

Accounts required by the BatchUpdateBaseGlobal instruction