signature property

MsgSignature signature

The ECDSA full signature used to sign this transaction.

Implementation

MsgSignature get signature => MsgSignature(r, s, v);