Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllocationType ¶
Types ¶
type Allocation ¶
type Allocation struct {
// Space is the DID of the space this data was allocated for.
Space did.DID
// Blob is the details of the data that was allocated.
Blob Blob
// Expires is the time (in seconds since unix epoch) at which the
// allocation becomes invalid and can no longer be accepted.
Expires uint64
// Cause is a link to the UCAN that requested the allocation.
Cause ucan.Link
}
Click to show internal directories.
Click to hide internal directories.