Home > @infiniteobjects/data-types > AssetContractType
Types of asset contracts
Signature:
export declare enum AssetContractType
| Member | Value | Description |
|---|---|---|
| Fungible | "fungible" |
|
| NonFungible | "non-fungible" |
|
| SemiFungible | "semi-fungible" |
|
| Unknown | "unknown" |