SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getEncoded(): ByteString
Signed and encoded transaction bytes.
bytes encoded = 1;
Link copied to clipboard
abstract fun getR(): ByteString
bytes r = 3;
Link copied to clipboard
abstract fun getS(): ByteString
bytes s = 4;
Link copied to clipboard
abstract fun getV(): ByteString
THE V,R,S components of the signature
bytes v = 2;

Inheritors

Link copied to clipboard