Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.03 KB

File metadata and controls

18 lines (12 loc) · 1.03 KB

TRLinkPublicAssetInfo

Properties

Name Type Description Notes
id string The unique ID of the asset (e.g., Fireblocks asset ID) [default to undefined]
name string The name of the asset [default to undefined]
type string The type of the asset (e.g., BASE_ASSET, ERC20) [default to undefined]
contractAddress string The contract address of the asset (for tokenized assets) [default to undefined]
nativeAsset string The native asset of the network (e.g., ETH for ERC20 tokens) [default to undefined]
decimals number The number of decimal places for the asset [default to undefined]
issuerAddress string The issuer address of the asset (optional) [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]