Transaction$json top-level constant

  1. @Deprecated('Use transactionDescriptor instead')
Map<String, Object> const Transaction$json

Implementation

@$core.Deprecated('Use transactionDescriptor instead')
const Transaction$json = const {
  '1': 'Transaction',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.spacemesh.v1.TransactionId', '10': 'id'},
    const {'1': 'coin_transfer', '3': 2, '4': 1, '5': 11, '6': '.spacemesh.v1.CoinTransferTransaction', '9': 0, '10': 'coinTransfer'},
    const {'1': 'smart_contract', '3': 3, '4': 1, '5': 11, '6': '.spacemesh.v1.SmartContractTransaction', '9': 0, '10': 'smartContract'},
    const {'1': 'sender', '3': 4, '4': 1, '5': 11, '6': '.spacemesh.v1.AccountId', '10': 'sender'},
    const {'1': 'gas_offered', '3': 5, '4': 1, '5': 11, '6': '.spacemesh.v1.GasOffered', '10': 'gasOffered'},
    const {'1': 'amount', '3': 6, '4': 1, '5': 11, '6': '.spacemesh.v1.Amount', '10': 'amount'},
    const {'1': 'counter', '3': 7, '4': 1, '5': 4, '10': 'counter'},
    const {'1': 'signature', '3': 8, '4': 1, '5': 11, '6': '.spacemesh.v1.Signature', '10': 'signature'},
  ],
  '8': const [
    const {'1': 'datum'},
  ],
};