Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.73 KB

AssetMetadataDto.md

File metadata and controls

24 lines (18 loc) · 1.73 KB

AssetMetadataDto

Properties

Name Type Description Notes
assetId string The Fireblocks` asset id [default to undefined]
name string The name of the token [optional] [default to undefined]
symbol string The symbol of the token [optional] [default to undefined]
networkProtocol string The network protocol of the token [optional] [default to undefined]
totalSupply string The total supply of the token [optional] [default to undefined]
holdersCount number The number of holders of the token [optional] [default to undefined]
type string The type of the token [optional] [default to undefined]
contractAddress string The address of the token contract [optional] [default to undefined]
issuerAddress string In case of Stellar or Ripple, the address of the issuer of the token [optional] [default to undefined]
testnet boolean Is it deployed on testnet or to mainnet [optional] [default to undefined]
blockchain string The blockchain native asset id which the token is deployed on [optional] [default to undefined]
decimals number The number of decimals of the token [optional] [default to undefined]
vaultAccountId string The id of the vault account that initiated the request to issue the token. Will be empty if token was issued outside of Fireblocks. [optional] [default to undefined]

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