rawJson property

  1. @TagNumber.new(20)
String get rawJson

Generate a transaction from its JSON representation. The following parameters can be replaced from the SigningInput Protobuf:

  • Account
  • SigningPubKey
  • Fee
  • Sequence
  • LastLedgerSequence

Implementation

@$pb.TagNumber(20)
$core.String get rawJson => $_getSZ(16);
  1. @TagNumber.new(20)
set rawJson (String v)

Implementation

@$pb.TagNumber(20)
set rawJson($core.String v) {
  $_setString(16, v);
}