rawJson property
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);
Implementation
@$pb.TagNumber(20)
set rawJson($core.String v) {
$_setString(16, v);
}