• Creates a TimeRelative condition that triggers relative to another bucket's start or end time.

    Parameters

    • referenceBucket: PublicKey<string>

      The public key of the bucket to reference

    • bucketTime: BucketTimes

      Which time on the reference bucket (e.g. Start, End)

    • timeOffset: bigint = ...

      Offset in seconds from the reference time (default 0)

    Returns ConditionArgs

Generated using TypeDoc