Type Alias fil_actor_interface::miner::Method

source ·
pub type Method = Method;
Expand description

Miner actor method.

Aliased Type§

enum Method {
Show 27 variants Constructor = 1, ControlAddresses = 2, ChangeWorkerAddress = 3, ChangePeerID = 4, SubmitWindowedPoSt = 5, PreCommitSector = 6, ProveCommitSector = 7, ExtendSectorExpiration = 8, TerminateSectors = 9, DeclareFaults = 10, DeclareFaultsRecovered = 11, OnDeferredCronEvent = 12, CheckSectorProven = 13, ApplyRewards = 14, ReportConsensusFault = 15, WithdrawBalance = 16, ConfirmSectorProofsValid = 17, ChangeMultiaddrs = 18, CompactPartitions = 19, CompactSectorNumbers = 20, ConfirmUpdateWorkerKey = 21, RepayDebt = 22, ChangeOwnerAddress = 23, DisputeWindowedPoSt = 24, PreCommitSectorBatch = 25, ProveCommitAggregate = 26, ProveReplicaUpdates = 27,
}

Variants§

§

Constructor = 1

§

ControlAddresses = 2

§

ChangeWorkerAddress = 3

§

ChangePeerID = 4

§

SubmitWindowedPoSt = 5

§

PreCommitSector = 6

§

ProveCommitSector = 7

§

ExtendSectorExpiration = 8

§

TerminateSectors = 9

§

DeclareFaults = 10

§

DeclareFaultsRecovered = 11

§

OnDeferredCronEvent = 12

§

CheckSectorProven = 13

§

ApplyRewards = 14

§

ReportConsensusFault = 15

§

WithdrawBalance = 16

§

ConfirmSectorProofsValid = 17

§

ChangeMultiaddrs = 18

§

CompactPartitions = 19

§

CompactSectorNumbers = 20

§

ConfirmUpdateWorkerKey = 21

§

RepayDebt = 22

§

ChangeOwnerAddress = 23

§

DisputeWindowedPoSt = 24

§

PreCommitSectorBatch = 25

§

ProveCommitAggregate = 26

§

ProveReplicaUpdates = 27