Builder

class Builder
Result containing the signed and encoded transaction.
Protobuf type TW.Nimiq.Proto.SigningOutput

Functions

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