Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatedViewingKey ¶ added in v0.22.0
type AuthenticatedViewingKey struct { AccountAddress *gethcommon.Address UserID []byte // contains filtered or unexported fields }
AuthenticatedViewingKey - the enclave side of the viewing key. Used for authenticating requests and for encryption
func VerifyViewingKey ¶ added in v0.22.0
func VerifyViewingKey(rpcVK *viewingkey.RPCSignedViewingKey, chainID int64) (*AuthenticatedViewingKey, error)
Click to show internal directories.
Click to hide internal directories.