From 804a904e6f907b5746029f977a6f79403715fc48 Mon Sep 17 00:00:00 2001 From: GoPlus Bot <130978499+goplusbot@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:39:05 +0800 Subject: [PATCH] Update client code for 10c39cdc58e12267ae395de0ce9b944cb7f3b006 (#16) --- src/lib/client/Model/ResponseWrapperGetDefiInfoResult.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/client/Model/ResponseWrapperGetDefiInfoResult.php b/src/lib/client/Model/ResponseWrapperGetDefiInfoResult.php index 72078c0..5293217 100644 --- a/src/lib/client/Model/ResponseWrapperGetDefiInfoResult.php +++ b/src/lib/client/Model/ResponseWrapperGetDefiInfoResult.php @@ -63,7 +63,7 @@ class ResponseWrapperGetDefiInfoResult implements ModelInterface, ArrayAccess 'is_open_source' => 'int', 'blacklist' => 'int', 'contract_name' => 'string', -'selfdestruct' => 'string', +'selfdestruct' => 'int', 'is_proxy' => 'int', 'approval_abuse' => 'int' ]; @@ -79,7 +79,7 @@ class ResponseWrapperGetDefiInfoResult implements ModelInterface, ArrayAccess 'is_open_source' => 'int32', 'blacklist' => 'int32', 'contract_name' => null, -'selfdestruct' => null, +'selfdestruct' => 'int32', 'is_proxy' => 'int32', 'approval_abuse' => 'int32' ]; @@ -392,7 +392,7 @@ public function setContractName($contract_name) /** * Gets selfdestruct * - * @return string + * @return int */ public function getSelfdestruct() { @@ -402,7 +402,7 @@ public function getSelfdestruct() /** * Sets selfdestruct * - * @param string $selfdestruct It describes whether this contract can self destruct. \"1\" means true; \"0\" means false; “-1” means unknown. + * @param int $selfdestruct It describes whether this contract can self destruct. \"1\" means true; \"0\" means false; “-1” means unknown. * * @return $this */