Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataType ¶
type DataType int
DataType represents the type of data in the OP_RETURN output.
const ( // DataTypeDefault marks the data type as default which is the same as strings data type. DataTypeDefault DataType = iota // DataTypeStrings marks the data type as strings. DataTypeStrings // DataTypeHexes marks the data type as hexes. DataTypeHexes )
Enum values for DataType
func (DataType) MarshalJSON ¶
MarshalJSON custom marshaler for DataType Enum
func (*DataType) UnmarshalJSON ¶
UnmarshalJSON custom unmarshaler for DataTypeEnum
Click to show internal directories.
Click to hide internal directories.