SigningInput$json top-level constant
Implementation
@$core.Deprecated('Use signingInputDescriptor instead')
const SigningInput$json = const {
'1': 'SigningInput',
'2': const [
const {'1': 'sender', '3': 1, '4': 1, '5': 9, '10': 'sender'},
const {'1': 'sequence_number', '3': 2, '4': 1, '5': 3, '10': 'sequenceNumber'},
const {'1': 'max_gas_amount', '3': 3, '4': 1, '5': 4, '10': 'maxGasAmount'},
const {'1': 'gas_unit_price', '3': 4, '4': 1, '5': 4, '10': 'gasUnitPrice'},
const {'1': 'expiration_timestamp_secs', '3': 5, '4': 1, '5': 4, '10': 'expirationTimestampSecs'},
const {'1': 'chain_id', '3': 6, '4': 1, '5': 13, '10': 'chainId'},
const {'1': 'private_key', '3': 7, '4': 1, '5': 12, '10': 'privateKey'},
const {'1': 'any_encoded', '3': 8, '4': 1, '5': 9, '10': 'anyEncoded'},
const {'1': 'transfer', '3': 9, '4': 1, '5': 11, '6': '.TW.Aptos.Proto.TransferMessage', '9': 0, '10': 'transfer'},
const {'1': 'token_transfer', '3': 10, '4': 1, '5': 11, '6': '.TW.Aptos.Proto.TokenTransferMessage', '9': 0, '10': 'tokenTransfer'},
const {'1': 'create_account', '3': 11, '4': 1, '5': 11, '6': '.TW.Aptos.Proto.CreateAccountMessage', '9': 0, '10': 'createAccount'},
const {'1': 'nft_message', '3': 12, '4': 1, '5': 11, '6': '.TW.Aptos.Proto.NftMessage', '9': 0, '10': 'nftMessage'},
const {'1': 'register_token', '3': 13, '4': 1, '5': 11, '6': '.TW.Aptos.Proto.ManagedTokensRegisterMessage', '9': 0, '10': 'registerToken'},
],
'8': const [
const {'1': 'transaction_payload'},
],
};