RpcAccountBlockWithHeightMessage constructor

const RpcAccountBlockWithHeightMessage({
  1. required RpcHash hash,
  2. required RpcUint64 height,
  3. required bool removed,
})

Implementation

const factory RpcAccountBlockWithHeightMessage({
  required RpcHash hash,
  required RpcUint64 height,
  required bool removed,
}) = _RpcAccountBlockWithHeightMessage;