OnChainEvent$json top-level constant

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

Implementation

@$core.Deprecated('Use onChainEventDescriptor instead')
const OnChainEvent$json = {
  '1': 'OnChainEvent',
  '2': [
    {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.OnChainEventType', '10': 'type'},
    {'1': 'chain_id', '3': 2, '4': 1, '5': 13, '10': 'chainId'},
    {'1': 'block_number', '3': 3, '4': 1, '5': 13, '10': 'blockNumber'},
    {'1': 'block_hash', '3': 4, '4': 1, '5': 12, '10': 'blockHash'},
    {'1': 'block_timestamp', '3': 5, '4': 1, '5': 4, '10': 'blockTimestamp'},
    {'1': 'transaction_hash', '3': 6, '4': 1, '5': 12, '10': 'transactionHash'},
    {'1': 'log_index', '3': 7, '4': 1, '5': 13, '10': 'logIndex'},
    {'1': 'fid', '3': 8, '4': 1, '5': 4, '10': 'fid'},
    {'1': 'signer_event_body', '3': 9, '4': 1, '5': 11, '6': '.SignerEventBody', '9': 0, '10': 'signerEventBody'},
    {'1': 'signer_migrated_event_body', '3': 10, '4': 1, '5': 11, '6': '.SignerMigratedEventBody', '9': 0, '10': 'signerMigratedEventBody'},
    {'1': 'id_register_event_body', '3': 11, '4': 1, '5': 11, '6': '.IdRegisterEventBody', '9': 0, '10': 'idRegisterEventBody'},
    {'1': 'storage_rent_event_body', '3': 12, '4': 1, '5': 11, '6': '.StorageRentEventBody', '9': 0, '10': 'storageRentEventBody'},
  ],
  '8': [
    {'1': 'body'},
  ],
};