interface BlockParamsProtoMsg {
    typeUrl: "/tendermint.abci.BlockParams";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/tendermint.abci.BlockParams"
value: Uint8Array