Documentation ¶
Index ¶
Constants ¶
View Source
const (
Limit int64 = 50
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptCashView ¶
type AcceptCashView struct{}
type BalanceResult ¶
type BalanceView ¶
type BalanceView struct {
*Balance
}
BalanceView is a view used to return: 1. The amount of unspent tokens; 2. The amount of htlc-locked tokens not yet expired; 3. The amount of expired htlc-locked tokens that have been not reclaimed for the given wallet.
type BalanceViewFactory ¶
type BalanceViewFactory struct{}
type IssueCash ¶
type IssueCash struct { // TMSID identifies the TMS to use to perform the token operation TMSID token.TMSID // IssuerWallet is the issuer's wallet to use IssuerWallet string // TokenType is the type of token to issue TokenType string // Quantity represents the number of units of a certain token type to issue Quantity uint64 // Recipient is the identity of the recipient's FSC node Recipient view.Identity }
IssueCash contains the input information to issue a token
type IssueCashView ¶
type IssueCashView struct {
*IssueCash
}
type IssueCashViewFactory ¶
type IssueCashViewFactory struct{}
type RegisterAuditor ¶
type RegisterAuditorView ¶
type RegisterAuditorView struct {
*RegisterAuditor
}
type RegisterAuditorViewFactory ¶
type RegisterAuditorViewFactory struct{}
Click to show internal directories.
Click to hide internal directories.