CertIdleSpace
This is the interface for the storage miner to authenticate the idle space to the chain, when the storage miner finishes generating idle data, it needs to call this interface to authenticate to the chain, if the authentication passes, the idle space of the storage miner will be increased.
For the type definition, please refer to SpaceProofInfo, WorkerPublicKey
For example code, please refer to attestation_idle.go
Last updated