signatures property

  1. @TagNumber(1)
List<PubkeySignature> get signatures

Transaction signatures. If private keys are set in SigningInput, corresponding signatures will be overriden. It's also possible some or all the signatures are be used to compile a transaction if corresponding private keys are not set.

Implementation

@$pb.TagNumber(1)
$core.List<PubkeySignature> get signatures => $_getList(0);