Class TransactionAssetFreeze
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.TransactionAssetFreeze
-
public class TransactionAssetFreeze extends PathResponse
Fields for an asset freeze transaction. Definition: data/transactions/asset.go : AssetFreezeTxnFields
-
-
Constructor Summary
Constructors Constructor Description TransactionAssetFreeze()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()voidaddress(String address)(fadd) Address of the account whose asset is being frozen or thawed.booleanequals(Object o)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Method Detail
-
address
public void address(String address) throws NoSuchAlgorithmException
(fadd) Address of the account whose asset is being frozen or thawed.- Throws:
NoSuchAlgorithmException
-
address
public String address() throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
-