SignMode$json top-level constant
Implementation
@$core.Deprecated('Use signModeDescriptor instead')
const SignMode$json = const {
'1': 'SignMode',
'2': const [
const {'1': 'SIGN_MODE_UNSPECIFIED', '2': 0},
const {'1': 'SIGN_MODE_DIRECT', '2': 1},
const {'1': 'SIGN_MODE_TEXTUAL', '2': 2},
const {'1': 'SIGN_MODE_LEGACY_AMINO_JSON', '2': 127},
const {'1': 'SIGN_MODE_EIP_191', '2': 191},
],
};