Documentation
¶
Index ¶
Constants ¶
View Source
const ( KEY_FORMAT_HEX = "hex" KEY_FORMAT_JSON = "json" KEY_FORMAT_BASE58 = "base58" SIGNATURE_TYPE_SHA256 = "SHA256" SIGNATURE_TYPE_RIPEMD = "RIPEMD" SIGNATURE_TYPE_SHA512 = "SHA512" )
Variables ¶
View Source
var (
ErrConfigStorageEmpty = errors.New("config storage is empty")
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) SignRequest ¶
type Option ¶
type Option func(*Manager)
func WithStorageManager ¶
func WithStorageManager(storageManager *storage.ModuleManager) Option
Click to show internal directories.
Click to hide internal directories.