Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Response ¶
type Response struct { ValueObjects []ValueObject `json:"value_objects,omitempty"` Error string `json:"error,omitempty"` }
Response is the HTTP response from retrieving value objects.
type ValueObject ¶
type ValueObject struct { ID string `json:"id"` Solid bool `json:"solid"` Liked bool `json:"liked"` Confirmed bool `json:"confirmed"` Rejected bool `json:"rejected"` BranchID string `json:"branch_id"` TransactionID string `json:"transaction_id"` }
ValueObject holds the info of a ValueObject
Click to show internal directories.
Click to hide internal directories.