UNPKG

@atlantis-l/radix-tool

Version:

A tool to interact with the radix network

14 lines (13 loc) 297 B
interface ResourceInfo { resourceAddress: string; symbol: string; name: string; amount?: string; ids?: string[]; } interface ResourcesOfAccount { address: string; fungible: ResourceInfo[]; nonFungible: ResourceInfo[]; } export { ResourcesOfAccount, ResourceInfo };