helpers

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2020 License: MIT Imports: 7 Imported by: 3

Documentation

Index

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 (helper *ClientHelper) GetStateByAddressAndKey(address string, key string, ctx context.Context) (*State, *client.Response, error)

func (*ClientHelper) WaitByHeight

func (helper *ClientHelper) WaitByHeight(height uint64, ctx context.Context) <-chan error

func (*ClientHelper) WaitTx

func (helper *ClientHelper) WaitTx(id string, ctx context.Context) <-chan error

type State

type State struct {
	Key   string      `json:"key"`
	Value interface{} `json:"value"`
	Type  string      `json:"type"`
}

type States

type States []State

func (States) Map

func (states States) Map() map[string]State

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL