types

package
v0.0.0-...-f498596 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	KeyUpgradedIBCState = "upgradedIBCState"

	// KeyUpgradedClient is the sub-key under which upgraded client state will be stored
	KeyUpgradedClient = "upgradedClient"

	// KeyUpgradedConsState is the sub-key under which upgraded consensus state will be stored
	KeyUpgradedConsState = "upgradedConsState"
)

Variables

This section is empty.

Functions

func UpgradedClientKey

func UpgradedClientKey(height int64) []byte

func UpgradedConsStateKey

func UpgradedConsStateKey(height int64) []byte

Types

type AccountI

type AccountI interface {
	Copy() AccountI
	GetAddress() sdk.AccAddress
	SetAddress(sdk.AccAddress) error
	GetPubKey() cryptotypes.PubKey
	SetPubKey(cryptotypes.PubKey) error
	GetAccountNumber() uint64
	SetAccountNumber(uint64) error
	GetSequence() uint64
	SetSequence(uint64) error
	GetCoins() sdk.Coins
	SetCoins(sdk.Coins) error
	SpendableCoins(blockTime time.Time) sdk.Coins
	String() string
}

Jump to

Keyboard shortcuts

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