Skip to content

Repository files navigation

address

The Qoin address type defines multiple address types within the Post-Quantum Qoin network.

Install

Install this library with go mod

Usage

Addresses support various types of encoding formats and have constructors for each format

// address from ID
idAddress := NewIDAddress(id)

Serialization

var outBuf io.writer
err := address.MarshalCBOR(outbuf)
var inBuf io.reader
err := address.UnmarshalCBOR(inbuf)

About

Post-Quantum Qoin Network Address Types

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages