PreSigningOutput_SigningMethod$json top-level constant

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

Implementation

@$core.Deprecated('Use preSigningOutputDescriptor instead')
const PreSigningOutput_SigningMethod$json = {
  '1': 'SigningMethod',
  '2': [
    {'1': 'Legacy', '2': 0},
    {'1': 'Segwit', '2': 1},
    {'1': 'Taproot', '2': 2},
  ],
};