我从这里使用 dcrwallet通过哈希获取交易。
$request = new Grpc\GetTransactionRequest(['transaction_hash' => 'my-hash-value']);
$response = $this->client->GetTransaction($request);
接受对象GetTransaction
的函数在哪里。当我在该函数中进行GetTransactionRequest
调试时,它似乎对事务进行了某种编码。GetTransactionRequest
GetTransactionRequest
有什么办法可以避免这种情况或反转编码?