contract

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetCodeID

func SetCodeID(appFilePath string, txResponses []StoreResponseInfo) error

func SetContractAddress

func SetContractAddress(appFilePath string, txResponses []InstantiateResponseInfo) error

Types

type InstantiateResponseInfo

type InstantiateResponseInfo struct {
	Contract string
	Address  string
}

func NewInstantiateResponseInfo

func NewInstantiateResponseInfo(contract string, response *xtypes.TxRes) InstantiateResponseInfo

type StoreResponseInfo

type StoreResponseInfo struct {
	Contract string
	CodeID   string
}

func NewStoreResponseInfo

func NewStoreResponseInfo(contract string, response *xtypes.TxRes) StoreResponseInfo

Jump to

Keyboard shortcuts

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