Documentation ¶ Index ¶ type Name func (b Name) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Name ¶ type Name string Name represents the UTXO bucket where the output belongs to. const ( // Data represents the bucket for the data only outputs. Data Name = "data" // BSV represents the bucket for the BSV outputs. BSV Name = "bsv" ) func (Name) String ¶ func (b Name) String() string Source Files ¶ View all Source files bucket.go Click to show internal directories. Click to hide internal directories.