ecdsaSig property

  1. @override
ECDSAInputSignature? get ecdsaSig
override

If this is a pushdata of an ECDSA input signature then it shall be returned, or null

Implementation

@override
ECDSAInputSignature? get ecdsaSig => null;