Documentation ¶
Index ¶
- func GetContractVerify(address common.Address) bool
- func GetContract_Method_GetDepositor() string
- func GetContract_Method_ListValidator() string
- func GetContracts() []string
- func GetStakingContract_ABI() abi.ABI
- func GetStakingContract_Address() common.Address
- func GetStakingContract_Address_String() string
- func IsStakingContract() error
- type Contract
- type Contracts
- type Deposit
- type Method
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContractVerify ¶
func GetContract_Method_GetDepositor ¶
func GetContract_Method_GetDepositor() string
func GetContract_Method_ListValidator ¶
func GetContract_Method_ListValidator() string
func GetContracts ¶
func GetContracts() []string
func GetStakingContract_ABI ¶
func GetStakingContract_Address_String ¶
func GetStakingContract_Address_String() string
func IsStakingContract ¶
func IsStakingContract() error
Types ¶
type Contract ¶
type Contract struct { ContractAddress common.Address `json:"ContractAddress"` ABI string `json:"ABI"` BIN string `json:"BIN"` Methods *Method `json:"Methods"` }
func GetContract_Data ¶
Click to show internal directories.
Click to hide internal directories.