@Beta public class MultichainKeyPair extends Object
Constructor and Description |
---|
MultichainKeyPair(String address,
String pubkey,
String privkey)
Creates a new
MultichainKeyPair . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAddress() |
String |
getPrivkey() |
String |
getPubkey() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setPrivkey(String privkey) |
void |
setPubkey(String pubkey) |
String |
toString() |
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.