types

package
v0.0.0-...-79e0140 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Code

type Code struct {
	CodeID      string
	Creator     string
	CreatedTime string
	Height      int64
}

Code type

func NewCode

func NewCode(
	codeID string,
	creator string,
	createdTime string,
	height int64,
) Code

NewCode instance

type Contract

type Contract struct {
	*wasmtypes.ContractInfo
	Address     string
	CreatedTime string
}

Contract type

func NewContract

func NewContract(contract *wasmtypes.ContractInfo, address string, created string) Contract

NewContract instance

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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