Type alias SerumV3FulfillmentConfigAccount

SerumV3FulfillmentConfigAccount: {
    fulfillmentType: SpotFulfillmentType;
    marketIndex: number;
    pubkey: PublicKey;
    serumAsks: PublicKey;
    serumBaseVault: PublicKey;
    serumBids: PublicKey;
    serumEventQueue: PublicKey;
    serumMarket: PublicKey;
    serumOpenOrders: PublicKey;
    serumProgramId: PublicKey;
    serumQuoteVault: PublicKey;
    serumRequestQueue: PublicKey;
    serumSignerNonce: BN;
    status: SpotFulfillmentStatus;
}

Type declaration

Generated using TypeDoc