Crate wasm_multisig Copy item path Source MultisigWallet TimeLock A struct that represents a time-based lock mechanism, which tracks an expiration time
and provides functionality to check if the lock has expired. Transaction A struct representing a transaction with a nonce and associated data.
The Transaction
structure is used to manage operations with specific data and unique nonces. sign_message Signs a message using a given secret key and returns the ECDSA signature. submit_transaction Submits a transaction to the Ethereum network.
This function handles Infura URL and private key management through environment variables. verify_signature Verifies the signature of a message using the corresponding public key.