applicationDomain property
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);