proxy

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2019 License: GPL-3.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	bind.ContractBackend
	TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
	BalanceAt(ctx context.Context, address common.Address, blockNum *big.Int) (*big.Int, error)
}

type ProxyContractRegister

type ProxyContractRegister struct {
	*contract.ProxyContractRegisterSession
	// contains filtered or unexported fields
}

func DeployProxyContractRegister

func DeployProxyContractRegister(transactOpts *bind.TransactOpts, contractBackend Backend) (common.Address, *types.Transaction, *ProxyContractRegister, error)

func NewProxyContractRegister

func NewProxyContractRegister(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend Backend) (*ProxyContractRegister, error)

func (*ProxyContractRegister) GetRealContract

func (self *ProxyContractRegister) GetRealContract(addr common.Address) (common.Address, error)

func (*ProxyContractRegister) RegisterPublicKey

func (self *ProxyContractRegister) RegisterPublicKey(proxyAddress, realAddress common.Address) (*types.Transaction, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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