Builder

class Builder
Input data necessary to create a signed transaction.
Protobuf type TW.Hedera.Proto.SigningInput

Functions

Link copied to clipboard
The transaction body
.TW.Hedera.Proto.TransactionBody body = 2;
Link copied to clipboard
Private key to sign the transaction (bytes)
bytes private_key = 1;
Link copied to clipboard
open fun getBody(): TransactionBody
The transaction body
.TW.Hedera.Proto.TransactionBody body = 2;
Link copied to clipboard
open fun getPrivateKey(): ByteString
Private key to sign the transaction (bytes)
bytes private_key = 1;
Link copied to clipboard
open fun hasBody(): Boolean
The transaction body
.TW.Hedera.Proto.TransactionBody body = 2;
Link copied to clipboard
open fun mergeBody(value: TransactionBody): Hedera.SigningInput.Builder
The transaction body
.TW.Hedera.Proto.TransactionBody body = 2;
Link copied to clipboard
open fun setBody(builderForValue: Builder): Hedera.SigningInput.Builder
open fun setBody(value: TransactionBody): Hedera.SigningInput.Builder
The transaction body
.TW.Hedera.Proto.TransactionBody body = 2;
Link copied to clipboard
open fun setPrivateKey(value: ByteString): Hedera.SigningInput.Builder
Private key to sign the transaction (bytes)
bytes private_key = 1;