Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
Data contains the data of a note
func New ¶
New generate a new note data struct with a random ID and the given value it must be signed by the issuer and then converted to a Note using Data.ToNote(signature)
func (*Data) Deserialize ¶
Deserialize converts a byte slice to Data
type Note ¶
Note represents a note signed by the issuer
func NewFromString ¶
NewFromString converts a base58 encoded string with HRP to a Note
func (*Note) Deserialize ¶
Deserialize converts a byte slice to a Note
Click to show internal directories.
Click to hide internal directories.