SigningInput$json top-level constant
Implementation
@$core.Deprecated('Use signingInputDescriptor instead')
const SigningInput$json = {
'1': 'SigningInput',
'2': [
{'1': 'chain_id', '3': 1, '4': 1, '5': 9, '10': 'chainId'},
{'1': 'to_address', '3': 2, '4': 1, '5': 9, '10': 'toAddress'},
{'1': 'theta_amount', '3': 3, '4': 1, '5': 12, '10': 'thetaAmount'},
{'1': 'tfuel_amount', '3': 4, '4': 1, '5': 12, '10': 'tfuelAmount'},
{'1': 'sequence', '3': 5, '4': 1, '5': 4, '10': 'sequence'},
{'1': 'fee', '3': 6, '4': 1, '5': 12, '10': 'fee'},
{'1': 'private_key', '3': 7, '4': 1, '5': 12, '10': 'privateKey'},
{'1': 'public_key', '3': 8, '4': 1, '5': 12, '10': 'publicKey'},
],
};