Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceView ¶
type BalanceView struct {
*BalanceQuery
}
type BalanceViewFactory ¶
type BalanceViewFactory struct{}
type BuyHouseView ¶
type BuyHouseView struct{}
type RegisterAuditorView ¶
type RegisterAuditorView struct{}
type RegisterAuditorViewFactory ¶
type RegisterAuditorViewFactory struct{}
type Sell ¶
type Sell struct { // Wallet is the wallet from which recipient identities must be derived Wallet string // HouseID is the house ID of the house to sell HouseID string // Buyer is the identity of the buyer (it is identifier as defined in the topology) Buyer string }
Sell contains the sell instructions
type SellHouseView ¶
type SellHouseView struct {
*Sell
}
type SellHouseViewFactory ¶
type SellHouseViewFactory struct{}
Click to show internal directories.
Click to hide internal directories.