applicationDomain property

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

The 32-byte application domain of the off-chain message header: the caller's own domain separator, which is what stops a signature over its messages from verifying against another application's. Required for MessageType_offchain_v0, and refused for MessageType_raw, which signs the body bare and has no header to state one in.

Implementation

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

Implementation

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