SigningError$json top-level constant

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

Implementation

@$core.Deprecated('Use signingErrorDescriptor instead')
const SigningError$json = {
  '1': 'SigningError',
  '2': [
    {'1': 'OK', '2': 0},
    {'1': 'Error_general', '2': 1},
    {'1': 'Error_internal', '2': 2},
    {'1': 'Error_low_balance', '2': 3},
    {'1': 'Error_zero_amount_requested', '2': 4},
    {'1': 'Error_missing_private_key', '2': 5},
    {'1': 'Error_invalid_private_key', '2': 15},
    {'1': 'Error_invalid_address', '2': 16},
    {'1': 'Error_invalid_utxo', '2': 17},
    {'1': 'Error_invalid_utxo_amount', '2': 18},
    {'1': 'Error_wrong_fee', '2': 6},
    {'1': 'Error_signing', '2': 7},
    {'1': 'Error_tx_too_big', '2': 8},
    {'1': 'Error_missing_input_utxos', '2': 9},
    {'1': 'Error_not_enough_utxos', '2': 10},
    {'1': 'Error_script_redeem', '2': 11},
    {'1': 'Error_script_output', '2': 12},
    {'1': 'Error_script_witness_program', '2': 13},
    {'1': 'Error_invalid_memo', '2': 14},
    {'1': 'Error_input_parse', '2': 19},
    {'1': 'Error_no_support_n2n', '2': 20},
    {'1': 'Error_signatures_count', '2': 21},
    {'1': 'Error_invalid_params', '2': 22},
    {'1': 'Error_invalid_requested_token_amount', '2': 23},
    {'1': 'Error_not_supported', '2': 24},
    {'1': 'Error_dust_amount_requested', '2': 25},
  ],
};