Documentation
¶
Index ¶
- Constants
- Variables
- func AddressFromImageHash(imageHash string, context WalletContext) (common.Address, error)
- func AddressFromWalletConfig(walletConfig core.WalletConfig, context WalletContext) (common.Address, error)
- func BuildProxy(addr common.Address) string
- func ComputeGuestExecDigest(txns Transactions) (common.Hash, error)
- func ComputeSelfExecDigest(txns Transactions) (common.Hash, error)
- func ComputeWalletExecDigest(nonce *big.Int, txns Transactions) (common.Hash, error)
- func ContextWithAuxData(ctx context.Context, auxData *AuxData) context.Context
- func DecodeNonce(raw *big.Int) (*big.Int, *big.Int)
- func DecodeNonceChangeEvent(log *types.Log) (*big.Int, *big.Int, error)
- func DecodeRevertReason(logs []*types.Log) []string
- func DecodeSignature(sequenceSignature []byte) (core.Signature[*v2.WalletConfig], error)
- func DecodeTxFailedEvent(log *types.Log) (common.Hash, string, uint, error)
- func DecompressCalldata(ctx context.Context, provider *ethrpc.Provider, transaction *types.Transaction) (common.Address, []byte, error)
- func DeploySequenceWallet(sender *ethwallet.Wallet, walletConfig core.WalletConfig, ...) (common.Address, *types.Transaction, ethtxn.WaitReceipt, error)
- func EIP6492Signature(signature []byte, config core.WalletConfig) ([]byte, error)
- func EIP6492SignatureWithMultipleDeployments(signature []byte, configs []core.WalletConfig) ([]byte, error)
- func EIP6492ValidateSignature() ethauth.ValidatorFunc
- func EncodeNonce(space *big.Int, nonce *big.Int) (*big.Int, error)
- func EncodeTransactionsForRelaying(relayer Relayer, walletAddress common.Address, walletConfig core.WalletConfig, ...) (common.Address, []byte, error)
- func EncodeWalletDeployment(walletConfig core.WalletConfig, walletContext WalletContext) (common.Address, common.Address, []byte, error)
- func FilterMetaTransactionAny() ethreceipts.FilterQuery
- func FilterMetaTransactionID(metaTxnID ethkit.Hash) ethreceipts.FilterQuery
- func GeneralIsValidSignature(walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func GeneralValidateSequenceAccountProof() ethauth.ValidatorFunc
- func GeneralValidateSequenceAccountProofWith(walletContexts WalletContexts) ethauth.ValidatorFunc
- func GenerateRandomNonce() (*big.Int, error)
- func GenericDecodeSignature[C core.WalletConfig](sequenceSignature []byte) (core.Signature[C], error)
- func GenericIsValidSignature[C core.WalletConfig](walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func GenericIsValidUndeployedSignature[C core.WalletConfig](walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func GenericRecoverWalletConfigFromDigest[C core.WalletConfig](digest, seqSig []byte, walletAddress common.Address, ...) (C, *big.Int, error)
- func GenericValidateSequenceAccountProof[C core.WalletConfig]() ethauth.ValidatorFunc
- func GenericValidateSequenceAccountProofWith[C core.WalletConfig](walletContexts WalletContext) ethauth.ValidatorFunc
- func GetWalletNonce(provider *ethrpc.Provider, walletConfig core.WalletConfig, ...) (*big.Int, error)
- func IsEIP191Message(msg []byte) bool
- func IsTxExecutedEvent(log *types.Log, hash common.Hash) bool
- func IsTxFailedEvent(log *types.Log, hash common.Hash) bool
- func IsValidMessageSignature(address common.Address, message []byte, signature []byte, chainID *big.Int, ...) (bool, error)
- func IsValidSignature(log logger.Logger, walletAddress common.Address, digest common.Hash, ...) (bool, error)
- func IsValidTypedDataSignature(address common.Address, encodedTypedData []byte, signature []byte, ...) (bool, error)
- func IsValidUndeployedSignature(walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func IsWalletConfigEqual(walletConfigA, walletConfigB core.WalletConfig) bool
- func IsWalletDeployed(provider *ethrpc.Provider, walletAddress common.Address) (bool, error)
- func MessageDigest(message []byte) common.Hash
- func MessageToEIP191(msg []byte) []byte
- func MustEncodeSig(str string) common.Hash
- func PackMessageData(chainID *big.Int, address common.Address, digest common.Hash) ([]byte, error)
- func ParseHexOrDec(s string) (*big.Int, bool)
- func RecoverWalletConfigFromDigest(digest, seqSig []byte, walletAddress common.Address, ...) (*v2.WalletConfig, *big.Int, error)
- func ReduceExecdataSignatures(chainID *big.Int, data []byte) ([]byte, error)
- func Sign[C core.WalletConfig](wallet *Wallet[C], input common.Hash) ([]byte, error)
- func SubDigest(chainID *big.Int, address common.Address, digest common.Hash) ([]byte, error)
- func UnwrapEIP6492Signature(signature []byte) ([]byte, error)
- func V1DecodeSignature(sequenceSignature []byte) (core.Signature[*v1.WalletConfig], error)
- func V1DecodeTxFailedEvent(log *types.Log) (common.Hash, string, error)
- func V1IsTxExecutedEvent(log *types.Log, hash common.Hash) bool
- func V1IsTxFailedEvent(log *types.Log, hash common.Hash) bool
- func V1IsValidSignature(walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func V1IsValidUndeployedSignature(walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func V1RecoverWalletConfigFromDigest(digest, seqSig []byte, walletAddress common.Address, ...) (*v1.WalletConfig, *big.Int, error)
- func V1SortWalletConfig(walletConfig *v1.WalletConfig) error
- func V1ValidateSequenceAccountProof() ethauth.ValidatorFunc
- func V1ValidateSequenceAccountProofWith(walletContext WalletContext) ethauth.ValidatorFunc
- func V2DecodeSignature(sequenceSignature []byte) (core.Signature[*v2.WalletConfig], error)
- func V2DecodeTxFailedEvent(log *types.Log) (common.Hash, string, uint, error)
- func V2IsTxExecutedEvent(log *types.Log, hash common.Hash) bool
- func V2IsTxFailedEvent(log *types.Log, hash common.Hash) bool
- func V2IsValidSignature(walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func V2IsValidUndeployedSignature(walletAddress common.Address, digest common.Hash, seqSig []byte, ...) (bool, error)
- func V2RecoverWalletConfigFromDigest(digest, seqSig []byte, walletAddress common.Address, ...) (*v2.WalletConfig, *big.Int, error)
- func V2ValidateSequenceAccountProof() ethauth.ValidatorFunc
- func V2ValidateSequenceAccountProofWith(walletContext WalletContext) ethauth.ValidatorFunc
- func ValidateSequenceAccountProof(log logger.Logger) ethauth.ValidatorFunc
- func ValidateSequenceAccountProofWith(walletContext WalletContext) ethauth.ValidatorFunc
- type AuxData
- type CallOverride
- type DigestSigner
- type EstimateTransaction
- type Estimator
- func (e *Estimator) AreEOAs(ctx context.Context, provider *ethrpc.Provider, walletConfig core.WalletConfig) (map[common.Address]bool, error)
- func (e *Estimator) BuildStubSignature(walletConfig core.WalletConfig, willSign, isEoa map[common.Address]bool) []byte
- func (e *Estimator) CalldataCost(data []byte) uint64
- func (e *Estimator) Estimate(ctx context.Context, provider *ethrpc.Provider, address common.Address, ...) (uint64, error)
- func (e *Estimator) EstimateCall(ctx context.Context, provider *ethrpc.Provider, call *EstimateTransaction, ...) (*big.Int, error)
- func (e *Estimator) PickSigners(ctx context.Context, walletConfig core.WalletConfig, ...) (map[common.Address]bool, error)
- func (e *Estimator) SetCache(cache cachestore.Store[[]byte]) *Estimator
- type MessageSigner
- type MetaTxnExecType
- type MetaTxnID
- type MetaTxnResult
- type MetaTxnStatus
- type NetworkConfig
- type Networks
- type Receipt
- type Relayer
- type RelayerFeeOption
- type RelayerFeeQuote
- type RelayerFeeToken
- type RelayerFeeTokenType
- type RelayerSimulateResult
- type SignedTransactions
- type Signer
- type SignerDigestSigner
- type SignerMessageSigner
- type SimulateResult
- func Simulate(provider *ethrpc.Provider, wallet common.Address, transactions Transactions, ...) ([]SimulateResult, error)
- func V1Simulate(provider *ethrpc.Provider, wallet common.Address, transactions Transactions, ...) ([]SimulateResult, error)
- func V2Simulate(provider *ethrpc.Provider, wallet common.Address, transactions Transactions, ...) ([]SimulateResult, error)
- type StateOverride
- type Transaction
- func (t *Transaction) AddToBundle(txns Transactions)
- func (t *Transaction) Bundle() Transactions
- func (t *Transaction) Clone() *Transaction
- func (t *Transaction) Digest() (common.Hash, error)
- func (t *Transaction) Execdata() ([]byte, error)
- func (t *Transaction) GuestDigest() (common.Hash, error)
- func (t *Transaction) IsBundle() bool
- func (t *Transaction) IsEncoded() bool
- func (t *Transaction) IsValid() error
- func (t *Transaction) ReduceSignatures(chainID *big.Int) error
- type Transactions
- func DecodeExecdata(data []byte) (Transactions, *big.Int, []byte, error)
- func DecodeRawTransactions(data []byte) (Transactions, error)
- func NewTransactionsFromValues(values []Transaction) Transactions
- func TryDecodeCalldata(ctx context.Context, provider *ethrpc.Provider, transaction *types.Transaction) (common.Address, Transactions, *big.Int, []byte, error)
- func (t *Transactions) Append(txns Transactions)
- func (t Transactions) AppendBundle(txns Transactions)
- func (t Transactions) AsValues() []Transaction
- func (t Transactions) Clone() Transactions
- func (t Transactions) EncodeRaw() ([]byte, error)
- func (t Transactions) EncodedTransactions() ([]Transaction, error)
- func (t Transactions) Nonce() (*big.Int, error)
- func (t *Transactions) Prepend(txns Transactions)
- func (t Transactions) PrependBundle(txns Transactions)
- type Wallet
- func GenericNewWallet[C core.WalletConfig](walletOptions WalletOptions[C], signers ...Signer) (*Wallet[C], error)
- func GenericNewWalletSingleOwner[C core.WalletConfig](owner Signer, optContext ...WalletContext) (*Wallet[C], error)
- func GenericNewWalletWithCoreWalletConfig[C core.WalletConfig](wallet *Wallet[C]) *Wallet[core.WalletConfig]
- func NewWallet(walletOptions WalletOptions[*v2.WalletConfig], signers ...Signer) (*Wallet[*v2.WalletConfig], error)
- func NewWalletSingleOwner(owner Signer, optContext ...WalletContext) (*Wallet[*v2.WalletConfig], error)
- func NewWalletWithCoreWalletConfig(wallet *Wallet[*v2.WalletConfig]) *Wallet[core.WalletConfig]
- func V1NewWallet(walletOptions WalletOptions[*v1.WalletConfig], signers ...Signer) (*Wallet[*v1.WalletConfig], error)
- func V1NewWalletSingleOwner(owner Signer, optContext ...WalletContext) (*Wallet[*v1.WalletConfig], error)deprecated
- func V1NewWalletWithCoreWalletConfig(wallet *Wallet[*v1.WalletConfig]) *Wallet[core.WalletConfig]
- func V2NewWallet(walletOptions WalletOptions[*v2.WalletConfig], signers ...Signer) (*Wallet[*v2.WalletConfig], error)
- func V2NewWalletSingleOwner(owner Signer, optContext ...WalletContext) (*Wallet[*v2.WalletConfig], error)
- func V2NewWalletWithCoreWalletConfig(wallet *Wallet[*v2.WalletConfig]) *Wallet[core.WalletConfig]
- func (w *Wallet[C]) Address() common.Address
- func (w *Wallet[C]) Connect(provider *ethrpc.Provider, relayer Relayer) error
- func (w *Wallet[C]) Deploy(ctx context.Context) (MetaTxnID, *types.Transaction, ethtxn.WaitReceipt, error)
- func (w *Wallet[C]) FeeOptions(ctx context.Context, txs Transactions) ([]*RelayerFeeOption, *RelayerFeeQuote, error)
- func (w *Wallet[C]) GetChainID() *big.Int
- func (w *Wallet[C]) GetNonce(optBlockNum ...*big.Int) (*big.Int, error)
- func (w *Wallet[C]) GetProvider() *ethrpc.Provider
- func (w *Wallet[C]) GetRelayer() Relayer
- func (w *Wallet[C]) GetSigner(address common.Address) (Signer, bool)
- func (w *Wallet[C]) GetSignerAddresses() []common.Address
- func (w *Wallet[C]) GetSignerWeight() *big.Int
- func (w *Wallet[C]) GetTransactionCount(optBlockNum ...*big.Int) (*big.Int, error)
- func (w *Wallet[C]) GetWalletConfig() C
- func (w *Wallet[C]) GetWalletContext() WalletContext
- func (w *Wallet[C]) ImageHash() (common.Hash, error)
- func (w *Wallet[C]) IsDeployed() (bool, error)
- func (w *Wallet[C]) IsSignerAvailable(address common.Address) bool
- func (w *Wallet[C]) IsValidSignature(digest common.Hash, signature []byte) (bool, error)
- func (w *Wallet[C]) SendTransaction(ctx context.Context, signedTxns *SignedTransactions, ...) (MetaTxnID, *types.Transaction, ethtxn.WaitReceipt, error)
- func (w *Wallet[C]) SendTransactions(ctx context.Context, signedTxns *SignedTransactions, ...) (MetaTxnID, *types.Transaction, ethtxn.WaitReceipt, error)
- func (w *Wallet[C]) SetChainID(chainID *big.Int)
- func (w *Wallet[C]) SetProvider(provider *ethrpc.Provider) error
- func (w *Wallet[C]) SetRelayer(relayer Relayer) error
- func (w *Wallet[C]) SetSessions(sessions proto.Sessions) error
- func (w *Wallet[C]) SignDigest(ctx context.Context, digest common.Hash, optChainID ...*big.Int) ([]byte, error)
- func (w *Wallet[C]) SignMessage(msg []byte) ([]byte, error)
- func (w *Wallet[C]) SignTransaction(ctx context.Context, txn *Transaction) (*SignedTransactions, error)
- func (w *Wallet[C]) SignTransactions(ctx context.Context, txns Transactions) (*SignedTransactions, error)
- func (w *Wallet[C]) SignTypedData(typedData *ethcoder.TypedData) ([]byte, []byte, error)
- func (w *Wallet[C]) UpdateSessionsConfig(ctx context.Context) error
- func (w *Wallet[C]) UpdateSessionsWallet(ctx context.Context) error
- func (w *Wallet[C]) UseConfig(config C) (*Wallet[C], error)
- func (w *Wallet[C]) UseSigners(signers ...Signer) (*Wallet[C], error)
- type WalletContext
- type WalletContexts
- type WalletOptions
Constants ¶
const WalletContractBytecode = "0x603a600e3d39601a805130553df3363d3d373d3d3d363d30545af43d82803e903d91601857fd5bf3"
https://github.com/0xsequence/wallet-contracts/blob/master/src/contracts/Wallet.sol#L57-L59
Variables ¶
var ( // NonceChangeEventSig is the signature event emitted as the first event on the batch execution // 0x1f180c27086c7a39ea2a7b25239d1ab92348f07ca7bb59d1438fcf527568f881 NonceChangeEventSig = MustEncodeSig("NonceChange(uint256,uint256)") // TxFailedEventSig is the signature event emitted in a failed smart-wallet meta-transaction batch // 0x3dbd1590ea96dd3253a91f24e64e3a502e1225d602a5731357bc12643070ccd7 V1TxFailedEventSig = MustEncodeSig("TxFailed(bytes32,bytes)") // TxExecutedEventSig is the signature event emitted in a successful smart-wallet meta-transaction batch (for v2) // 0x5c4eeb02dabf8976016ab414d617f9a162936dcace3cdef8c69ef6e262ad5ae7 // TxExecuted(bytes32 indexed _tx, uint256 _index) V2TxExecutedEventSig = common.HexToHash("0x5c4eeb02dabf8976016ab414d617f9a162936dcace3cdef8c69ef6e262ad5ae7") // TxFailedEventSig is the signature event emitted in a failed smart-wallet meta-transaction batch (for v2) // 0xab46c69f7f32e1bf09b0725853da82a211e5402a0600296ab499a2fb5ea3b419 // TxFailed(bytes32 indexed _tx, uint256 _index, bytes _reason) V2TxFailedEventSig = common.HexToHash("0xab46c69f7f32e1bf09b0725853da82a211e5402a0600296ab499a2fb5ea3b419") )
Transaction events as defined in wallet-contracts IModuleCalls.sol
var ( ErrUnknownChainID = fmt.Errorf("chainID is unknown") ErrProviderNotSet = fmt.Errorf("provider is not set") ErrRelayerNotSet = fmt.Errorf("relayer is not set") )
var ( // ImageHashUpdatedEventSig is emitted anytime wallet config is updated. ImageHashUpdatedEventSig = MustEncodeSig("ImageHashUpdated(bytes32)") // ImplementationUpdatedEventSig is emitted anytime a wallet's mainModule is changed, // this is a rare occurence. ImplementationUpdatedEventSig = MustEncodeSig("ImplementationUpdated(address)") )
Functions ¶
func AddressFromImageHash ¶
func AddressFromImageHash(imageHash string, context WalletContext) (common.Address, error)
func AddressFromWalletConfig ¶
func AddressFromWalletConfig(walletConfig core.WalletConfig, context WalletContext) (common.Address, error)
func BuildProxy ¶ added in v0.4.4
BuildProxy for address based on https://eips.ethereum.org/EIPS/eip-1167 the bytecode contains an aditional SLOAD to mimic the Sequence proxies bytecode:
| 0x00000000 36 calldatasize cds | 0x00000001 3d returndatasize 0 cds | 0x00000002 3d returndatasize 0 0 cds | 0x00000003 37 calldatacopy | 0x00000004 30 address addr | 0x00000005 54 sload stub | 0x00000006 50 pop | 0x00000007 3d returndatasize 0 | 0x00000008 3d returndatasize 0 0 | 0x00000009 3d returndatasize 0 0 0 | 0x0000000a 36 calldatasize cds 0 0 0 | 0x0000000b 3d returndatasize 0 cds 0 0 0 | 0x0000000c 73bebebebebe. push20 0xbebebebe 0xbebe 0 cds 0 0 0 | 0x00000020 5a gas gas 0xbebe 0 cds 0 0 0 | 0x00000021 f4 delegatecall suc 0 | 0x00000022 3d returndatasize rds suc 0 | 0x00000023 82 dup3 0 rds suc 0 | 0x00000024 80 dup1 0 0 rds suc 0 | 0x00000025 3e returndatacopy suc 0 | 0x00000026 90 swap1 0 suc | 0x00000027 3d returndatasize rds 0 suc | 0x00000028 91 swap2 suc 0 rds | 0x00000029 602d push1 0x2e 0x2e suc 0 rds | ,=< 0x0000002b 57 jumpi 0 rds | | 0x0000002c fd revert | `-> 0x0000002d 5b jumpdest 0 rds \ 0x0000002e f3 return
func ComputeGuestExecDigest ¶ added in v0.3.3
func ComputeGuestExecDigest(txns Transactions) (common.Hash, error)
func ComputeSelfExecDigest ¶ added in v0.3.3
func ComputeSelfExecDigest(txns Transactions) (common.Hash, error)
func ComputeWalletExecDigest ¶ added in v0.3.3
func ContextWithAuxData ¶ added in v0.22.0
func DecodeNonce ¶
DecodeNonce raw nonce, returns (space, nonce)
func DecodeNonceChangeEvent ¶ added in v0.3.1
func DecodeRevertReason ¶ added in v0.3.3
func DecodeSignature ¶
func DecodeTxFailedEvent ¶ added in v0.3.1
func DecompressCalldata ¶ added in v0.26.0
func DecompressCalldata(ctx context.Context, provider *ethrpc.Provider, transaction *types.Transaction) (common.Address, []byte, error)
This method is duplicated code from: `compressor/contract.go` can't be used directly, because it would create a circular dependency
func DeploySequenceWallet ¶
func DeploySequenceWallet(sender *ethwallet.Wallet, walletConfig core.WalletConfig, walletContext WalletContext) (common.Address, *types.Transaction, ethtxn.WaitReceipt, error)
func EIP6492Signature ¶ added in v0.22.1
func EIP6492Signature(signature []byte, config core.WalletConfig) ([]byte, error)
func EIP6492SignatureWithMultipleDeployments ¶ added in v0.37.1
func EIP6492SignatureWithMultipleDeployments(signature []byte, configs []core.WalletConfig) ([]byte, error)
func EIP6492ValidateSignature ¶ added in v0.22.0
func EIP6492ValidateSignature() ethauth.ValidatorFunc
func EncodeNonce ¶
EncodeNonce with space
func EncodeTransactionsForRelaying ¶
func EncodeTransactionsForRelaying(relayer Relayer, walletAddress common.Address, walletConfig core.WalletConfig, walletContext WalletContext, txns Transactions, nonce *big.Int, seqSig []byte) (common.Address, []byte, error)
returns `to` address (either guest or wallet) and `data` of signed-metatx-calldata, aka execdata
func EncodeWalletDeployment ¶ added in v0.3.3
func EncodeWalletDeployment(walletConfig core.WalletConfig, walletContext WalletContext) (common.Address, common.Address, []byte, error)
func FilterMetaTransactionAny ¶ added in v0.17.0
func FilterMetaTransactionAny() ethreceipts.FilterQuery
Find any Sequence meta txns
func FilterMetaTransactionID ¶ added in v0.17.0
func FilterMetaTransactionID(metaTxnID ethkit.Hash) ethreceipts.FilterQuery
func GeneralIsValidSignature ¶ added in v0.22.0
func GeneralValidateSequenceAccountProof ¶ added in v0.22.0
func GeneralValidateSequenceAccountProof() ethauth.ValidatorFunc
func GeneralValidateSequenceAccountProofWith ¶ added in v0.22.0
func GeneralValidateSequenceAccountProofWith(walletContexts WalletContexts) ethauth.ValidatorFunc
func GenerateRandomNonce ¶
GenerateRandomNonce returns a random space for a nonce to ensure transactions can be executed in parallel.
func GenericDecodeSignature ¶ added in v0.22.0
func GenericDecodeSignature[C core.WalletConfig](sequenceSignature []byte) (core.Signature[C], error)
GenericDecodeSignature sequence into individual parts
func GenericIsValidSignature ¶ added in v0.22.0
func GenericIsValidUndeployedSignature ¶ added in v0.22.0
func GenericRecoverWalletConfigFromDigest ¶ added in v0.22.0
func GenericValidateSequenceAccountProof ¶ added in v0.22.0
func GenericValidateSequenceAccountProof[C core.WalletConfig]() ethauth.ValidatorFunc
func GenericValidateSequenceAccountProofWith ¶ added in v0.22.0
func GenericValidateSequenceAccountProofWith[C core.WalletConfig](walletContexts WalletContext) ethauth.ValidatorFunc
func GetWalletNonce ¶
func IsEIP191Message ¶ added in v0.29.0
func IsTxExecutedEvent ¶ added in v0.3.1
func IsValidMessageSignature ¶ added in v0.28.3
func IsValidSignature ¶
func IsValidTypedDataSignature ¶ added in v0.44.2
func IsValidUndeployedSignature ¶ added in v0.22.0
func IsWalletConfigEqual ¶
func IsWalletConfigEqual(walletConfigA, walletConfigB core.WalletConfig) bool
func IsWalletDeployed ¶
func MessageDigest ¶
func MessageToEIP191 ¶ added in v0.29.0
func MustEncodeSig ¶
func PackMessageData ¶
PackMessageData encodes a Sequence contract "message"
func ReduceExecdataSignatures ¶ added in v0.6.6
func UnwrapEIP6492Signature ¶ added in v0.33.0
func V1DecodeSignature ¶ added in v0.22.0
func V1DecodeTxFailedEvent ¶ added in v0.22.0
func V1IsTxExecutedEvent ¶ added in v0.22.0
func V1IsTxFailedEvent ¶ added in v0.22.0
func V1IsValidSignature ¶ added in v0.22.0
func V1IsValidUndeployedSignature ¶ added in v0.22.0
func V1RecoverWalletConfigFromDigest ¶ added in v0.22.0
func V1SortWalletConfig ¶ added in v0.22.0
func V1SortWalletConfig(walletConfig *v1.WalletConfig) error
func V1ValidateSequenceAccountProof ¶ added in v0.22.0
func V1ValidateSequenceAccountProof() ethauth.ValidatorFunc
func V1ValidateSequenceAccountProofWith ¶ added in v0.22.0
func V1ValidateSequenceAccountProofWith(walletContext WalletContext) ethauth.ValidatorFunc
func V2DecodeSignature ¶ added in v0.22.0
func V2DecodeTxFailedEvent ¶ added in v0.22.0
func V2IsTxExecutedEvent ¶ added in v0.22.0
func V2IsTxFailedEvent ¶ added in v0.22.0
func V2IsValidSignature ¶ added in v0.22.0
func V2IsValidUndeployedSignature ¶ added in v0.22.0
func V2RecoverWalletConfigFromDigest ¶ added in v0.22.0
func V2RecoverWalletConfigFromDigest(digest, seqSig []byte, walletAddress