evt_link

package
v0.0.0-...-eb4c3ac Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetTrxIdForLinkIdRequest

type GetTrxIdForLinkIdRequest struct {
	LinkId string `json:"link_id"`
}

type GetTrxIdForLinkIdResult

type GetTrxIdForLinkIdResult struct {
	TrxId    string `json:"trx_id"`
	BlockNum string `json:"block_num"`
}

type Instance

type Instance struct {
	// contains filtered or unexported fields
}

func New

func New(config *evtconfig.Instance, client *client.Instance) *Instance

func (*Instance) GetTrxIdForLinkId

func (it *Instance) GetTrxIdForLinkId(linkId string) (*GetTrxIdForLinkIdResult, *client.ApiError)

func (*Instance) Path

func (it *Instance) Path(method string) string

Jump to

Keyboard shortcuts

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