Module: BSV::Registry::DefinitionType

Defined in:
lib/bsv/registry/types.rb

Overview

Enum-like module for the three supported registry definition types.

Constant Summary collapse

BASKET =
'basket'
PROTOCOL =
'protocol'
CERTIFICATE =
'certificate'
ALL =
[BASKET, PROTOCOL, CERTIFICATE].freeze