exported

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountTypeI added in v0.5.0

type AccountTypeI interface {
	Format(s fmt.State, verb rune)
	String() string
	MarshalJSON() ([]byte, error)
}

AccountTypeI expected account type functions

type GuardianI added in v0.5.0

type GuardianI interface {
	GetDescription() string
	GetAccountType() AccountTypeI
	GetAddress() sdk.AccAddress
	GetAddedBy() sdk.AccAddress
}

GuardianI expected guardian functions

Jump to

Keyboard shortcuts

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