package
7.1.0-beta+incompatible
Repository: https://github.com/injectivelabs/0x-mesh.git
Documentation: pkg.go.dev
# Functions
NewEthRPCSigner instantiates a new EthRPCSigner.
NewLocalSigner instantiates a new LocalSigner.
NewTestSigner instantiates a new LocalSigner.
# Structs
ECSignature contains the parameters of an elliptic curve signature.
EthRPCSigner is a signer that uses a call to Ethereum JSON-RPC method `eth_call` to produce a signature.
LocalSigner is a signer that produces an `eth_sign`-compatible signature locally using a private key.
TestSigner generates `eth_sign` signatures for test accounts available on the test Ethereum node Ganache.
# Interfaces
Signer defines the methods needed to act as a elliptic curve signer.