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