applicationDomain property

  1. @TagNumber.new(5)
List<int> get applicationDomain

The 32-byte application domain of the off-chain message header. Required for MessageType_offchain_v0, and refused for MessageType_raw.

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get applicationDomain => $_getN(4);
  1. @TagNumber.new(5)
set applicationDomain (List<int> value)

Implementation

@$pb.TagNumber(5)
set applicationDomain($core.List<$core.int> value) => $_setBytes(4, value);