Builder

class Builder
Transaction signing output.
Protobuf type TW.Hedera.Proto.SigningOutput

Functions

Link copied to clipboard
Signed and encoded transaction bytes.
bytes encoded = 1;
Link copied to clipboard
open fun getEncoded(): ByteString
Signed and encoded transaction bytes.
bytes encoded = 1;
Link copied to clipboard
open fun setEncoded(value: ByteString): Hedera.SigningOutput.Builder
Signed and encoded transaction bytes.
bytes encoded = 1;