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