Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptHouseView ¶
type AcceptHouseView struct{}
type GetHouse ¶
type GetHouse struct {
HouseID string
}
GetHouse contains the input to query a house by id
type GetHouseView ¶
type GetHouseView struct {
*GetHouse
}
type GetHouseViewFactory ¶
type GetHouseViewFactory struct{}
type House ¶
House is a struct that contains a house
func (*House) SetLinearID ¶
SetLinearID sets the linear id of the house
type IssueHouse ¶
type IssueHouse struct {
// IssuerWallet is the issuer's wallet to use
IssuerWallet string
// Recipient is an identifier of the recipient identity
Recipient string
// Address is the address of the house to issue
Address string
// Valuation is the valuation of the house to issue
Valuation uint64
}
IssueHouse contains the input information to issue a token
type IssueHouseView ¶
type IssueHouseView struct {
*IssueHouse
}
type IssueHouseViewFactory ¶
type IssueHouseViewFactory struct{}
Click to show internal directories.
Click to hide internal directories.