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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    blocks: Block[]
    votes: Vote[]
    isInstance: (obj: any, strict?: boolean) => obj is VoteBlockBundle = ...
    toJSONSerializablePrefix: string = 'VOTEBLOCKBUNDLE'
    VoteBlockHash: typeof VoteBlockHash = VoteBlockHash

    Accessors

    • get blocksHash(): VoteBlockHash

      Get the hash of the blockhashes in the staple -- this is a stable ID for the staple regardless of which votes are included in the staple.

      Returns VoteBlockHash

    • get hash(): VoteStapleHash

      Hash of the Vote Staple -- this is the hash of the data in the canonical form of the staple, which may be different from the hash of the data passed into the this object.

      Returns VoteStapleHash

    Methods

    • Get the serialized version

      Parameters

      • Optionaluncompressed: boolean

      Returns ArrayBuffer

    • Returns string