Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObjectsHandler ¶
ObjectsHandler returns the list of value objects.
func TipsHandler ¶
TipsHandler gets the value object info from the tips.
Types ¶
type Object ¶
type Object struct { Parent1 string `json:"parent_1,omitempty"` Parent2 string `json:"parent_2,omitempty"` ID string `json:"id"` Tip bool `json:"tip,omitempty"` 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"` }
Object holds the info of a value object
type ObjectsResponse ¶
type ObjectsResponse struct { ValueObjects []Object `json:"value_objects,omitempty"` Error string `json:"error,omitempty"` }
ObjectsResponse is the HTTP response from retrieving value objects.
type TipsResponse ¶
type TipsResponse struct { ValueObjects []Object `json:"value_objects,omitempty"` Error string `json:"error,omitempty"` }
TipsResponse is the HTTP response from retrieving value objects.
Click to show internal directories.
Click to hide internal directories.