1

我从这里使用 dcrwallet通过哈希获取交易。

$request = new Grpc\GetTransactionRequest(['transaction_hash' => 'my-hash-value']);

$response = $this->client->GetTransaction($request);

接受对象GetTransaction的函数在哪里。当我在该函数中进行GetTransactionRequest调试时,它似乎对事务进行了某种编码。GetTransactionRequestGetTransactionRequest

有什么办法可以避免这种情况或反转编码?

4

0 回答 0