hash property
The hash of the referenced transaction (network byte order, usually needs to be reversed). The referenced transaction ID in REVERSED order.
Implementation
@$pb.TagNumber(1)
$core.List<$core.int> get hash => $_getN(0);
The hash of the referenced transaction (network byte order, usually needs to be reversed). The referenced transaction ID in REVERSED order.
@$pb.TagNumber(1)
$core.List<$core.int> get hash => $_getN(0);