Builder

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

Functions

Link copied to clipboard
Signed and encoded Action bytes
bytes encoded = 1;
Link copied to clipboard
Signed Action hash
bytes hash = 2;
Link copied to clipboard
open fun getEncoded(): ByteString
Signed and encoded Action bytes
bytes encoded = 1;
Link copied to clipboard
open fun getHash(): ByteString
Signed Action hash
bytes hash = 2;
Link copied to clipboard
open fun setEncoded(value: ByteString): IoTeX.SigningOutput.Builder
Signed and encoded Action bytes
bytes encoded = 1;
Link copied to clipboard
open fun setHash(value: ByteString): IoTeX.SigningOutput.Builder
Signed Action hash
bytes hash = 2;