ZksnarkResponse_Code$json top-level constant

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

Implementation

@$core.Deprecated('Use zksnarkResponseDescriptor instead')
const ZksnarkResponse_Code$json = const {
  '1': 'Code',
  '2': const [
    const {'1': 'SUCCESS', '2': 0},
    const {'1': 'FAILED', '2': 1},
  ],
};