SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 2;
Link copied to clipboard
abstract fun getTransaction(): Transaction
Transaction.
.TW.Tron.Proto.Transaction transaction = 1;
Link copied to clipboard
abstract fun getTxId(): String
For direct sign in Tron, we just have to sign the txId returned by the DApp json payload.
string txId = 3;
Link copied to clipboard
abstract fun getTxIdBytes(): ByteString
For direct sign in Tron, we just have to sign the txId returned by the DApp json payload.
string txId = 3;
Link copied to clipboard
abstract fun hasTransaction(): Boolean
Transaction.
.TW.Tron.Proto.Transaction transaction = 1;

Inheritors

Link copied to clipboard