/**
  * Returns information about all assets issued on the blockchain. If an asset name, ref or issuance txid (see
  * native assets) is provided in asset, then information is only returned about that one asset.
  *
  * @group asset
  */
 public function testListAssets()
 {
     $this->multichain->listAssets();
 }