Builder

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