UpdateSminerEndPoint
// UpdateSminerEndpoint update address for storage miner
// - endpoint: address
//
// Return:
// - string: block hash
// - error: error message
func (c *ChainClient) UpdateSminerEndpoint(endpoint []byte) (string, error)Last updated