LaunchPoolFlowEvent: {
    baseTokenAllocation: bigint;
    blockTime: bigint;
    eventType: EventType;
    fee: bigint;
    flowDirection: FlowDirection;
    padding: number[];
    penalty: bigint;
    quoteTokenAmount: bigint;
    quoteTokenDepositTotal: bigint;
    weightedQuoteTokenAmount: bigint;
    weightedQuoteTokenTotal: bigint;
}

Type declaration

  • baseTokenAllocation: bigint
  • blockTime: bigint
  • eventType: EventType
  • fee: bigint
  • flowDirection: FlowDirection
  • padding: number[]
  • penalty: bigint
  • quoteTokenAmount: bigint
  • quoteTokenDepositTotal: bigint
  • weightedQuoteTokenAmount: bigint
  • weightedQuoteTokenTotal: bigint

Generated using TypeDoc