Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias VoteOptions

    Options for Votes

    type VoteOptions = {
        lazy?: boolean;
        now?: Date;
    }
    Index

    Properties

    Properties

    lazy?: boolean

    If specified as true then the VoteStaple will assume that the constraints have been validated and will not re-validate them until the fields are accessed

    now?: Date

    The instant at which a vote's expiration is validated against (default is moment of instantiation)