AccountPermissionUpdateContract$json top-level constant

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

Implementation

@$core.Deprecated('Use accountPermissionUpdateContractDescriptor instead')
const AccountPermissionUpdateContract$json = const {
  '1': 'AccountPermissionUpdateContract',
  '2': const [
    const {'1': 'owner_address', '3': 1, '4': 1, '5': 12, '10': 'ownerAddress'},
    const {
      '1': 'owner',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.protocol.Permission',
      '10': 'owner'
    },
    const {
      '1': 'witness',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.protocol.Permission',
      '10': 'witness'
    },
    const {
      '1': 'actives',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.protocol.Permission',
      '10': 'actives'
    },
  ],
};