Package nxt.lightcontracts
Class ContractReference
java.lang.Object
nxt.lightcontracts.ContractReference
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddListener(Listener<ContractReference> listener, ContractReference.Event eventType) longstatic ContractReferencegetContractReference(long id) static ContractReferencegetContractReference(long accountId, String contractName) static DbIterator<ContractReference>getContractReferences(long accountId, String contractName, int from, int to) longgetId()static voidinit()static booleanremoveListener(Listener<ContractReference> listener, ContractReference.Event eventType)
-
Method Details
-
addListener
public static boolean addListener(Listener<ContractReference> listener, ContractReference.Event eventType) -
removeListener
public static boolean removeListener(Listener<ContractReference> listener, ContractReference.Event eventType) -
getContractReference
-
getContractReference
-
getContractReferences
public static DbIterator<ContractReference> getContractReferences(long accountId, String contractName, int from, int to) -
init
public static void init() -
getId
public long getId() -
getAccountId
public long getAccountId() -
getContractName
-
getContractParams
-
getContractId
-