UNPKG

@atlantis-l/radix-tool

Version:

A tool to interact with the radix network

8 lines (7 loc) 111 B
declare enum Ownership { AllowAll = 0, Resource = 1, NFT = 2, None = 3 } export { Ownership };