Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringHash ¶
Types ¶
type Files ¶
type Files struct {
CreatedAt string `json:"createdAt"`
ID uint32 `json:"id"`
Name string `json:"name"`
Owner string `json:"owner"`
Customers []string `json:"customers"`
Url string `json:"url"`
Size int `json:"size"`
Type string `json:"type"`
}
File describes basic details of what makes up a simple asset
type SmartContract ¶
type SmartContract struct {
contractapi.Contract
}
SmartContract provides functions for managing an Asset
Click to show internal directories.
Click to hide internal directories.