Type Alias CreateMarketLogArgs

CreateMarketLogArgs: {
    baseMint: web3.PublicKey;
    creator: web3.PublicKey;
    market: web3.PublicKey;
    quoteMint: web3.PublicKey;
}

Arguments used to create CreateMarketLog