public class PublicKeyAccount extends Object implements Account
Constructor and Description |
---|
PublicKeyAccount(byte[] publicKey,
byte chainId) |
PublicKeyAccount(String publicKey,
byte chainId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress() |
byte |
getChainId() |
byte[] |
getPublicKey() |
int |
hashCode() |
public PublicKeyAccount(byte[] publicKey, byte chainId)
public PublicKeyAccount(String publicKey, byte chainId)
Copyright © 2019. All rights reserved.