EthgoGo Ethereum SDK
GitHub
  • Introduction
    • Overview
    • Eth
    • Net
  • Application Binary Interface
    • Signer
    • Wallet
  • Contract
    • Ethereum Name Service
    • Etherscan
    • 4byte
    • Abigen
    • Version
    • Ens Resolve
    • 4byte
  • Introduction
    • Overview
    • Eth
    • Net
  • Application Binary Interface
    • Signer
    • Wallet
  • Contract
    • Ethereum Name Service
    • Etherscan
    • 4byte
    • Abigen
    • Version
    • Ens Resolve
    • 4byte

Signers

The Signer represents an abstract entity that can sign arbitrary messages.

type Key interface {
Address() Address
Sign(hash []byte) ([]byte, error)
}
Application Binary Interface
Wallet

Powered by Umbracle
Edit this page on GitHub