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

    Representation of the vote

    interface VoteJSON {
        blocks: string[] | BlockHash[];
        fee?: FeeAmountAndTokenJSON | FeeAmountAndTokenJSON[];
        issuer: string | Account<KeyPairKeyAlgorithm>;
        quote?: boolean;
        serial: string | bigint;
        signature: string | ArrayBuffer;
        validityFrom: string | Date;
        validityTo: string | Date;
    }
    Index

    Properties

    blocks: string[] | BlockHash[]
    issuer: string | Account<KeyPairKeyAlgorithm>
    quote?: boolean
    serial: string | bigint
    signature: string | ArrayBuffer
    validityFrom: string | Date
    validityTo: string | Date