interface BlockProtoMsg {
    typeUrl: "/tendermint.types.Block";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/tendermint.types.Block"
value: Uint8Array