signature property

TextColumn get signature

Optional HMAC-SHA256 signature for message integrity verification. Computed by MessageSigner when the message is created locally. Relaying nodes can verify the signature to detect tampering.

Implementation

TextColumn get signature => text().nullable()();