Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateStorageMinerParams ¶
type CreateStorageMinerParams struct { Owner address.Address Worker address.Address SectorSize uint64 PeerID peer.ID }
func (*CreateStorageMinerParams) MarshalCBOR ¶
func (t *CreateStorageMinerParams) MarshalCBOR(w io.Writer) error
func (*CreateStorageMinerParams) UnmarshalCBOR ¶
func (t *CreateStorageMinerParams) UnmarshalCBOR(r io.Reader) error
type StoragePowerState ¶
type UpdateStorageParams ¶
type UpdateStorageParams struct { Delta types.BigInt NextProvingPeriodEnd uint64 PreviousProvingPeriodEnd uint64 }
func (*UpdateStorageParams) MarshalCBOR ¶
func (t *UpdateStorageParams) MarshalCBOR(w io.Writer) error
func (*UpdateStorageParams) UnmarshalCBOR ¶
func (t *UpdateStorageParams) UnmarshalCBOR(r io.Reader) error
Click to show internal directories.
Click to hide internal directories.