PresaleFlowEvent: {
    allocationQuoteTokenCap: bigint;
    baseMintDecimals: number;
    baseTokenAllocation: bigint;
    blockTime: bigint;
    eventType: EventType;
    fee: bigint;
    flowDirection: FlowDirection;
    padding: number[];
    quoteTokenAmount: bigint;
    quoteTokenDepositTotal: bigint;
}

Type declaration

  • allocationQuoteTokenCap: bigint
  • baseMintDecimals: number
  • baseTokenAllocation: bigint
  • blockTime: bigint
  • eventType: EventType
  • fee: bigint
  • flowDirection: FlowDirection
  • padding: number[]
  • quoteTokenAmount: bigint
  • quoteTokenDepositTotal: bigint

Generated using TypeDoc