Documentation ¶
Overview ¶
nolint
Index ¶
Constants ¶
View Source
const ( CodeInvalidInput sdk.CodeType = 101 CodeInvalidOutput sdk.CodeType = 102 )
Coin errors reserve 100 ~ 199.
Variables ¶
This section is empty.
Functions ¶
func ErrInvalidInput ¶
func ErrInvalidOutput ¶
func ErrNoInputs ¶
func ErrNoOutputs ¶
Types ¶
type CoinKeeper ¶
type CoinKeeper struct {
// contains filtered or unexported fields
}
CoinKeeper manages transfers between accounts
func NewCoinKeeper ¶
func NewCoinKeeper(am sdk.AccountMapper) CoinKeeper
NewCoinKeeper returns a new CoinKeeper
type Input ¶
Transaction Output
func (Input) ValidateBasic ¶
ValidateBasic - validate transaction input
type IssueMsg ¶
IssueMsg - high level transaction of the coin module
func NewIssueMsg ¶
NewIssueMsg - construct arbitrary multi-in, multi-out send msg.
type Output ¶
Transaction Output
func (Output) ValidateBasic ¶
ValidateBasic - validate transaction output
type SendMsg ¶
SendMsg - high level transaction of the coin module
func NewSendMsg ¶
NewSendMsg - construct arbitrary multi-in, multi-out send msg.
Click to show internal directories.
Click to hide internal directories.