Documentation
¶
Index ¶
Constants ¶
View Source
const ConcludeCommand = "/ucan/conclude"
View Source
const ConclusionReceiptNotFoundErrorName = "ConclusionReceiptNotFound"
Variables ¶
View Source
var Conclude = capabilities.MustNew[*ConcludeArguments](ConcludeCommand)
View Source
var ErrConclusionReceiptNotFound = errors.New(ConclusionReceiptNotFoundErrorName, "conclusion receipt not found")
Functions ¶
This section is empty.
Types ¶
type ConcludeArguments ¶
func (*ConcludeArguments) MarshalCBOR ¶
func (t *ConcludeArguments) MarshalCBOR(w io.Writer) error
func (*ConcludeArguments) MarshalDagJSON ¶
func (t *ConcludeArguments) MarshalDagJSON(w io.Writer) error
func (*ConcludeArguments) UnmarshalCBOR ¶
func (t *ConcludeArguments) UnmarshalCBOR(r io.Reader) (err error)
func (*ConcludeArguments) UnmarshalDagJSON ¶
func (t *ConcludeArguments) UnmarshalDagJSON(r io.Reader) (err error)
type ConcludeOK ¶
type ConcludeOK = capabilities.Unit
Click to show internal directories.
Click to hide internal directories.