Versions in this module Expand all Collapse all v0 v0.1.1 Apr 6, 2022 v0.1.0 Nov 1, 2021 Changes in this version + type Wallet struct + func New(pks []string) (*Wallet, error) + func (w *Wallet) GetAddresses() []string + func (w *Wallet) Has(addr string) (bool, error) + func (w *Wallet) Sign(addr string, payload []byte) (*crypto.Signature, error)