signer

package
v0.6.47 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: GPL-3.0 Imports: 4 Imported by: 10

Documentation

Overview

Package signer holds EOA private keys to can sign regular Ethereum transactions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EOA

type EOA struct {
	PrivateKey *ecdsa.PrivateKey
	PublicKey  *ecdsa.PublicKey
	Address    common.Address
}

EOA is an instance of a ECDSA private key, public key, and address.

func New

func New(pk string) (*EOA, error)

New returns an EOA from a hex string of a ECDSA private key.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL