Versions in this module Expand all Collapse all v1 v1.3.0 Sep 11, 2024 Changes in this version + const COIN_TYPE_INDEX + const HARDHAT + const PURPOSE_INDEX + func ExtractSigAndData(raw string) (common.Address, apitypes.TypedData, error) + type EIP712Domain struct + ChainId uint32 + Name string + VerifyingContract string + Version string + type EspressoClient struct + EspressoUrl string + GraphQLUrl string + func (e *EspressoClient) SendInput(payload string, namespace int) + type EspressoData struct + Account string + Domain EIP712Domain + Message EspressoMessage + PrimaryType string + Types Types + type EspressoListener struct + InputRepository *cRepos.InputRepository + InputterWorker *inputter.InputterWorker + func NewEspressoListener(espressoUrl string, namespace uint64, repository *cRepos.InputRepository, ...) *EspressoListener + func (e EspressoListener) Start(ctx context.Context, ready chan<- struct{}) error + func (e EspressoListener) String() string + type EspressoMessage struct + Nonce uint64 + Payload string + type GraphQLQuery struct + Query string + type GraphQLResponse struct + Data struct{ ... } + type SigAndData struct + Signature string + TypedData string + type TypeDetail struct + Name string + Type string + type Types struct + EIP712Domain []TypeDetail + EspressoMessage []TypeDetail