Action$json top-level constant

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

Implementation

@$core.Deprecated('Use actionDescriptor instead')
const Action$json = const {
  '1': 'Action',
  '2': const [
    const {'1': 'create_account', '3': 1, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.CreateAccount', '9': 0, '10': 'createAccount'},
    const {'1': 'deploy_contract', '3': 2, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.DeployContract', '9': 0, '10': 'deployContract'},
    const {'1': 'function_call', '3': 3, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.FunctionCall', '9': 0, '10': 'functionCall'},
    const {'1': 'transfer', '3': 4, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.Transfer', '9': 0, '10': 'transfer'},
    const {'1': 'stake', '3': 5, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.Stake', '9': 0, '10': 'stake'},
    const {'1': 'add_key', '3': 6, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.AddKey', '9': 0, '10': 'addKey'},
    const {'1': 'delete_key', '3': 7, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.DeleteKey', '9': 0, '10': 'deleteKey'},
    const {'1': 'delete_account', '3': 8, '4': 1, '5': 11, '6': '.TW.NEAR.Proto.DeleteAccount', '9': 0, '10': 'deleteAccount'},
  ],
  '8': const [
    const {'1': 'payload'},
  ],
};