RpcCommitment$json top-level constant

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

Implementation

@$core.Deprecated('Use rpcCommitmentDescriptor instead')
const RpcCommitment$json = {
  '1': 'RpcCommitment',
  '2': [
    {'1': 'Processed', '2': 0},
    {'1': 'Confirmed', '2': 1},
    {'1': 'Finalized', '2': 2},
  ],
};