@Beta public class MultichainScriptPubKey extends Object
Constructor and Description |
---|
MultichainScriptPubKey(String asm,
String hex,
String type) |
MultichainScriptPubKey(String asm,
String hex,
String type,
List<String> addresses,
Integer regSigs) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getAddresses() |
String |
getAsm() |
String |
getHex() |
Integer |
getRegSigs() |
String |
getType() |
int |
hashCode() |
void |
setAddresses(List<String> addresses) |
void |
setAsm(String asm) |
void |
setHex(String hex) |
void |
setRegSigs(Integer regSigs) |
void |
setType(String type) |
String |
toString() |
Copyright © 2020 SAP SE. All rights reserved.