CalculateReport
// CalculateReport report file tag calculation completed
// - teeSig: tee sign
// - tagSigInfo: tag sig info
//
// Return:
// - string: block hash
// - error: error message
//
// Note:
// - for storage miner use only
func (c *ChainClient) CalculateReport(teeSig types.Bytes, tagSigInfo TagSigInfo) (string, error)Last updated