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

    A vote is a certificate issued indicating that the issuer "vouches" for the blocks specified will fit into the ledger of the operator/issuer.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    $permanent: boolean = false
    $trusted: boolean = false
    $uid: string
    blocks: BlockHash[]
    issuer: Account
    possiblyExpired: false
    serial: bigint
    signature: ArrayBuffer
    validityFrom: Date
    validityTo: Date
    allowedSlop: number = ...
    Builder: typeof VoteBuilder
    isInstance: (obj: any, strict?: boolean) => obj is Vote = ...
    permanentVoteThreshold: number = ...
    Staple: typeof VoteStaple
    toJSONSerializablePrefix: string = 'VOTE'
    VoteBlocksHash: typeof VoteBlockHash = VoteBlockHash

    Accessors

    • get expired(): boolean

      Returns boolean

    Methods

    • Parameters

      Returns { $permanent: boolean; $trusted: boolean; $uid: string; [key: string]: any }