Documentation ¶ Index ¶ func GetClientID() string func GetClientPublicKey() string func PopulateClient(clientjson string, signatureScheme string) error func VerifySignature(signature string, msg string) (bool, error) type Client func GetClient() *Client type SignFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetClientID ¶ func GetClientID() string func GetClientPublicKey ¶ func GetClientPublicKey() string func PopulateClient ¶ func PopulateClient(clientjson string, signatureScheme string) error func VerifySignature ¶ func VerifySignature(signature string, msg string) (bool, error) Types ¶ type Client ¶ type Client struct { *zcncrypto.Wallet // contains filtered or unexported fields } func GetClient ¶ func GetClient() *Client type SignFunc ¶ added in v1.3.5 type SignFunc func(hash string) (string, error) var ( Sign SignFunc ) Source Files ¶ View all Source files entity.go Click to show internal directories. Click to hide internal directories.