Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EIP712Prover ¶
type EIP712Prover struct {
// contains filtered or unexported fields
}
func NewEIP712Prover ¶
func NewEIP712Prover(walletKey string) (*EIP712Prover, error)
func (*EIP712Prover) Prove ¶
func (p *EIP712Prover) Prove(did w3c.DID, state services.IdentityState, stateType services.StateType) (document.DidResolutionProof, error)
Click to show internal directories.
Click to hide internal directories.