package
0.0.0-20230203010516-6d4bf48beedd
Repository: https://github.com/onyx-protocol/onyx.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Create creates and stores a Signer in the database.
Find retrieves a Signer from the database using the type and id.
List returns a paginated set of Signers, limited to the provided type.
No description provided by the author
Path returns the complete path for derived keys.
# Constants
No description provided by the author
No description provided by the author
# Variables
ErrBadQuorum is returned by Create when the quorum provided is less than 1 or greater than the number of xpubs provided.
ErrBadType is returned when a find operation retrieves a signer that is not the expected type.
ErrBadXPub is returned by Create when the xpub provided isn't valid.
ErrDupeXPub is returned by create when the same xpub appears twice in a single call.
ErrNoXPubs is returned by create when the xpubs slice provided is empty.