Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicClient ¶
type BasicClient interface { Get(path string, qp map[string]string) ([]byte, error) Post(path string, body interface{}, param map[string]string) ([]byte, error) GetTx(txHash string) (*tx.TxResult, error) PostTx(hexTx []byte, param map[string]string) ([]tx.TxCommitResult, error) }
func NewClient ¶
func NewClient(apiUrl string) BasicClient
Click to show internal directories.
Click to hide internal directories.