types

package module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddressHash

func AddressHash(prefix string, contents []byte) []byte

Types

type Context

type Context struct {
	sdk.Context
}

func UnwrapSDKContext

func UnwrapSDKContext(ctx context.Context) Context

func (Context) Deadline

func (c Context) Deadline() (deadline time.Time, ok bool)

func (Context) Done

func (c Context) Done() <-chan struct{}

func (Context) Err

func (c Context) Err() error

type Invoker

type Invoker func(ctx context.Context, request, response interface{}, opts ...interface{}) error

type InvokerConn

type InvokerConn interface {
	grpc.ClientConnInterface
	Invoker(methodName string) (Invoker, error)
}

type ModuleID

type ModuleID struct {
	ModuleName string
	Path       []byte
}

func (ModuleID) Address

func (m ModuleID) Address() sdk.AccAddress

Directories

Path Synopsis
Package math provides helper functions for doing mathematical calculations and parsing for the ecocredit module.
Package math provides helper functions for doing mathematical calculations and parsing for the ecocredit module.
Package server defines fixture interfaces and implementations for testing server implementations with multiple backends.
Package server defines fixture interfaces and implementations for testing server implementations with multiple backends.
cli
network
Package network implements and exposes a fully operational in-process Tendermint test network that consists of at least one or potentially many validators.
Package network implements and exposes a fully operational in-process Tendermint test network that consists of at least one or potentially many validators.

Jump to

Keyboard shortcuts

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