payload property
Payload for the given script type:
- 20-byte hash for "p2pkh" and "p2sh"
- 33-byte or 65-byte pubkey for "p2pk"
- Serialized script for "other"
Implementation
@$pb.TagNumber(2)
$core.List<$core.int> get payload => $_getN(1);
Payload for the given script type:
@$pb.TagNumber(2)
$core.List<$core.int> get payload => $_getN(1);