TimeRelativeCondition: {
    bucket: PublicKey;
    bucketTime: number;
    conditionType: ConditionTypes;
    padding: number[];
    time: bigint;
    triggeredTimestamp: bigint;
}

Type declaration

  • bucket: PublicKey
  • bucketTime: number
  • conditionType: ConditionTypes
  • padding: number[]
  • time: bigint
  • triggeredTimestamp: bigint

Generated using TypeDoc