Type alias PhoenixV1FulfillmentConfigAccount

PhoenixV1FulfillmentConfigAccount: {
    fulfillmentType: SpotFulfillmentType;
    marketIndex: number;
    phoenixBaseVault: PublicKey;
    phoenixLogAuthority: PublicKey;
    phoenixMarket: PublicKey;
    phoenixProgramId: PublicKey;
    phoenixQuoteVault: PublicKey;
    pubkey: PublicKey;
    status: SpotFulfillmentStatus;
}

Type declaration

Generated using TypeDoc