Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.54 KB

CollectionOwnershipResponse.md

File metadata and controls

54 lines (28 loc) · 1.54 KB

CollectionOwnershipResponse

Properties

Name Type Description Notes
id string Fireblocks collection id [default to undefined]
blockchainDescriptor string Collection's blockchain [default to undefined]
name string Collection name [optional] [default to undefined]
symbol string Collection symbol [optional] [default to undefined]
standard string Collection contract standard [optional] [default to undefined]
contractAddress string Collection contract standard [optional] [default to undefined]

Enum: CollectionOwnershipResponseBlockchainDescriptorEnum

  • Eth (value: 'ETH')

  • EthTest3 (value: 'ETH_TEST3')

  • EthTest5 (value: 'ETH_TEST5')

  • EthTest6 (value: 'ETH_TEST6')

  • Polygon (value: 'POLYGON')

  • PolygonTestMumbai (value: 'POLYGON_TEST_MUMBAI')

  • AmoyPolygonTest (value: 'AMOY_POLYGON_TEST')

  • Xtz (value: 'XTZ')

  • XtzTest (value: 'XTZ_TEST')

  • BasechainEth (value: 'BASECHAIN_ETH')

  • BasechainEthTest3 (value: 'BASECHAIN_ETH_TEST3')

  • Etherlink (value: 'ETHERLINK')

  • EtherlinkTest (value: 'ETHERLINK_TEST')

  • Mantle (value: 'MANTLE')

  • MantleTest (value: 'MANTLE_TEST')

  • GunGunzillaTest (value: 'GUN_GUNZILLA_TEST')

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