Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IotexService ¶
type IotexService interface { // Connect connect to iotex server Connect() error // AuthClient is the client with private key AuthClient() iotex.AuthedClient // ReadOnlyClient is the client without private key ReadOnlyClient() iotex.ReadOnlyClient }
IotexService is the IotexService interface
func NewIotexService ¶
func NewIotexService(accountPrivate, endpoint string, secure bool) IotexService
NewIotexService returns IotexService
Click to show internal directories.
Click to hide internal directories.