Builder

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

Functions

Link copied to clipboard
/ Signed and encoded transaction bytes
bytes encoded = 1;
Link copied to clipboard
/ Signature
bytes signature = 2;
Link copied to clipboard
open fun getEncoded(): ByteString
/ Signed and encoded transaction bytes
bytes encoded = 1;
Link copied to clipboard
open fun getSignature(): ByteString
/ Signature
bytes signature = 2;
Link copied to clipboard
open fun setEncoded(value: ByteString): Theta.SigningOutput.Builder
/ Signed and encoded transaction bytes
bytes encoded = 1;
Link copied to clipboard
open fun setSignature(value: ByteString): Theta.SigningOutput.Builder
/ Signature
bytes signature = 2;