setTxIdBytes

open fun setTxIdBytes(value: ByteString): Tron.SigningInput.Builder
For direct sign in Tron, we just have to sign the txId returned by the DApp json payload.
string txId = 3;

Return

This builder for chaining.

Parameters

value

The bytes for txId to set.