Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccount ¶
GetAccount returns an accountResponse containing information
about the account correlated with provided address
func GetBalance ¶
GetBalance returns the balance for the address parameter
func GetValueForKey ¶ added in v1.0.125
GetValueForKey returns the value for the given address and key
Types ¶
type FacadeHandler ¶
type FacadeHandler interface { GetBalance(address string) (*big.Int, error) GetValueForKey(address string, key string) (string, error) GetAccount(address string) (state.UserAccountHandler, error) IsInterfaceNil() bool }
FacadeHandler interface defines methods that can be used from `elrondFacade` context variable
Click to show internal directories.
Click to hide internal directories.