Builder

class Builder
/ Pre-image hash to be used for signing
Protobuf type TW.Bitcoin.Proto.HashPublicKey

Functions

Link copied to clipboard
/ Pre-image data hash that will be used for signing
bytes data_hash = 1;
Link copied to clipboard
/ public key hash used for signing
bytes public_key_hash = 2;
Link copied to clipboard
open fun getDataHash(): ByteString
/ Pre-image data hash that will be used for signing
bytes data_hash = 1;
Link copied to clipboard
open fun getPublicKeyHash(): ByteString
/ public key hash used for signing
bytes public_key_hash = 2;
Link copied to clipboard
open fun setDataHash(value: ByteString): Bitcoin.HashPublicKey.Builder
/ Pre-image data hash that will be used for signing
bytes data_hash = 1;
Link copied to clipboard
open fun setPublicKeyHash(value: ByteString): Bitcoin.HashPublicKey.Builder
/ public key hash used for signing
bytes public_key_hash = 2;