The EvmSigner interface represents an instance of a Signer that uses Evm signatures to sign transactions.

interface EvmSigner {
    address: Buffer;
}

Hierarchy (view full)

Properties

Properties

address: Buffer