Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWallet ¶
func NewWallet(ks storage.KeyStore, rd storage.IRecorder, mw storage.KeyMiddleware, filter ISignMsgFilter, bus EventBus.Bus, getPwd GetPwdFunc) wallet_api.ILocalWallet
Types ¶
type GetPwdFunc ¶ added in v1.2.0
type GetPwdFunc func() string
type ISignMsgFilter ¶ added in v1.9.0
type SignFilter ¶ added in v1.9.0
type SignFilter struct {
// contains filtered or unexported fields
}
func NewSignFilter ¶ added in v1.9.0
func NewSignFilter(cfg *config.SignFilter) *SignFilter
func (*SignFilter) CheckSignMsg ¶ added in v1.9.0
func (filter *SignFilter) CheckSignMsg(ctx context.Context, signMsg SignMsg) error
Click to show internal directories.
Click to hide internal directories.