public class MessageSignature extends Object implements HardwareWalletMessage
Value object to provide the following to downstream API consumers:
This object is typically built from a hardware wallet specific adapter
Constructor and Description |
---|
MessageSignature(String address,
byte[] signature) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
byte[] |
getSignature() |
String |
toString() |
public MessageSignature(String address, byte[] signature)
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.