signedTransaction property

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

Signed and encoded transaction bytes. NOTE: Before sending to the Rosetta node, this value should be hex-encoded before using with the JSON structure.

Implementation

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

Implementation

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