Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultClientRPCURL is the RPC URL used by default, to interact with the // polygon node. DefaultClientRPCURL = "http://127.0.0.1:28545/" )
Variables ¶
View Source
var ( // NewAddressEncodeDecoder re-exports ethereum.NewAddressEncodeDecoder. NewAddressEncodeDecoder = ethereum.NewAddressEncodeDecoder // NewAddressDecoder re-exports ethereum.NewAddressDecoder. NewAddressDecoder = ethereum.NewAddressDecoder // NewAddressEncoder re-exports ethereum.NewAddressEncoder. NewAddressEncoder = ethereum.NewAddressEncoder // NewAddressFromHex re-exports ethereum.NewAddressFromHex. NewAddressFromHex = ethereum.NewAddressFromHex )
View Source
var Encode = ethereum.Encode
Encode re-exports ethereum.Encode.
View Source
var NewClient = ethereum.NewClient
NewClient re-exports ethereum.NewClient.
View Source
var NewGasEstimator = ethereum.NewGasEstimator
NewGasEstimator re-exports ethereum.NewGasEstimator.
View Source
var NewTxBuilder = ethereum.NewTxBuilder
NewTxBuilder re-exports ethereum.NewTxBuilder.
Functions ¶
This section is empty.
Types ¶
type AddressDecoder ¶
type AddressDecoder = ethereum.AddressDecoder
AddressDecoder re-exports ethereum.AddressDecoder.
type AddressEncodeDecoder ¶
type AddressEncodeDecoder = ethereum.AddressEncodeDecoder
AddressEncodeDecoder re-exports ethereum.AddressEncodeDecoder.
type AddressEncoder ¶
type AddressEncoder = ethereum.AddressEncoder
AddressEncoder re-exports ethereum.AddressEncoder.
type GasEstimator ¶
type GasEstimator = ethereum.GasEstimator
GasEstimator re-exports ethereum.GasEstimator.
Click to show internal directories.
Click to hide internal directories.