Builder

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

Functions

Link copied to clipboard
Signed and encoded transaction bytes.
bytes encoded = 1;
Link copied to clipboard
bytes r = 3;
Link copied to clipboard
bytes s = 4;
Link copied to clipboard
THE V,R,S components of the signature
bytes v = 2;
Link copied to clipboard
open fun getEncoded(): ByteString
Signed and encoded transaction bytes.
bytes encoded = 1;
Link copied to clipboard
open fun getR(): ByteString
bytes r = 3;
Link copied to clipboard
open fun getS(): ByteString
bytes s = 4;
Link copied to clipboard
open fun getV(): ByteString
THE V,R,S components of the signature
bytes v = 2;
Link copied to clipboard
open fun setEncoded(value: ByteString): Harmony.SigningOutput.Builder
Signed and encoded transaction bytes.
bytes encoded = 1;
Link copied to clipboard
open fun setR(value: ByteString): Harmony.SigningOutput.Builder
bytes r = 3;
Link copied to clipboard
open fun setS(value: ByteString): Harmony.SigningOutput.Builder
bytes s = 4;
Link copied to clipboard
open fun setV(value: ByteString): Harmony.SigningOutput.Builder
THE V,R,S components of the signature
bytes v = 2;