Item: {
    type: "ERC1155";
} & Types.ERC1155Item | {
    type: "ERC20";
} & Types.ERC20Item | {
    type: "ERC721";
} & Types.ERC721Item | {
    type: "NATIVE";
} & Types.NativeItem

Export

Generated using TypeDoc