GetBlockCommitment constructor
GetBlockCommitment(
- u64 block
Creates a codec for getBlockCommitment JSON RPC methods.
Implementation
GetBlockCommitment(
final u64 block,
): super(
'getBlockCommitment',
values: [block],
);