std

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2025 License: UNKNOWN not legal advice Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address string

func (Address) IsValid

func (a Address) IsValid() bool

func (Address) String

func (a Address) String() string

type Gnocoin

type Gnocoin struct {
	Denom  string
	Amount int64
}

type Gnocoins

type Gnocoins []Gnocoin

type Realm

type Realm interface {
	Address() Address
	PkgPath() string
	Coins() Gnocoins
	Send(coins Gnocoins, to Address) error
	Previous() Realm
	Origin() Realm
	String() string
}

Jump to

Keyboard shortcuts

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