Builder

class Builder
Result containing the signed and encoded transaction.
Protobuf type TW.Ontology.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): Ontology.SigningOutput.Builder
Signed and encoded transaction bytes.
bytes encoded = 1;