Documentation ¶
Overview ¶
Package stellar_identicon provides a way to generate identicons for Stellar accounts.
Index ¶
Constants ¶
View Source
const ( // Default width of resulting identicon image in pixels Width = 210 // Default height of resulting identicon image in pixels Height = 210 )
Variables ¶
View Source
var InvalidEd25519PublicKeyError = errors.New("invalid ed25519 public key")
This exception will be thrown when an invalid address is used
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.