Function fromUnwrappedJSON
- fromUnwrappedJSON(json: ContractAddressLike<bigint> | ContractAddressLike<string> | ContractAddressLike<number>): ContractAddress
-
Parameters
-
json: ContractAddressLike<bigint> | ContractAddressLike<string> | ContractAddressLike<number>
Returns ContractAddress
Converts the intermediary representation created from
toUnwrappedJSONto a typed instance.Returns
The corresponding typed instance