TransactionInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionInfoDescriptor instead')
const TransactionInfo$json = const {
  '1': 'TransactionInfo',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
    const {'1': 'version', '3': 3, '4': 1, '5': 5, '10': 'version'},
    const {'1': 'lock_time', '3': 4, '4': 1, '5': 13, '10': 'lockTime'},
    const {'1': 'value', '3': 5, '4': 1, '5': 3, '10': 'value'},
    const {'1': 'fee', '3': 6, '4': 1, '5': 3, '10': 'fee'},
    const {
      '1': 'payload_type',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.pactus.PayloadType',
      '10': 'payloadType'
    },
    const {
      '1': 'transfer',
      '3': 30,
      '4': 1,
      '5': 11,
      '6': '.pactus.PayloadTransfer',
      '9': 0,
      '10': 'transfer'
    },
    const {
      '1': 'bond',
      '3': 31,
      '4': 1,
      '5': 11,
      '6': '.pactus.PayloadBond',
      '9': 0,
      '10': 'bond'
    },
    const {
      '1': 'sortition',
      '3': 32,
      '4': 1,
      '5': 11,
      '6': '.pactus.PayloadSortition',
      '9': 0,
      '10': 'sortition'
    },
    const {
      '1': 'unbond',
      '3': 33,
      '4': 1,
      '5': 11,
      '6': '.pactus.PayloadUnbond',
      '9': 0,
      '10': 'unbond'
    },
    const {
      '1': 'withdraw',
      '3': 34,
      '4': 1,
      '5': 11,
      '6': '.pactus.PayloadWithdraw',
      '9': 0,
      '10': 'withdraw'
    },
    const {'1': 'memo', '3': 8, '4': 1, '5': 9, '10': 'memo'},
    const {'1': 'public_key', '3': 9, '4': 1, '5': 9, '10': 'publicKey'},
    const {'1': 'signature', '3': 10, '4': 1, '5': 9, '10': 'signature'},
  ],
  '8': const [
    const {'1': 'payload'},
  ],
};