QueryTotalRewardByEpochRequest.deserialize constructor
Implementation
factory QueryTotalRewardByEpochRequest.deserialize(List<int> bytes) {
final decode = CosmosProtoMessage.decode(bytes, protoConfigStatic());
return QueryTotalRewardByEpochRequest(epoch: decode.getBigInt<BigInt?>(1));
}