query

package
v0.9.4-rc1 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
}

Client interface

type RawClient

type RawClient interface {
	Certificates() ([]byte, error)
	CertificatesState(string) ([]byte, error)
	Owner(sdk.Address) ([]byte, error)
	OwnerState(sdk.Address, string) ([]byte, error)
	Certificate(types.CertID) ([]byte, error)
}

RawClient interface

func NewRawClient

func NewRawClient(ctx sdkclient.Context, key string) RawClient

NewRawClient creates a client instance with provided context and key

Jump to

Keyboard shortcuts

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