Documentation ¶
Index ¶
- Constants
- type ClientHelper
- func (helper *ClientHelper) GetStateByAddressAndKey(address string, key string, ctx context.Context) (*State, *client.Response, error)
- func (helper *ClientHelper) WaitByHeight(height uint64, ctx context.Context) <-chan error
- func (helper *ClientHelper) WaitTx(id string, ctx context.Context) <-chan error
- type State
- type States
Constants ¶
View Source
const ( GetStateByAddressPath = "addresses/data" TxWaitCount = 10 BlockWaitCount = 30 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientHelper ¶
type ClientHelper struct {
// contains filtered or unexported fields
}
func NewClientHelper ¶
func NewClientHelper(client *client.Client) ClientHelper
func (*ClientHelper) GetStateByAddressAndKey ¶
func (*ClientHelper) WaitByHeight ¶
func (helper *ClientHelper) WaitByHeight(height uint64, ctx context.Context) <-chan error
Click to show internal directories.
Click to hide internal directories.