Enum forest_actor::miner::Method
source · [−]#[repr(u64)]
pub enum Method {
Show 26 variants
Constructor,
ControlAddresses,
ChangeWorkerAddress,
ChangePeerID,
SubmitWindowedPoSt,
PreCommitSector,
ProveCommitSector,
ExtendSectorExpiration,
TerminateSectors,
DeclareFaults,
DeclareFaultsRecovered,
OnDeferredCronEvent,
CheckSectorProven,
ApplyRewards,
ReportConsensusFault,
WithdrawBalance,
ConfirmSectorProofsValid,
ChangeMultiaddrs,
CompactPartitions,
CompactSectorNumbers,
ConfirmUpdateWorkerKey,
RepayDebt,
ChangeOwnerAddress,
DisputeWindowedPoSt,
PreCommitSectorBatch,
ProveCommitAggregate,
}Expand description
Storage Miner actor methods available
Variants
Constructor
ControlAddresses
ChangeWorkerAddress
ChangePeerID
SubmitWindowedPoSt
PreCommitSector
ProveCommitSector
ExtendSectorExpiration
TerminateSectors
DeclareFaults
DeclareFaultsRecovered
OnDeferredCronEvent
CheckSectorProven
ApplyRewards
ReportConsensusFault
WithdrawBalance
ConfirmSectorProofsValid
ChangeMultiaddrs
CompactPartitions
CompactSectorNumbers
ConfirmUpdateWorkerKey
RepayDebt
ChangeOwnerAddress
DisputeWindowedPoSt
PreCommitSectorBatch
ProveCommitAggregate
Trait Implementations
Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more