Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LOGGER = logging.MustGetLogger("gasserviceclient")
Functions ¶
This section is empty.
Types ¶
type AccountSeqResponse ¶
type Client ¶
type Client struct { HTTP HTTPClient URL string }
func (*Client) GetAccountAndSequence ¶
type GasServiceClient ¶
type HTTPClient ¶
type HTTPClient interface { HTTPPoster HTTPGetter }
type HTTPPoster ¶
type MockClient ¶
func (*MockClient) GetAccountAndSequence ¶
func (mgs *MockClient) GetAccountAndSequence() (string, uint64, error)
type SubmitTexResponse ¶
Click to show internal directories.
Click to hide internal directories.