Builder

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

Functions

Link copied to clipboard
transaction in JSON format
string json = 2;
Link copied to clipboard
signature data
bytes signature = 1;
Link copied to clipboard
open fun getJson(): String
transaction in JSON format
string json = 2;
Link copied to clipboard
open fun getJsonBytes(): ByteString
transaction in JSON format
string json = 2;
Link copied to clipboard
open fun getSignature(): ByteString
signature data
bytes signature = 1;
Link copied to clipboard
transaction in JSON format
string json = 2;
Link copied to clipboard
open fun setJsonBytes(value: ByteString): Waves.SigningOutput.Builder
transaction in JSON format
string json = 2;
Link copied to clipboard
open fun setSignature(value: ByteString): Waves.SigningOutput.Builder
signature data
bytes signature = 1;