decodedJson property
Human readable json format, according to the input ContractCallDecodingInput::smart_contract_abi_json.
Implementation
@$pb.TagNumber(1)
$core.String get decodedJson => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set decodedJson($core.String value) => $_setString(0, value);