Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptCashView ¶
type AcceptCashView struct{}
type IssueCash ¶
type IssueCash struct {
// IssuerWallet is the issuer's wallet to use
IssuerWallet string
// TokenType is the type of token to issue
TokenType token.Type
// Quantity represent the number of units of a certain token type stored in the token
Quantity uint64
// Recipient is an identifier of the recipient identity
Recipient string
}
IssueCash contains the input information to issue a token
type IssueCashView ¶
type IssueCashView struct {
*IssueCash
}
type IssueCashViewFactory ¶
type IssueCashViewFactory struct{}
type ListIssuedTokens ¶
type ListIssuedTokens struct {
// Wallet whose identities own the token
Wallet string
// TokenType is the token type to select
TokenType token2.Type
}
ListIssuedTokens contains the input to query the list of issued tokens
type ListIssuedTokensView ¶
type ListIssuedTokensView struct {
*ListIssuedTokens
}
type ListIssuedTokensViewFactory ¶
type ListIssuedTokensViewFactory struct{}
type ListUnspentTokens ¶
type ListUnspentTokens struct {
// Wallet whose identities own the token
Wallet string
// TokenType is the token type to select
TokenType token2.Type
}
ListUnspentTokens contains the input to query the list of unspent tokens
type ListUnspentTokensView ¶
type ListUnspentTokensView struct {
*ListUnspentTokens
}
type ListUnspentTokensViewFactory ¶
type ListUnspentTokensViewFactory struct{}
Click to show internal directories.
Click to hide internal directories.