GetRawBondTransactionRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getRawBondTransactionRequestDescriptor instead')
const GetRawBondTransactionRequest$json = const {
  '1': 'GetRawBondTransactionRequest',
  '2': const [
    const {'1': 'lock_time', '3': 1, '4': 1, '5': 13, '10': 'lockTime'},
    const {'1': 'sender', '3': 2, '4': 1, '5': 9, '10': 'sender'},
    const {'1': 'receiver', '3': 3, '4': 1, '5': 9, '10': 'receiver'},
    const {'1': 'stake', '3': 4, '4': 1, '5': 3, '10': 'stake'},
    const {'1': 'public_key', '3': 5, '4': 1, '5': 9, '10': 'publicKey'},
    const {'1': 'fee', '3': 6, '4': 1, '5': 3, '10': 'fee'},
    const {'1': 'memo', '3': 7, '4': 1, '5': 9, '10': 'memo'},
  ],
};