Documentation ¶ Index ¶ type Name 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" ) Source Files ¶ View all Source files bucket.go Click to show internal directories. Click to hide internal directories.