#[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

Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.