package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev

# Functions

FromRawSeed creates a new keypair from the provided raw ED25519 seed.
Master returns the master keypair for a given network passphrase.
MustParse is the panic-on-fail version of Parse.
Parse constructs a new KP from the provided string, which should be either an address, or a seed.
Random creates a random full keypair.

# Constants

DefaultSignerWeight represents the starting weight of the default signer for an account.

# Variables

ErrCannotSign is returned when attempting to sign a message when the keypair does not have the secret key available.
ErrInvalidKey will be returned by operations when the keypair being used could not be decoded.
ErrInvalidSignature is returned when the signature is invalid, either through malformation or if it does not verify the message against the provided public key.

# Structs

FromAddress represents a keypair to which only the address is know.
No description provided by the author

# Interfaces

KP is the main interface for this package.