Uses of Class
com.algorand.algosdk.v2.client.algod.GetApplicationByID
-
Packages that use GetApplicationByID Package Description com.algorand.algosdk.v2.client.common -
-
Uses of GetApplicationByID in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return GetApplicationByID Modifier and Type Method Description GetApplicationByID
AlgodClient. GetApplicationByID(Long applicationId)
Given a application ID, it returns application information including creator, approval and clear programs, global and local schemas, and global state.
-