LightBlock: {
    create<I>(base?): LightBlock;
    decode(input, length?): LightBlock;
    encode(message, writer?): Writer;
    fromJSON(object): LightBlock;
    fromPartial<I>(object): LightBlock;
    toJSON(message): unknown;
}

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            signedHeader?: {
                commit?: {
                    blockId?: {
                        hash?: Uint8Array;
                        partSetHeader?: {
                            hash?: ...;
                            total?: ...;
                        };
                    };
                    height?: string | number | Long;
                    round?: number;
                    signatures?: {
                        blockIdFlag?: (...) | (...);
                        signature?: (...) | (...);
                        timestamp?: (...) | (...);
                        validatorAddress?: (...) | (...);
                    }[];
                };
                header?: {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | Long;
                    lastBlockId?: {
                        hash?: Uint8Array;
                        partSetHeader?: {
                            hash?: ...;
                            total?: ...;
                        };
                    };
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: {
                        app?: string | number | Long;
                        block?: string | number | Long;
                    };
                };
            };
            validatorSet?: {
                proposer?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: Uint8Array;
                        secp256k1?: Uint8Array;
                    };
                    votingPower?: string | number | Long;
                };
                totalVotingPower?: string | number | Long;
                validators?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: (...) | (...);
                        secp256k1?: (...) | (...);
                    };
                    votingPower?: string | number | Long;
                }[];
            };
        } & {
            signedHeader?: {
                commit?: {
                    blockId?: {
                        hash?: (...) | (...);
                        partSetHeader?: (...) | (...);
                    };
                    height?: string | number | Long;
                    round?: number;
                    signatures?: {
                        blockIdFlag?: ...;
                        signature?: ...;
                        timestamp?: ...;
                        validatorAddress?: ...;
                    }[];
                };
                header?: {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | Long;
                    lastBlockId?: {
                        hash?: (...) | (...);
                        partSetHeader?: (...) | (...);
                    };
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: {
                        app?: (...) | (...) | (...) | (...);
                        block?: (...) | (...) | (...) | (...);
                    };
                };
            } & {
                commit?: {
                    blockId?: {
                        hash?: ...;
                        partSetHeader?: ...;
                    };
                    height?: string | number | Long;
                    round?: number;
                    signatures?: (...)[];
                } & {
                    blockId?: (...) & (...) & (...);
                    height?: string | number | (...) & (...) & (...);
                    round?: number;
                    signatures?: (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                header?: {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | Long;
                    lastBlockId?: {
                        hash?: ...;
                        partSetHeader?: ...;
                    };
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: {
                        app?: ...;
                        block?: ...;
                    };
                } & {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | (...) & (...) & (...);
                    lastBlockId?: (...) & (...) & (...);
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            validatorSet?: {
                proposer?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: (...) | (...);
                        secp256k1?: (...) | (...);
                    };
                    votingPower?: string | number | Long;
                };
                totalVotingPower?: string | number | Long;
                validators?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: ...;
                        secp256k1?: ...;
                    };
                    votingPower?: string | number | Long;
                }[];
            } & {
                proposer?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: ...;
                        secp256k1?: ...;
                    };
                    votingPower?: string | number | Long;
                } & {
                    address?: Uint8Array;
                    proposerPriority?: string | number | (...) & (...) & (...);
                    pubKey?: (...) & (...) & (...);
                    votingPower?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                totalVotingPower?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                validators?: {
                    address?: (...) | (...);
                    proposerPriority?: (...) | (...) | (...) | (...);
                    pubKey?: (...) | (...);
                    votingPower?: (...) | (...) | (...) | (...);
                }[] & ({
                    address?: ...;
                    proposerPriority?: ...;
                    pubKey?: ...;
                    votingPower?: ...;
                } & {
                    address?: ...;
                    proposerPriority?: ...;
                    pubKey?: ...;
                    votingPower?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns LightBlock

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            signedHeader?: {
                commit?: {
                    blockId?: {
                        hash?: Uint8Array;
                        partSetHeader?: {
                            hash?: ...;
                            total?: ...;
                        };
                    };
                    height?: string | number | Long;
                    round?: number;
                    signatures?: {
                        blockIdFlag?: (...) | (...);
                        signature?: (...) | (...);
                        timestamp?: (...) | (...);
                        validatorAddress?: (...) | (...);
                    }[];
                };
                header?: {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | Long;
                    lastBlockId?: {
                        hash?: Uint8Array;
                        partSetHeader?: {
                            hash?: ...;
                            total?: ...;
                        };
                    };
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: {
                        app?: string | number | Long;
                        block?: string | number | Long;
                    };
                };
            };
            validatorSet?: {
                proposer?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: Uint8Array;
                        secp256k1?: Uint8Array;
                    };
                    votingPower?: string | number | Long;
                };
                totalVotingPower?: string | number | Long;
                validators?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: (...) | (...);
                        secp256k1?: (...) | (...);
                    };
                    votingPower?: string | number | Long;
                }[];
            };
        } & {
            signedHeader?: {
                commit?: {
                    blockId?: {
                        hash?: (...) | (...);
                        partSetHeader?: (...) | (...);
                    };
                    height?: string | number | Long;
                    round?: number;
                    signatures?: {
                        blockIdFlag?: ...;
                        signature?: ...;
                        timestamp?: ...;
                        validatorAddress?: ...;
                    }[];
                };
                header?: {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | Long;
                    lastBlockId?: {
                        hash?: (...) | (...);
                        partSetHeader?: (...) | (...);
                    };
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: {
                        app?: (...) | (...) | (...) | (...);
                        block?: (...) | (...) | (...) | (...);
                    };
                };
            } & {
                commit?: {
                    blockId?: {
                        hash?: ...;
                        partSetHeader?: ...;
                    };
                    height?: string | number | Long;
                    round?: number;
                    signatures?: (...)[];
                } & {
                    blockId?: (...) & (...) & (...);
                    height?: string | number | (...) & (...) & (...);
                    round?: number;
                    signatures?: (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                header?: {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | Long;
                    lastBlockId?: {
                        hash?: ...;
                        partSetHeader?: ...;
                    };
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: {
                        app?: ...;
                        block?: ...;
                    };
                } & {
                    appHash?: Uint8Array;
                    chainId?: string;
                    consensusHash?: Uint8Array;
                    dataHash?: Uint8Array;
                    evidenceHash?: Uint8Array;
                    height?: string | number | (...) & (...) & (...);
                    lastBlockId?: (...) & (...) & (...);
                    lastCommitHash?: Uint8Array;
                    lastResultsHash?: Uint8Array;
                    nextValidatorsHash?: Uint8Array;
                    proposerAddress?: Uint8Array;
                    time?: Date;
                    validatorsHash?: Uint8Array;
                    version?: (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            validatorSet?: {
                proposer?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: (...) | (...);
                        secp256k1?: (...) | (...);
                    };
                    votingPower?: string | number | Long;
                };
                totalVotingPower?: string | number | Long;
                validators?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: ...;
                        secp256k1?: ...;
                    };
                    votingPower?: string | number | Long;
                }[];
            } & {
                proposer?: {
                    address?: Uint8Array;
                    proposerPriority?: string | number | Long;
                    pubKey?: {
                        ed25519?: ...;
                        secp256k1?: ...;
                    };
                    votingPower?: string | number | Long;
                } & {
                    address?: Uint8Array;
                    proposerPriority?: string | number | (...) & (...) & (...);
                    pubKey?: (...) & (...) & (...);
                    votingPower?: string | number | (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                totalVotingPower?: string | number | Long & {
                    high: number;
                    low: number;
                    unsigned: boolean;
                    add(addend): Long;
                    and(other): Long;
                    clz(): number;
                    comp(other): number;
                    compare(other): number;
                    countLeadingZeros(): number;
                    countTrailingZeros(): number;
                    ctz(): number;
                    div(divisor): Long;
                    divide(divisor): Long;
                    eq(other): boolean;
                    equals(other): boolean;
                    eqz(): boolean;
                    ge(other): boolean;
                    getHighBits(): number;
                    getHighBitsUnsigned(): number;
                    getLowBits(): number;
                    getLowBitsUnsigned(): number;
                    getNumBitsAbs(): number;
                    greaterThan(other): boolean;
                    greaterThanOrEqual(other): boolean;
                    gt(other): boolean;
                    gte(other): boolean;
                    isEven(): boolean;
                    isNegative(): boolean;
                    isOdd(): boolean;
                    isPositive(): boolean;
                    isZero(): boolean;
                    le(other): boolean;
                    lessThan(other): boolean;
                    lessThanOrEqual(other): boolean;
                    lt(other): boolean;
                    lte(other): boolean;
                    mod(other): Long;
                    modulo(other): Long;
                    mul(multiplier): Long;
                    multiply(multiplier): Long;
                    ne(other): boolean;
                    neg(): Long;
                    negate(): Long;
                    neq(other): boolean;
                    not(): Long;
                    notEquals(other): boolean;
                    or(other): Long;
                    rem(other): Long;
                    rotateLeft(numBits): Long;
                    rotateRight(numBits): Long;
                    rotl(numBits): Long;
                    rotr(numBits): Long;
                    shiftLeft(numBits): Long;
                    shiftRight(numBits): Long;
                    shiftRightUnsigned(numBits): Long;
                    shl(numBits): Long;
                    shr(numBits): Long;
                    shr_u(numBits): Long;
                    shru(numBits): Long;
                    sub(subtrahend): Long;
                    subtract(subtrahend): Long;
                    toBytes(le?): number[];
                    toBytesBE(): number[];
                    toBytesLE(): number[];
                    toInt(): number;
                    toNumber(): number;
                    toSigned(): Long;
                    toString(radix?): string;
                    toUnsigned(): Long;
                    xor(other): Long;
                } & {
                    [K in string | number | symbol]: never
                };
                validators?: {
                    address?: (...) | (...);
                    proposerPriority?: (...) | (...) | (...) | (...);
                    pubKey?: (...) | (...);
                    votingPower?: (...) | (...) | (...) | (...);
                }[] & ({
                    address?: ...;
                    proposerPriority?: ...;
                    pubKey?: ...;
                    votingPower?: ...;
                } & {
                    address?: ...;
                    proposerPriority?: ...;
                    pubKey?: ...;
                    votingPower?: ...;
                } & {
                    [K in (...)]: (...)
                })[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns LightBlock

  • toJSON:function

Generated using TypeDoc