txBytes property

  1. @TagNumber.new(2)
List<int> get txBytes

tx_bytes is the raw transaction.

Since: cosmos-sdk 0.43

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get txBytes => $_getN(1);
  1. @TagNumber.new(2)
set txBytes (List<int> v)

Implementation

@$pb.TagNumber(2)
set txBytes($core.List<$core.int> v) { $_setBytes(1, v); }