Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Approvers ¶
func Approvers(msgID tangle.MessageID) tangle.MessageIDs
Approvers returns the list of approvers up to the tips.
func ObjectsHandler ¶
ObjectsHandler returns the list of value objects.
Types ¶
type Object ¶
type Object struct {
Parents []string `json:"parent,omitempty"`
ID string `json:"id"`
Tip bool `json:"tip,omitempty"`
InclusionState string `json:"inclusionState"`
Solid bool `json:"solid"`
Finalized bool `json:"finalize"`
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.
Click to show internal directories.
Click to hide internal directories.