UNPKG

@polkadot/types

Version:
29 lines (28 loc) 661 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { rpc: {}, types: { AssetOptions: { initalIssuance: 'Compact<Balance>', permissions: 'PermissionLatest' }, Owner: { _enum: { None: 'Null', Address: 'AccountId' } }, PermissionsV1: { update: 'Owner', mint: 'Owner', burn: 'Owner' }, PermissionVersions: { _enum: { V1: 'PermissionsV1' } }, PermissionLatest: 'PermissionsV1' } };