Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 616 Bytes

BlockchainMetadata.md

File metadata and controls

25 lines (13 loc) · 616 Bytes

BlockchainMetadata

Properties

Name Type Description Notes
scope ScopeEnum Is blockchain listed on all workspaces? Global or Local
deprecated Boolean Is blockchain deprecated
media List<BlockchainMedia> Blockchain’s media [optional]
explorer BlockchainExplorer [optional]

Enum: ScopeEnum

Name Value
GLOBAL "Global"
LOCAL "Local"