enAccount top-level constant

Map<String, String> const enAccount

Implementation

const Map<String, String> enAccount = {
  'receive': 'Receive',
  'observe': 'Observation',
  'select': 'Select Account',
  'proxy': 'Proxy Account',
  'uos.title': 'Offline Signature',
  'uos.signer': 'Signer',
  'uos.push': 'Scan to publish',
  'uos.warn':
      'Safety Warning!!! DO NOT send this QR to anyone or you may LOSE your assets!!!',
  'uos.invalid': 'Offline Signature is no longer supported.',
  'advanced': 'Advanced Options',
  'ss58.mismatch': 'Address is for a different network',
  'warn.external':
      'You do not own this OBSERVATION ACCOUNT in Polkawallet, so never transfer tokens into this address unless you are sure you own this account in other wallets.',
};