CertIdleSpace
// CertIdleSpace authenticates idle file to the chain
// - spaceProofInfo: space proof info
// - teeSignWithAcc: tee sign with account
// - teeSign: tee sign
// - teePuk: tee work public key
//
// Return:
// - string: block hash
// - error: error message
//
// Note:
// - for storage miner use only
func (c *ChainClient) CertIdleSpace(spaceProofInfo SpaceProofInfo, teeSignWithAcc, teeSign types.Bytes, teePuk WorkerPublicKey) (string, error)Last updated