Documentation
¶
Index ¶
- type AcceptIssuedHouseView
- type AcceptTransferHouseView
- type AuditView
- type GetHouse
- type GetHouseView
- type GetHouseViewFactory
- type House
- type IssueHouse
- type IssueHouseView
- type IssueHouseViewFactory
- type RegisterAuditorView
- type RegisterAuditorViewFactory
- type Transfer
- type TransferHouseView
- type TransferHouseViewFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptIssuedHouseView ¶
type AcceptIssuedHouseView struct{}
type AcceptTransferHouseView ¶
type AcceptTransferHouseView 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{}
type RegisterAuditorView ¶
type RegisterAuditorView struct{}
type RegisterAuditorViewFactory ¶
type RegisterAuditorViewFactory struct{}
type Transfer ¶
type Transfer 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 // Recipient is the identity of the buyer (it is identifier as defined in the topology) Recipient string }
Transfer contains the transfer instructions
type TransferHouseView ¶
type TransferHouseView struct {
*Transfer
}
type TransferHouseViewFactory ¶
type TransferHouseViewFactory struct{}
Click to show internal directories.
Click to hide internal directories.