PreSigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getError(): SigningError
/ error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
abstract fun getErrorMessage(): String
/ error description
string error_message = 3;
Link copied to clipboard
abstract fun getErrorMessageBytes(): ByteString
/ error description
string error_message = 3;
Link copied to clipboard
abstract fun getErrorValue(): Int
/ error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
abstract fun getHashPublicKeys(index: Int): HashPublicKey
/ hash, public key list
repeated .TW.Bitcoin.Proto.HashPublicKey hash_public_keys = 1;
Link copied to clipboard
abstract fun getHashPublicKeysCount(): Int
/ hash, public key list
repeated .TW.Bitcoin.Proto.HashPublicKey hash_public_keys = 1;
Link copied to clipboard
abstract fun getHashPublicKeysList(): List<HashPublicKey>
/ hash, public key list
repeated .TW.Bitcoin.Proto.HashPublicKey hash_public_keys = 1;

Inheritors

Link copied to clipboard