Uses of Class
com.syntifi.near.api.model.contract.ContractCode
-
Packages that use ContractCode Package Description com.syntifi.near.api.service -
-
Uses of ContractCode in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service that return ContractCode Modifier and Type Method Description ContractCode
NearService. viewContractCode(long blockHeight, java.lang.String accountId)
Returns the contract code (Wasm binary) deployed to the account.ContractCode
NearService. viewContractCode(Finality finality, java.lang.String accountId)
Returns the contract code (Wasm binary) deployed to the account.ContractCode
NearService. viewContractCode(java.lang.String blockHash, java.lang.String accountId)
Returns the contract code (Wasm binary) deployed to the account.
-