From 009207a5514a564c29124819d5bca7b31171bfd3 Mon Sep 17 00:00:00 2001 From: xinyu-li-cb Date: Fri, 4 Oct 2024 16:23:40 +0000 Subject: [PATCH] deploy: 04e9bab9123584e2534d50c067534e6ce6b68e29 --- .buildinfo | 2 +- README.html | 4 +- _sources/cdp.rst.txt | 8 + _static/documentation_options.js | 2 +- cdp.client.api.html | 4 +- cdp.client.html | 4 +- cdp.client.models.html | 8 +- cdp.html | 270 ++++++++++++++++++++++++++++++- genindex.html | 57 ++++++- index.html | 4 +- modules.html | 24 ++- objects.inv | Bin 13737 -> 13838 bytes py-modindex.html | 9 +- search.html | 4 +- searchindex.js | 2 +- 15 files changed, 373 insertions(+), 29 deletions(-) diff --git a/.buildinfo b/.buildinfo index 802b051..e6f904d 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: bf8541481986c27f33f0c7f04672c2f3 +config: f8c789f3c033b31c2395b77c3e0eaf1d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/README.html b/README.html index 09ce490..c208b24 100644 --- a/README.html +++ b/README.html @@ -5,11 +5,11 @@ - CDP Python SDK — CDP SDK 0.0.4 documentation + CDP Python SDK — CDP SDK 0.0.5 documentation - + diff --git a/_sources/cdp.rst.txt b/_sources/cdp.rst.txt index b10ea35..ca117b5 100644 --- a/_sources/cdp.rst.txt +++ b/_sources/cdp.rst.txt @@ -100,6 +100,14 @@ cdp.hash\_utils module :undoc-members: :show-inheritance: +cdp.historical\_balance module +------------------------------ + +.. automodule:: cdp.historical_balance + :members: + :undoc-members: + :show-inheritance: + cdp.payload\_signature module ----------------------------- diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 095e0ad..9c6d357 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.0.4', + VERSION: '0.0.5', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/cdp.client.api.html b/cdp.client.api.html index b5fdb0e..b1a573d 100644 --- a/cdp.client.api.html +++ b/cdp.client.api.html @@ -5,11 +5,11 @@ - cdp.client.api package — CDP SDK 0.0.4 documentation + cdp.client.api package — CDP SDK 0.0.5 documentation - + diff --git a/cdp.client.html b/cdp.client.html index d753c5c..8a9a11b 100644 --- a/cdp.client.html +++ b/cdp.client.html @@ -5,11 +5,11 @@ - cdp.client package — CDP SDK 0.0.4 documentation + cdp.client package — CDP SDK 0.0.5 documentation - + diff --git a/cdp.client.models.html b/cdp.client.models.html index 39e9611..f6f946c 100644 --- a/cdp.client.models.html +++ b/cdp.client.models.html @@ -5,11 +5,11 @@ - cdp.client.models package — CDP SDK 0.0.4 documentation + cdp.client.models package — CDP SDK 0.0.5 documentation - + @@ -7235,7 +7235,7 @@

Submodules
-model_fields: ClassVar[Dict[str, FieldInfo]] = {'actual_instance': FieldInfo(annotation=Union[SeedCreationEvent, SignatureCreationEvent, NoneType], required=False, default=None), 'one_of_schemas': FieldInfo(annotation=Set[str], required=False, default={'SeedCreationEvent', 'SignatureCreationEvent'}), 'oneof_schema_1_validator': FieldInfo(annotation=Union[SeedCreationEvent, NoneType], required=False, default=None), 'oneof_schema_2_validator': FieldInfo(annotation=Union[SignatureCreationEvent, NoneType], required=False, default=None)}
+model_fields: ClassVar[Dict[str, FieldInfo]] = {'actual_instance': FieldInfo(annotation=Union[SeedCreationEvent, SignatureCreationEvent, NoneType], required=False, default=None), 'one_of_schemas': FieldInfo(annotation=Set[str], required=False, default={'SignatureCreationEvent', 'SeedCreationEvent'}), 'oneof_schema_1_validator': FieldInfo(annotation=Union[SeedCreationEvent, NoneType], required=False, default=None), 'oneof_schema_2_validator': FieldInfo(annotation=Union[SignatureCreationEvent, NoneType], required=False, default=None)}

Metadata about the fields defined on the model, mapping of field names to [FieldInfo][pydantic.fields.FieldInfo] objects.

This replaces Model.__fields__ from Pydantic V1.

@@ -8308,7 +8308,7 @@

Submodules
-model_fields: ClassVar[Dict[str, FieldInfo]] = {'actual_instance': FieldInfo(annotation=Union[MultiTokenContractOptions, NFTContractOptions, TokenContractOptions, NoneType], required=False, default=None), 'one_of_schemas': FieldInfo(annotation=Set[str], required=False, default={'MultiTokenContractOptions', 'NFTContractOptions', 'TokenContractOptions'}), 'oneof_schema_1_validator': FieldInfo(annotation=Union[TokenContractOptions, NoneType], required=False, default=None), 'oneof_schema_2_validator': FieldInfo(annotation=Union[NFTContractOptions, NoneType], required=False, default=None), 'oneof_schema_3_validator': FieldInfo(annotation=Union[MultiTokenContractOptions, NoneType], required=False, default=None)}
+model_fields: ClassVar[Dict[str, FieldInfo]] = {'actual_instance': FieldInfo(annotation=Union[MultiTokenContractOptions, NFTContractOptions, TokenContractOptions, NoneType], required=False, default=None), 'one_of_schemas': FieldInfo(annotation=Set[str], required=False, default={'TokenContractOptions', 'NFTContractOptions', 'MultiTokenContractOptions'}), 'oneof_schema_1_validator': FieldInfo(annotation=Union[TokenContractOptions, NoneType], required=False, default=None), 'oneof_schema_2_validator': FieldInfo(annotation=Union[NFTContractOptions, NoneType], required=False, default=None), 'oneof_schema_3_validator': FieldInfo(annotation=Union[MultiTokenContractOptions, NoneType], required=False, default=None)}

Metadata about the fields defined on the model, mapping of field names to [FieldInfo][pydantic.fields.FieldInfo] objects.

This replaces Model.__fields__ from Pydantic V1.

diff --git a/cdp.html b/cdp.html index 7fd68bd..2a53d96 100644 --- a/cdp.html +++ b/cdp.html @@ -5,11 +5,11 @@ - cdp package — CDP SDK 0.0.4 documentation + cdp package — CDP SDK 0.0.5 documentation - + @@ -371,6 +371,26 @@

Submodules +
+historical_balances(asset_id)
+

List historical balances.

+
+
Parameters:
+

asset_id (str) – The asset ID.

+
+
Returns:
+

An iterator of HistoricalBalance objects.

+
+
Return type:
+

Iterator[HistoricalBalance]

+
+
Raises:
+

Exception – If there’s an error listing the historical balances.

+
+
+
+
property network_id: str
@@ -385,6 +405,23 @@

Submodules +
+transactions()
+

List transactions of the address.

+
+
Returns:
+

An iterator of Transaction objects.

+
+
Return type:
+

Iterator[Transaction]

+
+
Raises:
+

Exception – If there’s an error listing the transactions.

+
+
+

+

@@ -532,6 +569,24 @@

Submodules +
+property balance_history: BalanceHistoryApi
+

Get the BalanceHistoryApi client instance.

+
+
Returns:
+

The BalanceHistoryApi client instance.

+
+
Return type:
+

BalanceHistoryApi

+
+
+
+

Note

+

This property lazily initializes the BalanceHistoryApi client on first access.

+
+
+
property contract_invocations: ContractInvocationsApi
@@ -622,6 +677,24 @@

Submodules +
+property transaction_history: TransactionHistoryApi
+

Get the TransactionHistoryApi client instance.

+
+
Returns:
+

The TransactionHistoryApi client instance.

+
+
Return type:
+

TransactionHistoryApi

+
+
+
+

Note

+

This property lazily initializes the TransactionHistoryApi client on first access.

+
+

+
property transfers: TransfersApi
@@ -1836,6 +1909,116 @@

Submodules +

cdp.historical_balance module

+
+
+class cdp.historical_balance.HistoricalBalance(amount, asset, block_height, block_hash)
+

Bases: object

+

A class representing a balance.

+
+
+property amount: Decimal
+

Get the amount.

+
+
Returns:
+

The amount.

+
+
Return type:
+

Decimal

+
+
+
+ +
+
+property asset: Asset
+

Get the asset.

+
+
Returns:
+

The asset.

+
+
Return type:
+

Asset

+
+
+
+ +
+
+property block_hash: str
+

Get the block hash.

+
+
Returns:
+

The block hash.

+
+
Return type:
+

str

+
+
+
+ +
+
+property block_height: str
+

Get the block height.

+
+
Returns:
+

The block height.

+
+
Return type:
+

str

+
+
+
+ +
+
+classmethod from_model(model)
+

Create a Balance instance from a model.

+
+
Parameters:
+
    +
  • model (BalanceModel) – The model representing the balance.

  • +
  • asset_id (Optional[str]) – The asset ID.

  • +
+
+
Returns:
+

The Balance instance.

+
+
Return type:
+

Balance

+
+
+
+ +
+
+classmethod list(network_id, address_id, asset_id)
+

List historical balances of an address of an asset.

+
+
Parameters:
+
    +
  • network_id (str) – The ID of the network to list historical balance for.

  • +
  • address_id (str) – The ID of the address to list historical balance for.

  • +
  • asset_id (str) – The asset ID to list historical balance.

  • +
+
+
Returns:
+

An iterator of HistoricalBalance objects.

+
+
Return type:
+

Iterator[Transaction]

+
+
Raises:
+

Exception – If there’s an error listing the historical_balances.

+
+
+
+ +
+

cdp.payload_signature module

@@ -2816,6 +2999,29 @@

Submodules +
+classmethod list(network_id, address_id)
+

List transactions of the address.

+
+
Parameters:
+
    +
  • network_id (str) – The ID of the network to list transaction for.

  • +
  • address_id (str) – The ID of the address to list transaction for.

  • +
+
+
Returns:
+

An iterator of Transaction objects.

+
+
Return type:
+

Iterator[Transaction]

+
+
Raises:
+

Exception – If there’s an error listing the transactions.

+
+
+

+
property raw: DynamicFeeTransaction
@@ -3993,6 +4199,26 @@

Submodules +
+historical_balances(asset_id)
+

List historical balances.

+
+
Parameters:
+

asset_id (str) – The asset ID.

+
+
Returns:
+

An iterator of HistoricalBalance objects.

+
+
Return type:
+

Iterator[HistoricalBalance]

+
+
Raises:
+

Exception – If there’s an error listing the historical balances.

+
+
+

+
property network_id: str
@@ -4007,6 +4233,23 @@

Submodules +
+transactions()
+

List transactions of the address.

+
+
Returns:
+

An iterator of Transaction objects.

+
+
Return type:
+

Iterator[Transaction]

+
+
Raises:
+

Exception – If there’s an error listing the transactions.

+
+
+

+

@@ -5748,6 +5991,29 @@

Submodules +
+classmethod list(network_id, address_id)
+

List transactions of the address.

+
+
Parameters:
+
    +
  • network_id (str) – The ID of the network to list transaction for.

  • +
  • address_id (str) – The ID of the address to list transaction for.

  • +
+
+
Returns:
+

An iterator of Transaction objects.

+
+
Return type:
+

Iterator[Transaction]

+
+
Raises:
+

Exception – If there’s an error listing the transactions.

+
+
+

+
property raw: DynamicFeeTransaction
diff --git a/genindex.html b/genindex.html index 010cdc8..e38bae3 100644 --- a/genindex.html +++ b/genindex.html @@ -4,11 +4,11 @@ - Index — CDP SDK 0.0.4 documentation + Index — CDP SDK 0.0.5 documentation - + @@ -243,8 +243,6 @@

A

  • AlreadySignedError
  • - - +
  • from_models() (cdp.balance_map.BalanceMap class method) @@ -2851,8 +2870,18 @@

    H

  • headers (cdp.client.api_response.ApiResponse attribute)
  • +
  • historical_balances() (cdp.Address method) + +
  • HistoricalBalance (class in cdp.client.models.historical_balance) + +
  • host (cdp.client.configuration.Configuration property)
  • http_code (cdp.errors.ApiError property) @@ -2983,6 +3012,8 @@

    L

    + -
  • +
  • transaction_history (cdp.api_clients.ApiClients property) +
  • transaction_id (cdp.client.models.signature_creation_event.SignatureCreationEvent attribute)
  • @@ -78,11 +80,13 @@

    cdp

    ApiClients._contract_invocations
  • ApiClients.addresses
  • ApiClients.assets
  • +
  • ApiClients.balance_history
  • ApiClients.contract_invocations
  • ApiClients.external_addresses
  • ApiClients.networks
  • ApiClients.smart_contracts
  • ApiClients.trades
  • +
  • ApiClients.transaction_history
  • ApiClients.transfers
  • ApiClients.wallets
  • @@ -230,6 +234,18 @@

    cdp

    hash_typed_data_message() +
  • cdp.historical_balance module +
  • cdp.payload_signature module
    • PayloadSignature
    • Asset
        @@ -571,6 +590,7 @@

        cdp

        Transaction.block_height
      • Transaction.content
      • Transaction.from_address_id
      • +
      • Transaction.list()
      • Transaction.raw
      • Transaction.sign()
      • Transaction.signature
      • diff --git a/objects.inv b/objects.inv index e81ef3d34c3baa8986192401ab231ad07c0ca94c..8b5627fbdfdf264edbc9e62535967b36da2e151b 100644 GIT binary patch delta 13483 zcmV;cG*ru}YmRJ?dw;U!`}_(=?7j}8?b+Vmd*5WK+^rZ}cBo`~=7~WSAr-G!WL=Ua zOZV3=!LQ;6NG6a6q+Vv)CFD5?5Xh4NL15<}-yL87^AP)|P`vx?-OfKc`|J?@ukx3_ z|L=Ey|C{{n!uJ!Arn2lV^z#3Be=gc9<9Ox&yMZr@ACvefl7H-V%HrM&y=W&2Peitl zeL~@sR(j_}ZW=sBR97Cn(@tbG?0t}CaT4sj(A9G)64|dfdD3X1Eb*e$+hsu<&2gk@ z>Hqk1k|i8Z{x8LYqVz6~au;@)>zzBoyp=C@!NCiOr5{AL+Y>71JS6eK^|JU7>|E~< zpQ4Oxm3M0qQh!QoJffofG0AJ1yt=-Ka=#)^J}C-M7VFgH<9VQrKHjQ~bHQzqKw z1OJbn#glk-Bkv$4O#WZX#ows z7x$;f#~^x~@aO$+ErWyi;?^T65qWtr)mrc0w@mW^_3ULrHrbTPhnC4HZ>>}$&mt*8 zzDTAF|4|!Ok?lHqj(5$l9e?(N;*NJ8%nbyU6WGE5#*1GD=i_WYff&V(n0 zrLJ&HL4O3zZ)UBwOGMtIw5t#X2KBBA>pMvo9))ot!u&yLJ6k76dPbR-olKr*E0^I} zyL&I)Gat%MqHo@-?0MU~Bjvp! zna)u9g`I8Fm2_>KPZ!spH&>&9e$M>c=H}}9=6_FP`|b6gHw^krBr;hHT{)QMW)A}p zx`Yf&DWPy+G#>~DCdcxJLXV4IOq``ewSiIE?uuG;w7@nn>pn|u^HWshEWTScnKrCx z?|*;)eKsbjO+Wl*X!ys6_nMZ3ytQjU%mTYcx(Q&YD7QQ%!@oPQ>FyfkNJa{{edD~(L8XIPCJy2X6->X)a6u4DdO;zamc5&6?&xm}Wy zlc)@w%dcO)ecs${<_Dw7nwZWgZK=78(tntk$f#|~JW2;*T;o|F^} z&4jOML&_q$HhL*U&sH<%AGfCD`#tM?xcjc}Wgdw-pJ@2gvRahT$ZxCi$Gpt5a5chK zX-E{dvM@!G%97T*PJqE7MKQ*(ka4U0P;Z@*q#U0!VOW@EI%n5=0ETcV;VEU9{?FeR#) z!t(pg_S@$2`qQ?lT=bnGuRe%cP7=IuW@sCB>+wbmINe z0iRC+`lU$;K;KCC`WDowe8-X+O@Gfzby`V7$1*m2pt`vRXJxT%tGh;0*gll+fu@6H zUdSOUQ&pVu#!l=vlrJFp?IW@o5GM5Z;GOIlI*6{+>^#Y4*{~c!T2xCw345J4Sn4A4S&glzA?=I zL#H2*vb4G=F;V+j6r7ABWfAAg#lPH(tE=11cDvcmrVy1;HI_t5^Mkfws#`WC6{c>N zs*4kXPN!&lRc_YA7Z2VkB(EGcR&oK*J;ZBm85obCphSND}P_jKZ$0gkz_Nk26e&W4U!N(sWe?VDg%mcR7F$oS_u^DVZAoZZQ5DRELT>qsZdHbNzq(k%C^r=NzDLKTbYg7o;7jk_N=to47z%4TJ2?` zw~KB!Xl)mz^@ff?s%fFyjT##*B2A6HszTOGf0f0`Jk}3r53#VQ$A3P}4>`lqf+yFt zEu(XLx2v+GJ>0#r8cVQ!OHzt5VwCDxQDaWujv}#r8|^*ceE_;V^)2apz-lv0xPg7EhfiA9i-+^Ex%f)A z-chI7WO?ehNote%@03RD$lomOh#zuNzHid|#_2bO72!Ll_dPSpw@x2=HpK6pjK6u( z`R?f-JsZ7GpZ-tJn)db6?>#G>51{_<+15QjXlfs7nMmeF0O$JEm|Z@H3q$$G*#|O; zkc*al-y-thn}4@K;Dy2e%=HU(l`C*%&C5U4ek!c;Kh0R4vsf31Q_m7bdQpP5pF$r~ z3v6!X9trOL3bMVs&$45lA3wzQx#Cmi9?Jz_x3wt(PdfMzVj-GET2#$yzil5yW~p1Y zklnGBEI5PRXEjE+=wn*0ipy2a_Rv;x*l)E z0aJ=_v%G0sI~5}0$;}gh9#rpr0rQC|(CT%fzsjG?9w7<0D_+A_prGc_CkAu~oFAZm z(=5b`XMef!#_Tr=wB~4vP4Saizain4&DJXlY7-(GpocKY(cPl;;t68mdWALW~u?5P4zSLEq{y#deOK0p zu07^dx-R>|kB8vQ3J<7Wq-kupOHeTKg&)tnFQBJW?=fVC-!_bMQ~kp%){a3H5vBSg zx29vbfTv8R0X@LZz7pZ2O>2=%{se3{KN5je^@GFrC7nMxoLn zdJB`?Ue8dtQGF4=RGTa57Hjiy_C?#g$bTUhYVaY~Vy!(wy=YUH>CEtB#pT!*Ywl5U zRD);Uli=!0jUmrYd=iFYG5~SzPeJI*(^j5>=+TuQkr}`EqN5|8tR5NqNuF7YFEiVl zTxth63)m(+b{dsNYrA=C(nS375pNa_7Xyw@iOuajUl&3@+PM=gTt!+Z;lb=AifQLt>fj_zyUp3#twpAO{RznRq zY_^gdRM;kJ5N)+jm%wJ@6dCr&sc8UATMg8wz%^0-{1tw*R3WyHgJ$h}*TU~^|DHUD zYdLC67lC<#>`4#&H_RQJ=D^>S(SKQ#U|s1_ABc!1Ks|UZJ{ym>OMKQg8_n25x7&s) zGW!i!iJy(uYeU;@x&f2@cB?gUaDiIyl=35TgW-HnjU(|8q}=0uN)q`_ zP5zlxzj0W=qocBb9@?`P2ELc8H}}bPft(-BKh2)u6kO3DO#yzbr_cdURDYAq%7g8( z7D3=#!ZyC`MpV&(nz1@;8SyTo4^^G%%y_XegV;*bAnTwEIzSKLvRmp9eK+dY^h-4O z7}o-=JxRS#Q@0m%t+un0Xn{r^=Y_U#3JGj!s|G12p7nw1zV@rRUWZZ5QC!&LB+%fW zUYk$$8hBfsK{=m~k-_afjeilYr5?#56|-NVBID{dV`>@RUdxTLE!KvX+HRRP!?u;U z-^Vfg6Rd zQ!v?Xw=#ZJKiEUI*=j=~+l_WQ`nCpX7usgCDVQ+r=5me-uTLuyfEm}h}UFY$7iiB~>k zK$)LcmzA=y3b$NbWzW@gv)Ii}$55nT&{Gn+|9ukWojWXC(i#4`ps5!HSq|hr#7Wbz zlM708=v>`)nY$OBFMkr(+wH_L1A|sU%gtVofTjR;)D~9dD;u(k-$n0Ai^t`ivOOPG zzF6}fh4L1g8L+xX8ixMbTzYfcg3<{8DhQ{(m{&7CE3wLlm!jZ`+iLP|dpPDezWWe} z(1(M|i(IgnSU(f*my3Kx<>kS7#eJa(Szmf{4tRRKxMMHR@_*{05j*k(iX+3O+)-9v z#A{l)K5Uu~`#dzoX*PBhktuQ>lyV`-vLJfY($Xo=ope@aCO}8?zeS?l-gk`S&^>rB zX{D$jh9X|)f%@QOVAL!)*g%#yIq9ju6kKs|bamfVF|Wy|8V|t>s!u!?tCp#}5KeYE z^;OjjY=cyQ2!EMJs^cpXR}SOy+Aj3KYtYfa5){|fg2yOMMC)B)dAdLf92~M2gCkHF zKR&9jA!7kHZerTD1?uj-$PcZ!+{7}d(`lB7e8Px#`6MkV*XVipF!z^4BTc zJc#F6*uDwv^^zD2e)Kv(L&Vg35bkd8CFQJ1UZYsfqJNMaXy%rj&TBebaG_?>}g*4;NjKHpPeSCc#*3|%|}Igv$V6ZoHkz6teYe$chNR~*YQI_ zZ5l%eN`HBwZD&!1_!zr@{}iwMy4}4V0WI{y3r}2_kDh;9p2P}h?@w`ZANanA09ZG1 z_9;F^J^%;lMEr17epIF&ZSHGh`KAS<_t5- zt){@%JU+_#d=Le|9#J2u4DP$f(|s81#*^g_C|5pLJe)8)hd=ky2uFkq$TTWQ&zz;& zd#QVf6R}7WT8r&uW>m~45-wgtoJPzNM)EwOqxZN>*FnX83ehqn52O_Yp3IY7{}g4A zC#AS35-KPo_;uC(YLjFTA%Ab9Er4ohbFiHgr@gofO>i`VR0|so^9l*mvstVcC2tbCy9x!%x(LTKo z8h87^buC)Q0z$$ukp~y0sf57btwo9H(Ns!ksHc+JQvh8LV8WnBynkAafiglR#;OaI z6(%|wgv*XxwnU|=0LXg0sfztwPu9|7R7l#1*Viz2|5C@15oIV`0 zOSa%F#B2pRKOPT2t$2!vqb*R>d*v1+KLB>Ya6O3|xZ39vaY9#x<9s~h8HKMNj^iEJ z+5G^rj;}C8K(J9l@_)KX9}*vQ#u(UvM-6PvV?Y4v1G6KB0ub9B*pZ_-LbAyUg6KKk zl{?Loa`PoWu25K zpeT=u+kyRjmi#KusCgT$#Fqo0CvRln;{<4U>?>Y=Mmf$^-G7!vzSbph(qm4Jl^w1h zsGi60!=~H-+yY7s+ncx5Hc*LScw7r(LPGP!*%lt~P#v zx1pSU$|3Q)bx#zRok*SBwx`&k+Uz_LgTPk#Y?1DP? zVZ3{C_ab=Q^L8~6SmY7H_Bf!sOKD6qN7XTD*q>QUq8GmbR+tGScAM!TJ|*t`YbGo{ zaX=z9kIxH(llb^Vh(yOubOjZ$GZ#$~-ke55Na~Tazgiz|zF^8H4odvBjVCU5(lrQrLo2a@jmkWuBs{8vZC1J~e-(7vRDHrGNh{FW76gd>^pu zxqN?cD$Mo*5^^|RAXaJtUf9YU5Kf^I3cfFIsaVdV`%ykGAmwA4?mG;2JV^cqx@@qB* zN)QGy<(g@JZs=BV^ud?`WYplMxmrVQ-~9 zfO2c-2kJ`#o)<{zH*^7(0GRWy8Zki00QNj>6=+ot$Vu8neBkz!S*k)ikTObRg!FwH z6{MTbQdv_#GBZl*h=hyR5GP)v z+9WdC6gnM#pxn`ESE?;k`Y5#6X&R9fsDebgB}Xbq5v$Lx!Ft$5t!nVI_z|Rq^9;af zO(laoe*&4cn5n^yikD={6>5o#lLSgsxS~-l)m5#8DJ4@`1m8d0GcZ0hR{vC0=x0NV zi<7f-)`BLH*+RFRXI?0r(j9-X6I-eLYuDda)Sc(Yrm4E@b_9ULyUMV$A`SDjr?j_O z4EU^niTiyVKUqqrd+41y{w)87&93Q$c-_$DMs{HhZrj>n;0jnhv^`kA4d4o*;XxE< z!9!4e(sxRNb=u+lEyrGXzRegnUSRMa6#$8&s+=egvE+Ol89-2fEDcTtJU-@fre@o=R9vG#9B{7B57z&`{vnkv|d%(HSI>7MDX32{Bou4jEf#h-81TOp?fFC70CXMr4y(lq=K{lTi{W zK{+Lnjh|JLi5464h|H2s#mz0rOiv=Rl9{OKz{#uu?UIocm1Yv@V2NfDCxFBFZk7Jz>-9SkV|&ku#g<22gi*$XShS2{c*2$>)=_)6Nc!3OrQ^H#Z!oy zpFw{C!qx%9btASoWqXl`)4}cC<;sgT3Q%WL{dm_UG7CjSg4P5t&Ah{r*UPA+523tF zPQDG4b3KtR#0m&^T3pOdOyzp?7HYtp$UP>(PAo&m&$y^efFz4fmCMgER0r?HeGtMu z=2_TceMFMxeI!nT>~#h9AX=(%@!5nfH9s%a&|_S_j))|M${5AbQh{x~@xfi_pz|yx zwESFAg9)BUs)<_De{Z*wmt)GylNXa88X8AM!wQ=m%(6L<7cxf7mJ)X&F+RM^6EBlp z(EYHIYEbD{uDzusWS&0F;>3Ft@(SrSYHvluNwjN>I2-ETS8rPqQ4oyR?Q@fW8Wn$w zYKo3SHpPYR$6IL+yK+PE!)D+o@~=8jtVls`$=i+`^hi|o{8SgYtKGoKf;K&D3mwuM z#Qr*rKRYiBT`LoE1817o>}xw>OUn&Cu@I{CJ+ZNXXy%4{N`?Oxe6jPQ#lVq;@-B17 z?Brjj{=BvJv6YYM`xBqCH`1lk%*%gHZ{iuHr+Zs_2n@Wj@Os6_i?<<5Kdk5T z6gTAmy4F_FO&tpSx8uuO$#t>&e(^rp*{@>a)EjwVcHSi#If8uCm{%+Cy(~`LJaT#Y ze|fldgCTZPy&v_TzO-0*%LF=X#T};4pzr6cUtR^Ro6Cq^o_28X$B7=SmGK6$K6+a<9 z1fhT;EJkys&A}vUPt|dC;Et#kmh-9n?=9mFC^cNwMyN`6kO9GX0-4$4)yUPAr}@v3Z=+2t1oUYleh8n! zx9vY7Osny6m;Q_qWZsjo0nC?_QCurSiY*%>u<}N5EA3mI?ZCv&c6)z!AIPoG!7fkP zWp@ao$9gR+{qWmwZl1#*<0usXrO;r@>zbGTt0}xK%YHl;y>0nrC^c66aq1=9Wgd%$ zV-Tsc=o)um+i@+=@7zP2h&TC2Z78)}PXSVI)4@02f{mv``z{V&i zIgq9z<8IM3W*3pqKlZ6SbAxEB(A9an$sh&|nd_1nOfxKlg; zT_S4CpPMAvib2RuHbG=wDF|@0hsRv9YFc@ngUkz2xx)mu^QXwF3SE|e;pPn{WUZWm z)nm=L5$S>vGe9uSd3oc+h!-!EEH~I9$zWf%?f`K#Vh0JM5qEr)yKYu!a<&?pvaT?~ zxhmLN{ce58!4iMJA*6F&Hvf1gF%mlpxZ@q-6Z3>!8c&*v1!zFWkLYlT;Bmh|%>a5# z=i!Y`5)WQ)wP@M;s=>Bw-2nPYVq;4Om1Tj>$d!h}Da-=5yvwM$@2(~4ERmQ3cfQC! z-pRk!w}gK^(;CT!866@%ahQ3X#E=;u!)xX zQxdRxSL+T!Rz$9FoSQSAQK;?VG%HO!y+BEg?Z z_koW|oW*~;IByN_5QMKbvFlHLg)5@d0oOKc1y%rJ2Q*hR&+C)L7 zfjT#z?oi7jM11GoONGmxs1V5zsjLna{<*8DEF_hh%=~0ii*WH8B9c=gA%9v(BuZZo z_i?xg6+hXe6D>33xXJ0!dktgHFFqqLX6@{FK0tK7mA`D;6h@(Z9vZdhhrk2~;Zzo0 zS0aC~-~+b?DLZD9xt6RKAW{>!21OR=_?=K;m56_~Ihh5uyg?vjix7>&deDGN&yeC2 z6~~+SZdKNHU-;#PA%ENEa8N?7om0aOD#5yAPJ@I0nW_$%4Yi%41CO8yI>>jXI)n=d zK7k#t{IjI1)YL{UFhPp>{8NV!FKN?c%Z-0bxX4X%Wu6=s+e-bNv+|7Tn zE}{!mCv1oWjeE^{+mVks?!v@ckQ$}6Az=j0#mAKeahs#GrgTJNjO_J}8fGe83oUnF z{%hMn8!FluBt|x-(Yf7t6g^1Y!*PdubX{~CA~Q<{5R(~>CF%hYhf$8spP*y6%L9n| zQ`pvq1wV?9LYF}k*n42hF9XbuL36=|Zcv!lsB_+(-T1*xcYAU0mgj$NsNMJH zOBGl2;=@{A*wDOL#)XHt4JCwZF&YCNR)n?7NRNiU(MXfelG4mE;yd94BV@;sCg(EB zMsUE2uFdkURbM+Zq$ys^1|&^VE5b3&x9EtqB^sl2sLe=iS_>*Qr~^=%l-OuJQj@?% zXo3dWkJU65Ju(IeA$wz%O~&S_I5?Vg*#H4I(t2eMae;1-^_nlA^YA&s9}4) zr}0N>$ld+TAhn&)kbJP1W6=5SL@W~ja@mKLJJwPW4KLnCTUbm|NM2wLXkfWuEs3DA zuQ)z!r57}E`?-d;AJ!5Nk|%bv5FHm#DM=pmpX2ZpWnS{?ikBdB54k3Lk0Ss7%&S+Y z*_p{aO;Ky%|ENoC@H>6zA15)+*hy-zzCkh^ zq)TtGl|Z=<#w8`v8)+^`h6Hovt%LzY?u7BA+5RR!dFFrbe2|yt)(1NB<+%grY~?>M zTi|AjI|1r=_W`g0df?4Lm(}uuJtkiq!}v8%!>ltQq<$8kIc$HY@GS^3g^sVW^DN8M z1)+pfETC&oCpi$;n@$pR|7f)?e8HVTw>TKtvN#ETo~m1HefAo_6gp^*-|dW;y=p_u zuJ63vY7}(9el-#eT=6D}kfUvk2(xRAL}goU=Xk-oJ59H6?chp0MhDuzM&bg?*#ylJ zBMmEXu)9gruw8%ux%ZQ3a9}?NHRlC?398`;USsCzp#6W6&bkPY*wIozAYHho$ZtLM zXf1r^Y3jg-wH^4!3J#!EbB=7e*a241dcKB~Pl?%e{;py{2&Wp|+1y^ffB*aM$R0M% z^x?NehCegPtc`W^GWna`knHx-f3?@%2$XIuYsTY-O@^`i+;NWw9Tk8I-}zJ-*6 zLdVY`=2@1h3u5v(#gcfxit*>W{AHRc9?+(+NecdbJp_EzO+AxTxtgN3y3Wv8j4k~9 zV+Ngh26o)=LhfPG;qj9;z6YakA4E}0)npL1zzFF)gqoQJ>mta3EruHXW}Y=+NP#nF%{Pl(;Fj*O5rl|l!G6!EDjyb$qa26CzfzDT~0jL#E z5sK3S1#M?(L&`5~v0YvwLOVQPYr0^#&d%0~HkSNf=##Y&A~E|;%Bn)nbv%DVl^(K= zaa4ivPi<79qJp>*7tq1`xR4_lmB^L^V~hr)9BOpCzN56HkB&JlQ3;KS+zM0+Jsc9t zhoG1ndwa2*8!~Gw>1i9+G-|5wocl1|J@JoNn1L6;<36)OP<%2G*}*QS1+eMSI0t+9 zjYG4?pc2}O985AH6k&qEdJTUtx}YS$%{P?r)h!{2+jU1N_}lWQp;5a%##nGCAWbmX zi4q8%9s}k|wHgebCVu$tkikw%nE|qLPprvt5D9GYvNQyKAjQ2JDH>;2?Z#0HKK!$NsRiC=)eI< zce;qUx2WUDpw)&U`~&}{`yn!ZaiIebd&gW>AN88~jMliyec3z$33=r_h7C*t#?Uc? zT7iyw2|b2yFF}|fgJlY%981&#m^&yqV6Ujh2w>`_#d9gBSAm$=`@ zfAN!>i2ptbKtxu#VQvfD(c0U0Xm{h z#~VgEba*8&VP{K&KItko1&D_ZX%uI{L$E7PE;%K^Vzp(fj3(J~`xQ2P*3l%A?TGf1O71b$?QpJ4$FjByr=0x(aC(}Ov#W$Fdotwm$Q@6;mj;zVGQ!+O_;Nd)FCR~PQ= zF6%wl6e#~q*CaYLN{->9I*9@w^1f@5!Dj58paVwTQI=)ug3QZRESNW6lN7*Usz$ds zLT~}}JY4~W&=T|5`RC2o zpO&A^&+EItu5K@WUVL^heq3CCzWDfgvl!#$*Dv2bZ|*D;0`k0aQyW`ee@YnVXM<*> zB^?yU7Z2Vk%<9ifSxwnReh_){CBo(Iz3-v&vw8&};_=pi%(b~L7(PW;$7FeB1uRqVfPAvkEc-4vKCnTq`{u81K5U znEk%heldP1EpeQmXFRhQ+Qo5plNc>2eHRb+$herLvZg0wW|Ynl2^X&+PM2m0&j7Zp4IuS!yZJOQf5;c- z0ks`xoo7VAb~d+{AAWNo2OAOT{`l~IIlk{V+i#o8>rdCr7iAQ#pBJA$Z|=%Bn%8&# zw$2Bak={%W+^<#RQq}{S#mo~y_xWo{JvssFTg1jjd9_@g-WV0e{auPV70@%_h%!3fH!Dk$iS$q#>RAz0XF76+8DaM z7(Pk`i`63x_UizgoDLX3Z`8)%VWCrnY-t3bLSglOO`h!b9AvNPoLmiG*Q9)*cTxQj zl%4BS*2lvN%m6WP02qf&*)jdpfZblSWjF(i$HqRqg?0eObORq?VcCp(f3*Q&H?&Vu zGf%TjCeBKm&Aa&Dt_msNFBz}2yPf2lU_robF&zPM6so&%U(Q~}>ly|`? zyTs7WsV}0w?m)Gl%N(@=f5P$Zi`V6O#f~D$UO7me)8!F>&8hMTu;eiXLER^@=kGkl zpfW*Iz3c@zsVIhfGUa|ONcEdV2rf_sfT>`2qY3~p5%sCd?25__DHxz;cRQehy)(D5 zh|O8sVA%RDF97T>FTnKUPVzD3m`IX1Nl9{27IiMl2y^L0QJih_e{Qsqze@!1vJ=Oa zmMMswi%@Fk>*ggNv8jpWwm5-Y&+-@;m3O>jkk4OyL2JaW-63zIYL!LDw3t7N+S~Dd z(6`%rksk_Qmu{bBN1ZBu@=iOsZTJvmx5C@)HJ`+Fl%5_Qf}PB9KAj>z)wIs@>c|T< zjf$5D7vHY`DPBLtf62kijO@!^&oI5dGBPgG7b8n~dYu{RWie+zB}FVT0k}F}Wn*Gq z^e+>`n^JMjYW*!At|oS6MEX`0gg=!Zn10XW$?+H`nPwciiL+1nxY9GqXMgc2*@?}|f8IN#x|FT!!fs04)CBk* zd8b?rlHh-|4THlm6o)+KYFjqVTSOC@@k5~z?$piYs`O%LR;kUzRpm3hLjdi3P#ctz z4NBs6g3wz77?zdqbA4C7yVNo}WvcW2RE>WwuJ2sS%)rk)56t`Y&I{dpFRXX=%=yl zu=v1Tq?)~82uojCB!E%Yt_Uy&-FpZ!D1xaXWwD6>f72P4OqXbDO$4BB-vR)tZboB5 z&aVZLK#1!=>A_1fw_aT$#n7&avz7n6YyphMy(vTI%PGu)yZA{&^-o`mOfxlyy!mto z!@_!|`c6R4T5ipM|Ni&iX9F(@>BDaroIgIi=K&F3C{5ZE->ytz=)O~#1|tZ@B!DlD zVf-o*e~35qHxrXE@wxvSV^Cyf5@7yK# z-RPJ&+xnl|3Sc}KP8d@1ZGycsb*`K?7%^?9Kv5HR3KlU{CqaGx_~rWU4uqza@=pR1 zg2J3RDQTTW5k3!sl<`hN=;gZ8P@0QpWH8F2f7vwHdEtrTSkCR!77B`za`D!mPSjfE zG-jF|t7BgBS-2V!(l#e%JZ%$7PSP%4e%w!56C0Yf?oy%}&d-k9rRh0M+lrEYw9C^5 zWZOc1{;l0+(#W92ivQNPG3jsf2}ZXxF`v+VYtUYpr@kl{v7w|8)27bH+piZ_mlxZ+ ze_1)40V1a%GdRQyWCn$re9XWQ^NtymnQy~&ptSOhF)aFe{0stV34RPi=J6sjHgBKX zqBlxAFr2PAU3!f0Xx-BWBcR+p(nQr9DGpcG|P@&pVHFyJQE) zBp`MGh@r4!qm{z;Y>A0%&q_|E-0a2mMJOJr0icUOi@sf(!J?5SCq3kK>hRj|6$a_NE!dYhM4z{T$7**os(A~C_wAu!oOVn%e}a|y4`HIf1B-W z>e#jIeAPN%kJ_xgrDe3$lqRW;&CZM5dK}W7qXbx$Mf(i|)lzZQ1l`f{)rWhKZwB2= zzJSxCF07-6%)m;UO}xnca&CRh1l6qEW~OB!vfWs=w^O`8#;GFNy*mPnBEx^|% z72U-dU?$$H4K;)02#8rIng%0ArfCqaF9ySQ1nEhxQdz#DysAv+#%IrD;=~S$bsb@eb!(fBor*xQCAI7A=Hlwhf9749`Tyz1 zyLW$o|E~O{DDm#{>f5_-uQ_k@ZhQ4lN!Bh|1Ihn*cl35o-lJ%JQ{FGy`f$AUZ-t@! zI&H)_|4SdBD6Ie~Pc9h2X&q}Y{JBAU6j2cQ;-vryy?YT#nEKb!`da?y-_FG)-1?l*V7mPF}K<{kv1A>ZhhAe`_JkKvxg8!;lIu Z$&PP delta 13312 zcmV+bH2=$vY^iIIdw-Jc`}_(=-1|BV+q1oWci&{G)U9YsR;Xlq=7~WSAr)6FvW8^I z(*F8O@T*7`NG6a6q+Vv)CFD5?5Xh4NL15$WKkVQBdl&nMP<;6KVdL+eZMF;lPx;H= z|L=#t|4sgO=KG0AQ(1Nsdij5RIu`AfalG>X-N2W{_es1LNq_b>X7S*KUbGQ~CnDR% zKA~_*E4}d|Hw~U5sw*5XquLw!;L3PIG+4pDxR~6qb%_@nd=>& z&a{;;Ho?vdiKQP!w%JZJM_Dk5cdnPkyI|vbyZ8`gWUIWdiI7rSv%#HxlGikObA1uz zennmu#1Vxji+^=$^5xij2On=$#yR4RdEb<-yA8Q8p=s*!)TXb>UweB>4fA3$08k-Y zUQ7(=bAOya|GVSu19uY!BFYLdFUykP;gE@T`N03ZXYnlF+{oLB5tIMdGI{V);qJX` zJ5v6?TIKUm`WQSN5;0l7V^Ozgmj6kox~nwu#lzw0DSwEbM*R8ov1PFHUfp^mB_b~` z##-ysr!cj2!rU^0OFSy==X_V zUKo;e^Rmbc@4M|Z7?Ms(Yq!xj0;P#=y*JtO)_F(Ddqpyyq4Wzo>!vH|+BlbIS6^2b zgMog^{C0J7adq>DvHkk$j~fPkCK8z}hOQh;Q-AY}6A-$DoS0HV;fc|7AUrYImp>GG zT>N6D!WcdI7T2AB>>3KL>LTIX|{td3}-n#G;f-T9|azx_5D6V#@kKN=eT{`r%p zC4V7r?HUlXz^;*Q0@$-A#Hp@@FZN;lmQMkU_~_YJ*DgMGExHjUu5~S@6SZD>`7igF zKx@`YBU9@cR^x_lF&(}7<*A`-pFfv45&l|4{`gpKm!#w*Dg)>I+x6|&)%|LEFsiJH z>5S5rn#(ASiHVHb_WPIXtNVLXbFCz(i+?~E4=3eGNx`X^@HK5nSwz=HFNNsYYUcdI z)|7m|XPpms-}SxBBT?rQ4S!r#ixL|7ZB>4smw6GcM%XG1iNaPErbtp*vRtPoE!DIQ zh>NSG$#hO$mZJ+>S)QUzWl35`FU!i+ZjJVk#kE=^lmDwzTCbl>i&R~XC{ENVet&yv zP7tQk;?9@5Z)X?hXY2dP7_BfSYnsBAsAvjHs-7uKiE5^>{C=~(U7cTDUYVI|X<6I; zA&fWA)aco_62a3p)3K8op@_6h%Gjh6ksH&*`=wKSTGaccNs`_-6286#b#mUZq{heN z;+s|)(6NjSACYeMz*#G7+v=`*6o0ml<(r-H@Rt{I$XZhsr@RC0mZmndG@xf0WqD$v zQ5N<^npLlzb-RExHyPd1j+B0sMYS@J(uA0Vl!eng6Lqs!*B7C9qK=!wkQQ%>qIKHq zrqyhc#y}4Nvbe$cFU+*knG+lOxbGX12Yq9h|A$ULAmv?kQDW-#vnV(kM}Nv9&h^

        {!-XSEf1vXZ4 zNzdKM#bh^=E4oCo!Yq2sbc)mQ#p^y!vSQjxDo@$(RTrJ!3RRV)c62A$>3J((wm*wz z?T}EXKB+WaIVUOuif&XzQ}0F4J?ZQ&acN<_HqC9?S1ckTua?WwA1k^#j^NEG+7= zPxC|0u(aUGb#2S&)E4QgENQEBudK$RYTuHSq6`?NdREk!)3>8YY~O~iF1J;+)g?B@;M;VX)^jfS|jtn@!- zXpb(&3CJ}tks#$W9lcL=J}RsTpX+?;nNdF3`P{Q1ezs%$>5k6lJOAj}=zYQSA3bZ@ zM?AmvtaQHP`Ol-RdwkH;KGZUi%#8p}^{XMfe1GB+hVqY-4`dJ_7cKdcLFB>WK8egyw`?K1L(4aC2D{H{h;Y`& zG=EOT1`4}PI>?A>&tlD(J9TJ4%B3gMNrM8W6yauh)3|mjM8uPu zCICICI>*}PV=PYIm`_ZBR<9HNS^i}92!BbqUGXZ52KkJglNv*a0UZM82dLjP3-RJb zuDmh(jRLJXVPRGLWY%v;xMj2Tih|mN$Oh;kOmcL$Xua-3^^G2+;s_3IFQG9UcY3Sd zc_UlR$N^+ug85^)dkr~Ot^6$Xn1EcAe6PP5R{8K7R^(TsVr&~xePM1ODZ z#$x0PJezS}Ku_m%XA4s^)qu{b`kDC_MgzU*+x_yKgdD{U=t@vmto9_ePes=raw=Vx zedfnQaAtuAR4>vrHrypB82QYPXWAFg)2Vj`GQ)2h#<{8fVHRtLpo)l6{gGSKAzZ*y zCewf(U}s+m_c5M=IqTx5b@_|g6MrS3*2((GE*XAv(6|6ko<(h~H=Oz)JK`+ud_pu+ zBdd95Y~ey&yB?UYv9SneYVmRYMO%KxHear_XK&~9@URQ|k6eCvRz7z(&twka!t66W z4Gm`&e?ZNak>#F}(uGAI)v!mX=hgjuhMS|EqIHjwG|kc|xJ?4nDGX{9Dt{fKw=mi5 z^$dj@)o0*ywYidRwl*JTpS8`49CD@xKjoUOwFjtYZR#?eIsL?NKDODKdypK};F!2#DViTk>GaQPQe9gy+g{6$PI?`JvENRry%7X??aNvcWUy_ ztojYZ0v;We1@zEfynit8yUezows~!H2kJ zXzfwznVP!2plh|Al|(Z%@-Q#7g;PjiOItNaIq|FyRQI)C&3~OTjA{CRo#KSg@ z*`I*5VVs}UKMX}_0IDC?%fE2zJk5Z3ruu{y9< zcDt4FtNOtnvVYB1J0-H+XotOTYmj!KZ8n>N3Da&a=cw@dwDQ42(%UEmbLZyl{_4ld zz5mzkYVBU1-QEsd_N|M1dv|qxb%aJh4j${S3p949yDrva5awCn-b=h3X5^I*8Bpfu z)eW6&timl9SJ`7V-7I#q!#)%#81#^Y?!ONrd1K>}&VTUN1x>vu$Z{a}F;1F>9bHhO zL+9$Y$=t2*e37``W+V0)7_z*pWw292qv{jbUVsqbfI zU>l?YM94f+?cb2Nau}D_cA*DegN_E4pt!CUJVkLLTJH+W(*;uC;E=r-9D&04=}CPJ z84Iv+6VtXWPYO#fguEOybu!G@fggzmDPNK|IgG zwtr1%ub0GN@PpR@8X~6Nqi{D{FDYkD@*2f*7KP*}Pcu0Npdj+at4)FzFQ2PFgxHqC z%U&99o^#ZAKX@^>DR7!kbv##QhCtLz?Dlyt3FYF#(0!Yx&|z91dIL_mv)C@-2et6V*5K7T6Go24C%<+SmvW?dyoxr?^>yN(|cYSkD* zP|6E!JBupB$Jhn@OT6*xcK@~qw9pSPJaA#Yc>Y~^5-Xs+FXQAP@O=>hux{e)GCo8; z0P5RbM3@dG&)W(%0)X^Ak`t>q$tT5#DkdUoN7ctew4q_NZg^IV`|_`2!@nxgzDf%d zfKy*=HL%Xph9lwB|E_NM9*B+lutiMqgW;o-3?Y>lL>og+rAzvVx+|^b3=_+(roh%b z-pl!X5Cy;DMobb$@;suw_cTw}LB)Ow(L5s$q!k37%#&UJ5M_`jrMM^( zDkuZ^b=CfClZp@_fA6C$fNE&u1y&-BT!87ODf@yE0;RA}d2723k*+=!WhlXo)kaRPLD>?>Y=204yZ1znd#zSWZ~5*Rl3)izLxVR&Oj zUKsuWrG@9kI~d$END9G;)|xZ_6P5l=j(BD3;2x`2Tyck!FanF??e|IiB9nR&8V{(p zP!*%lE;fFEx1pSUyajQ)bx#zRok*7mN^G&k+U#pklTPk#Y z?1DNEVZ3>Ew<37j@^&>5SmY7H_Bf!sOKD6KN7XTD*q>R9q8GmbR+tGScAM!jJ|ynL zTP7?%aX=z9jn4~%qxkqlh(yOubOiEV}Co+H%bhi^AcHYXyFv$yd&3wI!^Fm&YRmLLf-OP z&nHov%+#>XdGT{~@DX=UnFhykzRX{B)?v*uAuo4k=Q0|c2%*%aV-7V9ItyB5z|Pkx zZPG<*iqIzwQqXldI+T22(j%L1q_734q}P*fkF z6(7@k*&z|=bYhU8s^M+<_jQw86&in+_Q1tsQ$L#WOEv~d5E%T6j#k@3FhPHafS)o~ zzN8{~5lMN#OM(_8C3scIb@8`#@h6ZFY0^0&O5!lw$=zQ3w|ZtS;55*P88Vu5nS<2b z?Kexbwl%dibp)ldX8cRnAE&Ci{N3__zeF3L#MFRykzo%K&vfS{ty53YilvkF6(1s& zZv$Wm*Y*JM#lJB*EP9(TFEj$JM(|PMw>@OuYwu{GDU&u9C1LNSJ%Dm+=m+Xc0-hI0 z={Ix%mH?RZFB&mG$pH2|Z53!$56DT{M10`(lu4>WJCHI;V}$g58Wp6QPf}S^Kr%B* z>WGB1*AOROlZ1J2nsrE^#DGFH&v3wnckH>^1GvYNycQvUpS&~#?b;+V+7vn+exTgZ zX&0(3RQf2i*l8M(6sUqkx;aNGND-^guEBcPMXhS^v-lCDh0_ecXiX)9Jbwb2wV0{F zjf$6K$^~kPi<1OORJfv1&DB+{gefIcSp?rd+#@hPG*3~;iz#Jk9_vmy=Cw1>2}Sq%8Be~E`}96wu= zhZiA#z760CqTxXlXTf7oebRSGf@Rv__$|j)c)raTH|7Oc(e#)X3J54wv!o>IieSZq zz){^H@)(4fNHDR2&WhTxg74*^HhO4tGn~hAM1DYyqi6V z`1K{9-21`w=%T~!ftjP|5wforrP4u9uA`EICZtq4fS_wp@xlg`DvX~1=Lu8U@X3LH zE;Bn9&?B6^h5)6f5>^w@wmH9x0t*X#j!wQ=mOtLwU7cxf7mJ)X&F+RLZ6VH=f z(EYHIYEbDHuDzusWSTzB;>3Fr@(SrCYHvluNwiChI2-ETS8rPqQ4kD&*X?V-`0jy6 z>)6a+G~BSOAY>1$b!>_UvucWtLpH^Q?#Fv+54&xAwuKJq4Pt*C#-EKBhOU(fxq&myYxbobv8CmPo>&M~`kvTWKs0m1 zJ*2{a55CxW(PH4pOnH}oxnp+nFH?WsTl?6`$MpS)57|5E(rM;phj;Oe(!+zTJp=~c zSa`i+~1EkssFcd5RnIe_d;<=%x+@{`>Lez2v&seZP30?Ce)Daq68sFgx!O zjT}L~Y0Rq?_+Az#ZXUV3{J%Why1^-SQ@tPcpRQZ1yk!C%w&D(d)0c9$v)IR*t*yo! zapA!WJ=lH_EoSlfC}jPGyPyxRLAF@aBj@+}#Gs5tix?QrwRkPgOpW}&O+*do7p^^W znyE#E2G#)%Lz z_j>dW8<9aj204X)bS{gZ5Fdh2z!8#5=i&8#5)WS3v}oBnrolFE-2f^@Vq-^VD$5L= zksEtyB*+yDZN@N&c%SM&it_Z{6mUmW3(L7I|9j2214<27wGpb)9b`Z-9zkaIcr|i$ z`48wjI~<{LbCQiFlWf)P_>q^%NlWHXVHTEeJ_A z>^K;S*Ua62a}SZRcAXHo)}((fJuZ0QH^Wg)JcmxCBycwkPkWO<)?#@B}Hg3^zck%JX312x3JiVRv_p zqN}RLy}Qelus-s@4Qz~Zk^^ZfGVT^lV|Eew{G-2rjoBaLWaniIaa&47$lMkJ2!(ql z(bsXsj@Z*ZSiTKxi95vu&?TbA{JBYzEf|FCWD`W@g@OP#dw9wvtEQFLImo;al{<`J zJAa6*s?d4)7jE8QLe|O|SUuK^8<8#;F#`nCoR>FFjCk=v$#R1&k_`4`>kbe{BX*E5 z8ga*ed%5dofhK3Gp(*PEBb=*(t<~?=ha4>NJB4(P%jRE>Bt~LK0e8Gzd|;liOXEpX zF#`?g_z@j05j<^Ys2M~L+vR$v7nc0hAA z^SC~l{}|-`HbLoF3$ph1szbsNw^4BC?C#6e{oVI#_xkGQ``W!eySlkq-6J~SIPaIU z^=d)R_3HN9*Q+!8oU8jkS9hzXegFJ__I0)X>tD0;&eq0xv;OOkZ#Q$(uD^XfyE&^^ zFIGS1C!MXTh*ak>!>^L4K%JY*d(^TB5#M?6QsJ^EDnv3wDyu_-LmbXR#ZNZrMDq+eZgRT!-on`Pi_gf5SvxzPpCCGax8*PE zHic0rpN2;5`5`a?LO7L$*Odq?_`t0}%8uD&t~u)kh|~nGlOi*8{7$H_O2j|goXmn+ z-XIXNMTo{>J!rtC=ak|Q6~~+SZdKNHU-;#PA%ENE>7ayMJEw*{sRZkeISmf}XR116 zHq>^C4m^TJ=pf&j>JZK#_yl%;yz)cq)xxff1=JQV-M!ckrlg&3W;UYK6m3eYl zaQAhlA|KM5L{#Utzlex0J_<}{o&R=T{j{oCjAVy|j?e%NB3>V(5#htI9xpop>(I?y zJ3!E-(XoRcnP!eI$qjfk7EGe8#dSzUVu4Ve1aJtg1lS7tv`TjkB`Vr~PEa{{Mj;|! zPQ);0)El^9C;F3E;p1+KbrxNqI$=X3XxvNI+m3upaTg}mg47_b4GAM~&OWXzh}#sU zHKijGV`Q&))G$-&T4=fZ@?Yx)+ECGkAThErj?V4IgXlr(?)DqpqwAvE5Sd9bfS62h z%ux@BI1F-h{sbMnT^>Mx)E~pPHZ1s2d=R<}n!w%zTYfpg>^RO{ej%VcO-+z3qu@bD z>~SJsFC8SZ9BC(cu|ao&ZsyvdL-8P;y{J4$i4D+WG;@psXxOfDU~AEJs21=*J4z() zUp;tX-oMj~eE}(#+}$1Wq1Nn^h$9g{T6mg6-q?`^0w;WIjC0O^A{I0kZ0H7sd5Jpb z-Pw&F-E^}RJ8ypOhT8pfyi{>PFFr5jg$>P{WSn`3+fYKt7Na5H(~7Wm8R^mRHyUa3 zSyGxQMtmn6VT9~B(&U^+*$56;(X~n5rRr;EhBU^D*?^=;YDGB4`DPulwnSr)4z(Gn zO>04=PU--ZCM7n1T94Eua1k1zLH1)cjRm<;6WP|7aaORfjFHV+Gq{AP$!zF`nh7ix zgCzDx7FHI9I6zv^Y=TAaP8|Stnhmy~eX4pqsIL)?X(L~}&dQ8XEfY%SIMbxGATov? z@CC<+c(EEIgh-PZvL#EGGyhp0k&XE5O_!T5jrxT14qvu^Wa{$C`?$SLQE=vt)TYkf z_F`6Y(AGCIR>;1$0czNu?{WNr8gh4kGe~VGG$bD^<`{H-I}wY-KVSBt<&L#fM8k{s z(H0hy6p|O10~%N^SW6

        Rj+l-A)LAvw~TM3l=U|dony_4pGWJoYq-b)xjez3C`H_m5WV!WY~Lbc=(LEsLYz$Emu- z)@QE)jG=?(_}$Kk*{gPn+4Y^bTaAJa*sn&Sfh*o95puK*5n*<%k*I9T?G!IqcgN{w zt{q%|iHGPw``1WZU^yG1nPa431rByMi5j-+KlgqT4G!$*pys^bFF`dN!E4Mk9klE9<7DXJWU<=ytD)VSik|aYEF^O7dyZTTF=*z@+mR9&fixo z2;o$tJFC0%PoIAK4cWtnnLdA1x*#TxV=RgHs~CU2%U`A$;{k078>Qgi*F(TZ z-PAKmm8&UgtLp@f#n{5nKPJ$53CAdSYx~&NOScvuL5nF2qGyXt%_s*{Df6D?2OuXNN$V)A19=HMPVo>I$Ck@d!X^(QParTb$MZOYg^O(@ zScKBkF^c0G4D0;>w9&p#1pIJ)5c;Gt{7=;Nxv)Dp`TXFWoCXfrNIa;t;L%T@ok7qw zyud3wnS7y|BX@q9(OcL7YTyWeUS4UW^N%=`04L&?m-sM!D&cCk?;3EH5UD`Xb4WGE zj(;}r82)3N>^z(JI1w7g$Mk(AzCBqPrGx3m2+KTm0nQ4QEOP!N>{X(GN6*fbOfcaX zLbo_duu{+iKcv2V00)at8T$UeWN?p>6)0;JYS;bCh6$i?BMi>X+5Odjj}^X=lw{x6 z7c()zHN@?7S>)qyfV&mR+v-P6hv)+nH2AD!k};RW7m=hgGufLksSahT}0lc>I+ZICV9ab4ux;lj?B%1viMm<_)qQCu+F{w8TF~X1_vUh zY18rgfesx$nwhY(LzzB*=^`}+1Th`b$YaXC4q5uPdx*o?=-AO&lWe{rX(uiZamfq4 z(!+iq^3Ju)QGNdOp+Ir&Yb>+ae#Ag6d3GT8`y_r5F6ywfHg*yF0h5(e%rq5XNao<{ z!!d_f3(kU~DbV?fbpmR|Q-tEQKtbDC+K}=KTWpt?h|mtt*P1SW7_PIkwW5tB{}=jX zErdwSzLT=5kaHc6P^E{gV;ogr{8Jm1sHh;W#07NlJ}%@4MkTT(!5E^!D2E!|uJ0%< z>7!##OH@K*BDVt7LJx<;@>5XEjlI2C&JCG0mh`lZYZ^6Gc+Nu@Z=U%_EKI_iEKP7eWdrCN=PJne`=!anF|h~yC28Cz~k6j4b?joGfi z`H_a3lZ?PazXC9$#BTg2`hd+0CYfMCV2sIX-asKnrV-O^eDl>0xK*Fdh~J%0&w+0tQ#p=P!aD@B$&3&fl4PUMDxaNBRR;V zvzWo|Ew@8-FL~r6a*X zYZ3}j=xRg8046v9>Cl|!2x?kJwyOgH#N4k z5rNV>B{b&M^CoYoz=WMG4f>>u)D$2dI;2sY1&_g|Jh|kM1hdta ztumTq^Nkm-4jod!a;F4wzNd_3&IZBpgLEHyZ!Y^Ao+Bh8Vs^op&wsZ8V@|b>Ko-L0 z2{u0{_8={Ii3n&7BtL4jp-_E>JK{TU^;pBcL2`byF^vL%0t>UwuLAZ(<^^F2#{~qM zL0De*QNiM4#uy7bdJKbG^&AjURN$c1c@;EZm0JbNj)nuE_>K*WkS)ySH`o(%TTuuT zhHJ#5+ZRU)UQ`~0hJWtl(x=1j;v(=PL;M5_XkZMpSQLP1Qk))4am`aN;BGA%8-Ax2 zffpwNqa4<|K1?DoZ@Ic~M|WB8xyC^GZ@Na&p;2-OAJs_|_>lKqqYO4JGBZ zQx{}ju42Kw`5L7F22(Y<#SwxFpvUP7D1?@PM}OB10W*xMfq$K|bM|qYL=JcT^=$p; z>cTG9#p?Fk`s&^`&FY_Xam>?flI!Z`54$9{tDB3Q#4Y;6+5OeG8_Rrm-+o-Ja~j*N z*AQ86!n@Vkt?k-;zxnIt+fU2S=I7P@pBHy$KhM6pXFtxazMg&gx|)sg{M+^I*VVmc zLO`BZZfax8OMeOD{A|#Sw4{UL_~Ow!gjxNWDXS^F$d4j#zC^g(z4tv-epaslL_FRa zkhwP31;eN4YJ7H1u7b7XEg7{RA1ZMi(-GZ7cK+5`kjy0KRSiVNv-6 zAF~QF0Fxap7zjr^vl!aNaW<1ZEh&Ek41A$b0$cMKAq_oXRLb6mMQ#r6gUejKoDy$^ z=YxkFU&l@XvBQn6Ts^#UhcYUZyX_E;lCKVE?f6RmcG>W7WNixHX%3=?EbkCW+s7Nu zM+oWtG%Corn543%CuC-n&JYP_uOUvCCJB!R`OQ*4lp0Wo<{1qj^>DlSG%$b27v}-B z9cP_qM8I}dcjuo!x{!m7h;+Yy{xl!o_nYip{Riut09!u9j)>(|wN`9|~V{$JMl z;4;#i$$|T|YFx^CK(m->BIrI}E;)ABueLYvoQKM3sn-s1+RlPBTmYv-WacI64BSa< z!j0cotnCFjg`zReJh)Iv73P2KSqrRonD_o{01)s7Z3r0{mDSjo4swExd5<=PZZC!p zQo&;N0E7KH04Jv>44^k^L-4TBsY13i0#Ko_dcP)5c6$l3H*`*}hOcW z^(pJ)VFhM@7&rio!=~(*ermvOFWNGkfyHBEAKpVd0Asp=53sOo#=U>ofUq0dN2!^o zStcWArHyEYG;{7&>-+QK-`^hoM{I`D=pot@d#8PNo1z^@f$l_crmiq?qPBIOa@OX> zsj&-3n3RW;i1P4LErcL-(|Gfoy89%4eRB^7*k4|N>BpVqW6Uv;Byp0GoRtyg+>4?(Tjzh>XeED_2;y}k_AM<_ z5IJX|)XulnYd&IA6U%jR0=b^$J}@fpc>5rqzxaaIh+Vr~-bU3bi;ihAe-yR1!~LLd zxAh`F6uvIqHp})pRlM{L8@X+G7i4$B+iW$T#8s3Y9v_2^%yBLck)LW>=XrJHg_=gi zON6uAtG~qCWt@NPyv)eH?DY)Os|zFJB7HHkl&9C3k)9WG_Cr#{5)*)n<5e~$=0*Q9 zF}x`i*R0mJ`EWI{D`N^sYLOFdkx776e+6y1^aVY%i3|TGX z>Iq+#ADDj6#>Cz)m(x{0&Pd|c@n<+H!|kZi>2b?bi}QeDc{bzwK9ZfXL2kGw;! z21)S0+J?byABtTbbG0p-<}IQL&G@m<2zTt}a#eb9YF4Su$W`SNyr%%#`Jgr^B^#8) z?F6B>25?$dzR&et`R-E7?2xI>_fs|gvADi-Ei-*TtD9upW`jJ*-4iRP3cu?%%wSKM zHh0vAwwQmRIG1NvU)4L=3<0ZSIDm-jt3Pg_F6OD)E>8i%;`?Ngj%Tw3So*>c0gSTr zK!BNEb|8S96v0%HvQ|KV>5NOJOSGi|0#LVa0RUAOTQMQ0r}88a;xs z+BI?3@}K7|fWf#oX6RfW!YsItpG8#v^sPt~QgeUEo6CC`7S=P>Hg7#^xwHDyr{8{? z47?3zkmM310uW+7_}!Zj*nvKE{TtW5d>otz!&>4eiI4A8~VcXC`^3p|Hc>; znHdF`UWgty@BES5A{y(@<2Y4dFb0@bj|p?CZk$|qI;|TW6K7rjb6o)p2g4CVO1@37 zcgBB?1=9v2rtK6cYQj#zBBtsjsPA8{ukP-b>0CRN(wP<>U_ETc6M=ow!WW~!wDdA8Zv=H%s?hksL96! z3^DJRK$-ZoR|iTf-x$Jr2;#481(JZ>R@C8GwQSLSkkl0o*^;E>{6@zFnJ>r5}GyPI}1e*ck-7uDw>mJ8Vo3Z-WTrz;=p||A$cz zBjxQUHpJ|G;H-L8=o~$dUIAL4*?fKWPxtKN;%>EGuhx?ZVArq*bX2)i#LB(6YKWh0T^<39@nP?6p1mj0`mncOwDt9F>)#4P`H9egasGIhK0r}g0aAWG zK7iBuw*2(x2JJ~iLF9|q0wnYvL?~hEUrXyN`JaC~7OS{gC1fM!t@k1S%R%llFQ)!~ z%c&ID`?tT>e<+Qw%T8Xhl>NI?r|PGsCVy)oOh8u;w!@GLFUga(j$!#*X|pc>F24r( K+y4ht382l3#VlU{ diff --git a/py-modindex.html b/py-modindex.html index c3d644f..f7811be 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -4,11 +4,11 @@ - Python Module Index — CDP SDK 0.0.4 documentation + Python Module Index — CDP SDK 0.0.5 documentation - + @@ -710,6 +710,11 @@

        Python Module Index

            cdp.hash_utils + + +     + cdp.historical_balance +     diff --git a/search.html b/search.html index 78a166b..a3ce40f 100644 --- a/search.html +++ b/search.html @@ -4,12 +4,12 @@ - Search — CDP SDK 0.0.4 documentation + Search — CDP SDK 0.0.5 documentation - + diff --git a/searchindex.js b/searchindex.js index 572c1e4..94dc921 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"CDP Python SDK": [[0, null], [5, "cdp-python-sdk"]], "CDP SDK documentation": [[5, null]], "Checking Python Version": [[0, "checking-python-version"], [5, "checking-python-version"]], "Contributing": [[0, "contributing"], [5, "contributing"]], "Creating a Wallet": [[0, "creating-a-wallet"], [5, "creating-a-wallet"]], "Documentation": [[0, "documentation"], [5, "documentation"]], "Funding a Wallet": [[0, "funding-a-wallet"], [5, "funding-a-wallet"]], "Gasless USDC Transfers": [[0, "gasless-usdc-transfers"], [5, "gasless-usdc-transfers"]], "Installation": [[0, "installation"], [5, "installation"]], "Listing Trades": [[0, "listing-trades"], [5, "listing-trades"]], "Listing Transfers": [[0, "listing-transfers"], [5, "listing-transfers"]], "Module contents": [[1, "module-cdp"], [2, "module-cdp.client"], [3, "module-cdp.client.api"], [4, "module-cdp.client.models"]], "Requirements": [[0, "requirements"], [5, "requirements"]], "Starting a Python REPL": [[0, "starting-a-python-repl"], [5, "starting-a-python-repl"]], "Submodules": [[1, "submodules"], [2, "submodules"], [3, "submodules"], [4, "submodules"]], "Subpackages": [[1, "subpackages"], [2, "subpackages"]], "Trading Funds": [[0, "trading-funds"], [5, "trading-funds"]], "Transferring Funds": [[0, "transferring-funds"], [5, "transferring-funds"]], "cdp": [[6, null]], "cdp package": [[1, null]], "cdp.address module": [[1, "module-cdp.address"]], "cdp.api_clients module": [[1, "module-cdp.api_clients"]], "cdp.asset module": [[1, "module-cdp.asset"]], "cdp.balance module": [[1, "module-cdp.balance"]], "cdp.balance_map module": [[1, "module-cdp.balance_map"]], "cdp.cdp module": [[1, "module-cdp.cdp"]], "cdp.cdp_api_client module": [[1, "module-cdp.cdp_api_client"]], "cdp.client package": [[2, null]], "cdp.client.api package": [[3, null]], "cdp.client.api.addresses_api module": [[3, "module-cdp.client.api.addresses_api"]], "cdp.client.api.assets_api module": [[3, "module-cdp.client.api.assets_api"]], "cdp.client.api.balance_history_api module": [[3, "module-cdp.client.api.balance_history_api"]], "cdp.client.api.contract_events_api module": [[3, "module-cdp.client.api.contract_events_api"]], "cdp.client.api.contract_invocations_api module": [[3, "module-cdp.client.api.contract_invocations_api"]], "cdp.client.api.external_addresses_api module": [[3, "module-cdp.client.api.external_addresses_api"]], "cdp.client.api.networks_api module": [[3, "module-cdp.client.api.networks_api"]], "cdp.client.api.server_signers_api module": [[3, "module-cdp.client.api.server_signers_api"]], "cdp.client.api.smart_contracts_api module": [[3, "module-cdp.client.api.smart_contracts_api"]], "cdp.client.api.stake_api module": [[3, "module-cdp.client.api.stake_api"]], "cdp.client.api.trades_api module": [[3, "module-cdp.client.api.trades_api"]], "cdp.client.api.transaction_history_api module": [[3, "module-cdp.client.api.transaction_history_api"]], "cdp.client.api.transfers_api module": [[3, "module-cdp.client.api.transfers_api"]], "cdp.client.api.users_api module": [[3, "module-cdp.client.api.users_api"]], "cdp.client.api.validators_api module": [[3, "module-cdp.client.api.validators_api"]], "cdp.client.api.wallet_stake_api module": [[3, "module-cdp.client.api.wallet_stake_api"]], "cdp.client.api.wallets_api module": [[3, "module-cdp.client.api.wallets_api"]], "cdp.client.api.webhooks_api module": [[3, "module-cdp.client.api.webhooks_api"]], "cdp.client.api_client module": [[2, "module-cdp.client.api_client"]], "cdp.client.api_response module": [[2, "module-cdp.client.api_response"]], "cdp.client.configuration module": [[2, "module-cdp.client.configuration"]], "cdp.client.exceptions module": [[2, "module-cdp.client.exceptions"]], "cdp.client.models package": [[4, null]], "cdp.client.models.address module": [[4, "module-cdp.client.models.address"]], "cdp.client.models.address_balance_list module": [[4, "module-cdp.client.models.address_balance_list"]], "cdp.client.models.address_historical_balance_list module": [[4, "module-cdp.client.models.address_historical_balance_list"]], "cdp.client.models.address_list module": [[4, "module-cdp.client.models.address_list"]], "cdp.client.models.address_transaction_list module": [[4, "module-cdp.client.models.address_transaction_list"]], "cdp.client.models.asset module": [[4, "module-cdp.client.models.asset"]], "cdp.client.models.balance module": [[4, "module-cdp.client.models.balance"]], "cdp.client.models.broadcast_contract_invocation_request module": [[4, "module-cdp.client.models.broadcast_contract_invocation_request"]], "cdp.client.models.broadcast_staking_operation_request module": [[4, "module-cdp.client.models.broadcast_staking_operation_request"]], "cdp.client.models.broadcast_trade_request module": [[4, "module-cdp.client.models.broadcast_trade_request"]], "cdp.client.models.broadcast_transfer_request module": [[4, "module-cdp.client.models.broadcast_transfer_request"]], "cdp.client.models.build_staking_operation_request module": [[4, "module-cdp.client.models.build_staking_operation_request"]], "cdp.client.models.contract_event module": [[4, "module-cdp.client.models.contract_event"]], "cdp.client.models.contract_event_list module": [[4, "module-cdp.client.models.contract_event_list"]], "cdp.client.models.contract_invocation module": [[4, "module-cdp.client.models.contract_invocation"]], "cdp.client.models.contract_invocation_list module": [[4, "module-cdp.client.models.contract_invocation_list"]], "cdp.client.models.create_address_request module": [[4, "module-cdp.client.models.create_address_request"]], "cdp.client.models.create_contract_invocation_request module": [[4, "module-cdp.client.models.create_contract_invocation_request"]], "cdp.client.models.create_payload_signature_request module": [[4, "module-cdp.client.models.create_payload_signature_request"]], "cdp.client.models.create_server_signer_request module": [[4, "module-cdp.client.models.create_server_signer_request"]], "cdp.client.models.create_smart_contract_request module": [[4, "module-cdp.client.models.create_smart_contract_request"]], "cdp.client.models.create_staking_operation_request module": [[4, "module-cdp.client.models.create_staking_operation_request"]], "cdp.client.models.create_trade_request module": [[4, "module-cdp.client.models.create_trade_request"]], "cdp.client.models.create_transfer_request module": [[4, "module-cdp.client.models.create_transfer_request"]], "cdp.client.models.create_wallet_request module": [[4, "module-cdp.client.models.create_wallet_request"]], "cdp.client.models.create_wallet_request_wallet module": [[4, "module-cdp.client.models.create_wallet_request_wallet"]], "cdp.client.models.create_wallet_webhook_request module": [[4, "module-cdp.client.models.create_wallet_webhook_request"]], "cdp.client.models.create_webhook_request module": [[4, "module-cdp.client.models.create_webhook_request"]], "cdp.client.models.deploy_smart_contract_request module": [[4, "module-cdp.client.models.deploy_smart_contract_request"]], "cdp.client.models.erc20_transfer_event module": [[4, "module-cdp.client.models.erc20_transfer_event"]], "cdp.client.models.erc721_transfer_event module": [[4, "module-cdp.client.models.erc721_transfer_event"]], "cdp.client.models.error module": [[4, "module-cdp.client.models.error"]], "cdp.client.models.ethereum_transaction module": [[4, "module-cdp.client.models.ethereum_transaction"]], "cdp.client.models.ethereum_transaction_access module": [[4, "module-cdp.client.models.ethereum_transaction_access"]], "cdp.client.models.ethereum_transaction_access_list module": [[4, "module-cdp.client.models.ethereum_transaction_access_list"]], "cdp.client.models.ethereum_transaction_flattened_trace module": [[4, "module-cdp.client.models.ethereum_transaction_flattened_trace"]], "cdp.client.models.ethereum_validator_metadata module": [[4, "module-cdp.client.models.ethereum_validator_metadata"]], "cdp.client.models.faucet_transaction module": [[4, "module-cdp.client.models.faucet_transaction"]], "cdp.client.models.feature_set module": [[4, "module-cdp.client.models.feature_set"]], "cdp.client.models.fetch_historical_staking_balances200_response module": [[4, "module-cdp.client.models.fetch_historical_staking_balances200_response"]], "cdp.client.models.fetch_staking_rewards200_response module": [[4, "module-cdp.client.models.fetch_staking_rewards200_response"]], "cdp.client.models.fetch_staking_rewards_request module": [[4, "module-cdp.client.models.fetch_staking_rewards_request"]], "cdp.client.models.get_staking_context_request module": [[4, "module-cdp.client.models.get_staking_context_request"]], "cdp.client.models.historical_balance module": [[4, "module-cdp.client.models.historical_balance"]], "cdp.client.models.multi_token_contract_options module": [[4, "module-cdp.client.models.multi_token_contract_options"]], "cdp.client.models.network module": [[4, "module-cdp.client.models.network"]], "cdp.client.models.network_identifier module": [[4, "module-cdp.client.models.network_identifier"]], "cdp.client.models.nft_contract_options module": [[4, "module-cdp.client.models.nft_contract_options"]], "cdp.client.models.payload_signature module": [[4, "module-cdp.client.models.payload_signature"]], "cdp.client.models.payload_signature_list module": [[4, "module-cdp.client.models.payload_signature_list"]], "cdp.client.models.seed_creation_event module": [[4, "module-cdp.client.models.seed_creation_event"]], "cdp.client.models.seed_creation_event_result module": [[4, "module-cdp.client.models.seed_creation_event_result"]], "cdp.client.models.server_signer module": [[4, "module-cdp.client.models.server_signer"]], "cdp.client.models.server_signer_event module": [[4, "module-cdp.client.models.server_signer_event"]], "cdp.client.models.server_signer_event_event module": [[4, "module-cdp.client.models.server_signer_event_event"]], "cdp.client.models.server_signer_event_list module": [[4, "module-cdp.client.models.server_signer_event_list"]], "cdp.client.models.server_signer_list module": [[4, "module-cdp.client.models.server_signer_list"]], "cdp.client.models.signature_creation_event module": [[4, "module-cdp.client.models.signature_creation_event"]], "cdp.client.models.signature_creation_event_result module": [[4, "module-cdp.client.models.signature_creation_event_result"]], "cdp.client.models.signed_voluntary_exit_message_metadata module": [[4, "module-cdp.client.models.signed_voluntary_exit_message_metadata"]], "cdp.client.models.smart_contract module": [[4, "module-cdp.client.models.smart_contract"]], "cdp.client.models.smart_contract_list module": [[4, "module-cdp.client.models.smart_contract_list"]], "cdp.client.models.smart_contract_options module": [[4, "module-cdp.client.models.smart_contract_options"]], "cdp.client.models.smart_contract_type module": [[4, "module-cdp.client.models.smart_contract_type"]], "cdp.client.models.sponsored_send module": [[4, "module-cdp.client.models.sponsored_send"]], "cdp.client.models.staking_balance module": [[4, "module-cdp.client.models.staking_balance"]], "cdp.client.models.staking_context module": [[4, "module-cdp.client.models.staking_context"]], "cdp.client.models.staking_context_context module": [[4, "module-cdp.client.models.staking_context_context"]], "cdp.client.models.staking_operation module": [[4, "module-cdp.client.models.staking_operation"]], "cdp.client.models.staking_operation_metadata module": [[4, "module-cdp.client.models.staking_operation_metadata"]], "cdp.client.models.staking_reward module": [[4, "module-cdp.client.models.staking_reward"]], "cdp.client.models.staking_reward_format module": [[4, "module-cdp.client.models.staking_reward_format"]], "cdp.client.models.staking_reward_usd_value module": [[4, "module-cdp.client.models.staking_reward_usd_value"]], "cdp.client.models.token_contract_options module": [[4, "module-cdp.client.models.token_contract_options"]], "cdp.client.models.trade module": [[4, "module-cdp.client.models.trade"]], "cdp.client.models.trade_list module": [[4, "module-cdp.client.models.trade_list"]], "cdp.client.models.transaction module": [[4, "module-cdp.client.models.transaction"]], "cdp.client.models.transaction_content module": [[4, "module-cdp.client.models.transaction_content"]], "cdp.client.models.transaction_type module": [[4, "module-cdp.client.models.transaction_type"]], "cdp.client.models.transfer module": [[4, "module-cdp.client.models.transfer"]], "cdp.client.models.transfer_list module": [[4, "module-cdp.client.models.transfer_list"]], "cdp.client.models.update_webhook_request module": [[4, "module-cdp.client.models.update_webhook_request"]], "cdp.client.models.user module": [[4, "module-cdp.client.models.user"]], "cdp.client.models.validator module": [[4, "module-cdp.client.models.validator"]], "cdp.client.models.validator_details module": [[4, "module-cdp.client.models.validator_details"]], "cdp.client.models.validator_list module": [[4, "module-cdp.client.models.validator_list"]], "cdp.client.models.validator_status module": [[4, "module-cdp.client.models.validator_status"]], "cdp.client.models.wallet module": [[4, "module-cdp.client.models.wallet"]], "cdp.client.models.wallet_list module": [[4, "module-cdp.client.models.wallet_list"]], "cdp.client.models.webhook module": [[4, "module-cdp.client.models.webhook"]], "cdp.client.models.webhook_event_filter module": [[4, "module-cdp.client.models.webhook_event_filter"]], "cdp.client.models.webhook_event_type module": [[4, "module-cdp.client.models.webhook_event_type"]], "cdp.client.models.webhook_event_type_filter module": [[4, "module-cdp.client.models.webhook_event_type_filter"]], "cdp.client.models.webhook_list module": [[4, "module-cdp.client.models.webhook_list"]], "cdp.client.models.webhook_wallet_activity_filter module": [[4, "module-cdp.client.models.webhook_wallet_activity_filter"]], "cdp.client.rest module": [[2, "module-cdp.client.rest"]], "cdp.contract_invocation module": [[1, "module-cdp.contract_invocation"]], "cdp.errors module": [[1, "module-cdp.errors"]], "cdp.faucet_transaction module": [[1, "module-cdp.faucet_transaction"]], "cdp.hash_utils module": [[1, "module-cdp.hash_utils"]], "cdp.payload_signature module": [[1, "module-cdp.payload_signature"]], "cdp.smart_contract module": [[1, "module-cdp.smart_contract"]], "cdp.sponsored_send module": [[1, "module-cdp.sponsored_send"]], "cdp.trade module": [[1, "module-cdp.trade"]], "cdp.transaction module": [[1, "module-cdp.transaction"]], "cdp.transfer module": [[1, "module-cdp.transfer"]], "cdp.wallet module": [[1, "module-cdp.wallet"]], "cdp.wallet_address module": [[1, "module-cdp.wallet_address"]], "cdp.wallet_data module": [[1, "module-cdp.wallet_data"]]}, "docnames": ["README", "cdp", "cdp.client", "cdp.client.api", "cdp.client.models", "index", "modules"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["README.md", "cdp.rst", "cdp.client.rst", "cdp.client.api.rst", "cdp.client.models.rst", "index.rst", "modules.rst"], "indexentries": {"_addresses (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._addresses", false]], "_assets (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._assets", false]], "_cdp_client (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._cdp_client", false]], "_contract_invocations (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._contract_invocations", false]], "_external_addresses (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._external_addresses", false]], "_networks (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._networks", false]], "_trades (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._trades", false]], "_transfers (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._transfers", false]], "_wallets (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._wallets", false]], "abi (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.abi", false]], "abi (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.abi", false]], "abi (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.abi", false]], "abi (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.abi", false]], "abi (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.abi", false]], "abi (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.abi", false]], "abi (cdp.smartcontract property)": [[1, "cdp.SmartContract.abi", false]], "access_list (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.access_list", false]], "access_token (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.access_token", false]], "action (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.action", false]], "action (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.action", false]], "activation_epoch (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.activation_epoch", false]], "active (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.ACTIVE", false]], "active_slashed (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.ACTIVE_SLASHED", false]], "actual_instance (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.actual_instance", false]], "actual_instance (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.actual_instance", false]], "actual_instance (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.actual_instance", false]], "actual_instance (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.actual_instance", false]], "actual_instance (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.actual_instance", false]], "actual_instance (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.actual_instance", false]], "actual_instance_must_validate_oneof() (cdp.client.models.server_signer_event_event.serversignereventevent class method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.smart_contract_options.smartcontractoptions class method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata class method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.transaction_content.transactioncontent class method)": [[4, "cdp.client.models.transaction_content.TransactionContent.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.validator_details.validatordetails class method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter class method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.actual_instance_must_validate_oneof", false]], "add() (cdp.balance_map.balancemap method)": [[1, "cdp.balance_map.BalanceMap.add", false]], "add() (cdp.balancemap method)": [[1, "cdp.BalanceMap.add", false]], "address (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.address", false]], "address (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.address", false]], "address (class in cdp)": [[1, "cdp.Address", false]], "address (class in cdp.address)": [[1, "cdp.address.Address", false]], "address (class in cdp.client.models.address)": [[4, "cdp.client.models.address.Address", false]], "address_id (cdp.address property)": [[1, "cdp.Address.address_id", false]], "address_id (cdp.address.address property)": [[1, "cdp.address.Address.address_id", false]], "address_id (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.address_id", false]], "address_id (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.address_id", false]], "address_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.address_id", false]], "address_id (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.address_id", false]], "address_id (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.address_id", false]], "address_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.address_id", false]], "address_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.address_id", false]], "address_id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.address_id", false]], "address_id (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.address_id", false]], "address_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.address_id", false]], "address_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.address_id", false]], "address_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.address_id", false]], "address_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.address_id", false]], "address_id (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.address_id", false]], "address_id (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.address_id", false]], "address_id (cdp.trade property)": [[1, "cdp.Trade.address_id", false]], "address_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.address_id", false]], "address_ids (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.address_ids", false]], "address_index (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.address_index", false]], "address_index (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.address_index", false]], "address_path_prefix (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.address_path_prefix", false]], "addressbalancelist (class in cdp.client.models.address_balance_list)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList", false]], "addresscannotsignerror": [[1, "cdp.errors.AddressCannotSignError", false]], "addresses (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.addresses", false]], "addresses (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.addresses", false]], "addresses (cdp.wallet property)": [[1, "cdp.Wallet.addresses", false]], "addresses (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.addresses", false]], "addressesapi (class in cdp.client.api.addresses_api)": [[3, "cdp.client.api.addresses_api.AddressesApi", false]], "addresshistoricalbalancelist (class in cdp.client.models.address_historical_balance_list)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList", false]], "addresslist (class in cdp.client.models.address_list)": [[4, "cdp.client.models.address_list.AddressList", false]], "addresstransactionlist (class in cdp.client.models.address_transaction_list)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList", false]], "alreadyexistserror": [[1, "cdp.errors.AlreadyExistsError", false]], "alreadysignederror": [[1, "cdp.errors.AlreadySignedError", false]], "amount (cdp.balance property)": [[1, "cdp.Balance.amount", false]], "amount (cdp.balance.balance property)": [[1, "cdp.balance.Balance.amount", false]], "amount (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.amount", false]], "amount (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.amount", false]], "amount (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.amount", false]], "amount (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.amount", false]], "amount (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.amount", false]], "amount (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.amount", false]], "amount (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.amount", false]], "amount (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.amount", false]], "amount (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.amount", false]], "amount (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.amount", false]], "amount (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.amount", false]], "amount (cdp.transfer property)": [[1, "cdp.Transfer.amount", false]], "amount (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.amount", false]], "api_clients (cdp.cdp attribute)": [[1, "cdp.Cdp.api_clients", false], [1, "id7", false]], "api_clients (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.api_clients", false], [1, "id0", false]], "api_code (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.api_code", false]], "api_key_name (cdp.cdp attribute)": [[1, "cdp.Cdp.api_key_name", false], [1, "id8", false]], "api_key_name (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.api_key_name", false], [1, "id1", false]], "api_message (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.api_message", false]], "apiattributeerror": [[2, "cdp.client.exceptions.ApiAttributeError", false]], "apiclient (class in cdp.client.api_client)": [[2, "cdp.client.api_client.ApiClient", false]], "apiclients (class in cdp.api_clients)": [[1, "cdp.api_clients.ApiClients", false]], "apierror": [[1, "cdp.errors.ApiError", false]], "apiexception": [[2, "cdp.client.exceptions.ApiException", false]], "apikeyerror": [[2, "cdp.client.exceptions.ApiKeyError", false]], "apiresponse (class in cdp.client.api_response)": [[2, "cdp.client.api_response.ApiResponse", false]], "apitypeerror": [[2, "cdp.client.exceptions.ApiTypeError", false]], "apivalueerror": [[2, "cdp.client.exceptions.ApiValueError", false]], "approve_transaction (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.approve_transaction", false]], "approve_transaction (cdp.trade property)": [[1, "cdp.Trade.approve_transaction", false]], "approve_transaction (cdp.trade.trade property)": [[1, "cdp.trade.Trade.approve_transaction", false]], "approve_transaction_signed_payload (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.approve_transaction_signed_payload", false]], "arbitrum_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.ARBITRUM_MINUS_MAINNET", false]], "args (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.args", false]], "args (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.args", false]], "args (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.args", false]], "args (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.args", false]], "assert_hostname (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.assert_hostname", false]], "asset (cdp.balance property)": [[1, "cdp.Balance.asset", false]], "asset (cdp.balance.balance property)": [[1, "cdp.balance.Balance.asset", false]], "asset (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.asset", false]], "asset (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.asset", false]], "asset (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.asset", false]], "asset (cdp.transfer property)": [[1, "cdp.Transfer.asset", false]], "asset (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.asset", false]], "asset (class in cdp)": [[1, "cdp.Asset", false]], "asset (class in cdp.asset)": [[1, "cdp.asset.Asset", false]], "asset (class in cdp.client.models.asset)": [[4, "cdp.client.models.asset.Asset", false]], "asset_id (cdp.asset property)": [[1, "cdp.Asset.asset_id", false]], "asset_id (cdp.asset.asset property)": [[1, "cdp.asset.Asset.asset_id", false]], "asset_id (cdp.balance property)": [[1, "cdp.Balance.asset_id", false]], "asset_id (cdp.balance.balance property)": [[1, "cdp.balance.Balance.asset_id", false]], "asset_id (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.asset_id", false]], "asset_id (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.asset_id", false]], "asset_id (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.asset_id", false]], "asset_id (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.asset_id", false]], "asset_id (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.asset_id", false]], "asset_id (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.asset_id", false]], "asset_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.asset_id", false]], "asset_id (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.asset_id", false]], "asset_id (cdp.transfer property)": [[1, "cdp.Transfer.asset_id", false]], "asset_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.asset_id", false]], "assets (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.assets", false]], "assetsapi (class in cdp.client.api.assets_api)": [[3, "cdp.client.api.assets_api.AssetsApi", false]], "attestation (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.attestation", false]], "auth_settings() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.auth_settings", false]], "badrequestexception": [[2, "cdp.client.exceptions.BadRequestException", false]], "balance (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.balance", false]], "balance (class in cdp)": [[1, "cdp.Balance", false]], "balance (class in cdp.balance)": [[1, "cdp.balance.Balance", false]], "balance (class in cdp.client.models.balance)": [[4, "cdp.client.models.balance.Balance", false]], "balance() (cdp.address method)": [[1, "cdp.Address.balance", false]], "balance() (cdp.address.address method)": [[1, "cdp.address.Address.balance", false]], "balance() (cdp.wallet method)": [[1, "cdp.Wallet.balance", false]], "balance() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.balance", false]], "balancehistoryapi (class in cdp.client.api.balance_history_api)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi", false]], "balancemap (class in cdp)": [[1, "cdp.BalanceMap", false]], "balancemap (class in cdp.balance_map)": [[1, "cdp.balance_map.BalanceMap", false]], "balances() (cdp.address method)": [[1, "cdp.Address.balances", false]], "balances() (cdp.address.address method)": [[1, "cdp.address.Address.balances", false]], "balances() (cdp.wallet method)": [[1, "cdp.Wallet.balances", false]], "balances() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.balances", false]], "base_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.BASE_MINUS_MAINNET", false]], "base_minus_sepolia (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.BASE_MINUS_SEPOLIA", false]], "base_path (cdp.cdp attribute)": [[1, "cdp.Cdp.base_path", false], [1, "id9", false]], "base_path (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.base_path", false], [1, "id2", false]], "base_uri (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.base_uri", false]], "block_hash (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.block_hash", false]], "block_hash (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.block_hash", false]], "block_hash (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.block_hash", false]], "block_hash (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.block_hash", false]], "block_hash (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.block_hash", false]], "block_hash (cdp.transaction property)": [[1, "cdp.Transaction.block_hash", false]], "block_hash (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.block_hash", false]], "block_height (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.block_height", false]], "block_height (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.block_height", false]], "block_height (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.block_height", false]], "block_height (cdp.transaction property)": [[1, "cdp.Transaction.block_height", false]], "block_height (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.block_height", false]], "block_number (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.block_number", false]], "block_number (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.block_number", false]], "block_number (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.block_number", false]], "block_time (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.block_time", false]], "block_time (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.block_time", false]], "block_time (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.block_time", false]], "block_timestamp (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.block_timestamp", false]], "bonded_stake (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.bonded_stake", false]], "broadcast (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.BROADCAST", false]], "broadcast (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.BROADCAST", false]], "broadcast() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.broadcast", false]], "broadcast() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.broadcast", false]], "broadcast() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.broadcast", false]], "broadcast() (cdp.smartcontract method)": [[1, "cdp.SmartContract.broadcast", false]], "broadcast() (cdp.trade method)": [[1, "cdp.Trade.broadcast", false]], "broadcast() (cdp.trade.trade method)": [[1, "cdp.trade.Trade.broadcast", false]], "broadcast() (cdp.transfer method)": [[1, "cdp.Transfer.broadcast", false]], "broadcast() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.broadcast", false]], "broadcast_contract_invocation() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.broadcast_contract_invocation", false]], "broadcast_contract_invocation_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.broadcast_contract_invocation_with_http_info", false]], "broadcast_contract_invocation_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.broadcast_contract_invocation_without_preload_content", false]], "broadcast_staking_operation() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.broadcast_staking_operation", false]], "broadcast_staking_operation_with_http_info() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.broadcast_staking_operation_with_http_info", false]], "broadcast_staking_operation_without_preload_content() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.broadcast_staking_operation_without_preload_content", false]], "broadcast_trade() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.broadcast_trade", false]], "broadcast_trade_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.broadcast_trade_with_http_info", false]], "broadcast_trade_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.broadcast_trade_without_preload_content", false]], "broadcast_transfer() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.broadcast_transfer", false]], "broadcast_transfer_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.broadcast_transfer_with_http_info", false]], "broadcast_transfer_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.broadcast_transfer_without_preload_content", false]], "broadcastcontractinvocationrequest (class in cdp.client.models.broadcast_contract_invocation_request)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest", false]], "broadcaststakingoperationrequest (class in cdp.client.models.broadcast_staking_operation_request)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest", false]], "broadcasttraderequest (class in cdp.client.models.broadcast_trade_request)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest", false]], "broadcasttransferrequest (class in cdp.client.models.broadcast_transfer_request)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest", false]], "build_staking_operation() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.build_staking_operation", false]], "build_staking_operation_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.build_staking_operation_with_http_info", false]], "build_staking_operation_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.build_staking_operation_without_preload_content", false]], "buildstakingoperationrequest (class in cdp.client.models.build_staking_operation_request)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest", false]], "call_api() (cdp.cdp_api_client.cdpapiclient method)": [[1, "cdp.cdp_api_client.CdpApiClient.call_api", false]], "call_api() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.call_api", false]], "call_type (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.call_type", false]], "can_sign (cdp.address property)": [[1, "cdp.Address.can_sign", false]], "can_sign (cdp.address.address property)": [[1, "cdp.address.Address.can_sign", false]], "can_sign (cdp.wallet property)": [[1, "cdp.Wallet.can_sign", false]], "can_sign (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.can_sign", false]], "can_sign (cdp.wallet_address.walletaddress property)": [[1, "cdp.wallet_address.WalletAddress.can_sign", false]], "can_sign (cdp.walletaddress property)": [[1, "cdp.WalletAddress.can_sign", false]], "cdp": [[1, "module-cdp", false]], "cdp (class in cdp)": [[1, "cdp.Cdp", false]], "cdp (class in cdp.cdp)": [[1, "cdp.cdp.Cdp", false]], "cdp.address": [[1, "module-cdp.address", false]], "cdp.api_clients": [[1, "module-cdp.api_clients", false]], "cdp.asset": [[1, "module-cdp.asset", false]], "cdp.balance": [[1, "module-cdp.balance", false]], "cdp.balance_map": [[1, "module-cdp.balance_map", false]], "cdp.cdp": [[1, "module-cdp.cdp", false]], "cdp.cdp_api_client": [[1, "module-cdp.cdp_api_client", false]], "cdp.client": [[2, "module-cdp.client", false]], "cdp.client.api": [[3, "module-cdp.client.api", false]], "cdp.client.api.addresses_api": [[3, "module-cdp.client.api.addresses_api", false]], "cdp.client.api.assets_api": [[3, "module-cdp.client.api.assets_api", false]], "cdp.client.api.balance_history_api": [[3, "module-cdp.client.api.balance_history_api", false]], "cdp.client.api.contract_events_api": [[3, "module-cdp.client.api.contract_events_api", false]], "cdp.client.api.contract_invocations_api": [[3, "module-cdp.client.api.contract_invocations_api", false]], "cdp.client.api.external_addresses_api": [[3, "module-cdp.client.api.external_addresses_api", false]], "cdp.client.api.networks_api": [[3, "module-cdp.client.api.networks_api", false]], "cdp.client.api.server_signers_api": [[3, "module-cdp.client.api.server_signers_api", false]], "cdp.client.api.smart_contracts_api": [[3, "module-cdp.client.api.smart_contracts_api", false]], "cdp.client.api.stake_api": [[3, "module-cdp.client.api.stake_api", false]], "cdp.client.api.trades_api": [[3, "module-cdp.client.api.trades_api", false]], "cdp.client.api.transaction_history_api": [[3, "module-cdp.client.api.transaction_history_api", false]], "cdp.client.api.transfers_api": [[3, "module-cdp.client.api.transfers_api", false]], "cdp.client.api.users_api": [[3, "module-cdp.client.api.users_api", false]], "cdp.client.api.validators_api": [[3, "module-cdp.client.api.validators_api", false]], "cdp.client.api.wallet_stake_api": [[3, "module-cdp.client.api.wallet_stake_api", false]], "cdp.client.api.wallets_api": [[3, "module-cdp.client.api.wallets_api", false]], "cdp.client.api.webhooks_api": [[3, "module-cdp.client.api.webhooks_api", false]], "cdp.client.api_client": [[2, "module-cdp.client.api_client", false]], "cdp.client.api_response": [[2, "module-cdp.client.api_response", false]], "cdp.client.configuration": [[2, "module-cdp.client.configuration", false]], "cdp.client.exceptions": [[2, "module-cdp.client.exceptions", false]], "cdp.client.models": [[4, "module-cdp.client.models", false]], "cdp.client.models.address": [[4, "module-cdp.client.models.address", false]], "cdp.client.models.address_balance_list": [[4, "module-cdp.client.models.address_balance_list", false]], "cdp.client.models.address_historical_balance_list": [[4, "module-cdp.client.models.address_historical_balance_list", false]], "cdp.client.models.address_list": [[4, "module-cdp.client.models.address_list", false]], "cdp.client.models.address_transaction_list": [[4, "module-cdp.client.models.address_transaction_list", false]], "cdp.client.models.asset": [[4, "module-cdp.client.models.asset", false]], "cdp.client.models.balance": [[4, "module-cdp.client.models.balance", false]], "cdp.client.models.broadcast_contract_invocation_request": [[4, "module-cdp.client.models.broadcast_contract_invocation_request", false]], "cdp.client.models.broadcast_staking_operation_request": [[4, "module-cdp.client.models.broadcast_staking_operation_request", false]], "cdp.client.models.broadcast_trade_request": [[4, "module-cdp.client.models.broadcast_trade_request", false]], "cdp.client.models.broadcast_transfer_request": [[4, "module-cdp.client.models.broadcast_transfer_request", false]], "cdp.client.models.build_staking_operation_request": [[4, "module-cdp.client.models.build_staking_operation_request", false]], "cdp.client.models.contract_event": [[4, "module-cdp.client.models.contract_event", false]], "cdp.client.models.contract_event_list": [[4, "module-cdp.client.models.contract_event_list", false]], "cdp.client.models.contract_invocation": [[4, "module-cdp.client.models.contract_invocation", false]], "cdp.client.models.contract_invocation_list": [[4, "module-cdp.client.models.contract_invocation_list", false]], "cdp.client.models.create_address_request": [[4, "module-cdp.client.models.create_address_request", false]], "cdp.client.models.create_contract_invocation_request": [[4, "module-cdp.client.models.create_contract_invocation_request", false]], "cdp.client.models.create_payload_signature_request": [[4, "module-cdp.client.models.create_payload_signature_request", false]], "cdp.client.models.create_server_signer_request": [[4, "module-cdp.client.models.create_server_signer_request", false]], "cdp.client.models.create_smart_contract_request": [[4, "module-cdp.client.models.create_smart_contract_request", false]], "cdp.client.models.create_staking_operation_request": [[4, "module-cdp.client.models.create_staking_operation_request", false]], "cdp.client.models.create_trade_request": [[4, "module-cdp.client.models.create_trade_request", false]], "cdp.client.models.create_transfer_request": [[4, "module-cdp.client.models.create_transfer_request", false]], "cdp.client.models.create_wallet_request": [[4, "module-cdp.client.models.create_wallet_request", false]], "cdp.client.models.create_wallet_request_wallet": [[4, "module-cdp.client.models.create_wallet_request_wallet", false]], "cdp.client.models.create_wallet_webhook_request": [[4, "module-cdp.client.models.create_wallet_webhook_request", false]], "cdp.client.models.create_webhook_request": [[4, "module-cdp.client.models.create_webhook_request", false]], "cdp.client.models.deploy_smart_contract_request": [[4, "module-cdp.client.models.deploy_smart_contract_request", false]], "cdp.client.models.erc20_transfer_event": [[4, "module-cdp.client.models.erc20_transfer_event", false]], "cdp.client.models.erc721_transfer_event": [[4, "module-cdp.client.models.erc721_transfer_event", false]], "cdp.client.models.error": [[4, "module-cdp.client.models.error", false]], "cdp.client.models.ethereum_transaction": [[4, "module-cdp.client.models.ethereum_transaction", false]], "cdp.client.models.ethereum_transaction_access": [[4, "module-cdp.client.models.ethereum_transaction_access", false]], "cdp.client.models.ethereum_transaction_access_list": [[4, "module-cdp.client.models.ethereum_transaction_access_list", false]], "cdp.client.models.ethereum_transaction_flattened_trace": [[4, "module-cdp.client.models.ethereum_transaction_flattened_trace", false]], "cdp.client.models.ethereum_validator_metadata": [[4, "module-cdp.client.models.ethereum_validator_metadata", false]], "cdp.client.models.faucet_transaction": [[4, "module-cdp.client.models.faucet_transaction", false]], "cdp.client.models.feature_set": [[4, "module-cdp.client.models.feature_set", false]], "cdp.client.models.fetch_historical_staking_balances200_response": [[4, "module-cdp.client.models.fetch_historical_staking_balances200_response", false]], "cdp.client.models.fetch_staking_rewards200_response": [[4, "module-cdp.client.models.fetch_staking_rewards200_response", false]], "cdp.client.models.fetch_staking_rewards_request": [[4, "module-cdp.client.models.fetch_staking_rewards_request", false]], "cdp.client.models.get_staking_context_request": [[4, "module-cdp.client.models.get_staking_context_request", false]], "cdp.client.models.historical_balance": [[4, "module-cdp.client.models.historical_balance", false]], "cdp.client.models.multi_token_contract_options": [[4, "module-cdp.client.models.multi_token_contract_options", false]], "cdp.client.models.network": [[4, "module-cdp.client.models.network", false]], "cdp.client.models.network_identifier": [[4, "module-cdp.client.models.network_identifier", false]], "cdp.client.models.nft_contract_options": [[4, "module-cdp.client.models.nft_contract_options", false]], "cdp.client.models.payload_signature": [[4, "module-cdp.client.models.payload_signature", false]], "cdp.client.models.payload_signature_list": [[4, "module-cdp.client.models.payload_signature_list", false]], "cdp.client.models.seed_creation_event": [[4, "module-cdp.client.models.seed_creation_event", false]], "cdp.client.models.seed_creation_event_result": [[4, "module-cdp.client.models.seed_creation_event_result", false]], "cdp.client.models.server_signer": [[4, "module-cdp.client.models.server_signer", false]], "cdp.client.models.server_signer_event": [[4, "module-cdp.client.models.server_signer_event", false]], "cdp.client.models.server_signer_event_event": [[4, "module-cdp.client.models.server_signer_event_event", false]], "cdp.client.models.server_signer_event_list": [[4, "module-cdp.client.models.server_signer_event_list", false]], "cdp.client.models.server_signer_list": [[4, "module-cdp.client.models.server_signer_list", false]], "cdp.client.models.signature_creation_event": [[4, "module-cdp.client.models.signature_creation_event", false]], "cdp.client.models.signature_creation_event_result": [[4, "module-cdp.client.models.signature_creation_event_result", false]], "cdp.client.models.signed_voluntary_exit_message_metadata": [[4, "module-cdp.client.models.signed_voluntary_exit_message_metadata", false]], "cdp.client.models.smart_contract": [[4, "module-cdp.client.models.smart_contract", false]], "cdp.client.models.smart_contract_list": [[4, "module-cdp.client.models.smart_contract_list", false]], "cdp.client.models.smart_contract_options": [[4, "module-cdp.client.models.smart_contract_options", false]], "cdp.client.models.smart_contract_type": [[4, "module-cdp.client.models.smart_contract_type", false]], "cdp.client.models.sponsored_send": [[4, "module-cdp.client.models.sponsored_send", false]], "cdp.client.models.staking_balance": [[4, "module-cdp.client.models.staking_balance", false]], "cdp.client.models.staking_context": [[4, "module-cdp.client.models.staking_context", false]], "cdp.client.models.staking_context_context": [[4, "module-cdp.client.models.staking_context_context", false]], "cdp.client.models.staking_operation": [[4, "module-cdp.client.models.staking_operation", false]], "cdp.client.models.staking_operation_metadata": [[4, "module-cdp.client.models.staking_operation_metadata", false]], "cdp.client.models.staking_reward": [[4, "module-cdp.client.models.staking_reward", false]], "cdp.client.models.staking_reward_format": [[4, "module-cdp.client.models.staking_reward_format", false]], "cdp.client.models.staking_reward_usd_value": [[4, "module-cdp.client.models.staking_reward_usd_value", false]], "cdp.client.models.token_contract_options": [[4, "module-cdp.client.models.token_contract_options", false]], "cdp.client.models.trade": [[4, "module-cdp.client.models.trade", false]], "cdp.client.models.trade_list": [[4, "module-cdp.client.models.trade_list", false]], "cdp.client.models.transaction": [[4, "module-cdp.client.models.transaction", false]], "cdp.client.models.transaction_content": [[4, "module-cdp.client.models.transaction_content", false]], "cdp.client.models.transaction_type": [[4, "module-cdp.client.models.transaction_type", false]], "cdp.client.models.transfer": [[4, "module-cdp.client.models.transfer", false]], "cdp.client.models.transfer_list": [[4, "module-cdp.client.models.transfer_list", false]], "cdp.client.models.update_webhook_request": [[4, "module-cdp.client.models.update_webhook_request", false]], "cdp.client.models.user": [[4, "module-cdp.client.models.user", false]], "cdp.client.models.validator": [[4, "module-cdp.client.models.validator", false]], "cdp.client.models.validator_details": [[4, "module-cdp.client.models.validator_details", false]], "cdp.client.models.validator_list": [[4, "module-cdp.client.models.validator_list", false]], "cdp.client.models.validator_status": [[4, "module-cdp.client.models.validator_status", false]], "cdp.client.models.wallet": [[4, "module-cdp.client.models.wallet", false]], "cdp.client.models.wallet_list": [[4, "module-cdp.client.models.wallet_list", false]], "cdp.client.models.webhook": [[4, "module-cdp.client.models.webhook", false]], "cdp.client.models.webhook_event_filter": [[4, "module-cdp.client.models.webhook_event_filter", false]], "cdp.client.models.webhook_event_type": [[4, "module-cdp.client.models.webhook_event_type", false]], "cdp.client.models.webhook_event_type_filter": [[4, "module-cdp.client.models.webhook_event_type_filter", false]], "cdp.client.models.webhook_list": [[4, "module-cdp.client.models.webhook_list", false]], "cdp.client.models.webhook_wallet_activity_filter": [[4, "module-cdp.client.models.webhook_wallet_activity_filter", false]], "cdp.client.rest": [[2, "module-cdp.client.rest", false]], "cdp.contract_invocation": [[1, "module-cdp.contract_invocation", false]], "cdp.errors": [[1, "module-cdp.errors", false]], "cdp.faucet_transaction": [[1, "module-cdp.faucet_transaction", false]], "cdp.hash_utils": [[1, "module-cdp.hash_utils", false]], "cdp.payload_signature": [[1, "module-cdp.payload_signature", false]], "cdp.smart_contract": [[1, "module-cdp.smart_contract", false]], "cdp.sponsored_send": [[1, "module-cdp.sponsored_send", false]], "cdp.trade": [[1, "module-cdp.trade", false]], "cdp.transaction": [[1, "module-cdp.transaction", false]], "cdp.transfer": [[1, "module-cdp.transfer", false]], "cdp.wallet": [[1, "module-cdp.wallet", false]], "cdp.wallet_address": [[1, "module-cdp.wallet_address", false]], "cdp.wallet_data": [[1, "module-cdp.wallet_data", false]], "cdpapiclient (class in cdp.cdp_api_client)": [[1, "cdp.cdp_api_client.CdpApiClient", false]], "cert_file (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.cert_file", false]], "chain_id (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.chain_id", false]], "claimable_balance (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.claimable_balance", false]], "code (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.code", false]], "complete (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.COMPLETE", false]], "complete (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.COMPLETE", false]], "complete (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.COMPLETE", false]], "complete (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.COMPLETE", false]], "configuration (class in cdp.client.configuration)": [[2, "cdp.client.configuration.Configuration", false]], "configure() (cdp.cdp class method)": [[1, "cdp.Cdp.configure", false]], "configure() (cdp.cdp.cdp class method)": [[1, "cdp.cdp.Cdp.configure", false]], "configure_from_json() (cdp.cdp class method)": [[1, "cdp.Cdp.configure_from_json", false]], "configure_from_json() (cdp.cdp.cdp class method)": [[1, "cdp.cdp.Cdp.configure_from_json", false]], "connection_pool_maxsize (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.connection_pool_maxsize", false]], "content (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.content", false]], "content (cdp.transaction property)": [[1, "cdp.Transaction.content", false]], "content (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.content", false]], "context (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.context", false]], "contract_address (cdp.asset property)": [[1, "cdp.Asset.contract_address", false]], "contract_address (cdp.asset.asset property)": [[1, "cdp.asset.Asset.contract_address", false]], "contract_address (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.contract_address", false]], "contract_address (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.contract_address", false]], "contract_address (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.contract_address", false]], "contract_address (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.contract_address", false]], "contract_address (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.contract_address", false]], "contract_address (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.contract_address", false]], "contract_address (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.contract_address", false]], "contract_address (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.contract_address", false]], "contract_address (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.contract_address", false]], "contract_address (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.contract_address", false]], "contract_address (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.contract_address", false]], "contract_address (cdp.smartcontract property)": [[1, "cdp.SmartContract.contract_address", false]], "contract_invocation_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.contract_invocation_id", false]], "contract_invocation_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.contract_invocation_id", false]], "contract_invocation_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.contract_invocation_id", false]], "contract_invocations (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.contract_invocations", false]], "contract_name (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.contract_name", false]], "contractevent (class in cdp.client.models.contract_event)": [[4, "cdp.client.models.contract_event.ContractEvent", false]], "contracteventlist (class in cdp.client.models.contract_event_list)": [[4, "cdp.client.models.contract_event_list.ContractEventList", false]], "contracteventsapi (class in cdp.client.api.contract_events_api)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi", false]], "contractinvocation (class in cdp)": [[1, "cdp.ContractInvocation", false]], "contractinvocation (class in cdp.client.models.contract_invocation)": [[4, "cdp.client.models.contract_invocation.ContractInvocation", false]], "contractinvocation (class in cdp.contract_invocation)": [[1, "cdp.contract_invocation.ContractInvocation", false]], "contractinvocationlist (class in cdp.client.models.contract_invocation_list)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList", false]], "contractinvocationsapi (class in cdp.client.api.contract_invocations_api)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi", false]], "conversion_price (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.conversion_price", false]], "conversion_time (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.conversion_time", false]], "correlation_id (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.correlation_id", false]], "create() (cdp.contract_invocation.contractinvocation class method)": [[1, "cdp.contract_invocation.ContractInvocation.create", false]], "create() (cdp.contractinvocation class method)": [[1, "cdp.ContractInvocation.create", false]], "create() (cdp.payload_signature.payloadsignature class method)": [[1, "cdp.payload_signature.PayloadSignature.create", false]], "create() (cdp.payloadsignature class method)": [[1, "cdp.PayloadSignature.create", false]], "create() (cdp.smart_contract.smartcontract class method)": [[1, "cdp.smart_contract.SmartContract.create", false]], "create() (cdp.smartcontract class method)": [[1, "cdp.SmartContract.create", false]], "create() (cdp.trade static method)": [[1, "cdp.Trade.create", false]], "create() (cdp.trade.trade static method)": [[1, "cdp.trade.Trade.create", false]], "create() (cdp.transfer class method)": [[1, "cdp.Transfer.create", false]], "create() (cdp.transfer.transfer class method)": [[1, "cdp.transfer.Transfer.create", false]], "create() (cdp.wallet class method)": [[1, "cdp.Wallet.create", false]], "create() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.create", false]], "create_address() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_address", false]], "create_address() (cdp.wallet method)": [[1, "cdp.Wallet.create_address", false]], "create_address() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.create_address", false]], "create_address_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_address_with_http_info", false]], "create_address_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_address_without_preload_content", false]], "create_contract_invocation() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.create_contract_invocation", false]], "create_contract_invocation_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.create_contract_invocation_with_http_info", false]], "create_contract_invocation_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.create_contract_invocation_without_preload_content", false]], "create_payload_signature() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_payload_signature", false]], "create_payload_signature_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_payload_signature_with_http_info", false]], "create_payload_signature_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_payload_signature_without_preload_content", false]], "create_server_signer() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.create_server_signer", false]], "create_server_signer_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.create_server_signer_with_http_info", false]], "create_server_signer_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.create_server_signer_without_preload_content", false]], "create_smart_contract() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.create_smart_contract", false]], "create_smart_contract_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.create_smart_contract_with_http_info", false]], "create_smart_contract_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.create_smart_contract_without_preload_content", false]], "create_staking_operation() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.create_staking_operation", false]], "create_staking_operation_with_http_info() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.create_staking_operation_with_http_info", false]], "create_staking_operation_without_preload_content() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.create_staking_operation_without_preload_content", false]], "create_trade() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.create_trade", false]], "create_trade_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.create_trade_with_http_info", false]], "create_trade_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.create_trade_without_preload_content", false]], "create_transfer() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.create_transfer", false]], "create_transfer_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.create_transfer_with_http_info", false]], "create_transfer_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.create_transfer_without_preload_content", false]], "create_wallet() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.create_wallet", false]], "create_wallet_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_wallet_webhook", false]], "create_wallet_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_wallet_webhook_with_http_info", false]], "create_wallet_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_wallet_webhook_without_preload_content", false]], "create_wallet_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.create_wallet_with_http_info", false]], "create_wallet_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.create_wallet_without_preload_content", false]], "create_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_webhook", false]], "create_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_webhook_with_http_info", false]], "create_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_webhook_without_preload_content", false]], "createaddressrequest (class in cdp.client.models.create_address_request)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest", false]], "createcontractinvocationrequest (class in cdp.client.models.create_contract_invocation_request)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest", false]], "created_at (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.created_at", false]], "createpayloadsignaturerequest (class in cdp.client.models.create_payload_signature_request)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest", false]], "createserversignerrequest (class in cdp.client.models.create_server_signer_request)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest", false]], "createsmartcontractrequest (class in cdp.client.models.create_smart_contract_request)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest", false]], "createstakingoperationrequest (class in cdp.client.models.create_staking_operation_request)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest", false]], "createtraderequest (class in cdp.client.models.create_trade_request)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest", false]], "createtransferrequest (class in cdp.client.models.create_transfer_request)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest", false]], "createwalletrequest (class in cdp.client.models.create_wallet_request)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest", false]], "createwalletrequestwallet (class in cdp.client.models.create_wallet_request_wallet)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet", false]], "createwalletwebhookrequest (class in cdp.client.models.create_wallet_webhook_request)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest", false]], "createwebhookrequest (class in cdp.client.models.create_webhook_request)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest", false]], "data (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.data", false]], "data (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.data", false]], "data (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.data", false]], "data (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.data", false]], "data (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.data", false]], "data (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.data", false]], "data (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.data", false]], "data (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.data", false]], "data (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.data", false]], "data (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.data", false]], "data (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.data", false]], "data (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.data", false]], "data (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.data", false]], "data (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.data", false]], "data (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.data", false]], "data (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.data", false]], "data (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.data", false]], "data (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.data", false]], "data (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.data", false]], "date_format (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.date_format", false]], "datetime_format (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.datetime_format", false]], "debug (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.debug", false]], "debugging (cdp.cdp attribute)": [[1, "cdp.Cdp.debugging", false], [1, "id10", false]], "debugging (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.debugging", false], [1, "id3", false]], "decimals (cdp.asset property)": [[1, "cdp.Asset.decimals", false]], "decimals (cdp.asset.asset property)": [[1, "cdp.asset.Asset.decimals", false]], "decimals (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.decimals", false]], "default_address (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.default_address", false]], "default_address (cdp.wallet property)": [[1, "cdp.Wallet.default_address", false]], "default_address (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.default_address", false]], "delete_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.delete_webhook", false]], "delete_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.delete_webhook_with_http_info", false]], "delete_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.delete_webhook_without_preload_content", false]], "deploy_multi_token() (cdp.wallet method)": [[1, "cdp.Wallet.deploy_multi_token", false]], "deploy_multi_token() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.deploy_multi_token", false]], "deploy_multi_token() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.deploy_multi_token", false]], "deploy_multi_token() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.deploy_multi_token", false]], "deploy_nft() (cdp.wallet method)": [[1, "cdp.Wallet.deploy_nft", false]], "deploy_nft() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.deploy_nft", false]], "deploy_nft() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.deploy_nft", false]], "deploy_nft() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.deploy_nft", false]], "deploy_smart_contract() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.deploy_smart_contract", false]], "deploy_smart_contract_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.deploy_smart_contract_with_http_info", false]], "deploy_smart_contract_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.deploy_smart_contract_without_preload_content", false]], "deploy_token() (cdp.wallet method)": [[1, "cdp.Wallet.deploy_token", false]], "deploy_token() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.deploy_token", false]], "deploy_token() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.deploy_token", false]], "deploy_token() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.deploy_token", false]], "deployer_address (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.deployer_address", false]], "deployer_address (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.deployer_address", false]], "deployer_address (cdp.smartcontract property)": [[1, "cdp.SmartContract.deployer_address", false]], "deploysmartcontractrequest (class in cdp.client.models.deploy_smart_contract_request)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest", false]], "deposited (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.DEPOSITED", false]], "deserialize() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.deserialize", false]], "destination (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.destination", false]], "destination (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.destination", false]], "destination_address_id (cdp.transfer property)": [[1, "cdp.Transfer.destination_address_id", false]], "destination_address_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.destination_address_id", false]], "details (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.details", false]], "display_name (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.display_name", false]], "display_name (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.display_name", false]], "effective_balance (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.effective_balance", false]], "end_time (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.end_time", false]], "enrollment_data (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.enrollment_data", false]], "erc1155 (cdp.client.models.smart_contract_type.smartcontracttype attribute)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.ERC1155", false]], "erc1155 (cdp.smart_contract.smartcontract.type attribute)": [[1, "cdp.smart_contract.SmartContract.Type.ERC1155", false]], "erc1155 (cdp.smartcontract.type attribute)": [[1, "cdp.SmartContract.Type.ERC1155", false]], "erc20 (cdp.client.models.smart_contract_type.smartcontracttype attribute)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.ERC20", false]], "erc20 (cdp.smart_contract.smartcontract.type attribute)": [[1, "cdp.smart_contract.SmartContract.Type.ERC20", false]], "erc20 (cdp.smartcontract.type attribute)": [[1, "cdp.SmartContract.Type.ERC20", false]], "erc20_transfer (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.ERC20_TRANSFER", false]], "erc20transferevent (class in cdp.client.models.erc20_transfer_event)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent", false]], "erc721 (cdp.client.models.smart_contract_type.smartcontracttype attribute)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.ERC721", false]], "erc721 (cdp.smart_contract.smartcontract.type attribute)": [[1, "cdp.smart_contract.SmartContract.Type.ERC721", false]], "erc721 (cdp.smartcontract.type attribute)": [[1, "cdp.SmartContract.Type.ERC721", false]], "erc721_transfer (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.ERC721_TRANSFER", false]], "erc721transferevent (class in cdp.client.models.erc721_transfer_event)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent", false]], "error (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.error", false]], "error (class in cdp.client.models.error)": [[4, "cdp.client.models.error.Error", false]], "ethereum_minus_holesky (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.ETHEREUM_MINUS_HOLESKY", false]], "ethereum_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.ETHEREUM_MINUS_MAINNET", false]], "ethereumtransaction (class in cdp.client.models.ethereum_transaction)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction", false]], "ethereumtransactionaccess (class in cdp.client.models.ethereum_transaction_access)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess", false]], "ethereumtransactionaccesslist (class in cdp.client.models.ethereum_transaction_access_list)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList", false]], "ethereumtransactionflattenedtrace (class in cdp.client.models.ethereum_transaction_flattened_trace)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace", false]], "ethereumvalidatormetadata (class in cdp.client.models.ethereum_validator_metadata)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata", false]], "event (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.event", false]], "event_filters (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.event_filters", false]], "event_filters (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.event_filters", false]], "event_filters (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.event_filters", false]], "event_index (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.event_index", false]], "event_name (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.event_name", false]], "event_type (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.event_type", false]], "event_type (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.event_type", false]], "event_type (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.event_type", false]], "event_type (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.event_type", false]], "event_type_filter (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.event_type_filter", false]], "event_type_filter (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.event_type_filter", false]], "event_type_filter (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.event_type_filter", false]], "exit_epoch (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.exit_epoch", false]], "exited (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.EXITED", false]], "exited_slashed (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.EXITED_SLASHED", false]], "exiting (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.EXITING", false]], "export_data() (cdp.wallet method)": [[1, "cdp.Wallet.export_data", false]], "export_data() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.export_data", false]], "extended_public_key (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.extended_public_key", false]], "external_addresses (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.external_addresses", false]], "externaladdressesapi (class in cdp.client.api.external_addresses_api)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi", false]], "failed (cdp.payload_signature.payloadsignature.status attribute)": [[1, "cdp.payload_signature.PayloadSignature.Status.FAILED", false]], "failed (cdp.payloadsignature.status attribute)": [[1, "cdp.PayloadSignature.Status.FAILED", false]], "failed (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.FAILED", false]], "failed (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.FAILED", false]], "failed (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.FAILED", false]], "failed (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.FAILED", false]], "faucet (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.faucet", false]], "faucet() (cdp.address method)": [[1, "cdp.Address.faucet", false]], "faucet() (cdp.address.address method)": [[1, "cdp.address.Address.faucet", false]], "faucet() (cdp.wallet method)": [[1, "cdp.Wallet.faucet", false]], "faucet() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.faucet", false]], "faucetlimitreachederror": [[1, "cdp.errors.FaucetLimitReachedError", false]], "faucettransaction (class in cdp)": [[1, "cdp.FaucetTransaction", false]], "faucettransaction (class in cdp.client.models.faucet_transaction)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction", false]], "faucettransaction (class in cdp.faucet_transaction)": [[1, "cdp.faucet_transaction.FaucetTransaction", false]], "feature_set (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.feature_set", false]], "feature_set (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.feature_set", false]], "featureset (class in cdp.client.models.feature_set)": [[4, "cdp.client.models.feature_set.FeatureSet", false]], "fetch() (cdp.asset class method)": [[1, "cdp.Asset.fetch", false]], "fetch() (cdp.asset.asset class method)": [[1, "cdp.asset.Asset.fetch", false]], "fetch() (cdp.wallet class method)": [[1, "cdp.Wallet.fetch", false]], "fetch() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.fetch", false]], "fetch_historical_staking_balances() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_historical_staking_balances", false]], "fetch_historical_staking_balances_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_historical_staking_balances_with_http_info", false]], "fetch_historical_staking_balances_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_historical_staking_balances_without_preload_content", false]], "fetch_staking_rewards() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_staking_rewards", false]], "fetch_staking_rewards_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_staking_rewards_with_http_info", false]], "fetch_staking_rewards_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_staking_rewards_without_preload_content", false]], "fetchhistoricalstakingbalances200response (class in cdp.client.models.fetch_historical_staking_balances200_response)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response", false]], "fetchstakingrewards200response (class in cdp.client.models.fetch_staking_rewards200_response)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response", false]], "fetchstakingrewardsrequest (class in cdp.client.models.fetch_staking_rewards_request)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest", false]], "files_parameters() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.files_parameters", false]], "flattened_traces (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.flattened_traces", false]], "forbiddenexception": [[2, "cdp.client.exceptions.ForbiddenException", false]], "fork (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.fork", false]], "format (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.format", false]], "format (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.format", false]], "four_bytes (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.four_bytes", false]], "from_address (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.from_address", false]], "from_address_id (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.from_address_id", false]], "from_address_id (cdp.transaction property)": [[1, "cdp.Transaction.from_address_id", false]], "from_address_id (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.from_address_id", false]], "from_address_id (cdp.transfer property)": [[1, "cdp.Transfer.from_address_id", false]], "from_address_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.from_address_id", false]], "from_amount (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.from_amount", false]], "from_amount (cdp.trade property)": [[1, "cdp.Trade.from_amount", false]], "from_amount (cdp.trade.trade property)": [[1, "cdp.trade.Trade.from_amount", false]], "from_asset (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.from_asset", false]], "from_asset_id (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.from_asset_id", false]], "from_asset_id (cdp.trade property)": [[1, "cdp.Trade.from_asset_id", false]], "from_asset_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.from_asset_id", false]], "from_atomic_amount() (cdp.asset method)": [[1, "cdp.Asset.from_atomic_amount", false]], "from_atomic_amount() (cdp.asset.asset method)": [[1, "cdp.asset.Asset.from_atomic_amount", false]], "from_dict() (cdp.client.models.address.address class method)": [[4, "cdp.client.models.address.Address.from_dict", false]], "from_dict() (cdp.client.models.address_balance_list.addressbalancelist class method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.from_dict", false]], "from_dict() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist class method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.from_dict", false]], "from_dict() (cdp.client.models.address_list.addresslist class method)": [[4, "cdp.client.models.address_list.AddressList.from_dict", false]], "from_dict() (cdp.client.models.address_transaction_list.addresstransactionlist class method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.from_dict", false]], "from_dict() (cdp.client.models.asset.asset class method)": [[4, "cdp.client.models.asset.Asset.from_dict", false]], "from_dict() (cdp.client.models.balance.balance class method)": [[4, "cdp.client.models.balance.Balance.from_dict", false]], "from_dict() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest class method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.from_dict", false]], "from_dict() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest class method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.from_dict", false]], "from_dict() (cdp.client.models.broadcast_trade_request.broadcasttraderequest class method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.from_dict", false]], "from_dict() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest class method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.from_dict", false]], "from_dict() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest class method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.from_dict", false]], "from_dict() (cdp.client.models.contract_event.contractevent class method)": [[4, "cdp.client.models.contract_event.ContractEvent.from_dict", false]], "from_dict() (cdp.client.models.contract_event_list.contracteventlist class method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.from_dict", false]], "from_dict() (cdp.client.models.contract_invocation.contractinvocation class method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.from_dict", false]], "from_dict() (cdp.client.models.contract_invocation_list.contractinvocationlist class method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.from_dict", false]], "from_dict() (cdp.client.models.create_address_request.createaddressrequest class method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.from_dict", false]], "from_dict() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest class method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.from_dict", false]], "from_dict() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest class method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.from_dict", false]], "from_dict() (cdp.client.models.create_server_signer_request.createserversignerrequest class method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.from_dict", false]], "from_dict() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest class method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.from_dict", false]], "from_dict() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest class method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.from_dict", false]], "from_dict() (cdp.client.models.create_trade_request.createtraderequest class method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.from_dict", false]], "from_dict() (cdp.client.models.create_transfer_request.createtransferrequest class method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.from_dict", false]], "from_dict() (cdp.client.models.create_wallet_request.createwalletrequest class method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.from_dict", false]], "from_dict() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet class method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.from_dict", false]], "from_dict() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest class method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.from_dict", false]], "from_dict() (cdp.client.models.create_webhook_request.createwebhookrequest class method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.from_dict", false]], "from_dict() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest class method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.from_dict", false]], "from_dict() (cdp.client.models.erc20_transfer_event.erc20transferevent class method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.from_dict", false]], "from_dict() (cdp.client.models.erc721_transfer_event.erc721transferevent class method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.from_dict", false]], "from_dict() (cdp.client.models.error.error class method)": [[4, "cdp.client.models.error.Error.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction.ethereumtransaction class method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess class method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist class method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace class method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.from_dict", false]], "from_dict() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata class method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.from_dict", false]], "from_dict() (cdp.client.models.faucet_transaction.faucettransaction class method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.from_dict", false]], "from_dict() (cdp.client.models.feature_set.featureset class method)": [[4, "cdp.client.models.feature_set.FeatureSet.from_dict", false]], "from_dict() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response class method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.from_dict", false]], "from_dict() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response class method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.from_dict", false]], "from_dict() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest class method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.from_dict", false]], "from_dict() (cdp.client.models.get_staking_context_request.getstakingcontextrequest class method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.from_dict", false]], "from_dict() (cdp.client.models.historical_balance.historicalbalance class method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.from_dict", false]], "from_dict() (cdp.client.models.multi_token_contract_options.multitokencontractoptions class method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.from_dict", false]], "from_dict() (cdp.client.models.network.network class method)": [[4, "cdp.client.models.network.Network.from_dict", false]], "from_dict() (cdp.client.models.nft_contract_options.nftcontractoptions class method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.from_dict", false]], "from_dict() (cdp.client.models.payload_signature.payloadsignature class method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.from_dict", false]], "from_dict() (cdp.client.models.payload_signature_list.payloadsignaturelist class method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.from_dict", false]], "from_dict() (cdp.client.models.seed_creation_event.seedcreationevent class method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.from_dict", false]], "from_dict() (cdp.client.models.seed_creation_event_result.seedcreationeventresult class method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.from_dict", false]], "from_dict() (cdp.client.models.server_signer.serversigner class method)": [[4, "cdp.client.models.server_signer.ServerSigner.from_dict", false]], "from_dict() (cdp.client.models.server_signer_event.serversignerevent class method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.from_dict", false]], "from_dict() (cdp.client.models.server_signer_event_event.serversignereventevent class method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.from_dict", false]], "from_dict() (cdp.client.models.server_signer_event_list.serversignereventlist class method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.from_dict", false]], "from_dict() (cdp.client.models.server_signer_list.serversignerlist class method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.from_dict", false]], "from_dict() (cdp.client.models.signature_creation_event.signaturecreationevent class method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.from_dict", false]], "from_dict() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult class method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.from_dict", false]], "from_dict() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata class method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.from_dict", false]], "from_dict() (cdp.client.models.smart_contract.smartcontract class method)": [[4, "cdp.client.models.smart_contract.SmartContract.from_dict", false]], "from_dict() (cdp.client.models.smart_contract_list.smartcontractlist class method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.from_dict", false]], "from_dict() (cdp.client.models.smart_contract_options.smartcontractoptions class method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.from_dict", false]], "from_dict() (cdp.client.models.sponsored_send.sponsoredsend class method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.from_dict", false]], "from_dict() (cdp.client.models.staking_balance.stakingbalance class method)": [[4, "cdp.client.models.staking_balance.StakingBalance.from_dict", false]], "from_dict() (cdp.client.models.staking_context.stakingcontext class method)": [[4, "cdp.client.models.staking_context.StakingContext.from_dict", false]], "from_dict() (cdp.client.models.staking_context_context.stakingcontextcontext class method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.from_dict", false]], "from_dict() (cdp.client.models.staking_operation.stakingoperation class method)": [[4, "cdp.client.models.staking_operation.StakingOperation.from_dict", false]], "from_dict() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata class method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.from_dict", false]], "from_dict() (cdp.client.models.staking_reward.stakingreward class method)": [[4, "cdp.client.models.staking_reward.StakingReward.from_dict", false]], "from_dict() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue class method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.from_dict", false]], "from_dict() (cdp.client.models.token_contract_options.tokencontractoptions class method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.from_dict", false]], "from_dict() (cdp.client.models.trade.trade class method)": [[4, "cdp.client.models.trade.Trade.from_dict", false]], "from_dict() (cdp.client.models.trade_list.tradelist class method)": [[4, "cdp.client.models.trade_list.TradeList.from_dict", false]], "from_dict() (cdp.client.models.transaction.transaction class method)": [[4, "cdp.client.models.transaction.Transaction.from_dict", false]], "from_dict() (cdp.client.models.transaction_content.transactioncontent class method)": [[4, "cdp.client.models.transaction_content.TransactionContent.from_dict", false]], "from_dict() (cdp.client.models.transfer.transfer class method)": [[4, "cdp.client.models.transfer.Transfer.from_dict", false]], "from_dict() (cdp.client.models.transfer_list.transferlist class method)": [[4, "cdp.client.models.transfer_list.TransferList.from_dict", false]], "from_dict() (cdp.client.models.update_webhook_request.updatewebhookrequest class method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.from_dict", false]], "from_dict() (cdp.client.models.user.user class method)": [[4, "cdp.client.models.user.User.from_dict", false]], "from_dict() (cdp.client.models.validator.validator class method)": [[4, "cdp.client.models.validator.Validator.from_dict", false]], "from_dict() (cdp.client.models.validator_details.validatordetails class method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.from_dict", false]], "from_dict() (cdp.client.models.validator_list.validatorlist class method)": [[4, "cdp.client.models.validator_list.ValidatorList.from_dict", false]], "from_dict() (cdp.client.models.wallet.wallet class method)": [[4, "cdp.client.models.wallet.Wallet.from_dict", false]], "from_dict() (cdp.client.models.wallet_list.walletlist class method)": [[4, "cdp.client.models.wallet_list.WalletList.from_dict", false]], "from_dict() (cdp.client.models.webhook.webhook class method)": [[4, "cdp.client.models.webhook.Webhook.from_dict", false]], "from_dict() (cdp.client.models.webhook_event_filter.webhookeventfilter class method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.from_dict", false]], "from_dict() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter class method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.from_dict", false]], "from_dict() (cdp.client.models.webhook_list.webhooklist class method)": [[4, "cdp.client.models.webhook_list.WebhookList.from_dict", false]], "from_dict() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter class method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.from_dict", false]], "from_dict() (cdp.wallet_data.walletdata class method)": [[1, "cdp.wallet_data.WalletData.from_dict", false]], "from_dict() (cdp.walletdata class method)": [[1, "cdp.WalletData.from_dict", false]], "from_error() (cdp.errors.apierror class method)": [[1, "cdp.errors.ApiError.from_error", false]], "from_json() (cdp.client.models.address.address class method)": [[4, "cdp.client.models.address.Address.from_json", false]], "from_json() (cdp.client.models.address_balance_list.addressbalancelist class method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.from_json", false]], "from_json() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist class method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.from_json", false]], "from_json() (cdp.client.models.address_list.addresslist class method)": [[4, "cdp.client.models.address_list.AddressList.from_json", false]], "from_json() (cdp.client.models.address_transaction_list.addresstransactionlist class method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.from_json", false]], "from_json() (cdp.client.models.asset.asset class method)": [[4, "cdp.client.models.asset.Asset.from_json", false]], "from_json() (cdp.client.models.balance.balance class method)": [[4, "cdp.client.models.balance.Balance.from_json", false]], "from_json() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest class method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.from_json", false]], "from_json() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest class method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.from_json", false]], "from_json() (cdp.client.models.broadcast_trade_request.broadcasttraderequest class method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.from_json", false]], "from_json() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest class method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.from_json", false]], "from_json() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest class method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.from_json", false]], "from_json() (cdp.client.models.contract_event.contractevent class method)": [[4, "cdp.client.models.contract_event.ContractEvent.from_json", false]], "from_json() (cdp.client.models.contract_event_list.contracteventlist class method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.from_json", false]], "from_json() (cdp.client.models.contract_invocation.contractinvocation class method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.from_json", false]], "from_json() (cdp.client.models.contract_invocation_list.contractinvocationlist class method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.from_json", false]], "from_json() (cdp.client.models.create_address_request.createaddressrequest class method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.from_json", false]], "from_json() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest class method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.from_json", false]], "from_json() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest class method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.from_json", false]], "from_json() (cdp.client.models.create_server_signer_request.createserversignerrequest class method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.from_json", false]], "from_json() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest class method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.from_json", false]], "from_json() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest class method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.from_json", false]], "from_json() (cdp.client.models.create_trade_request.createtraderequest class method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.from_json", false]], "from_json() (cdp.client.models.create_transfer_request.createtransferrequest class method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.from_json", false]], "from_json() (cdp.client.models.create_wallet_request.createwalletrequest class method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.from_json", false]], "from_json() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet class method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.from_json", false]], "from_json() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest class method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.from_json", false]], "from_json() (cdp.client.models.create_webhook_request.createwebhookrequest class method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.from_json", false]], "from_json() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest class method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.from_json", false]], "from_json() (cdp.client.models.erc20_transfer_event.erc20transferevent class method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.from_json", false]], "from_json() (cdp.client.models.erc721_transfer_event.erc721transferevent class method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.from_json", false]], "from_json() (cdp.client.models.error.error class method)": [[4, "cdp.client.models.error.Error.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction.ethereumtransaction class method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess class method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist class method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace class method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.from_json", false]], "from_json() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata class method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.from_json", false]], "from_json() (cdp.client.models.faucet_transaction.faucettransaction class method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.from_json", false]], "from_json() (cdp.client.models.feature_set.featureset class method)": [[4, "cdp.client.models.feature_set.FeatureSet.from_json", false]], "from_json() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response class method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.from_json", false]], "from_json() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response class method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.from_json", false]], "from_json() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest class method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.from_json", false]], "from_json() (cdp.client.models.get_staking_context_request.getstakingcontextrequest class method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.from_json", false]], "from_json() (cdp.client.models.historical_balance.historicalbalance class method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.from_json", false]], "from_json() (cdp.client.models.multi_token_contract_options.multitokencontractoptions class method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.from_json", false]], "from_json() (cdp.client.models.network.network class method)": [[4, "cdp.client.models.network.Network.from_json", false]], "from_json() (cdp.client.models.network_identifier.networkidentifier class method)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.from_json", false]], "from_json() (cdp.client.models.nft_contract_options.nftcontractoptions class method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.from_json", false]], "from_json() (cdp.client.models.payload_signature.payloadsignature class method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.from_json", false]], "from_json() (cdp.client.models.payload_signature_list.payloadsignaturelist class method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.from_json", false]], "from_json() (cdp.client.models.seed_creation_event.seedcreationevent class method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.from_json", false]], "from_json() (cdp.client.models.seed_creation_event_result.seedcreationeventresult class method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.from_json", false]], "from_json() (cdp.client.models.server_signer.serversigner class method)": [[4, "cdp.client.models.server_signer.ServerSigner.from_json", false]], "from_json() (cdp.client.models.server_signer_event.serversignerevent class method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.from_json", false]], "from_json() (cdp.client.models.server_signer_event_event.serversignereventevent class method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.from_json", false]], "from_json() (cdp.client.models.server_signer_event_list.serversignereventlist class method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.from_json", false]], "from_json() (cdp.client.models.server_signer_list.serversignerlist class method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.from_json", false]], "from_json() (cdp.client.models.signature_creation_event.signaturecreationevent class method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.from_json", false]], "from_json() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult class method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.from_json", false]], "from_json() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata class method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.from_json", false]], "from_json() (cdp.client.models.smart_contract.smartcontract class method)": [[4, "cdp.client.models.smart_contract.SmartContract.from_json", false]], "from_json() (cdp.client.models.smart_contract_list.smartcontractlist class method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.from_json", false]], "from_json() (cdp.client.models.smart_contract_options.smartcontractoptions class method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.from_json", false]], "from_json() (cdp.client.models.smart_contract_type.smartcontracttype class method)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.from_json", false]], "from_json() (cdp.client.models.sponsored_send.sponsoredsend class method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.from_json", false]], "from_json() (cdp.client.models.staking_balance.stakingbalance class method)": [[4, "cdp.client.models.staking_balance.StakingBalance.from_json", false]], "from_json() (cdp.client.models.staking_context.stakingcontext class method)": [[4, "cdp.client.models.staking_context.StakingContext.from_json", false]], "from_json() (cdp.client.models.staking_context_context.stakingcontextcontext class method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.from_json", false]], "from_json() (cdp.client.models.staking_operation.stakingoperation class method)": [[4, "cdp.client.models.staking_operation.StakingOperation.from_json", false]], "from_json() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata class method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.from_json", false]], "from_json() (cdp.client.models.staking_reward.stakingreward class method)": [[4, "cdp.client.models.staking_reward.StakingReward.from_json", false]], "from_json() (cdp.client.models.staking_reward_format.stakingrewardformat class method)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat.from_json", false]], "from_json() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue class method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.from_json", false]], "from_json() (cdp.client.models.token_contract_options.tokencontractoptions class method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.from_json", false]], "from_json() (cdp.client.models.trade.trade class method)": [[4, "cdp.client.models.trade.Trade.from_json", false]], "from_json() (cdp.client.models.trade_list.tradelist class method)": [[4, "cdp.client.models.trade_list.TradeList.from_json", false]], "from_json() (cdp.client.models.transaction.transaction class method)": [[4, "cdp.client.models.transaction.Transaction.from_json", false]], "from_json() (cdp.client.models.transaction_content.transactioncontent class method)": [[4, "cdp.client.models.transaction_content.TransactionContent.from_json", false]], "from_json() (cdp.client.models.transaction_type.transactiontype class method)": [[4, "cdp.client.models.transaction_type.TransactionType.from_json", false]], "from_json() (cdp.client.models.transfer.transfer class method)": [[4, "cdp.client.models.transfer.Transfer.from_json", false]], "from_json() (cdp.client.models.transfer_list.transferlist class method)": [[4, "cdp.client.models.transfer_list.TransferList.from_json", false]], "from_json() (cdp.client.models.update_webhook_request.updatewebhookrequest class method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.from_json", false]], "from_json() (cdp.client.models.user.user class method)": [[4, "cdp.client.models.user.User.from_json", false]], "from_json() (cdp.client.models.validator.validator class method)": [[4, "cdp.client.models.validator.Validator.from_json", false]], "from_json() (cdp.client.models.validator_details.validatordetails class method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.from_json", false]], "from_json() (cdp.client.models.validator_list.validatorlist class method)": [[4, "cdp.client.models.validator_list.ValidatorList.from_json", false]], "from_json() (cdp.client.models.validator_status.validatorstatus class method)": [[4, "cdp.client.models.validator_status.ValidatorStatus.from_json", false]], "from_json() (cdp.client.models.wallet.wallet class method)": [[4, "cdp.client.models.wallet.Wallet.from_json", false]], "from_json() (cdp.client.models.wallet_list.walletlist class method)": [[4, "cdp.client.models.wallet_list.WalletList.from_json", false]], "from_json() (cdp.client.models.webhook.webhook class method)": [[4, "cdp.client.models.webhook.Webhook.from_json", false]], "from_json() (cdp.client.models.webhook_event_filter.webhookeventfilter class method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.from_json", false]], "from_json() (cdp.client.models.webhook_event_type.webhookeventtype class method)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.from_json", false]], "from_json() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter class method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.from_json", false]], "from_json() (cdp.client.models.webhook_list.webhooklist class method)": [[4, "cdp.client.models.webhook_list.WebhookList.from_json", false]], "from_json() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter class method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.from_json", false]], "from_model() (cdp.asset class method)": [[1, "cdp.Asset.from_model", false]], "from_model() (cdp.asset.asset class method)": [[1, "cdp.asset.Asset.from_model", false]], "from_model() (cdp.balance static method)": [[1, "cdp.Balance.from_model", false]], "from_model() (cdp.balance.balance static method)": [[1, "cdp.balance.Balance.from_model", false]], "from_models() (cdp.balance_map.balancemap class method)": [[1, "cdp.balance_map.BalanceMap.from_models", false]], "from_models() (cdp.balancemap class method)": [[1, "cdp.BalanceMap.from_models", false]], "from_response() (cdp.client.exceptions.apiexception class method)": [[2, "cdp.client.exceptions.ApiException.from_response", false]], "gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.gas", false]], "gas (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.gas", false]], "gas_price (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.gas_price", false]], "gas_used (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.gas_used", false]], "gasless (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.gasless", false]], "gasless (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.gasless", false]], "gasless_send (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.gasless_send", false]], "get_address() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address", false]], "get_address_balance() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_balance", false]], "get_address_balance_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_balance_with_http_info", false]], "get_address_balance_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_balance_without_preload_content", false]], "get_address_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_with_http_info", false]], "get_address_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_without_preload_content", false]], "get_api_key_with_prefix() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_api_key_with_prefix", false]], "get_asset() (cdp.client.api.assets_api.assetsapi method)": [[3, "cdp.client.api.assets_api.AssetsApi.get_asset", false]], "get_asset_with_http_info() (cdp.client.api.assets_api.assetsapi method)": [[3, "cdp.client.api.assets_api.AssetsApi.get_asset_with_http_info", false]], "get_asset_without_preload_content() (cdp.client.api.assets_api.assetsapi method)": [[3, "cdp.client.api.assets_api.AssetsApi.get_asset_without_preload_content", false]], "get_basic_auth_token() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_basic_auth_token", false]], "get_contract_invocation() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.get_contract_invocation", false]], "get_contract_invocation_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.get_contract_invocation_with_http_info", false]], "get_contract_invocation_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.get_contract_invocation_without_preload_content", false]], "get_current_user() (cdp.client.api.users_api.usersapi method)": [[3, "cdp.client.api.users_api.UsersApi.get_current_user", false]], "get_current_user_with_http_info() (cdp.client.api.users_api.usersapi method)": [[3, "cdp.client.api.users_api.UsersApi.get_current_user_with_http_info", false]], "get_current_user_without_preload_content() (cdp.client.api.users_api.usersapi method)": [[3, "cdp.client.api.users_api.UsersApi.get_current_user_without_preload_content", false]], "get_default() (cdp.client.api_client.apiclient class method)": [[2, "cdp.client.api_client.ApiClient.get_default", false]], "get_default() (cdp.client.configuration.configuration class method)": [[2, "cdp.client.configuration.Configuration.get_default", false]], "get_default_copy() (cdp.client.configuration.configuration class method)": [[2, "cdp.client.configuration.Configuration.get_default_copy", false]], "get_external_address_balance() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.get_external_address_balance", false]], "get_external_address_balance_with_http_info() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.get_external_address_balance_with_http_info", false]], "get_external_address_balance_without_preload_content() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.get_external_address_balance_without_preload_content", false]], "get_external_staking_operation() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_external_staking_operation", false]], "get_external_staking_operation_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_external_staking_operation_with_http_info", false]], "get_external_staking_operation_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_external_staking_operation_without_preload_content", false]], "get_host_from_settings() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_host_from_settings", false]], "get_host_settings() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_host_settings", false]], "get_network() (cdp.client.api.networks_api.networksapi method)": [[3, "cdp.client.api.networks_api.NetworksApi.get_network", false]], "get_network_with_http_info() (cdp.client.api.networks_api.networksapi method)": [[3, "cdp.client.api.networks_api.NetworksApi.get_network_with_http_info", false]], "get_network_without_preload_content() (cdp.client.api.networks_api.networksapi method)": [[3, "cdp.client.api.networks_api.NetworksApi.get_network_without_preload_content", false]], "get_payload_signature() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_payload_signature", false]], "get_payload_signature_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_payload_signature_with_http_info", false]], "get_payload_signature_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_payload_signature_without_preload_content", false]], "get_server_signer() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.get_server_signer", false]], "get_server_signer_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.get_server_signer_with_http_info", false]], "get_server_signer_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.get_server_signer_without_preload_content", false]], "get_smart_contract() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.get_smart_contract", false]], "get_smart_contract_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.get_smart_contract_with_http_info", false]], "get_smart_contract_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.get_smart_contract_without_preload_content", false]], "get_staking_context() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_staking_context", false]], "get_staking_context_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_staking_context_with_http_info", false]], "get_staking_context_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_staking_context_without_preload_content", false]], "get_staking_operation() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.get_staking_operation", false]], "get_staking_operation_with_http_info() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.get_staking_operation_with_http_info", false]], "get_staking_operation_without_preload_content() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.get_staking_operation_without_preload_content", false]], "get_trade() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.get_trade", false]], "get_trade_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.get_trade_with_http_info", false]], "get_trade_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.get_trade_without_preload_content", false]], "get_transfer() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.get_transfer", false]], "get_transfer_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.get_transfer_with_http_info", false]], "get_transfer_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.get_transfer_without_preload_content", false]], "get_validator() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.get_validator", false]], "get_validator_with_http_info() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.get_validator_with_http_info", false]], "get_validator_without_preload_content() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.get_validator_without_preload_content", false]], "get_wallet() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet", false]], "get_wallet_balance() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_balance", false]], "get_wallet_balance_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_balance_with_http_info", false]], "get_wallet_balance_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_balance_without_preload_content", false]], "get_wallet_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_with_http_info", false]], "get_wallet_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_without_preload_content", false]], "getheader() (cdp.client.rest.restresponse method)": [[2, "cdp.client.rest.RESTResponse.getheader", false]], "getheaders() (cdp.client.rest.restresponse method)": [[2, "cdp.client.rest.RESTResponse.getheaders", false]], "getstakingcontextrequest (class in cdp.client.models.get_staking_context_request)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest", false]], "handled (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.handled", false]], "has_more (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.has_more", false]], "has_more (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.has_more", false]], "has_more (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.has_more", false]], "has_more (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.has_more", false]], "has_more (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.has_more", false]], "has_more (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.has_more", false]], "has_more (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.has_more", false]], "has_more (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.has_more", false]], "has_more (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.has_more", false]], "has_more (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.has_more", false]], "has_more (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.has_more", false]], "has_more (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.has_more", false]], "has_more (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.has_more", false]], "has_more (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.has_more", false]], "has_more (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.has_more", false]], "has_more (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.has_more", false]], "has_more (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.has_more", false]], "hash (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.hash", false]], "hash_message() (in module cdp)": [[1, "cdp.hash_message", false]], "hash_message() (in module cdp.hash_utils)": [[1, "cdp.hash_utils.hash_message", false]], "hash_typed_data_message() (in module cdp)": [[1, "cdp.hash_typed_data_message", false]], "hash_typed_data_message() (in module cdp.hash_utils)": [[1, "cdp.hash_utils.hash_typed_data_message", false]], "headers (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.headers", false]], "historicalbalance (class in cdp.client.models.historical_balance)": [[4, "cdp.client.models.historical_balance.HistoricalBalance", false]], "host (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.host", false]], "http_code (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.http_code", false]], "id (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.id", false]], "id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.id", false]], "id (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.id", false]], "id (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.id", false]], "id (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.id", false]], "id (cdp.wallet property)": [[1, "cdp.Wallet.id", false]], "id (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.id", false]], "ignore_operation_servers (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.ignore_operation_servers", false]], "import_data() (cdp.wallet class method)": [[1, "cdp.Wallet.import_data", false]], "import_data() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.import_data", false]], "index (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.index", false]], "index (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.index", false]], "index (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.index", false]], "input (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.input", false]], "input (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.input", false]], "insufficientfundserror": [[1, "cdp.errors.InsufficientFundsError", false]], "internalerror": [[1, "cdp.errors.InternalError", false]], "invalidaddresserror": [[1, "cdp.errors.InvalidAddressError", false]], "invalidaddressiderror": [[1, "cdp.errors.InvalidAddressIDError", false]], "invalidamounterror": [[1, "cdp.errors.InvalidAmountError", false]], "invalidapikeyformaterror": [[1, "cdp.errors.InvalidAPIKeyFormatError", false]], "invalidassetiderror": [[1, "cdp.errors.InvalidAssetIDError", false]], "invalidconfigurationerror": [[1, "cdp.errors.InvalidConfigurationError", false]], "invaliddestinationerror": [[1, "cdp.errors.InvalidDestinationError", false]], "invalidlimiterror": [[1, "cdp.errors.InvalidLimitError", false]], "invalidnetworkiderror": [[1, "cdp.errors.InvalidNetworkIDError", false]], "invalidpageerror": [[1, "cdp.errors.InvalidPageError", false]], "invalidsignedpayloaderror": [[1, "cdp.errors.InvalidSignedPayloadError", false]], "invalidtransferiderror": [[1, "cdp.errors.InvalidTransferIDError", false]], "invalidtransferstatuserror": [[1, "cdp.errors.InvalidTransferStatusError", false]], "invalidwalleterror": [[1, "cdp.errors.InvalidWalletError", false]], "invalidwalletiderror": [[1, "cdp.errors.InvalidWalletIDError", false]], "invoke_contract() (cdp.wallet method)": [[1, "cdp.Wallet.invoke_contract", false]], "invoke_contract() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.invoke_contract", false]], "invoke_contract() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.invoke_contract", false]], "invoke_contract() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.invoke_contract", false]], "is_mpc (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.is_mpc", false]], "is_mpc (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.is_mpc", false]], "is_socks_proxy_url() (in module cdp.client.rest)": [[2, "cdp.client.rest.is_socks_proxy_url", false]], "is_testnet (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.is_testnet", false]], "key (cdp.wallet_address.walletaddress property)": [[1, "cdp.wallet_address.WalletAddress.key", false]], "key (cdp.walletaddress property)": [[1, "cdp.WalletAddress.key", false]], "key_file (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.key_file", false]], "list() (cdp.contract_invocation.contractinvocation class method)": [[1, "cdp.contract_invocation.ContractInvocation.list", false]], "list() (cdp.contractinvocation class method)": [[1, "cdp.ContractInvocation.list", false]], "list() (cdp.payload_signature.payloadsignature class method)": [[1, "cdp.payload_signature.PayloadSignature.list", false]], "list() (cdp.payloadsignature class method)": [[1, "cdp.PayloadSignature.list", false]], "list() (cdp.trade class method)": [[1, "cdp.Trade.list", false]], "list() (cdp.trade.trade class method)": [[1, "cdp.trade.Trade.list", false]], "list() (cdp.transfer class method)": [[1, "cdp.Transfer.list", false]], "list() (cdp.transfer.transfer class method)": [[1, "cdp.transfer.Transfer.list", false]], "list() (cdp.wallet class method)": [[1, "cdp.Wallet.list", false]], "list() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.list", false]], "list_address_balances() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_address_balances", false]], "list_address_balances_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_address_balances_with_http_info", false]], "list_address_balances_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_address_balances_without_preload_content", false]], "list_address_historical_balance() (cdp.client.api.balance_history_api.balancehistoryapi method)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi.list_address_historical_balance", false]], "list_address_historical_balance_with_http_info() (cdp.client.api.balance_history_api.balancehistoryapi method)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi.list_address_historical_balance_with_http_info", false]], "list_address_historical_balance_without_preload_content() (cdp.client.api.balance_history_api.balancehistoryapi method)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi.list_address_historical_balance_without_preload_content", false]], "list_address_transactions() (cdp.client.api.transaction_history_api.transactionhistoryapi method)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi.list_address_transactions", false]], "list_address_transactions_with_http_info() (cdp.client.api.transaction_history_api.transactionhistoryapi method)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi.list_address_transactions_with_http_info", false]], "list_address_transactions_without_preload_content() (cdp.client.api.transaction_history_api.transactionhistoryapi method)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi.list_address_transactions_without_preload_content", false]], "list_addresses() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_addresses", false]], "list_addresses_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_addresses_with_http_info", false]], "list_addresses_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_addresses_without_preload_content", false]], "list_contract_events() (cdp.client.api.contract_events_api.contracteventsapi method)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi.list_contract_events", false]], "list_contract_events_with_http_info() (cdp.client.api.contract_events_api.contracteventsapi method)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi.list_contract_events_with_http_info", false]], "list_contract_events_without_preload_content() (cdp.client.api.contract_events_api.contracteventsapi method)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi.list_contract_events_without_preload_content", false]], "list_contract_invocations() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.list_contract_invocations", false]], "list_contract_invocations_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.list_contract_invocations_with_http_info", false]], "list_contract_invocations_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.list_contract_invocations_without_preload_content", false]], "list_external_address_balances() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.list_external_address_balances", false]], "list_external_address_balances_with_http_info() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.list_external_address_balances_with_http_info", false]], "list_external_address_balances_without_preload_content() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.list_external_address_balances_without_preload_content", false]], "list_payload_signatures() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_payload_signatures", false]], "list_payload_signatures_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_payload_signatures_with_http_info", false]], "list_payload_signatures_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_payload_signatures_without_preload_content", false]], "list_server_signer_events() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signer_events", false]], "list_server_signer_events_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signer_events_with_http_info", false]], "list_server_signer_events_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signer_events_without_preload_content", false]], "list_server_signers() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signers", false]], "list_server_signers_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signers_with_http_info", false]], "list_server_signers_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signers_without_preload_content", false]], "list_smart_contracts() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.list_smart_contracts", false]], "list_smart_contracts_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.list_smart_contracts_with_http_info", false]], "list_smart_contracts_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.list_smart_contracts_without_preload_content", false]], "list_trades() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.list_trades", false]], "list_trades_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.list_trades_with_http_info", false]], "list_trades_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.list_trades_without_preload_content", false]], "list_transfers() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.list_transfers", false]], "list_transfers_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.list_transfers_with_http_info", false]], "list_transfers_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.list_transfers_without_preload_content", false]], "list_validators() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.list_validators", false]], "list_validators_with_http_info() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.list_validators_with_http_info", false]], "list_validators_without_preload_content() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.list_validators_without_preload_content", false]], "list_wallet_balances() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallet_balances", false]], "list_wallet_balances_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallet_balances_with_http_info", false]], "list_wallet_balances_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallet_balances_without_preload_content", false]], "list_wallets() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallets", false]], "list_wallets_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallets_with_http_info", false]], "list_wallets_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallets_without_preload_content", false]], "list_webhooks() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.list_webhooks", false]], "list_webhooks_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.list_webhooks_with_http_info", false]], "list_webhooks_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.list_webhooks_without_preload_content", false]], "load_seed() (cdp.wallet method)": [[1, "cdp.Wallet.load_seed", false]], "load_seed() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.load_seed", false]], "log_index (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.log_index", false]], "log_index (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.log_index", false]], "logger (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.logger", false]], "logger_file (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.logger_file", false]], "logger_file_handler (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.logger_file_handler", false]], "logger_format (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.logger_format", false]], "logger_stream_handler (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.logger_stream_handler", false]], "malformedrequesterror": [[1, "cdp.errors.MalformedRequestError", false]], "max_addresses (cdp.wallet attribute)": [[1, "cdp.Wallet.MAX_ADDRESSES", false]], "max_addresses (cdp.wallet.wallet attribute)": [[1, "cdp.wallet.Wallet.MAX_ADDRESSES", false]], "max_fee_per_gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.max_fee_per_gas", false]], "max_network_retries (cdp.cdp attribute)": [[1, "cdp.Cdp.max_network_retries", false], [1, "id11", false]], "max_network_retries (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.max_network_retries", false], [1, "id4", false]], "max_priority_fee_per_gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.max_priority_fee_per_gas", false]], "message (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.message", false]], "metadata (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.metadata", false]], "method (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.method", false]], "method (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.method", false]], "method (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.method", false]], "method (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.method", false]], "mint (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.mint", false]], "model_computed_fields (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.model_computed_fields", false]], "model_computed_fields (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_computed_fields", false]], "model_computed_fields (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_computed_fields", false]], "model_computed_fields (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.model_computed_fields", false]], "model_computed_fields (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_computed_fields", false]], "model_computed_fields (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_computed_fields", false]], "model_computed_fields (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_computed_fields", false]], "model_computed_fields (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.model_computed_fields", false]], "model_computed_fields (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_computed_fields", false]], "model_computed_fields (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_computed_fields", false]], "model_computed_fields (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_computed_fields", false]], "model_computed_fields (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.model_computed_fields", false]], "model_computed_fields (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_computed_fields", false]], "model_computed_fields (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.model_computed_fields", false]], "model_computed_fields (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.model_computed_fields", false]], "model_computed_fields (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.model_computed_fields", false]], "model_computed_fields (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.model_computed_fields", false]], "model_computed_fields (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.model_computed_fields", false]], "model_computed_fields (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_computed_fields", false]], "model_config (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.model_config", false]], "model_config (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.model_config", false]], "model_config (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_config", false]], "model_config (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_config", false]], "model_config (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.model_config", false]], "model_config (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_config", false]], "model_config (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.model_config", false]], "model_config (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.model_config", false]], "model_config (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_config", false]], "model_config (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_config", false]], "model_config (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_config", false]], "model_config (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_config", false]], "model_config (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_config", false]], "model_config (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.model_config", false]], "model_config (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_config", false]], "model_config (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_config", false]], "model_config (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_config", false]], "model_config (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_config", false]], "model_config (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_config", false]], "model_config (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_config", false]], "model_config (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_config", false]], "model_config (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_config", false]], "model_config (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_config", false]], "model_config (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_config", false]], "model_config (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_config", false]], "model_config (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_config", false]], "model_config (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_config", false]], "model_config (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_config", false]], "model_config (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_config", false]], "model_config (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_config", false]], "model_config (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_config", false]], "model_config (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_config", false]], "model_config (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.model_config", false]], "model_config (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_config", false]], "model_config (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_config", false]], "model_config (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_config", false]], "model_config (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_config", false]], "model_config (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_config", false]], "model_config (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_config", false]], "model_config (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.model_config", false]], "model_config (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_config", false]], "model_config (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_config", false]], "model_config (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_config", false]], "model_config (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_config", false]], "model_config (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_config", false]], "model_config (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_config", false]], "model_config (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.model_config", false]], "model_config (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_config", false]], "model_config (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_config", false]], "model_config (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_config", false]], "model_config (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_config", false]], "model_config (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_config", false]], "model_config (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.model_config", false]], "model_config (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_config", false]], "model_config (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.model_config", false]], "model_config (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_config", false]], "model_config (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_config", false]], "model_config (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_config", false]], "model_config (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_config", false]], "model_config (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_config", false]], "model_config (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.model_config", false]], "model_config (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_config", false]], "model_config (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.model_config", false]], "model_config (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_config", false]], "model_config (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_config", false]], "model_config (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.model_config", false]], "model_config (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_config", false]], "model_config (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_config", false]], "model_config (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.model_config", false]], "model_config (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.model_config", false]], "model_config (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_config", false]], "model_config (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_config", false]], "model_config (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.model_config", false]], "model_config (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.model_config", false]], "model_config (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.model_config", false]], "model_config (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.model_config", false]], "model_config (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.model_config", false]], "model_config (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.model_config", false]], "model_config (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_config", false]], "model_config (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.model_config", false]], "model_config (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.model_config", false]], "model_config (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.model_config", false]], "model_config (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.model_config", false]], "model_config (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.model_config", false]], "model_config (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.model_config", false]], "model_config (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.model_config", false]], "model_config (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_config", false]], "model_config (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.model_config", false]], "model_config (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.model_config", false]], "model_config (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_config", false]], "model_fields (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.model_fields", false]], "model_fields (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.model_fields", false]], "model_fields (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_fields", false]], "model_fields (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_fields", false]], "model_fields (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.model_fields", false]], "model_fields (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_fields", false]], "model_fields (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.model_fields", false]], "model_fields (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.model_fields", false]], "model_fields (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_fields", false]], "model_fields (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_fields", false]], "model_fields (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_fields", false]], "model_fields (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_fields", false]], "model_fields (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_fields", false]], "model_fields (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.model_fields", false]], "model_fields (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_fields", false]], "model_fields (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_fields", false]], "model_fields (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_fields", false]], "model_fields (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_fields", false]], "model_fields (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_fields", false]], "model_fields (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_fields", false]], "model_fields (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_fields", false]], "model_fields (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_fields", false]], "model_fields (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_fields", false]], "model_fields (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_fields", false]], "model_fields (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_fields", false]], "model_fields (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_fields", false]], "model_fields (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_fields", false]], "model_fields (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_fields", false]], "model_fields (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_fields", false]], "model_fields (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_fields", false]], "model_fields (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_fields", false]], "model_fields (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_fields", false]], "model_fields (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_fields", false]], "model_fields (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_fields", false]], "model_fields (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_fields", false]], "model_fields (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.model_fields", false]], "model_fields (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_fields", false]], "model_fields (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_fields", false]], "model_fields (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_fields", false]], "model_fields (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_fields", false]], "model_fields (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_fields", false]], "model_fields (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_fields", false]], "model_fields (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.model_fields", false]], "model_fields (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_fields", false]], "model_fields (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_fields", false]], "model_fields (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_fields", false]], "model_fields (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_fields", false]], "model_fields (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_fields", false]], "model_fields (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.model_fields", false]], "model_fields (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_fields", false]], "model_fields (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.model_fields", false]], "model_fields (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_fields", false]], "model_fields (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_fields", false]], "model_fields (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_fields", false]], "model_fields (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_fields", false]], "model_fields (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_fields", false]], "model_fields (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.model_fields", false]], "model_fields (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_fields", false]], "model_fields (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.model_fields", false]], "model_fields (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_fields", false]], "model_fields (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_fields", false]], "model_fields (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.model_fields", false]], "model_fields (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_fields", false]], "model_fields (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_fields", false]], "model_fields (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.model_fields", false]], "model_fields (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.model_fields", false]], "model_fields (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_fields", false]], "model_fields (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_fields", false]], "model_fields (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.model_fields", false]], "model_fields (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.model_fields", false]], "model_fields (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.model_fields", false]], "model_fields (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.model_fields", false]], "model_fields (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.model_fields", false]], "model_fields (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.model_fields", false]], "model_fields (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_fields", false]], "model_fields (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.model_fields", false]], "model_fields (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.model_fields", false]], "model_fields (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.model_fields", false]], "model_fields (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.model_fields", false]], "model_fields (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.model_fields", false]], "model_fields (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.model_fields", false]], "model_fields (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.model_fields", false]], "model_fields (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_fields", false]], "model_fields (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.model_fields", false]], "model_fields (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.model_fields", false]], "model_fields (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_fields", false]], "model_post_init() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.model_post_init", false]], "model_post_init() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_post_init", false]], "model_post_init() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_post_init", false]], "model_post_init() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.model_post_init", false]], "model_post_init() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_post_init", false]], "model_post_init() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.model_post_init", false]], "model_post_init() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_post_init", false]], "model_post_init() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.model_post_init", false]], "model_post_init() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_post_init", false]], "model_post_init() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_post_init", false]], "model_post_init() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_post_init", false]], "model_post_init() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_post_init", false]], "model_post_init() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_post_init", false]], "model_post_init() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_post_init", false]], "model_post_init() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_post_init", false]], "model_post_init() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_post_init", false]], "model_post_init() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_post_init", false]], "model_post_init() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_post_init", false]], "model_post_init() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.model_post_init", false]], "model_post_init() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_post_init", false]], "model_post_init() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_post_init", false]], "model_post_init() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_post_init", false]], "model_post_init() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_post_init", false]], "model_post_init() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_post_init", false]], "model_post_init() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_post_init", false]], "model_post_init() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.model_post_init", false]], "model_post_init() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_post_init", false]], "model_post_init() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_post_init", false]], "model_post_init() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_post_init", false]], "model_post_init() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_post_init", false]], "model_post_init() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_post_init", false]], "model_post_init() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_post_init", false]], "model_post_init() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_post_init", false]], "model_post_init() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_post_init", false]], "model_post_init() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.model_post_init", false]], "model_post_init() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_post_init", false]], "model_post_init() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_post_init", false]], "model_post_init() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_post_init", false]], "model_post_init() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.model_post_init", false]], "model_post_init() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_post_init", false]], "model_post_init() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_post_init", false]], "model_post_init() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.model_post_init", false]], "model_post_init() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_post_init", false]], "model_post_init() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_post_init", false]], "model_post_init() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.model_post_init", false]], "model_post_init() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.model_post_init", false]], "model_post_init() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.model_post_init", false]], "model_post_init() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.model_post_init", false]], "model_post_init() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.model_post_init", false]], "model_post_init() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_post_init", false]], "model_post_init() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.model_post_init", false]], "model_post_init() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.model_post_init", false]], "model_post_init() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.model_post_init", false]], "model_post_init() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.model_post_init", false]], "model_post_init() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.model_post_init", false]], "model_post_init() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.model_post_init", false]], "model_post_init() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_post_init", false]], "model_post_init() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.model_post_init", false]], "model_post_init() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_post_init", false]], "module": [[1, "module-cdp", false], [1, "module-cdp.address", false], [1, "module-cdp.api_clients", false], [1, "module-cdp.asset", false], [1, "module-cdp.balance", false], [1, "module-cdp.balance_map", false], [1, "module-cdp.cdp", false], [1, "module-cdp.cdp_api_client", false], [1, "module-cdp.contract_invocation", false], [1, "module-cdp.errors", false], [1, "module-cdp.faucet_transaction", false], [1, "module-cdp.hash_utils", false], [1, "module-cdp.payload_signature", false], [1, "module-cdp.smart_contract", false], [1, "module-cdp.sponsored_send", false], [1, "module-cdp.trade", false], [1, "module-cdp.transaction", false], [1, "module-cdp.transfer", false], [1, "module-cdp.wallet", false], [1, "module-cdp.wallet_address", false], [1, "module-cdp.wallet_data", false], [2, "module-cdp.client", false], [2, "module-cdp.client.api_client", false], [2, "module-cdp.client.api_response", false], [2, "module-cdp.client.configuration", false], [2, "module-cdp.client.exceptions", false], [2, "module-cdp.client.rest", false], [3, "module-cdp.client.api", false], [3, "module-cdp.client.api.addresses_api", false], [3, "module-cdp.client.api.assets_api", false], [3, "module-cdp.client.api.balance_history_api", false], [3, "module-cdp.client.api.contract_events_api", false], [3, "module-cdp.client.api.contract_invocations_api", false], [3, "module-cdp.client.api.external_addresses_api", false], [3, "module-cdp.client.api.networks_api", false], [3, "module-cdp.client.api.server_signers_api", false], [3, "module-cdp.client.api.smart_contracts_api", false], [3, "module-cdp.client.api.stake_api", false], [3, "module-cdp.client.api.trades_api", false], [3, "module-cdp.client.api.transaction_history_api", false], [3, "module-cdp.client.api.transfers_api", false], [3, "module-cdp.client.api.users_api", false], [3, "module-cdp.client.api.validators_api", false], [3, "module-cdp.client.api.wallet_stake_api", false], [3, "module-cdp.client.api.wallets_api", false], [3, "module-cdp.client.api.webhooks_api", false], [4, "module-cdp.client.models", false], [4, "module-cdp.client.models.address", false], [4, "module-cdp.client.models.address_balance_list", false], [4, "module-cdp.client.models.address_historical_balance_list", false], [4, "module-cdp.client.models.address_list", false], [4, "module-cdp.client.models.address_transaction_list", false], [4, "module-cdp.client.models.asset", false], [4, "module-cdp.client.models.balance", false], [4, "module-cdp.client.models.broadcast_contract_invocation_request", false], [4, "module-cdp.client.models.broadcast_staking_operation_request", false], [4, "module-cdp.client.models.broadcast_trade_request", false], [4, "module-cdp.client.models.broadcast_transfer_request", false], [4, "module-cdp.client.models.build_staking_operation_request", false], [4, "module-cdp.client.models.contract_event", false], [4, "module-cdp.client.models.contract_event_list", false], [4, "module-cdp.client.models.contract_invocation", false], [4, "module-cdp.client.models.contract_invocation_list", false], [4, "module-cdp.client.models.create_address_request", false], [4, "module-cdp.client.models.create_contract_invocation_request", false], [4, "module-cdp.client.models.create_payload_signature_request", false], [4, "module-cdp.client.models.create_server_signer_request", false], [4, "module-cdp.client.models.create_smart_contract_request", false], [4, "module-cdp.client.models.create_staking_operation_request", false], [4, "module-cdp.client.models.create_trade_request", false], [4, "module-cdp.client.models.create_transfer_request", false], [4, "module-cdp.client.models.create_wallet_request", false], [4, "module-cdp.client.models.create_wallet_request_wallet", false], [4, "module-cdp.client.models.create_wallet_webhook_request", false], [4, "module-cdp.client.models.create_webhook_request", false], [4, "module-cdp.client.models.deploy_smart_contract_request", false], [4, "module-cdp.client.models.erc20_transfer_event", false], [4, "module-cdp.client.models.erc721_transfer_event", false], [4, "module-cdp.client.models.error", false], [4, "module-cdp.client.models.ethereum_transaction", false], [4, "module-cdp.client.models.ethereum_transaction_access", false], [4, "module-cdp.client.models.ethereum_transaction_access_list", false], [4, "module-cdp.client.models.ethereum_transaction_flattened_trace", false], [4, "module-cdp.client.models.ethereum_validator_metadata", false], [4, "module-cdp.client.models.faucet_transaction", false], [4, "module-cdp.client.models.feature_set", false], [4, "module-cdp.client.models.fetch_historical_staking_balances200_response", false], [4, "module-cdp.client.models.fetch_staking_rewards200_response", false], [4, "module-cdp.client.models.fetch_staking_rewards_request", false], [4, "module-cdp.client.models.get_staking_context_request", false], [4, "module-cdp.client.models.historical_balance", false], [4, "module-cdp.client.models.multi_token_contract_options", false], [4, "module-cdp.client.models.network", false], [4, "module-cdp.client.models.network_identifier", false], [4, "module-cdp.client.models.nft_contract_options", false], [4, "module-cdp.client.models.payload_signature", false], [4, "module-cdp.client.models.payload_signature_list", false], [4, "module-cdp.client.models.seed_creation_event", false], [4, "module-cdp.client.models.seed_creation_event_result", false], [4, "module-cdp.client.models.server_signer", false], [4, "module-cdp.client.models.server_signer_event", false], [4, "module-cdp.client.models.server_signer_event_event", false], [4, "module-cdp.client.models.server_signer_event_list", false], [4, "module-cdp.client.models.server_signer_list", false], [4, "module-cdp.client.models.signature_creation_event", false], [4, "module-cdp.client.models.signature_creation_event_result", false], [4, "module-cdp.client.models.signed_voluntary_exit_message_metadata", false], [4, "module-cdp.client.models.smart_contract", false], [4, "module-cdp.client.models.smart_contract_list", false], [4, "module-cdp.client.models.smart_contract_options", false], [4, "module-cdp.client.models.smart_contract_type", false], [4, "module-cdp.client.models.sponsored_send", false], [4, "module-cdp.client.models.staking_balance", false], [4, "module-cdp.client.models.staking_context", false], [4, "module-cdp.client.models.staking_context_context", false], [4, "module-cdp.client.models.staking_operation", false], [4, "module-cdp.client.models.staking_operation_metadata", false], [4, "module-cdp.client.models.staking_reward", false], [4, "module-cdp.client.models.staking_reward_format", false], [4, "module-cdp.client.models.staking_reward_usd_value", false], [4, "module-cdp.client.models.token_contract_options", false], [4, "module-cdp.client.models.trade", false], [4, "module-cdp.client.models.trade_list", false], [4, "module-cdp.client.models.transaction", false], [4, "module-cdp.client.models.transaction_content", false], [4, "module-cdp.client.models.transaction_type", false], [4, "module-cdp.client.models.transfer", false], [4, "module-cdp.client.models.transfer_list", false], [4, "module-cdp.client.models.update_webhook_request", false], [4, "module-cdp.client.models.user", false], [4, "module-cdp.client.models.validator", false], [4, "module-cdp.client.models.validator_details", false], [4, "module-cdp.client.models.validator_list", false], [4, "module-cdp.client.models.validator_status", false], [4, "module-cdp.client.models.wallet", false], [4, "module-cdp.client.models.wallet_list", false], [4, "module-cdp.client.models.webhook", false], [4, "module-cdp.client.models.webhook_event_filter", false], [4, "module-cdp.client.models.webhook_event_type", false], [4, "module-cdp.client.models.webhook_event_type_filter", false], [4, "module-cdp.client.models.webhook_list", false], [4, "module-cdp.client.models.webhook_wallet_activity_filter", false]], "multitokencontractoptions (class in cdp.client.models.multi_token_contract_options)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions", false]], "name (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.name", false]], "name (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.name", false]], "native (cdp.client.models.staking_reward_format.stakingrewardformat attribute)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat.NATIVE", false]], "native_asset (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.native_asset", false]], "native_types_mapping (cdp.client.api_client.apiclient attribute)": [[2, "cdp.client.api_client.ApiClient.NATIVE_TYPES_MAPPING", false]], "network (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.network", false]], "network (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.network", false]], "network (class in cdp.client.models.network)": [[4, "cdp.client.models.network.Network", false]], "network_id (cdp.address property)": [[1, "cdp.Address.network_id", false]], "network_id (cdp.address.address property)": [[1, "cdp.address.Address.network_id", false]], "network_id (cdp.asset property)": [[1, "cdp.Asset.network_id", false]], "network_id (cdp.asset.asset property)": [[1, "cdp.asset.Asset.network_id", false]], "network_id (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.network_id", false]], "network_id (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.network_id", false]], "network_id (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.network_id", false]], "network_id (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.network_id", false]], "network_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.network_id", false]], "network_id (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.network_id", false]], "network_id (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.network_id", false]], "network_id (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.network_id", false]], "network_id (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.network_id", false]], "network_id (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.network_id", false]], "network_id (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.network_id", false]], "network_id (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.network_id", false]], "network_id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.network_id", false]], "network_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.network_id", false]], "network_id (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.network_id", false]], "network_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.network_id", false]], "network_id (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.network_id", false]], "network_id (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.network_id", false]], "network_id (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.network_id", false]], "network_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.network_id", false]], "network_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.network_id", false]], "network_id (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.network_id", false]], "network_id (cdp.smartcontract property)": [[1, "cdp.SmartContract.network_id", false]], "network_id (cdp.trade property)": [[1, "cdp.Trade.network_id", false]], "network_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.network_id", false]], "network_id (cdp.transfer property)": [[1, "cdp.Transfer.network_id", false]], "network_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.network_id", false]], "network_id (cdp.wallet property)": [[1, "cdp.Wallet.network_id", false]], "network_id (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.network_id", false]], "networkfeatureunsupportederror": [[1, "cdp.errors.NetworkFeatureUnsupportedError", false]], "networkidentifier (class in cdp.client.models.network_identifier)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier", false]], "networks (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.networks", false]], "networksapi (class in cdp.client.api.networks_api)": [[3, "cdp.client.api.networks_api.NetworksApi", false]], "next_page (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.next_page", false]], "next_page (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.next_page", false]], "next_page (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.next_page", false]], "next_page (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.next_page", false]], "next_page (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.next_page", false]], "next_page (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.next_page", false]], "next_page (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.next_page", false]], "next_page (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.next_page", false]], "next_page (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.next_page", false]], "next_page (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.next_page", false]], "next_page (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.next_page", false]], "next_page (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.next_page", false]], "next_page (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.next_page", false]], "next_page (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.next_page", false]], "next_page (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.next_page", false]], "next_page (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.next_page", false]], "next_page (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.next_page", false]], "nftcontractoptions (class in cdp.client.models.nft_contract_options)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions", false]], "nonce (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.nonce", false]], "notfounderror": [[1, "cdp.errors.NotFoundError", false]], "notfoundexception": [[2, "cdp.client.exceptions.NotFoundException", false]], "notification_uri (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.notification_uri", false]], "notification_uri (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.notification_uri", false]], "notification_uri (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.notification_uri", false]], "notification_uri (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.notification_uri", false]], "one_of_schemas (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.one_of_schemas", false]], "one_of_schemas (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.one_of_schemas", false]], "one_of_schemas (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.one_of_schemas", false]], "one_of_schemas (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.one_of_schemas", false]], "one_of_schemas (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.one_of_schemas", false]], "one_of_schemas (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.one_of_schemas", false]], "oneof_schema_1_validator (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.oneof_schema_1_validator", false]], "oneof_schema_2_validator (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.oneof_schema_2_validator", false]], "oneof_schema_2_validator (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.oneof_schema_2_validator", false]], "oneof_schema_3_validator (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.oneof_schema_3_validator", false]], "openapiexception": [[2, "cdp.client.exceptions.OpenApiException", false]], "options (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.options", false]], "options (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.options", false]], "options (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.options", false]], "options (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.options", false]], "options (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.options", false]], "options (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.options", false]], "options (cdp.smartcontract property)": [[1, "cdp.SmartContract.options", false]], "output (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.output", false]], "param_serialize() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.param_serialize", false]], "parameters_to_tuples() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.parameters_to_tuples", false]], "parameters_to_url_query() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.parameters_to_url_query", false]], "participant_type (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.participant_type", false]], "password (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.password", false]], "payload_signature_id (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.payload_signature_id", false]], "payload_signature_id (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.payload_signature_id", false]], "payload_signature_id (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.payload_signature_id", false]], "payloadsignature (class in cdp)": [[1, "cdp.PayloadSignature", false]], "payloadsignature (class in cdp.client.models.payload_signature)": [[4, "cdp.client.models.payload_signature.PayloadSignature", false]], "payloadsignature (class in cdp.payload_signature)": [[1, "cdp.payload_signature.PayloadSignature", false]], "payloadsignature.status (class in cdp)": [[1, "cdp.PayloadSignature.Status", false]], "payloadsignature.status (class in cdp.payload_signature)": [[1, "cdp.payload_signature.PayloadSignature.Status", false]], "payloadsignaturelist (class in cdp.client.models.payload_signature_list)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList", false]], "pending (cdp.payload_signature.payloadsignature.status attribute)": [[1, "cdp.payload_signature.PayloadSignature.Status.PENDING", false]], "pending (cdp.payloadsignature.status attribute)": [[1, "cdp.PayloadSignature.Status.PENDING", false]], "pending (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.PENDING", false]], "pending (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.PENDING", false]], "pending (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.PENDING", false]], "pending (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.PENDING", false]], "pending_activation (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.PENDING_ACTIVATION", false]], "polygon_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.POLYGON_MINUS_MAINNET", false]], "primary_denomination() (cdp.asset static method)": [[1, "cdp.Asset.primary_denomination", false]], "primary_denomination() (cdp.asset.asset static method)": [[1, "cdp.asset.Asset.primary_denomination", false]], "primitive_types (cdp.client.api_client.apiclient attribute)": [[2, "cdp.client.api_client.ApiClient.PRIMITIVE_TYPES", false]], "priority_fee_per_gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.priority_fee_per_gas", false]], "private_key (cdp.cdp attribute)": [[1, "cdp.Cdp.private_key", false], [1, "id12", false]], "private_key (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.private_key", false], [1, "id5", false]], "protocol_family (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.protocol_family", false]], "protocol_family_validate_enum() (cdp.client.models.network.network class method)": [[4, "cdp.client.models.network.Network.protocol_family_validate_enum", false]], "protocol_name (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.protocol_name", false]], "provisioned (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.PROVISIONED", false]], "provisioning (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.PROVISIONING", false]], "proxy (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.proxy", false]], "proxy_headers (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.proxy_headers", false]], "public_key (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.public_key", false]], "public_key (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.public_key", false]], "public_key (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.public_key", false]], "raw (cdp.transaction property)": [[1, "cdp.Transaction.raw", false]], "raw (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.raw", false]], "raw_data (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.raw_data", false]], "raw_typed_data (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.raw_typed_data", false]], "read() (cdp.client.rest.restresponse method)": [[2, "cdp.client.rest.RESTResponse.read", false]], "reaped (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.REAPED", false]], "refresh_api_key_hook (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.refresh_api_key_hook", false]], "reload() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.reload", false]], "reload() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.reload", false]], "reload() (cdp.payload_signature.payloadsignature method)": [[1, "cdp.payload_signature.PayloadSignature.reload", false]], "reload() (cdp.payloadsignature method)": [[1, "cdp.PayloadSignature.reload", false]], "reload() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.reload", false]], "reload() (cdp.smartcontract method)": [[1, "cdp.SmartContract.reload", false]], "reload() (cdp.trade method)": [[1, "cdp.Trade.reload", false]], "reload() (cdp.trade.trade method)": [[1, "cdp.trade.Trade.reload", false]], "reload() (cdp.transfer method)": [[1, "cdp.Transfer.reload", false]], "reload() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.reload", false]], "reload() (cdp.wallet method)": [[1, "cdp.Wallet.reload", false]], "reload() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.reload", false]], "render_path() (in module cdp.client.exceptions)": [[2, "cdp.client.exceptions.render_path", false]], "request() (cdp.client.rest.restclientobject method)": [[2, "cdp.client.rest.RESTClientObject.request", false]], "request_external_faucet_funds() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.request_external_faucet_funds", false]], "request_external_faucet_funds_with_http_info() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.request_external_faucet_funds_with_http_info", false]], "request_external_faucet_funds_without_preload_content() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.request_external_faucet_funds_without_preload_content", false]], "request_faucet_funds() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.request_faucet_funds", false]], "request_faucet_funds_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.request_faucet_funds_with_http_info", false]], "request_faucet_funds_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.request_faucet_funds_without_preload_content", false]], "resourceexhaustederror": [[1, "cdp.errors.ResourceExhaustedError", false]], "response_deserialize() (cdp.cdp_api_client.cdpapiclient method)": [[1, "cdp.cdp_api_client.CdpApiClient.response_deserialize", false]], "response_deserialize() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.response_deserialize", false]], "restclientobject (class in cdp.client.rest)": [[2, "cdp.client.rest.RESTClientObject", false]], "restresponse (class in cdp.client.rest)": [[2, "cdp.client.rest.RESTResponse", false]], "retries (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.retries", false]], "safe_chars_for_path_param (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.safe_chars_for_path_param", false]], "sanitize_for_serialization() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.sanitize_for_serialization", false]], "save_seed() (cdp.wallet method)": [[1, "cdp.Wallet.save_seed", false]], "save_seed() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.save_seed", false]], "seed (cdp.wallet_data.walletdata property)": [[1, "cdp.wallet_data.WalletData.seed", false]], "seed (cdp.walletdata property)": [[1, "cdp.WalletData.seed", false]], "seed_id (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.seed_id", false]], "seed_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.seed_id", false]], "seedcreationevent (class in cdp.client.models.seed_creation_event)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent", false]], "seedcreationeventresult (class in cdp.client.models.seed_creation_event_result)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult", false]], "select_header_accept() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.select_header_accept", false]], "select_header_content_type() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.select_header_content_type", false]], "send_tx_delegate (cdp.transfer property)": [[1, "cdp.Transfer.send_tx_delegate", false]], "send_tx_delegate (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.send_tx_delegate", false]], "server_operation_index (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.server_operation_index", false]], "server_operation_variables (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.server_operation_variables", false]], "server_signer (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.server_signer", false]], "server_signer_id (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.server_signer_id", false]], "server_signer_id (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.server_signer_id", false]], "server_signer_id (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.server_signer_id", false]], "server_signer_status (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.server_signer_status", false]], "server_signer_status (cdp.wallet property)": [[1, "cdp.Wallet.server_signer_status", false]], "server_signer_status (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.server_signer_status", false]], "server_signer_status_validate_enum() (cdp.client.models.wallet.wallet class method)": [[4, "cdp.client.models.wallet.Wallet.server_signer_status_validate_enum", false]], "serversigner (class in cdp.client.models.server_signer)": [[4, "cdp.client.models.server_signer.ServerSigner", false]], "serversignerevent (class in cdp.client.models.server_signer_event)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent", false]], "serversignereventevent (class in cdp.client.models.server_signer_event_event)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent", false]], "serversignereventlist (class in cdp.client.models.server_signer_event_list)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList", false]], "serversignerlist (class in cdp.client.models.server_signer_list)": [[4, "cdp.client.models.server_signer_list.ServerSignerList", false]], "serversignersapi (class in cdp.client.api.server_signers_api)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi", false]], "serviceexception": [[2, "cdp.client.exceptions.ServiceException", false]], "set_default() (cdp.client.api_client.apiclient class method)": [[2, "cdp.client.api_client.ApiClient.set_default", false]], "set_default() (cdp.client.configuration.configuration class method)": [[2, "cdp.client.configuration.Configuration.set_default", false]], "set_default_header() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.set_default_header", false]], "sig (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.sig", false]], "sign() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.sign", false]], "sign() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.sign", false]], "sign() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.sign", false]], "sign() (cdp.smartcontract method)": [[1, "cdp.SmartContract.sign", false]], "sign() (cdp.sponsored_send.sponsoredsend method)": [[1, "cdp.sponsored_send.SponsoredSend.sign", false]], "sign() (cdp.sponsoredsend method)": [[1, "cdp.SponsoredSend.sign", false]], "sign() (cdp.transaction method)": [[1, "cdp.Transaction.sign", false]], "sign() (cdp.transaction.transaction method)": [[1, "cdp.transaction.Transaction.sign", false]], "sign() (cdp.transfer method)": [[1, "cdp.Transfer.sign", false]], "sign() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.sign", false]], "sign_payload() (cdp.wallet method)": [[1, "cdp.Wallet.sign_payload", false]], "sign_payload() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.sign_payload", false]], "sign_payload() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.sign_payload", false]], "sign_payload() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.sign_payload", false]], "signature (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.signature", false]], "signature (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.signature", false]], "signature (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.signature", false]], "signature (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.signature", false]], "signature (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.signature", false]], "signature (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.signature", false]], "signature (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.signature", false]], "signature (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.signature", false]], "signature (cdp.transaction property)": [[1, "cdp.Transaction.signature", false]], "signature (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.signature", false]], "signature_header (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.signature_header", false]], "signature_header (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.signature_header", false]], "signature_header (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.signature_header", false]], "signaturecreationevent (class in cdp.client.models.signature_creation_event)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent", false]], "signaturecreationeventresult (class in cdp.client.models.signature_creation_event_result)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult", false]], "signed (cdp.payload_signature.payloadsignature.status attribute)": [[1, "cdp.payload_signature.PayloadSignature.Status.SIGNED", false]], "signed (cdp.payloadsignature.status attribute)": [[1, "cdp.PayloadSignature.Status.SIGNED", false]], "signed (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.signed", false]], "signed (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.SIGNED", false]], "signed (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.signed", false]], "signed (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.SIGNED", false]], "signed (cdp.transaction property)": [[1, "cdp.Transaction.signed", false]], "signed (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.SIGNED", false]], "signed (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.signed", false]], "signed (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.SIGNED", false]], "signed_payload (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.signed_payload", false]], "signed_payload (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.signed_payload", false]], "signed_payload (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.signed_payload", false]], "signed_payload (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.signed_payload", false]], "signed_payload (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.signed_payload", false]], "signed_payload (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.signed_payload", false]], "signed_payload (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.signed_payload", false]], "signed_payload (cdp.transaction property)": [[1, "cdp.Transaction.signed_payload", false]], "signed_payload (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.signed_payload", false]], "signed_voluntary_exit (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.signed_voluntary_exit", false]], "signedvoluntaryexitmessagemetadata (class in cdp.client.models.signed_voluntary_exit_message_metadata)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata", false]], "signing_payload (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.signing_payload", false]], "slashed (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.slashed", false]], "smart_contract_id (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.smart_contract_id", false]], "smart_contract_id (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.smart_contract_id", false]], "smart_contract_id (cdp.smartcontract property)": [[1, "cdp.SmartContract.smart_contract_id", false]], "smart_contracts (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.smart_contracts", false]], "smartcontract (class in cdp)": [[1, "cdp.SmartContract", false]], "smartcontract (class in cdp.client.models.smart_contract)": [[4, "cdp.client.models.smart_contract.SmartContract", false]], "smartcontract (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract", false]], "smartcontract.multitokencontractoptions (class in cdp)": [[1, "cdp.SmartContract.MultiTokenContractOptions", false]], "smartcontract.multitokencontractoptions (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.MultiTokenContractOptions", false]], "smartcontract.nftcontractoptions (class in cdp)": [[1, "cdp.SmartContract.NFTContractOptions", false]], "smartcontract.nftcontractoptions (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.NFTContractOptions", false]], "smartcontract.tokencontractoptions (class in cdp)": [[1, "cdp.SmartContract.TokenContractOptions", false]], "smartcontract.tokencontractoptions (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.TokenContractOptions", false]], "smartcontract.type (class in cdp)": [[1, "cdp.SmartContract.Type", false]], "smartcontract.type (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.Type", false]], "smartcontractlist (class in cdp.client.models.smart_contract_list)": [[4, "cdp.client.models.smart_contract_list.SmartContractList", false]], "smartcontractoptions (class in cdp.client.models.smart_contract_options)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions", false]], "smartcontractsapi (class in cdp.client.api.smart_contracts_api)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi", false]], "smartcontracttype (class in cdp.client.models.smart_contract_type)": [[4, "cdp.client.models.smart_contract_type.SmartContractType", false]], "socket_options (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.socket_options", false]], "solana_minus_devnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.SOLANA_MINUS_DEVNET", false]], "solana_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.SOLANA_MINUS_MAINNET", false]], "sponsored_send (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.sponsored_send", false]], "sponsored_send (cdp.transfer property)": [[1, "cdp.Transfer.sponsored_send", false]], "sponsored_send (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.sponsored_send", false]], "sponsoredsend (class in cdp)": [[1, "cdp.SponsoredSend", false]], "sponsoredsend (class in cdp.client.models.sponsored_send)": [[4, "cdp.client.models.sponsored_send.SponsoredSend", false]], "sponsoredsend (class in cdp.sponsored_send)": [[1, "cdp.sponsored_send.SponsoredSend", false]], "sponsoredsend.status (class in cdp)": [[1, "cdp.SponsoredSend.Status", false]], "sponsoredsend.status (class in cdp.sponsored_send)": [[1, "cdp.sponsored_send.SponsoredSend.Status", false]], "ssl_ca_cert (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.ssl_ca_cert", false]], "stake (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.stake", false]], "stakeable_balance (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.stakeable_balance", false]], "stakeapi (class in cdp.client.api.stake_api)": [[3, "cdp.client.api.stake_api.StakeApi", false]], "stakingbalance (class in cdp.client.models.staking_balance)": [[4, "cdp.client.models.staking_balance.StakingBalance", false]], "stakingcontext (class in cdp.client.models.staking_context)": [[4, "cdp.client.models.staking_context.StakingContext", false]], "stakingcontextcontext (class in cdp.client.models.staking_context_context)": [[4, "cdp.client.models.staking_context_context.StakingContextContext", false]], "stakingoperation (class in cdp.client.models.staking_operation)": [[4, "cdp.client.models.staking_operation.StakingOperation", false]], "stakingoperationmetadata (class in cdp.client.models.staking_operation_metadata)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata", false]], "stakingreward (class in cdp.client.models.staking_reward)": [[4, "cdp.client.models.staking_reward.StakingReward", false]], "stakingrewardformat (class in cdp.client.models.staking_reward_format)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat", false]], "stakingrewardusdvalue (class in cdp.client.models.staking_reward_usd_value)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue", false]], "start_time (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.start_time", false]], "state (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.state", false]], "state_validate_enum() (cdp.client.models.staking_reward.stakingreward class method)": [[4, "cdp.client.models.staking_reward.StakingReward.state_validate_enum", false]], "status (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.status", false]], "status (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.status", false]], "status (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.status", false]], "status (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.status", false]], "status (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.status", false]], "status (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.status", false]], "status (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.status", false]], "status (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.status", false]], "status (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.status", false]], "status (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.status", false]], "status (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.status", false]], "status (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.status", false]], "status (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.status", false]], "status (cdp.trade property)": [[1, "cdp.Trade.status", false]], "status (cdp.trade.trade property)": [[1, "cdp.trade.Trade.status", false]], "status (cdp.transaction property)": [[1, "cdp.Transaction.status", false]], "status (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.status", false]], "status (cdp.transfer property)": [[1, "cdp.Transfer.status", false]], "status (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.status", false]], "status_code (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.status_code", false]], "status_validate_enum() (cdp.client.models.payload_signature.payloadsignature class method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.sponsored_send.sponsoredsend class method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.staking_operation.stakingoperation class method)": [[4, "cdp.client.models.staking_operation.StakingOperation.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.transaction.transaction class method)": [[4, "cdp.client.models.transaction.Transaction.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.transfer.transfer class method)": [[4, "cdp.client.models.transfer.Transfer.status_validate_enum", false]], "storage_keys (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.storage_keys", false]], "sub_traces (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.sub_traces", false]], "submit_server_signer_seed_event_result() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_seed_event_result", false]], "submit_server_signer_seed_event_result_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_seed_event_result_with_http_info", false]], "submit_server_signer_seed_event_result_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_seed_event_result_without_preload_content", false]], "submit_server_signer_signature_event_result() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_signature_event_result", false]], "submit_server_signer_signature_event_result_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_signature_event_result_with_http_info", false]], "submit_server_signer_signature_event_result_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_signature_event_result_without_preload_content", false]], "submitted (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.SUBMITTED", false]], "submitted (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.SUBMITTED", false]], "symbol (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.symbol", false]], "symbol (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.symbol", false]], "temp_folder_path (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.temp_folder_path", false]], "terminal_state (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.terminal_state", false]], "terminal_state (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.terminal_state", false]], "terminal_state (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.terminal_state", false]], "terminal_state (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.terminal_state", false]], "terminal_state (cdp.transaction property)": [[1, "cdp.Transaction.terminal_state", false]], "terminal_state (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.terminal_state", false]], "terminal_state (cdp.transfer property)": [[1, "cdp.Transfer.terminal_state", false]], "terminal_state (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.terminal_state", false]], "terminal_states() (cdp.payload_signature.payloadsignature.status class method)": [[1, "cdp.payload_signature.PayloadSignature.Status.terminal_states", false]], "terminal_states() (cdp.payloadsignature.status class method)": [[1, "cdp.PayloadSignature.Status.terminal_states", false]], "terminal_states() (cdp.sponsored_send.sponsoredsend.status class method)": [[1, "cdp.sponsored_send.SponsoredSend.Status.terminal_states", false]], "terminal_states() (cdp.sponsoredsend.status class method)": [[1, "cdp.SponsoredSend.Status.terminal_states", false]], "terminal_states() (cdp.transaction.status class method)": [[1, "cdp.Transaction.Status.terminal_states", false]], "terminal_states() (cdp.transaction.transaction.status class method)": [[1, "cdp.transaction.Transaction.Status.terminal_states", false]], "tls_server_name (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.tls_server_name", false]], "to (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to", false]], "to (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to", false]], "to (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to", false]], "to (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to", false]], "to_address (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_address", false]], "to_address_id (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_address_id", false]], "to_address_id (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.to_address_id", false]], "to_address_id (cdp.transaction property)": [[1, "cdp.Transaction.to_address_id", false]], "to_address_id (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.to_address_id", false]], "to_amount (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.to_amount", false]], "to_amount (cdp.trade property)": [[1, "cdp.Trade.to_amount", false]], "to_amount (cdp.trade.trade property)": [[1, "cdp.trade.Trade.to_amount", false]], "to_asset (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.to_asset", false]], "to_asset_id (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_asset_id", false]], "to_asset_id (cdp.trade property)": [[1, "cdp.Trade.to_asset_id", false]], "to_asset_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.to_asset_id", false]], "to_atomic_amount() (cdp.asset method)": [[1, "cdp.Asset.to_atomic_amount", false]], "to_atomic_amount() (cdp.asset.asset method)": [[1, "cdp.asset.Asset.to_atomic_amount", false]], "to_debug_report() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.to_debug_report", false]], "to_dict() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.to_dict", false]], "to_dict() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.to_dict", false]], "to_dict() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.to_dict", false]], "to_dict() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.to_dict", false]], "to_dict() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.to_dict", false]], "to_dict() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.to_dict", false]], "to_dict() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.to_dict", false]], "to_dict() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.to_dict", false]], "to_dict() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.to_dict", false]], "to_dict() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.to_dict", false]], "to_dict() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.to_dict", false]], "to_dict() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.to_dict", false]], "to_dict() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.to_dict", false]], "to_dict() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.to_dict", false]], "to_dict() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.to_dict", false]], "to_dict() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.to_dict", false]], "to_dict() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.to_dict", false]], "to_dict() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.to_dict", false]], "to_dict() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.to_dict", false]], "to_dict() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.to_dict", false]], "to_dict() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.to_dict", false]], "to_dict() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.to_dict", false]], "to_dict() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_dict", false]], "to_dict() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.to_dict", false]], "to_dict() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.to_dict", false]], "to_dict() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.to_dict", false]], "to_dict() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.to_dict", false]], "to_dict() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.to_dict", false]], "to_dict() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.to_dict", false]], "to_dict() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to_dict", false]], "to_dict() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to_dict", false]], "to_dict() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to_dict", false]], "to_dict() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.to_dict", false]], "to_dict() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.to_dict", false]], "to_dict() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.to_dict", false]], "to_dict() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.to_dict", false]], "to_dict() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.to_dict", false]], "to_dict() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.to_dict", false]], "to_dict() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.to_dict", false]], "to_dict() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.to_dict", false]], "to_dict() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.to_dict", false]], "to_dict() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.to_dict", false]], "to_dict() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.to_dict", false]], "to_dict() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.to_dict", false]], "to_dict() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.to_dict", false]], "to_dict() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.to_dict", false]], "to_dict() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.to_dict", false]], "to_dict() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.to_dict", false]], "to_dict() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.to_dict", false]], "to_dict() (cdp.client.models.server_signer_event_event.serversignereventevent method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.to_dict", false]], "to_dict() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.to_dict", false]], "to_dict() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.to_dict", false]], "to_dict() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.to_dict", false]], "to_dict() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.to_dict", false]], "to_dict() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.to_dict", false]], "to_dict() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.to_dict", false]], "to_dict() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.to_dict", false]], "to_dict() (cdp.client.models.smart_contract_options.smartcontractoptions method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.to_dict", false]], "to_dict() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_dict", false]], "to_dict() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.to_dict", false]], "to_dict() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.to_dict", false]], "to_dict() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.to_dict", false]], "to_dict() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.to_dict", false]], "to_dict() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.to_dict", false]], "to_dict() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.to_dict", false]], "to_dict() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.to_dict", false]], "to_dict() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.to_dict", false]], "to_dict() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.to_dict", false]], "to_dict() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.to_dict", false]], "to_dict() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.to_dict", false]], "to_dict() (cdp.client.models.transaction_content.transactioncontent method)": [[4, "cdp.client.models.transaction_content.TransactionContent.to_dict", false]], "to_dict() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.to_dict", false]], "to_dict() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.to_dict", false]], "to_dict() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.to_dict", false]], "to_dict() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.to_dict", false]], "to_dict() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.to_dict", false]], "to_dict() (cdp.client.models.validator_details.validatordetails method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.to_dict", false]], "to_dict() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.to_dict", false]], "to_dict() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.to_dict", false]], "to_dict() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.to_dict", false]], "to_dict() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.to_dict", false]], "to_dict() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_dict", false]], "to_dict() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.to_dict", false]], "to_dict() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.to_dict", false]], "to_dict() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.to_dict", false]], "to_dict() (cdp.wallet_data.walletdata method)": [[1, "cdp.wallet_data.WalletData.to_dict", false]], "to_dict() (cdp.walletdata method)": [[1, "cdp.WalletData.to_dict", false]], "to_json() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.to_json", false]], "to_json() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.to_json", false]], "to_json() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.to_json", false]], "to_json() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.to_json", false]], "to_json() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.to_json", false]], "to_json() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.to_json", false]], "to_json() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.to_json", false]], "to_json() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.to_json", false]], "to_json() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.to_json", false]], "to_json() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.to_json", false]], "to_json() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.to_json", false]], "to_json() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.to_json", false]], "to_json() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.to_json", false]], "to_json() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.to_json", false]], "to_json() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.to_json", false]], "to_json() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.to_json", false]], "to_json() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.to_json", false]], "to_json() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.to_json", false]], "to_json() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.to_json", false]], "to_json() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.to_json", false]], "to_json() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.to_json", false]], "to_json() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.to_json", false]], "to_json() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_json", false]], "to_json() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.to_json", false]], "to_json() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.to_json", false]], "to_json() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.to_json", false]], "to_json() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.to_json", false]], "to_json() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.to_json", false]], "to_json() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.to_json", false]], "to_json() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to_json", false]], "to_json() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to_json", false]], "to_json() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to_json", false]], "to_json() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.to_json", false]], "to_json() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.to_json", false]], "to_json() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.to_json", false]], "to_json() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.to_json", false]], "to_json() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.to_json", false]], "to_json() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.to_json", false]], "to_json() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.to_json", false]], "to_json() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.to_json", false]], "to_json() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.to_json", false]], "to_json() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.to_json", false]], "to_json() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.to_json", false]], "to_json() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.to_json", false]], "to_json() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.to_json", false]], "to_json() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.to_json", false]], "to_json() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.to_json", false]], "to_json() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.to_json", false]], "to_json() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.to_json", false]], "to_json() (cdp.client.models.server_signer_event_event.serversignereventevent method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.to_json", false]], "to_json() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.to_json", false]], "to_json() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.to_json", false]], "to_json() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.to_json", false]], "to_json() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.to_json", false]], "to_json() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.to_json", false]], "to_json() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.to_json", false]], "to_json() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.to_json", false]], "to_json() (cdp.client.models.smart_contract_options.smartcontractoptions method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.to_json", false]], "to_json() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_json", false]], "to_json() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.to_json", false]], "to_json() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.to_json", false]], "to_json() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.to_json", false]], "to_json() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.to_json", false]], "to_json() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.to_json", false]], "to_json() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.to_json", false]], "to_json() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.to_json", false]], "to_json() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.to_json", false]], "to_json() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.to_json", false]], "to_json() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.to_json", false]], "to_json() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.to_json", false]], "to_json() (cdp.client.models.transaction_content.transactioncontent method)": [[4, "cdp.client.models.transaction_content.TransactionContent.to_json", false]], "to_json() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.to_json", false]], "to_json() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.to_json", false]], "to_json() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.to_json", false]], "to_json() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.to_json", false]], "to_json() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.to_json", false]], "to_json() (cdp.client.models.validator_details.validatordetails method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.to_json", false]], "to_json() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.to_json", false]], "to_json() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.to_json", false]], "to_json() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.to_json", false]], "to_json() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.to_json", false]], "to_json() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_json", false]], "to_json() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.to_json", false]], "to_json() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.to_json", false]], "to_json() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.to_json", false]], "to_str() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.to_str", false]], "to_str() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.to_str", false]], "to_str() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.to_str", false]], "to_str() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.to_str", false]], "to_str() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.to_str", false]], "to_str() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.to_str", false]], "to_str() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.to_str", false]], "to_str() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.to_str", false]], "to_str() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.to_str", false]], "to_str() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.to_str", false]], "to_str() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.to_str", false]], "to_str() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.to_str", false]], "to_str() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.to_str", false]], "to_str() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.to_str", false]], "to_str() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.to_str", false]], "to_str() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.to_str", false]], "to_str() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.to_str", false]], "to_str() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.to_str", false]], "to_str() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.to_str", false]], "to_str() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.to_str", false]], "to_str() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.to_str", false]], "to_str() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.to_str", false]], "to_str() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_str", false]], "to_str() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.to_str", false]], "to_str() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.to_str", false]], "to_str() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.to_str", false]], "to_str() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.to_str", false]], "to_str() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.to_str", false]], "to_str() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.to_str", false]], "to_str() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to_str", false]], "to_str() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to_str", false]], "to_str() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to_str", false]], "to_str() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.to_str", false]], "to_str() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.to_str", false]], "to_str() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.to_str", false]], "to_str() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.to_str", false]], "to_str() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.to_str", false]], "to_str() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.to_str", false]], "to_str() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.to_str", false]], "to_str() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.to_str", false]], "to_str() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.to_str", false]], "to_str() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.to_str", false]], "to_str() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.to_str", false]], "to_str() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.to_str", false]], "to_str() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.to_str", false]], "to_str() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.to_str", false]], "to_str() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.to_str", false]], "to_str() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.to_str", false]], "to_str() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.to_str", false]], "to_str() (cdp.client.models.server_signer_event_event.serversignereventevent method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.to_str", false]], "to_str() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.to_str", false]], "to_str() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.to_str", false]], "to_str() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.to_str", false]], "to_str() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.to_str", false]], "to_str() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.to_str", false]], "to_str() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.to_str", false]], "to_str() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.to_str", false]], "to_str() (cdp.client.models.smart_contract_options.smartcontractoptions method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.to_str", false]], "to_str() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_str", false]], "to_str() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.to_str", false]], "to_str() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.to_str", false]], "to_str() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.to_str", false]], "to_str() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.to_str", false]], "to_str() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.to_str", false]], "to_str() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.to_str", false]], "to_str() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.to_str", false]], "to_str() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.to_str", false]], "to_str() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.to_str", false]], "to_str() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.to_str", false]], "to_str() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.to_str", false]], "to_str() (cdp.client.models.transaction_content.transactioncontent method)": [[4, "cdp.client.models.transaction_content.TransactionContent.to_str", false]], "to_str() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.to_str", false]], "to_str() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.to_str", false]], "to_str() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.to_str", false]], "to_str() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.to_str", false]], "to_str() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.to_str", false]], "to_str() (cdp.client.models.validator_details.validatordetails method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.to_str", false]], "to_str() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.to_str", false]], "to_str() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.to_str", false]], "to_str() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.to_str", false]], "to_str() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.to_str", false]], "to_str() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_str", false]], "to_str() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.to_str", false]], "to_str() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.to_str", false]], "to_str() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.to_str", false]], "token_id (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.token_id", false]], "tokencontractoptions (class in cdp.client.models.token_contract_options)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions", false]], "total_count (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.total_count", false]], "total_count (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.total_count", false]], "total_count (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.total_count", false]], "total_count (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.total_count", false]], "total_count (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.total_count", false]], "total_count (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.total_count", false]], "total_count (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.total_count", false]], "total_count (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.total_count", false]], "total_count (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.total_count", false]], "total_supply (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.total_supply", false]], "trace_address (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.trace_address", false]], "trace_id (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.trace_id", false]], "trace_type (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.trace_type", false]], "trade (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.trade", false]], "trade (class in cdp)": [[1, "cdp.Trade", false]], "trade (class in cdp.client.models.trade)": [[4, "cdp.client.models.trade.Trade", false]], "trade (class in cdp.trade)": [[1, "cdp.trade.Trade", false]], "trade() (cdp.wallet method)": [[1, "cdp.Wallet.trade", false]], "trade() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.trade", false]], "trade() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.trade", false]], "trade() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.trade", false]], "trade_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.trade_id", false]], "trade_id (cdp.trade property)": [[1, "cdp.Trade.trade_id", false]], "trade_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.trade_id", false]], "tradelist (class in cdp.client.models.trade_list)": [[4, "cdp.client.models.trade_list.TradeList", false]], "trades (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.trades", false]], "trades() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.trades", false]], "trades() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.trades", false]], "tradesapi (class in cdp.client.api.trades_api)": [[3, "cdp.client.api.trades_api.TradesApi", false]], "transaction (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.transaction", false]], "transaction (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.transaction", false]], "transaction (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.transaction", false]], "transaction (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.transaction", false]], "transaction (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.transaction", false]], "transaction (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.transaction", false]], "transaction (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.transaction", false]], "transaction (cdp.smartcontract property)": [[1, "cdp.SmartContract.transaction", false]], "transaction (cdp.trade property)": [[1, "cdp.Trade.transaction", false]], "transaction (cdp.trade.trade property)": [[1, "cdp.trade.Trade.transaction", false]], "transaction (cdp.transfer property)": [[1, "cdp.Transfer.transaction", false]], "transaction (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transaction", false]], "transaction (class in cdp)": [[1, "cdp.Transaction", false]], "transaction (class in cdp.client.models.transaction)": [[4, "cdp.client.models.transaction.Transaction", false]], "transaction (class in cdp.transaction)": [[1, "cdp.transaction.Transaction", false]], "transaction.status (class in cdp)": [[1, "cdp.Transaction.Status", false]], "transaction.status (class in cdp.transaction)": [[1, "cdp.transaction.Transaction.Status", false]], "transaction_access_list (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.transaction_access_list", false]], "transaction_hash (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.transaction_hash", false]], "transaction_hash (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.transaction_hash", false]], "transaction_hash (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.transaction_hash", false]], "transaction_hash (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.transaction_hash", false]], "transaction_hash (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.transaction_hash", false]], "transaction_hash (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.transaction_hash", false]], "transaction_hash (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.transaction_hash", false]], "transaction_hash (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.transaction_hash", false]], "transaction_hash (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.transaction_hash", false]], "transaction_hash (cdp.faucet_transaction.faucettransaction property)": [[1, "cdp.faucet_transaction.FaucetTransaction.transaction_hash", false]], "transaction_hash (cdp.faucettransaction property)": [[1, "cdp.FaucetTransaction.transaction_hash", false]], "transaction_hash (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.transaction_hash", false]], "transaction_hash (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.transaction_hash", false]], "transaction_hash (cdp.transaction property)": [[1, "cdp.Transaction.transaction_hash", false]], "transaction_hash (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.transaction_hash", false]], "transaction_hash (cdp.transfer property)": [[1, "cdp.Transfer.transaction_hash", false]], "transaction_hash (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transaction_hash", false]], "transaction_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.transaction_id", false]], "transaction_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.transaction_id", false]], "transaction_index (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.transaction_index", false]], "transaction_index (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.transaction_index", false]], "transaction_index (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.transaction_index", false]], "transaction_index (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.transaction_index", false]], "transaction_link (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.transaction_link", false]], "transaction_link (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.transaction_link", false]], "transaction_link (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.transaction_link", false]], "transaction_link (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.transaction_link", false]], "transaction_link (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.transaction_link", false]], "transaction_link (cdp.faucet_transaction.faucettransaction property)": [[1, "cdp.faucet_transaction.FaucetTransaction.transaction_link", false]], "transaction_link (cdp.faucettransaction property)": [[1, "cdp.FaucetTransaction.transaction_link", false]], "transaction_link (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.transaction_link", false]], "transaction_link (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.transaction_link", false]], "transaction_link (cdp.transaction property)": [[1, "cdp.Transaction.transaction_link", false]], "transaction_link (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.transaction_link", false]], "transaction_link (cdp.transfer property)": [[1, "cdp.Transfer.transaction_link", false]], "transaction_link (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transaction_link", false]], "transaction_type (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.transaction_type", false]], "transaction_type (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.transaction_type", false]], "transactioncontent (class in cdp.client.models.transaction_content)": [[4, "cdp.client.models.transaction_content.TransactionContent", false]], "transactionhistoryapi (class in cdp.client.api.transaction_history_api)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi", false]], "transactionnotsignederror": [[1, "cdp.errors.TransactionNotSignedError", false]], "transactions (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.transactions", false]], "transactiontype (class in cdp.client.models.transaction_type)": [[4, "cdp.client.models.transaction_type.TransactionType", false]], "transfer (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.transfer", false]], "transfer (cdp.client.models.transaction_type.transactiontype attribute)": [[4, "cdp.client.models.transaction_type.TransactionType.TRANSFER", false]], "transfer (class in cdp)": [[1, "cdp.Transfer", false]], "transfer (class in cdp.client.models.transfer)": [[4, "cdp.client.models.transfer.Transfer", false]], "transfer (class in cdp.transfer)": [[1, "cdp.transfer.Transfer", false]], "transfer() (cdp.wallet method)": [[1, "cdp.Wallet.transfer", false]], "transfer() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.transfer", false]], "transfer() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.transfer", false]], "transfer() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.transfer", false]], "transfer_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.transfer_id", false]], "transfer_id (cdp.transfer property)": [[1, "cdp.Transfer.transfer_id", false]], "transfer_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transfer_id", false]], "transferlist (class in cdp.client.models.transfer_list)": [[4, "cdp.client.models.transfer_list.TransferList", false]], "transfers (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.transfers", false]], "transfers() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.transfers", false]], "transfers() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.transfers", false]], "transfersapi (class in cdp.client.api.transfers_api)": [[3, "cdp.client.api.transfers_api.TransfersApi", false]], "tx_hash (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.tx_hash", false]], "tx_index (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.tx_index", false]], "type (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.type", false]], "type (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.type", false]], "type (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.type", false]], "type (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.type", false]], "type (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.type", false]], "type (cdp.smartcontract property)": [[1, "cdp.SmartContract.type", false]], "typed_data_hash (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.typed_data_hash", false]], "typed_data_hash (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.typed_data_hash", false]], "typed_data_hash (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.typed_data_hash", false]], "unauthorizederror": [[1, "cdp.errors.UnauthorizedError", false]], "unauthorizedexception": [[2, "cdp.client.exceptions.UnauthorizedException", false]], "unbonded_balance (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.unbonded_balance", false]], "unimplementederror": [[1, "cdp.errors.UnimplementedError", false]], "unknown (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.UNKNOWN", false]], "unsigned_payload (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.unsigned_payload", false]], "unsigned_payload (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.unsigned_payload", false]], "unsigned_payload (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.unsigned_payload", false]], "unsigned_payload (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.unsigned_payload", false]], "unsigned_payload (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.unsigned_payload", false]], "unsigned_payload (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.unsigned_payload", false]], "unsigned_payload (cdp.transaction property)": [[1, "cdp.Transaction.unsigned_payload", false]], "unsigned_payload (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.unsigned_payload", false]], "unspecified (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.UNSPECIFIED", false]], "unspecified (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.UNSPECIFIED", false]], "unspecified (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.UNSPECIFIED", false]], "unstakeable_balance (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.unstakeable_balance", false]], "unsupportedasseterror": [[1, "cdp.errors.UnsupportedAssetError", false]], "update_params_for_auth() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.update_params_for_auth", false]], "update_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.update_webhook", false]], "update_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.update_webhook_with_http_info", false]], "update_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.update_webhook_without_preload_content", false]], "updated_at (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.updated_at", false]], "updatewebhookrequest (class in cdp.client.models.update_webhook_request)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest", false]], "uri (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.uri", false]], "usd (cdp.client.models.staking_reward_format.stakingrewardformat attribute)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat.USD", false]], "usd_value (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.usd_value", false]], "use_server_signer (cdp.cdp attribute)": [[1, "cdp.Cdp.use_server_signer", false], [1, "id13", false]], "use_server_signer (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.use_server_signer", false], [1, "id6", false]], "use_server_signer (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.use_server_signer", false]], "user (class in cdp.client.models.user)": [[4, "cdp.client.models.user.User", false]], "user_agent (cdp.client.api_client.apiclient property)": [[2, "cdp.client.api_client.ApiClient.user_agent", false]], "username (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.username", false]], "usersapi (class in cdp.client.api.users_api)": [[3, "cdp.client.api.users_api.UsersApi", false]], "validator (class in cdp.client.models.validator)": [[4, "cdp.client.models.validator.Validator", false]], "validator_id (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.validator_id", false]], "validator_pub_key (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.validator_pub_key", false]], "validatordetails (class in cdp.client.models.validator_details)": [[4, "cdp.client.models.validator_details.ValidatorDetails", false]], "validatorlist (class in cdp.client.models.validator_list)": [[4, "cdp.client.models.validator_list.ValidatorList", false]], "validatorsapi (class in cdp.client.api.validators_api)": [[3, "cdp.client.api.validators_api.ValidatorsApi", false]], "validatorstatus (class in cdp.client.models.validator_status)": [[4, "cdp.client.models.validator_status.ValidatorStatus", false]], "value (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.value", false]], "value (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.value", false]], "value (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.value", false]], "var_date (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.var_date", false]], "var_date (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.var_date", false]], "var_from (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.var_from", false]], "var_from (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.var_from", false]], "var_from (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.var_from", false]], "var_from (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.var_from", false]], "verify_ssl (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.verify_ssl", false]], "wait() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.wait", false]], "wait() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.wait", false]], "wait() (cdp.payload_signature.payloadsignature method)": [[1, "cdp.payload_signature.PayloadSignature.wait", false]], "wait() (cdp.payloadsignature method)": [[1, "cdp.PayloadSignature.wait", false]], "wait() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.wait", false]], "wait() (cdp.smartcontract method)": [[1, "cdp.SmartContract.wait", false]], "wait() (cdp.trade method)": [[1, "cdp.Trade.wait", false]], "wait() (cdp.trade.trade method)": [[1, "cdp.trade.Trade.wait", false]], "wait() (cdp.transfer method)": [[1, "cdp.Transfer.wait", false]], "wait() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.wait", false]], "wallet (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.wallet", false]], "wallet (class in cdp)": [[1, "cdp.Wallet", false]], "wallet (class in cdp.client.models.wallet)": [[4, "cdp.client.models.wallet.Wallet", false]], "wallet (class in cdp.wallet)": [[1, "cdp.wallet.Wallet", false]], "wallet_activity (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.WALLET_ACTIVITY", false]], "wallet_id (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.wallet_id", false]], "wallet_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.wallet_id", false]], "wallet_id (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.wallet_id", false]], "wallet_id (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.wallet_id", false]], "wallet_id (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.wallet_id", false]], "wallet_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.wallet_id", false]], "wallet_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.wallet_id", false]], "wallet_id (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.wallet_id", false]], "wallet_id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.wallet_id", false]], "wallet_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.wallet_id", false]], "wallet_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.wallet_id", false]], "wallet_id (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.wallet_id", false]], "wallet_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.wallet_id", false]], "wallet_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.wallet_id", false]], "wallet_id (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.wallet_id", false]], "wallet_id (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.wallet_id", false]], "wallet_id (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.wallet_id", false]], "wallet_id (cdp.smartcontract property)": [[1, "cdp.SmartContract.wallet_id", false]], "wallet_id (cdp.trade property)": [[1, "cdp.Trade.wallet_id", false]], "wallet_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.wallet_id", false]], "wallet_id (cdp.transfer property)": [[1, "cdp.Transfer.wallet_id", false]], "wallet_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.wallet_id", false]], "wallet_id (cdp.wallet_address.walletaddress property)": [[1, "cdp.wallet_address.WalletAddress.wallet_id", false]], "wallet_id (cdp.wallet_data.walletdata property)": [[1, "cdp.wallet_data.WalletData.wallet_id", false]], "wallet_id (cdp.walletaddress property)": [[1, "cdp.WalletAddress.wallet_id", false]], "wallet_id (cdp.walletdata property)": [[1, "cdp.WalletData.wallet_id", false]], "wallet_user_id (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.wallet_user_id", false]], "wallet_user_id (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.wallet_user_id", false]], "wallet_user_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.wallet_user_id", false]], "wallet_user_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.wallet_user_id", false]], "walletaddress (class in cdp)": [[1, "cdp.WalletAddress", false]], "walletaddress (class in cdp.wallet_address)": [[1, "cdp.wallet_address.WalletAddress", false]], "walletdata (class in cdp)": [[1, "cdp.WalletData", false]], "walletdata (class in cdp.wallet_data)": [[1, "cdp.wallet_data.WalletData", false]], "walletlist (class in cdp.client.models.wallet_list)": [[4, "cdp.client.models.wallet_list.WalletList", false]], "wallets (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.wallets", false]], "wallets (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.wallets", false]], "walletsapi (class in cdp.client.api.wallets_api)": [[3, "cdp.client.api.wallets_api.WalletsApi", false]], "walletstakeapi (class in cdp.client.api.wallet_stake_api)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi", false]], "webhook (class in cdp.client.models.webhook)": [[4, "cdp.client.models.webhook.Webhook", false]], "webhook_id (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.webhook_id", false]], "webhook_id (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.webhook_id", false]], "webhookeventfilter (class in cdp.client.models.webhook_event_filter)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter", false]], "webhookeventtype (class in cdp.client.models.webhook_event_type)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType", false]], "webhookeventtypefilter (class in cdp.client.models.webhook_event_type_filter)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter", false]], "webhooklist (class in cdp.client.models.webhook_list)": [[4, "cdp.client.models.webhook_list.WebhookList", false]], "webhooksapi (class in cdp.client.api.webhooks_api)": [[3, "cdp.client.api.webhooks_api.WebhooksApi", false]], "webhookwalletactivityfilter (class in cdp.client.models.webhook_wallet_activity_filter)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter", false]], "withdrawable_epoch (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.withdrawable_epoch", false]], "withdrawal_address (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.withdrawal_address", false]], "withdrawal_available (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.WITHDRAWAL_AVAILABLE", false]], "withdrawal_complete (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.WITHDRAWAL_COMPLETE", false]]}, "objects": {"": [[1, 0, 0, "-", "cdp"]], "cdp": [[1, 1, 1, "", "Address"], [1, 1, 1, "", "Asset"], [1, 1, 1, "", "Balance"], [1, 1, 1, "", "BalanceMap"], [1, 1, 1, "", "Cdp"], [1, 1, 1, "", "ContractInvocation"], [1, 1, 1, "", "FaucetTransaction"], [1, 1, 1, "", "PayloadSignature"], [1, 1, 1, "", "SmartContract"], [1, 1, 1, "", "SponsoredSend"], [1, 1, 1, "", "Trade"], [1, 1, 1, "", "Transaction"], [1, 1, 1, "", "Transfer"], [1, 1, 1, "", "Wallet"], [1, 1, 1, "", "WalletAddress"], [1, 1, 1, "", "WalletData"], [1, 0, 0, "-", "address"], [1, 0, 0, "-", "api_clients"], [1, 0, 0, "-", "asset"], [1, 0, 0, "-", "balance"], [1, 0, 0, "-", "balance_map"], [1, 0, 0, "-", "cdp"], [1, 0, 0, "-", "cdp_api_client"], [2, 0, 0, "-", "client"], [1, 0, 0, "-", "contract_invocation"], [1, 0, 0, "-", "errors"], [1, 0, 0, "-", "faucet_transaction"], [1, 6, 1, "", "hash_message"], [1, 6, 1, "", "hash_typed_data_message"], [1, 0, 0, "-", "hash_utils"], [1, 0, 0, "-", "payload_signature"], [1, 0, 0, "-", "smart_contract"], [1, 0, 0, "-", "sponsored_send"], [1, 0, 0, "-", "trade"], [1, 0, 0, "-", "transaction"], [1, 0, 0, "-", "transfer"], [1, 0, 0, "-", "wallet"], [1, 0, 0, "-", "wallet_address"], [1, 0, 0, "-", "wallet_data"]], "cdp.Address": [[1, 2, 1, "", "address_id"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "faucet"], [1, 2, 1, "", "network_id"]], "cdp.Asset": [[1, 2, 1, "", "asset_id"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "decimals"], [1, 3, 1, "", "fetch"], [1, 3, 1, "", "from_atomic_amount"], [1, 3, 1, "", "from_model"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "primary_denomination"], [1, 3, 1, "", "to_atomic_amount"]], "cdp.Balance": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "from_model"]], "cdp.BalanceMap": [[1, 3, 1, "", "add"], [1, 3, 1, "", "from_models"]], "cdp.Cdp": [[1, 4, 1, "id7", "api_clients"], [1, 4, 1, "id8", "api_key_name"], [1, 4, 1, "id9", "base_path"], [1, 3, 1, "", "configure"], [1, 3, 1, "", "configure_from_json"], [1, 4, 1, "id10", "debugging"], [1, 4, 1, "id11", "max_network_retries"], [1, 4, 1, "id12", "private_key"], [1, 4, 1, "id13", "use_server_signer"]], "cdp.ContractInvocation": [[1, 2, 1, "", "abi"], [1, 2, 1, "", "address_id"], [1, 2, 1, "", "amount"], [1, 2, 1, "", "args"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "contract_invocation_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "method"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "status"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.FaucetTransaction": [[1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"]], "cdp.PayloadSignature": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "address_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "payload_signature_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "unsigned_payload"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.PayloadSignature.Status": [[1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 3, 1, "", "terminal_states"]], "cdp.SmartContract": [[1, 1, 1, "", "MultiTokenContractOptions"], [1, 1, 1, "", "NFTContractOptions"], [1, 1, 1, "", "TokenContractOptions"], [1, 1, 1, "", "Type"], [1, 2, 1, "", "abi"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 3, 1, "", "create"], [1, 2, 1, "", "deployer_address"], [1, 2, 1, "", "network_id"], [1, 2, 1, "", "options"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "smart_contract_id"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "type"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.SmartContract.Type": [[1, 4, 1, "", "ERC1155"], [1, 4, 1, "", "ERC20"], [1, 4, 1, "", "ERC721"]], "cdp.SponsoredSend": [[1, 1, 1, "", "Status"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "typed_data_hash"]], "cdp.SponsoredSend.Status": [[1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "SUBMITTED"], [1, 3, 1, "", "terminal_states"]], "cdp.Trade": [[1, 2, 1, "", "address_id"], [1, 2, 1, "", "approve_transaction"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "from_amount"], [1, 2, 1, "", "from_asset_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "to_amount"], [1, 2, 1, "", "to_asset_id"], [1, 2, 1, "", "trade_id"], [1, 2, 1, "", "transaction"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.Transaction": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "block_hash"], [1, 2, 1, "", "block_height"], [1, 2, 1, "", "content"], [1, 2, 1, "", "from_address_id"], [1, 2, 1, "", "raw"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "signed_payload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "to_address_id"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "unsigned_payload"]], "cdp.Transaction.Status": [[1, 4, 1, "", "BROADCAST"], [1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "UNSPECIFIED"], [1, 3, 1, "", "terminal_states"]], "cdp.Transfer": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "destination_address_id"], [1, 2, 1, "", "from_address_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "send_tx_delegate"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "sponsored_send"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "transfer_id"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.Wallet": [[1, 4, 1, "", "MAX_ADDRESSES"], [1, 2, 1, "", "addresses"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "create"], [1, 3, 1, "", "create_address"], [1, 2, 1, "", "default_address"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "export_data"], [1, 3, 1, "", "faucet"], [1, 3, 1, "", "fetch"], [1, 2, 1, "", "id"], [1, 3, 1, "", "import_data"], [1, 3, 1, "", "invoke_contract"], [1, 3, 1, "", "list"], [1, 3, 1, "", "load_seed"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "save_seed"], [1, 2, 1, "", "server_signer_status"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "transfer"]], "cdp.WalletAddress": [[1, 2, 1, "", "can_sign"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "invoke_contract"], [1, 2, 1, "", "key"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "trades"], [1, 3, 1, "", "transfer"], [1, 3, 1, "", "transfers"], [1, 2, 1, "", "wallet_id"]], "cdp.WalletData": [[1, 3, 1, "", "from_dict"], [1, 2, 1, "", "seed"], [1, 3, 1, "", "to_dict"], [1, 2, 1, "", "wallet_id"]], "cdp.address": [[1, 1, 1, "", "Address"]], "cdp.address.Address": [[1, 2, 1, "", "address_id"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "faucet"], [1, 2, 1, "", "network_id"]], "cdp.api_clients": [[1, 1, 1, "", "ApiClients"]], "cdp.api_clients.ApiClients": [[1, 4, 1, "", "_addresses"], [1, 4, 1, "", "_assets"], [1, 4, 1, "", "_cdp_client"], [1, 4, 1, "", "_contract_invocations"], [1, 4, 1, "", "_external_addresses"], [1, 4, 1, "", "_networks"], [1, 4, 1, "", "_trades"], [1, 4, 1, "", "_transfers"], [1, 4, 1, "", "_wallets"], [1, 2, 1, "", "addresses"], [1, 2, 1, "", "assets"], [1, 2, 1, "", "contract_invocations"], [1, 2, 1, "", "external_addresses"], [1, 2, 1, "", "networks"], [1, 2, 1, "", "smart_contracts"], [1, 2, 1, "", "trades"], [1, 2, 1, "", "transfers"], [1, 2, 1, "", "wallets"]], "cdp.asset": [[1, 1, 1, "", "Asset"]], "cdp.asset.Asset": [[1, 2, 1, "", "asset_id"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "decimals"], [1, 3, 1, "", "fetch"], [1, 3, 1, "", "from_atomic_amount"], [1, 3, 1, "", "from_model"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "primary_denomination"], [1, 3, 1, "", "to_atomic_amount"]], "cdp.balance": [[1, 1, 1, "", "Balance"]], "cdp.balance.Balance": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "from_model"]], "cdp.balance_map": [[1, 1, 1, "", "BalanceMap"]], "cdp.balance_map.BalanceMap": [[1, 3, 1, "", "add"], [1, 3, 1, "", "from_models"]], "cdp.cdp": [[1, 1, 1, "", "Cdp"]], "cdp.cdp.Cdp": [[1, 4, 1, "id0", "api_clients"], [1, 4, 1, "id1", "api_key_name"], [1, 4, 1, "id2", "base_path"], [1, 3, 1, "", "configure"], [1, 3, 1, "", "configure_from_json"], [1, 4, 1, "id3", "debugging"], [1, 4, 1, "id4", "max_network_retries"], [1, 4, 1, "id5", "private_key"], [1, 4, 1, "id6", "use_server_signer"]], "cdp.cdp_api_client": [[1, 1, 1, "", "CdpApiClient"]], "cdp.cdp_api_client.CdpApiClient": [[1, 3, 1, "", "call_api"], [1, 3, 1, "", "response_deserialize"]], "cdp.client": [[3, 0, 0, "-", "api"], [2, 0, 0, "-", "api_client"], [2, 0, 0, "-", "api_response"], [2, 0, 0, "-", "configuration"], [2, 0, 0, "-", "exceptions"], [4, 0, 0, "-", "models"], [2, 0, 0, "-", "rest"]], "cdp.client.api": [[3, 0, 0, "-", "addresses_api"], [3, 0, 0, "-", "assets_api"], [3, 0, 0, "-", "balance_history_api"], [3, 0, 0, "-", "contract_events_api"], [3, 0, 0, "-", "contract_invocations_api"], [3, 0, 0, "-", "external_addresses_api"], [3, 0, 0, "-", "networks_api"], [3, 0, 0, "-", "server_signers_api"], [3, 0, 0, "-", "smart_contracts_api"], [3, 0, 0, "-", "stake_api"], [3, 0, 0, "-", "trades_api"], [3, 0, 0, "-", "transaction_history_api"], [3, 0, 0, "-", "transfers_api"], [3, 0, 0, "-", "users_api"], [3, 0, 0, "-", "validators_api"], [3, 0, 0, "-", "wallet_stake_api"], [3, 0, 0, "-", "wallets_api"], [3, 0, 0, "-", "webhooks_api"]], "cdp.client.api.addresses_api": [[3, 1, 1, "", "AddressesApi"]], "cdp.client.api.addresses_api.AddressesApi": [[3, 3, 1, "", "create_address"], [3, 3, 1, "", "create_address_with_http_info"], [3, 3, 1, "", "create_address_without_preload_content"], [3, 3, 1, "", "create_payload_signature"], [3, 3, 1, "", "create_payload_signature_with_http_info"], [3, 3, 1, "", "create_payload_signature_without_preload_content"], [3, 3, 1, "", "get_address"], [3, 3, 1, "", "get_address_balance"], [3, 3, 1, "", "get_address_balance_with_http_info"], [3, 3, 1, "", "get_address_balance_without_preload_content"], [3, 3, 1, "", "get_address_with_http_info"], [3, 3, 1, "", "get_address_without_preload_content"], [3, 3, 1, "", "get_payload_signature"], [3, 3, 1, "", "get_payload_signature_with_http_info"], [3, 3, 1, "", "get_payload_signature_without_preload_content"], [3, 3, 1, "", "list_address_balances"], [3, 3, 1, "", "list_address_balances_with_http_info"], [3, 3, 1, "", "list_address_balances_without_preload_content"], [3, 3, 1, "", "list_addresses"], [3, 3, 1, "", "list_addresses_with_http_info"], [3, 3, 1, "", "list_addresses_without_preload_content"], [3, 3, 1, "", "list_payload_signatures"], [3, 3, 1, "", "list_payload_signatures_with_http_info"], [3, 3, 1, "", "list_payload_signatures_without_preload_content"], [3, 3, 1, "", "request_faucet_funds"], [3, 3, 1, "", "request_faucet_funds_with_http_info"], [3, 3, 1, "", "request_faucet_funds_without_preload_content"]], "cdp.client.api.assets_api": [[3, 1, 1, "", "AssetsApi"]], "cdp.client.api.assets_api.AssetsApi": [[3, 3, 1, "", "get_asset"], [3, 3, 1, "", "get_asset_with_http_info"], [3, 3, 1, "", "get_asset_without_preload_content"]], "cdp.client.api.balance_history_api": [[3, 1, 1, "", "BalanceHistoryApi"]], "cdp.client.api.balance_history_api.BalanceHistoryApi": [[3, 3, 1, "", "list_address_historical_balance"], [3, 3, 1, "", "list_address_historical_balance_with_http_info"], [3, 3, 1, "", "list_address_historical_balance_without_preload_content"]], "cdp.client.api.contract_events_api": [[3, 1, 1, "", "ContractEventsApi"]], "cdp.client.api.contract_events_api.ContractEventsApi": [[3, 3, 1, "", "list_contract_events"], [3, 3, 1, "", "list_contract_events_with_http_info"], [3, 3, 1, "", "list_contract_events_without_preload_content"]], "cdp.client.api.contract_invocations_api": [[3, 1, 1, "", "ContractInvocationsApi"]], "cdp.client.api.contract_invocations_api.ContractInvocationsApi": [[3, 3, 1, "", "broadcast_contract_invocation"], [3, 3, 1, "", "broadcast_contract_invocation_with_http_info"], [3, 3, 1, "", "broadcast_contract_invocation_without_preload_content"], [3, 3, 1, "", "create_contract_invocation"], [3, 3, 1, "", "create_contract_invocation_with_http_info"], [3, 3, 1, "", "create_contract_invocation_without_preload_content"], [3, 3, 1, "", "get_contract_invocation"], [3, 3, 1, "", "get_contract_invocation_with_http_info"], [3, 3, 1, "", "get_contract_invocation_without_preload_content"], [3, 3, 1, "", "list_contract_invocations"], [3, 3, 1, "", "list_contract_invocations_with_http_info"], [3, 3, 1, "", "list_contract_invocations_without_preload_content"]], "cdp.client.api.external_addresses_api": [[3, 1, 1, "", "ExternalAddressesApi"]], "cdp.client.api.external_addresses_api.ExternalAddressesApi": [[3, 3, 1, "", "get_external_address_balance"], [3, 3, 1, "", "get_external_address_balance_with_http_info"], [3, 3, 1, "", "get_external_address_balance_without_preload_content"], [3, 3, 1, "", "list_external_address_balances"], [3, 3, 1, "", "list_external_address_balances_with_http_info"], [3, 3, 1, "", "list_external_address_balances_without_preload_content"], [3, 3, 1, "", "request_external_faucet_funds"], [3, 3, 1, "", "request_external_faucet_funds_with_http_info"], [3, 3, 1, "", "request_external_faucet_funds_without_preload_content"]], "cdp.client.api.networks_api": [[3, 1, 1, "", "NetworksApi"]], "cdp.client.api.networks_api.NetworksApi": [[3, 3, 1, "", "get_network"], [3, 3, 1, "", "get_network_with_http_info"], [3, 3, 1, "", "get_network_without_preload_content"]], "cdp.client.api.server_signers_api": [[3, 1, 1, "", "ServerSignersApi"]], "cdp.client.api.server_signers_api.ServerSignersApi": [[3, 3, 1, "", "create_server_signer"], [3, 3, 1, "", "create_server_signer_with_http_info"], [3, 3, 1, "", "create_server_signer_without_preload_content"], [3, 3, 1, "", "get_server_signer"], [3, 3, 1, "", "get_server_signer_with_http_info"], [3, 3, 1, "", "get_server_signer_without_preload_content"], [3, 3, 1, "", "list_server_signer_events"], [3, 3, 1, "", "list_server_signer_events_with_http_info"], [3, 3, 1, "", "list_server_signer_events_without_preload_content"], [3, 3, 1, "", "list_server_signers"], [3, 3, 1, "", "list_server_signers_with_http_info"], [3, 3, 1, "", "list_server_signers_without_preload_content"], [3, 3, 1, "", "submit_server_signer_seed_event_result"], [3, 3, 1, "", "submit_server_signer_seed_event_result_with_http_info"], [3, 3, 1, "", "submit_server_signer_seed_event_result_without_preload_content"], [3, 3, 1, "", "submit_server_signer_signature_event_result"], [3, 3, 1, "", "submit_server_signer_signature_event_result_with_http_info"], [3, 3, 1, "", "submit_server_signer_signature_event_result_without_preload_content"]], "cdp.client.api.smart_contracts_api": [[3, 1, 1, "", "SmartContractsApi"]], "cdp.client.api.smart_contracts_api.SmartContractsApi": [[3, 3, 1, "", "create_smart_contract"], [3, 3, 1, "", "create_smart_contract_with_http_info"], [3, 3, 1, "", "create_smart_contract_without_preload_content"], [3, 3, 1, "", "deploy_smart_contract"], [3, 3, 1, "", "deploy_smart_contract_with_http_info"], [3, 3, 1, "", "deploy_smart_contract_without_preload_content"], [3, 3, 1, "", "get_smart_contract"], [3, 3, 1, "", "get_smart_contract_with_http_info"], [3, 3, 1, "", "get_smart_contract_without_preload_content"], [3, 3, 1, "", "list_smart_contracts"], [3, 3, 1, "", "list_smart_contracts_with_http_info"], [3, 3, 1, "", "list_smart_contracts_without_preload_content"]], "cdp.client.api.stake_api": [[3, 1, 1, "", "StakeApi"]], "cdp.client.api.stake_api.StakeApi": [[3, 3, 1, "", "build_staking_operation"], [3, 3, 1, "", "build_staking_operation_with_http_info"], [3, 3, 1, "", "build_staking_operation_without_preload_content"], [3, 3, 1, "", "fetch_historical_staking_balances"], [3, 3, 1, "", "fetch_historical_staking_balances_with_http_info"], [3, 3, 1, "", "fetch_historical_staking_balances_without_preload_content"], [3, 3, 1, "", "fetch_staking_rewards"], [3, 3, 1, "", "fetch_staking_rewards_with_http_info"], [3, 3, 1, "", "fetch_staking_rewards_without_preload_content"], [3, 3, 1, "", "get_external_staking_operation"], [3, 3, 1, "", "get_external_staking_operation_with_http_info"], [3, 3, 1, "", "get_external_staking_operation_without_preload_content"], [3, 3, 1, "", "get_staking_context"], [3, 3, 1, "", "get_staking_context_with_http_info"], [3, 3, 1, "", "get_staking_context_without_preload_content"]], "cdp.client.api.trades_api": [[3, 1, 1, "", "TradesApi"]], "cdp.client.api.trades_api.TradesApi": [[3, 3, 1, "", "broadcast_trade"], [3, 3, 1, "", "broadcast_trade_with_http_info"], [3, 3, 1, "", "broadcast_trade_without_preload_content"], [3, 3, 1, "", "create_trade"], [3, 3, 1, "", "create_trade_with_http_info"], [3, 3, 1, "", "create_trade_without_preload_content"], [3, 3, 1, "", "get_trade"], [3, 3, 1, "", "get_trade_with_http_info"], [3, 3, 1, "", "get_trade_without_preload_content"], [3, 3, 1, "", "list_trades"], [3, 3, 1, "", "list_trades_with_http_info"], [3, 3, 1, "", "list_trades_without_preload_content"]], "cdp.client.api.transaction_history_api": [[3, 1, 1, "", "TransactionHistoryApi"]], "cdp.client.api.transaction_history_api.TransactionHistoryApi": [[3, 3, 1, "", "list_address_transactions"], [3, 3, 1, "", "list_address_transactions_with_http_info"], [3, 3, 1, "", "list_address_transactions_without_preload_content"]], "cdp.client.api.transfers_api": [[3, 1, 1, "", "TransfersApi"]], "cdp.client.api.transfers_api.TransfersApi": [[3, 3, 1, "", "broadcast_transfer"], [3, 3, 1, "", "broadcast_transfer_with_http_info"], [3, 3, 1, "", "broadcast_transfer_without_preload_content"], [3, 3, 1, "", "create_transfer"], [3, 3, 1, "", "create_transfer_with_http_info"], [3, 3, 1, "", "create_transfer_without_preload_content"], [3, 3, 1, "", "get_transfer"], [3, 3, 1, "", "get_transfer_with_http_info"], [3, 3, 1, "", "get_transfer_without_preload_content"], [3, 3, 1, "", "list_transfers"], [3, 3, 1, "", "list_transfers_with_http_info"], [3, 3, 1, "", "list_transfers_without_preload_content"]], "cdp.client.api.users_api": [[3, 1, 1, "", "UsersApi"]], "cdp.client.api.users_api.UsersApi": [[3, 3, 1, "", "get_current_user"], [3, 3, 1, "", "get_current_user_with_http_info"], [3, 3, 1, "", "get_current_user_without_preload_content"]], "cdp.client.api.validators_api": [[3, 1, 1, "", "ValidatorsApi"]], "cdp.client.api.validators_api.ValidatorsApi": [[3, 3, 1, "", "get_validator"], [3, 3, 1, "", "get_validator_with_http_info"], [3, 3, 1, "", "get_validator_without_preload_content"], [3, 3, 1, "", "list_validators"], [3, 3, 1, "", "list_validators_with_http_info"], [3, 3, 1, "", "list_validators_without_preload_content"]], "cdp.client.api.wallet_stake_api": [[3, 1, 1, "", "WalletStakeApi"]], "cdp.client.api.wallet_stake_api.WalletStakeApi": [[3, 3, 1, "", "broadcast_staking_operation"], [3, 3, 1, "", "broadcast_staking_operation_with_http_info"], [3, 3, 1, "", "broadcast_staking_operation_without_preload_content"], [3, 3, 1, "", "create_staking_operation"], [3, 3, 1, "", "create_staking_operation_with_http_info"], [3, 3, 1, "", "create_staking_operation_without_preload_content"], [3, 3, 1, "", "get_staking_operation"], [3, 3, 1, "", "get_staking_operation_with_http_info"], [3, 3, 1, "", "get_staking_operation_without_preload_content"]], "cdp.client.api.wallets_api": [[3, 1, 1, "", "WalletsApi"]], "cdp.client.api.wallets_api.WalletsApi": [[3, 3, 1, "", "create_wallet"], [3, 3, 1, "", "create_wallet_with_http_info"], [3, 3, 1, "", "create_wallet_without_preload_content"], [3, 3, 1, "", "get_wallet"], [3, 3, 1, "", "get_wallet_balance"], [3, 3, 1, "", "get_wallet_balance_with_http_info"], [3, 3, 1, "", "get_wallet_balance_without_preload_content"], [3, 3, 1, "", "get_wallet_with_http_info"], [3, 3, 1, "", "get_wallet_without_preload_content"], [3, 3, 1, "", "list_wallet_balances"], [3, 3, 1, "", "list_wallet_balances_with_http_info"], [3, 3, 1, "", "list_wallet_balances_without_preload_content"], [3, 3, 1, "", "list_wallets"], [3, 3, 1, "", "list_wallets_with_http_info"], [3, 3, 1, "", "list_wallets_without_preload_content"]], "cdp.client.api.webhooks_api": [[3, 1, 1, "", "WebhooksApi"]], "cdp.client.api.webhooks_api.WebhooksApi": [[3, 3, 1, "", "create_wallet_webhook"], [3, 3, 1, "", "create_wallet_webhook_with_http_info"], [3, 3, 1, "", "create_wallet_webhook_without_preload_content"], [3, 3, 1, "", "create_webhook"], [3, 3, 1, "", "create_webhook_with_http_info"], [3, 3, 1, "", "create_webhook_without_preload_content"], [3, 3, 1, "", "delete_webhook"], [3, 3, 1, "", "delete_webhook_with_http_info"], [3, 3, 1, "", "delete_webhook_without_preload_content"], [3, 3, 1, "", "list_webhooks"], [3, 3, 1, "", "list_webhooks_with_http_info"], [3, 3, 1, "", "list_webhooks_without_preload_content"], [3, 3, 1, "", "update_webhook"], [3, 3, 1, "", "update_webhook_with_http_info"], [3, 3, 1, "", "update_webhook_without_preload_content"]], "cdp.client.api_client": [[2, 1, 1, "", "ApiClient"]], "cdp.client.api_client.ApiClient": [[2, 4, 1, "", "NATIVE_TYPES_MAPPING"], [2, 4, 1, "", "PRIMITIVE_TYPES"], [2, 3, 1, "", "call_api"], [2, 3, 1, "", "deserialize"], [2, 3, 1, "", "files_parameters"], [2, 3, 1, "", "get_default"], [2, 3, 1, "", "param_serialize"], [2, 3, 1, "", "parameters_to_tuples"], [2, 3, 1, "", "parameters_to_url_query"], [2, 3, 1, "", "response_deserialize"], [2, 3, 1, "", "sanitize_for_serialization"], [2, 3, 1, "", "select_header_accept"], [2, 3, 1, "", "select_header_content_type"], [2, 3, 1, "", "set_default"], [2, 3, 1, "", "set_default_header"], [2, 3, 1, "", "update_params_for_auth"], [2, 2, 1, "", "user_agent"]], "cdp.client.api_response": [[2, 1, 1, "", "ApiResponse"]], "cdp.client.api_response.ApiResponse": [[2, 4, 1, "", "data"], [2, 4, 1, "", "headers"], [2, 4, 1, "", "model_computed_fields"], [2, 4, 1, "", "model_config"], [2, 4, 1, "", "model_fields"], [2, 4, 1, "", "raw_data"], [2, 4, 1, "", "status_code"]], "cdp.client.configuration": [[2, 1, 1, "", "Configuration"]], "cdp.client.configuration.Configuration": [[2, 4, 1, "", "access_token"], [2, 4, 1, "", "assert_hostname"], [2, 3, 1, "", "auth_settings"], [2, 4, 1, "", "cert_file"], [2, 4, 1, "", "connection_pool_maxsize"], [2, 4, 1, "", "date_format"], [2, 4, 1, "", "datetime_format"], [2, 2, 1, "", "debug"], [2, 3, 1, "", "get_api_key_with_prefix"], [2, 3, 1, "", "get_basic_auth_token"], [2, 3, 1, "", "get_default"], [2, 3, 1, "", "get_default_copy"], [2, 3, 1, "", "get_host_from_settings"], [2, 3, 1, "", "get_host_settings"], [2, 2, 1, "", "host"], [2, 4, 1, "", "ignore_operation_servers"], [2, 4, 1, "", "key_file"], [2, 4, 1, "", "logger"], [2, 2, 1, "", "logger_file"], [2, 4, 1, "", "logger_file_handler"], [2, 2, 1, "", "logger_format"], [2, 4, 1, "", "logger_stream_handler"], [2, 4, 1, "", "password"], [2, 4, 1, "", "proxy"], [2, 4, 1, "", "proxy_headers"], [2, 4, 1, "", "refresh_api_key_hook"], [2, 4, 1, "", "retries"], [2, 4, 1, "", "safe_chars_for_path_param"], [2, 4, 1, "", "server_operation_index"], [2, 4, 1, "", "server_operation_variables"], [2, 3, 1, "", "set_default"], [2, 4, 1, "", "socket_options"], [2, 4, 1, "", "ssl_ca_cert"], [2, 4, 1, "", "temp_folder_path"], [2, 4, 1, "", "tls_server_name"], [2, 3, 1, "", "to_debug_report"], [2, 4, 1, "", "username"], [2, 4, 1, "", "verify_ssl"]], "cdp.client.exceptions": [[2, 5, 1, "", "ApiAttributeError"], [2, 5, 1, "", "ApiException"], [2, 5, 1, "", "ApiKeyError"], [2, 5, 1, "", "ApiTypeError"], [2, 5, 1, "", "ApiValueError"], [2, 5, 1, "", "BadRequestException"], [2, 5, 1, "", "ForbiddenException"], [2, 5, 1, "", "NotFoundException"], [2, 5, 1, "", "OpenApiException"], [2, 5, 1, "", "ServiceException"], [2, 5, 1, "", "UnauthorizedException"], [2, 6, 1, "", "render_path"]], "cdp.client.exceptions.ApiException": [[2, 3, 1, "", "from_response"]], "cdp.client.models": [[4, 0, 0, "-", "address"], [4, 0, 0, "-", "address_balance_list"], [4, 0, 0, "-", "address_historical_balance_list"], [4, 0, 0, "-", "address_list"], [4, 0, 0, "-", "address_transaction_list"], [4, 0, 0, "-", "asset"], [4, 0, 0, "-", "balance"], [4, 0, 0, "-", "broadcast_contract_invocation_request"], [4, 0, 0, "-", "broadcast_staking_operation_request"], [4, 0, 0, "-", "broadcast_trade_request"], [4, 0, 0, "-", "broadcast_transfer_request"], [4, 0, 0, "-", "build_staking_operation_request"], [4, 0, 0, "-", "contract_event"], [4, 0, 0, "-", "contract_event_list"], [4, 0, 0, "-", "contract_invocation"], [4, 0, 0, "-", "contract_invocation_list"], [4, 0, 0, "-", "create_address_request"], [4, 0, 0, "-", "create_contract_invocation_request"], [4, 0, 0, "-", "create_payload_signature_request"], [4, 0, 0, "-", "create_server_signer_request"], [4, 0, 0, "-", "create_smart_contract_request"], [4, 0, 0, "-", "create_staking_operation_request"], [4, 0, 0, "-", "create_trade_request"], [4, 0, 0, "-", "create_transfer_request"], [4, 0, 0, "-", "create_wallet_request"], [4, 0, 0, "-", "create_wallet_request_wallet"], [4, 0, 0, "-", "create_wallet_webhook_request"], [4, 0, 0, "-", "create_webhook_request"], [4, 0, 0, "-", "deploy_smart_contract_request"], [4, 0, 0, "-", "erc20_transfer_event"], [4, 0, 0, "-", "erc721_transfer_event"], [4, 0, 0, "-", "error"], [4, 0, 0, "-", "ethereum_transaction"], [4, 0, 0, "-", "ethereum_transaction_access"], [4, 0, 0, "-", "ethereum_transaction_access_list"], [4, 0, 0, "-", "ethereum_transaction_flattened_trace"], [4, 0, 0, "-", "ethereum_validator_metadata"], [4, 0, 0, "-", "faucet_transaction"], [4, 0, 0, "-", "feature_set"], [4, 0, 0, "-", "fetch_historical_staking_balances200_response"], [4, 0, 0, "-", "fetch_staking_rewards200_response"], [4, 0, 0, "-", "fetch_staking_rewards_request"], [4, 0, 0, "-", "get_staking_context_request"], [4, 0, 0, "-", "historical_balance"], [4, 0, 0, "-", "multi_token_contract_options"], [4, 0, 0, "-", "network"], [4, 0, 0, "-", "network_identifier"], [4, 0, 0, "-", "nft_contract_options"], [4, 0, 0, "-", "payload_signature"], [4, 0, 0, "-", "payload_signature_list"], [4, 0, 0, "-", "seed_creation_event"], [4, 0, 0, "-", "seed_creation_event_result"], [4, 0, 0, "-", "server_signer"], [4, 0, 0, "-", "server_signer_event"], [4, 0, 0, "-", "server_signer_event_event"], [4, 0, 0, "-", "server_signer_event_list"], [4, 0, 0, "-", "server_signer_list"], [4, 0, 0, "-", "signature_creation_event"], [4, 0, 0, "-", "signature_creation_event_result"], [4, 0, 0, "-", "signed_voluntary_exit_message_metadata"], [4, 0, 0, "-", "smart_contract"], [4, 0, 0, "-", "smart_contract_list"], [4, 0, 0, "-", "smart_contract_options"], [4, 0, 0, "-", "smart_contract_type"], [4, 0, 0, "-", "sponsored_send"], [4, 0, 0, "-", "staking_balance"], [4, 0, 0, "-", "staking_context"], [4, 0, 0, "-", "staking_context_context"], [4, 0, 0, "-", "staking_operation"], [4, 0, 0, "-", "staking_operation_metadata"], [4, 0, 0, "-", "staking_reward"], [4, 0, 0, "-", "staking_reward_format"], [4, 0, 0, "-", "staking_reward_usd_value"], [4, 0, 0, "-", "token_contract_options"], [4, 0, 0, "-", "trade"], [4, 0, 0, "-", "trade_list"], [4, 0, 0, "-", "transaction"], [4, 0, 0, "-", "transaction_content"], [4, 0, 0, "-", "transaction_type"], [4, 0, 0, "-", "transfer"], [4, 0, 0, "-", "transfer_list"], [4, 0, 0, "-", "update_webhook_request"], [4, 0, 0, "-", "user"], [4, 0, 0, "-", "validator"], [4, 0, 0, "-", "validator_details"], [4, 0, 0, "-", "validator_list"], [4, 0, 0, "-", "validator_status"], [4, 0, 0, "-", "wallet"], [4, 0, 0, "-", "wallet_list"], [4, 0, 0, "-", "webhook"], [4, 0, 0, "-", "webhook_event_filter"], [4, 0, 0, "-", "webhook_event_type"], [4, 0, 0, "-", "webhook_event_type_filter"], [4, 0, 0, "-", "webhook_list"], [4, 0, 0, "-", "webhook_wallet_activity_filter"]], "cdp.client.models.address": [[4, 1, 1, "", "Address"]], "cdp.client.models.address.Address": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "public_key"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.address_balance_list": [[4, 1, 1, "", "AddressBalanceList"]], "cdp.client.models.address_balance_list.AddressBalanceList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.address_historical_balance_list": [[4, 1, 1, "", "AddressHistoricalBalanceList"]], "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.address_list": [[4, 1, 1, "", "AddressList"]], "cdp.client.models.address_list.AddressList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.address_transaction_list": [[4, 1, 1, "", "AddressTransactionList"]], "cdp.client.models.address_transaction_list.AddressTransactionList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.asset": [[4, 1, 1, "", "Asset"]], "cdp.client.models.asset.Asset": [[4, 4, 1, "", "asset_id"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "decimals"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.balance": [[4, 1, 1, "", "Balance"]], "cdp.client.models.balance.Balance": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "asset"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.broadcast_contract_invocation_request": [[4, 1, 1, "", "BroadcastContractInvocationRequest"]], "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.broadcast_staking_operation_request": [[4, 1, 1, "", "BroadcastStakingOperationRequest"]], "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_index"]], "cdp.client.models.broadcast_trade_request": [[4, 1, 1, "", "BroadcastTradeRequest"]], "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest": [[4, 4, 1, "", "approve_transaction_signed_payload"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.broadcast_transfer_request": [[4, 1, 1, "", "BroadcastTransferRequest"]], "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.build_staking_operation_request": [[4, 1, 1, "", "BuildStakingOperationRequest"]], "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest": [[4, 4, 1, "", "action"], [4, 4, 1, "", "address_id"], [4, 4, 1, "", "asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.contract_event": [[4, 1, 1, "", "ContractEvent"]], "cdp.client.models.contract_event.ContractEvent": [[4, 4, 1, "", "block_height"], [4, 4, 1, "", "block_time"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "contract_name"], [4, 4, 1, "", "data"], [4, 4, 1, "", "event_index"], [4, 4, 1, "", "event_name"], [4, 4, 1, "", "four_bytes"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "protocol_name"], [4, 4, 1, "", "sig"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "tx_hash"], [4, 4, 1, "", "tx_index"]], "cdp.client.models.contract_event_list": [[4, 1, 1, "", "ContractEventList"]], "cdp.client.models.contract_event_list.ContractEventList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.contract_invocation": [[4, 1, 1, "", "ContractInvocation"]], "cdp.client.models.contract_invocation.ContractInvocation": [[4, 4, 1, "", "abi"], [4, 4, 1, "", "address_id"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "args"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "contract_invocation_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "method"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.contract_invocation_list": [[4, 1, 1, "", "ContractInvocationList"]], "cdp.client.models.contract_invocation_list.ContractInvocationList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.create_address_request": [[4, 1, 1, "", "CreateAddressRequest"]], "cdp.client.models.create_address_request.CreateAddressRequest": [[4, 4, 1, "", "address_index"], [4, 4, 1, "", "attestation"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "public_key"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_contract_invocation_request": [[4, 1, 1, "", "CreateContractInvocationRequest"]], "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest": [[4, 4, 1, "", "abi"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "args"], [4, 4, 1, "", "contract_address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "method"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_payload_signature_request": [[4, 1, 1, "", "CreatePayloadSignatureRequest"]], "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signature"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unsigned_payload"]], "cdp.client.models.create_server_signer_request": [[4, 1, 1, "", "CreateServerSignerRequest"]], "cdp.client.models.create_server_signer_request.CreateServerSignerRequest": [[4, 4, 1, "", "enrollment_data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "is_mpc"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_smart_contract_request": [[4, 1, 1, "", "CreateSmartContractRequest"]], "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "type"]], "cdp.client.models.create_staking_operation_request": [[4, 1, 1, "", "CreateStakingOperationRequest"]], "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest": [[4, 4, 1, "", "action"], [4, 4, 1, "", "asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_trade_request": [[4, 1, 1, "", "CreateTradeRequest"]], "cdp.client.models.create_trade_request.CreateTradeRequest": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "from_asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "to_asset_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_transfer_request": [[4, 1, 1, "", "CreateTransferRequest"]], "cdp.client.models.create_transfer_request.CreateTransferRequest": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "asset_id"], [4, 4, 1, "", "destination"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gasless"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_wallet_request": [[4, 1, 1, "", "CreateWalletRequest"]], "cdp.client.models.create_wallet_request.CreateWalletRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet"]], "cdp.client.models.create_wallet_request_wallet": [[4, 1, 1, "", "CreateWalletRequestWallet"]], "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "use_server_signer"]], "cdp.client.models.create_wallet_webhook_request": [[4, 1, 1, "", "CreateWalletWebhookRequest"]], "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "notification_uri"], [4, 4, 1, "", "signature_header"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_webhook_request": [[4, 1, 1, "", "CreateWebhookRequest"]], "cdp.client.models.create_webhook_request.CreateWebhookRequest": [[4, 4, 1, "", "event_filters"], [4, 4, 1, "", "event_type"], [4, 4, 1, "", "event_type_filter"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "notification_uri"], [4, 4, 1, "", "signature_header"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.deploy_smart_contract_request": [[4, 1, 1, "", "DeploySmartContractRequest"]], "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.erc20_transfer_event": [[4, 1, 1, "", "ERC20TransferEvent"]], "cdp.client.models.erc20_transfer_event.ERC20TransferEvent": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_number"], [4, 4, 1, "", "block_time"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "event_type"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "log_index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_index"], [4, 4, 1, "", "value"], [4, 4, 1, "", "var_from"], [4, 4, 1, "", "webhook_id"]], "cdp.client.models.erc721_transfer_event": [[4, 1, 1, "", "ERC721TransferEvent"]], "cdp.client.models.erc721_transfer_event.ERC721TransferEvent": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_number"], [4, 4, 1, "", "block_time"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "event_type"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "log_index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "token_id"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_index"], [4, 4, 1, "", "var_from"], [4, 4, 1, "", "webhook_id"]], "cdp.client.models.error": [[4, 1, 1, "", "Error"]], "cdp.client.models.error.Error": [[4, 4, 1, "", "code"], [4, 4, 1, "", "correlation_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "message"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.ethereum_transaction": [[4, 1, 1, "", "EthereumTransaction"]], "cdp.client.models.ethereum_transaction.EthereumTransaction": [[4, 4, 1, "", "block_timestamp"], [4, 4, 1, "", "flattened_traces"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gas"], [4, 4, 1, "", "gas_price"], [4, 4, 1, "", "hash"], [4, 4, 1, "", "index"], [4, 4, 1, "", "input"], [4, 4, 1, "", "max_fee_per_gas"], [4, 4, 1, "", "max_priority_fee_per_gas"], [4, 4, 1, "", "mint"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "nonce"], [4, 4, 1, "", "priority_fee_per_gas"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_access_list"], [4, 4, 1, "", "type"], [4, 4, 1, "", "value"], [4, 4, 1, "", "var_from"]], "cdp.client.models.ethereum_transaction_access": [[4, 1, 1, "", "EthereumTransactionAccess"]], "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess": [[4, 4, 1, "", "address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "storage_keys"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.ethereum_transaction_access_list": [[4, 1, 1, "", "EthereumTransactionAccessList"]], "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList": [[4, 4, 1, "", "access_list"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.ethereum_transaction_flattened_trace": [[4, 1, 1, "", "EthereumTransactionFlattenedTrace"]], "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_number"], [4, 4, 1, "", "call_type"], [4, 4, 1, "", "error"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gas"], [4, 4, 1, "", "gas_used"], [4, 4, 1, "", "input"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "output"], [4, 4, 1, "", "status"], [4, 4, 1, "", "sub_traces"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "trace_address"], [4, 4, 1, "", "trace_id"], [4, 4, 1, "", "trace_type"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_index"], [4, 4, 1, "", "type"], [4, 4, 1, "", "value"], [4, 4, 1, "", "var_from"]], "cdp.client.models.ethereum_validator_metadata": [[4, 1, 1, "", "EthereumValidatorMetadata"]], "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata": [[4, 4, 1, "", "activation_epoch"], [4, 4, 1, "", "balance"], [4, 4, 1, "", "effective_balance"], [4, 4, 1, "", "exit_epoch"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "public_key"], [4, 4, 1, "", "slashed"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "withdrawable_epoch"], [4, 4, 1, "", "withdrawal_address"]], "cdp.client.models.faucet_transaction": [[4, 1, 1, "", "FaucetTransaction"]], "cdp.client.models.faucet_transaction.FaucetTransaction": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_link"]], "cdp.client.models.feature_set": [[4, 1, 1, "", "FeatureSet"]], "cdp.client.models.feature_set.FeatureSet": [[4, 4, 1, "", "faucet"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gasless_send"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer"], [4, 4, 1, "", "stake"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "trade"], [4, 4, 1, "", "transfer"]], "cdp.client.models.fetch_historical_staking_balances200_response": [[4, 1, 1, "", "FetchHistoricalStakingBalances200Response"]], "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.fetch_staking_rewards200_response": [[4, 1, 1, "", "FetchStakingRewards200Response"]], "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.fetch_staking_rewards_request": [[4, 1, 1, "", "FetchStakingRewardsRequest"]], "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest": [[4, 4, 1, "", "address_ids"], [4, 4, 1, "", "asset_id"], [4, 4, 1, "", "end_time"], [4, 4, 1, "", "format"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "start_time"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.get_staking_context_request": [[4, 1, 1, "", "GetStakingContextRequest"]], "cdp.client.models.get_staking_context_request.GetStakingContextRequest": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.historical_balance": [[4, 1, 1, "", "HistoricalBalance"]], "cdp.client.models.historical_balance.HistoricalBalance": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "asset"], [4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_height"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.multi_token_contract_options": [[4, 1, 1, "", "MultiTokenContractOptions"]], "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "uri"]], "cdp.client.models.network": [[4, 1, 1, "", "Network"]], "cdp.client.models.network.Network": [[4, 4, 1, "", "address_path_prefix"], [4, 4, 1, "", "chain_id"], [4, 4, 1, "", "display_name"], [4, 4, 1, "", "feature_set"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "is_testnet"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "native_asset"], [4, 4, 1, "", "protocol_family"], [4, 3, 1, "", "protocol_family_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.network_identifier": [[4, 1, 1, "", "NetworkIdentifier"]], "cdp.client.models.network_identifier.NetworkIdentifier": [[4, 4, 1, "", "ARBITRUM_MINUS_MAINNET"], [4, 4, 1, "", "BASE_MINUS_MAINNET"], [4, 4, 1, "", "BASE_MINUS_SEPOLIA"], [4, 4, 1, "", "ETHEREUM_MINUS_HOLESKY"], [4, 4, 1, "", "ETHEREUM_MINUS_MAINNET"], [4, 4, 1, "", "POLYGON_MINUS_MAINNET"], [4, 4, 1, "", "SOLANA_MINUS_DEVNET"], [4, 4, 1, "", "SOLANA_MINUS_MAINNET"], [4, 3, 1, "", "from_json"]], "cdp.client.models.nft_contract_options": [[4, 1, 1, "", "NFTContractOptions"]], "cdp.client.models.nft_contract_options.NFTContractOptions": [[4, 4, 1, "", "base_uri"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "name"], [4, 4, 1, "", "symbol"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.payload_signature": [[4, 1, 1, "", "PayloadSignature"]], "cdp.client.models.payload_signature.PayloadSignature": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "payload_signature_id"], [4, 4, 1, "", "signature"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unsigned_payload"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.payload_signature_list": [[4, 1, 1, "", "PayloadSignatureList"]], "cdp.client.models.payload_signature_list.PayloadSignatureList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.seed_creation_event": [[4, 1, 1, "", "SeedCreationEvent"]], "cdp.client.models.seed_creation_event.SeedCreationEvent": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.seed_creation_event_result": [[4, 1, 1, "", "SeedCreationEventResult"]], "cdp.client.models.seed_creation_event_result.SeedCreationEventResult": [[4, 4, 1, "", "extended_public_key"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "seed_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.server_signer": [[4, 1, 1, "", "ServerSigner"]], "cdp.client.models.server_signer.ServerSigner": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "is_mpc"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallets"]], "cdp.client.models.server_signer_event": [[4, 1, 1, "", "ServerSignerEvent"]], "cdp.client.models.server_signer_event.ServerSignerEvent": [[4, 4, 1, "", "event"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.server_signer_event_event": [[4, 1, 1, "", "ServerSignerEventEvent"]], "cdp.client.models.server_signer_event_event.ServerSignerEventEvent": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 4, 1, "", "oneof_schema_2_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.server_signer_event_list": [[4, 1, 1, "", "ServerSignerEventList"]], "cdp.client.models.server_signer_event_list.ServerSignerEventList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.server_signer_list": [[4, 1, 1, "", "ServerSignerList"]], "cdp.client.models.server_signer_list.ServerSignerList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.signature_creation_event": [[4, 1, 1, "", "SignatureCreationEvent"]], "cdp.client.models.signature_creation_event.SignatureCreationEvent": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "address_index"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "seed_id"], [4, 4, 1, "", "signing_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_id"], [4, 4, 1, "", "transaction_type"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.signature_creation_event_result": [[4, 1, 1, "", "SignatureCreationEventResult"]], "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signature"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_id"], [4, 4, 1, "", "transaction_type"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.signed_voluntary_exit_message_metadata": [[4, 1, 1, "", "SignedVoluntaryExitMessageMetadata"]], "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata": [[4, 4, 1, "", "fork"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_voluntary_exit"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "validator_pub_key"]], "cdp.client.models.smart_contract": [[4, 1, 1, "", "SmartContract"]], "cdp.client.models.smart_contract.SmartContract": [[4, 4, 1, "", "abi"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "deployer_address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 4, 1, "", "smart_contract_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "type"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.smart_contract_list": [[4, 1, 1, "", "SmartContractList"]], "cdp.client.models.smart_contract_list.SmartContractList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.smart_contract_options": [[4, 1, 1, "", "SmartContractOptions"]], "cdp.client.models.smart_contract_options.SmartContractOptions": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 4, 1, "", "oneof_schema_2_validator"], [4, 4, 1, "", "oneof_schema_3_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.smart_contract_type": [[4, 1, 1, "", "SmartContractType"]], "cdp.client.models.smart_contract_type.SmartContractType": [[4, 4, 1, "", "ERC1155"], [4, 4, 1, "", "ERC20"], [4, 4, 1, "", "ERC721"], [4, 3, 1, "", "from_json"]], "cdp.client.models.sponsored_send": [[4, 1, 1, "", "SponsoredSend"]], "cdp.client.models.sponsored_send.SponsoredSend": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "raw_typed_data"], [4, 4, 1, "", "signature"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 4, 1, "", "to_address_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_link"], [4, 4, 1, "", "typed_data_hash"]], "cdp.client.models.staking_balance": [[4, 1, 1, "", "StakingBalance"]], "cdp.client.models.staking_balance.StakingBalance": [[4, 4, 1, "", "address"], [4, 4, 1, "", "bonded_stake"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "participant_type"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unbonded_balance"], [4, 4, 1, "", "var_date"]], "cdp.client.models.staking_context": [[4, 1, 1, "", "StakingContext"]], "cdp.client.models.staking_context.StakingContext": [[4, 4, 1, "", "context"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.staking_context_context": [[4, 1, 1, "", "StakingContextContext"]], "cdp.client.models.staking_context_context.StakingContextContext": [[4, 4, 1, "", "claimable_balance"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "stakeable_balance"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unstakeable_balance"]], "cdp.client.models.staking_operation": [[4, 1, 1, "", "StakingOperation"]], "cdp.client.models.staking_operation.StakingOperation": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "metadata"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transactions"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.staking_operation_metadata": [[4, 1, 1, "", "StakingOperationMetadata"]], "cdp.client.models.staking_operation_metadata.StakingOperationMetadata": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.staking_reward": [[4, 1, 1, "", "StakingReward"]], "cdp.client.models.staking_reward.StakingReward": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "format"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "state"], [4, 3, 1, "", "state_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "usd_value"], [4, 4, 1, "", "var_date"]], "cdp.client.models.staking_reward_format": [[4, 1, 1, "", "StakingRewardFormat"]], "cdp.client.models.staking_reward_format.StakingRewardFormat": [[4, 4, 1, "", "NATIVE"], [4, 4, 1, "", "USD"], [4, 3, 1, "", "from_json"]], "cdp.client.models.staking_reward_usd_value": [[4, 1, 1, "", "StakingRewardUSDValue"]], "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "conversion_price"], [4, 4, 1, "", "conversion_time"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.token_contract_options": [[4, 1, 1, "", "TokenContractOptions"]], "cdp.client.models.token_contract_options.TokenContractOptions": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "name"], [4, 4, 1, "", "symbol"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_supply"]], "cdp.client.models.trade": [[4, 1, 1, "", "Trade"]], "cdp.client.models.trade.Trade": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "approve_transaction"], [4, 4, 1, "", "from_amount"], [4, 4, 1, "", "from_asset"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "to_amount"], [4, 4, 1, "", "to_asset"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "trade_id"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.trade_list": [[4, 1, 1, "", "TradeList"]], "cdp.client.models.trade_list.TradeList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.transaction": [[4, 1, 1, "", "Transaction"]], "cdp.client.models.transaction.Transaction": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_height"], [4, 4, 1, "", "content"], [4, 4, 1, "", "from_address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "signed_payload"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 4, 1, "", "to_address_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_link"], [4, 4, 1, "", "unsigned_payload"]], "cdp.client.models.transaction_content": [[4, 1, 1, "", "TransactionContent"]], "cdp.client.models.transaction_content.TransactionContent": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.transaction_type": [[4, 1, 1, "", "TransactionType"]], "cdp.client.models.transaction_type.TransactionType": [[4, 4, 1, "", "TRANSFER"], [4, 3, 1, "", "from_json"]], "cdp.client.models.transfer": [[4, 1, 1, "", "Transfer"]], "cdp.client.models.transfer.Transfer": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "asset"], [4, 4, 1, "", "asset_id"], [4, 4, 1, "", "destination"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gasless"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "signed_payload"], [4, 4, 1, "", "sponsored_send"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transfer_id"], [4, 4, 1, "", "unsigned_payload"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.transfer_list": [[4, 1, 1, "", "TransferList"]], "cdp.client.models.transfer_list.TransferList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.update_webhook_request": [[4, 1, 1, "", "UpdateWebhookRequest"]], "cdp.client.models.update_webhook_request.UpdateWebhookRequest": [[4, 4, 1, "", "event_filters"], [4, 4, 1, "", "event_type_filter"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "notification_uri"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.user": [[4, 1, 1, "", "User"]], "cdp.client.models.user.User": [[4, 4, 1, "", "display_name"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.validator": [[4, 1, 1, "", "Validator"]], "cdp.client.models.validator.Validator": [[4, 4, 1, "", "asset_id"], [4, 4, 1, "", "details"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "status"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "validator_id"]], "cdp.client.models.validator_details": [[4, 1, 1, "", "ValidatorDetails"]], "cdp.client.models.validator_details.ValidatorDetails": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.validator_list": [[4, 1, 1, "", "ValidatorList"]], "cdp.client.models.validator_list.ValidatorList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.validator_status": [[4, 1, 1, "", "ValidatorStatus"]], "cdp.client.models.validator_status.ValidatorStatus": [[4, 4, 1, "", "ACTIVE"], [4, 4, 1, "", "ACTIVE_SLASHED"], [4, 4, 1, "", "DEPOSITED"], [4, 4, 1, "", "EXITED"], [4, 4, 1, "", "EXITED_SLASHED"], [4, 4, 1, "", "EXITING"], [4, 4, 1, "", "PENDING_ACTIVATION"], [4, 4, 1, "", "PROVISIONED"], [4, 4, 1, "", "PROVISIONING"], [4, 4, 1, "", "REAPED"], [4, 4, 1, "", "UNKNOWN"], [4, 4, 1, "", "WITHDRAWAL_AVAILABLE"], [4, 4, 1, "", "WITHDRAWAL_COMPLETE"], [4, 3, 1, "", "from_json"]], "cdp.client.models.wallet": [[4, 1, 1, "", "Wallet"]], "cdp.client.models.wallet.Wallet": [[4, 4, 1, "", "default_address"], [4, 4, 1, "", "feature_set"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "server_signer_status"], [4, 3, 1, "", "server_signer_status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.wallet_list": [[4, 1, 1, "", "WalletList"]], "cdp.client.models.wallet_list.WalletList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.webhook": [[4, 1, 1, "", "Webhook"]], "cdp.client.models.webhook.Webhook": [[4, 4, 1, "", "created_at"], [4, 4, 1, "", "event_filters"], [4, 4, 1, "", "event_type"], [4, 4, 1, "", "event_type_filter"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "notification_uri"], [4, 4, 1, "", "signature_header"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "updated_at"]], "cdp.client.models.webhook_event_filter": [[4, 1, 1, "", "WebhookEventFilter"]], "cdp.client.models.webhook_event_filter.WebhookEventFilter": [[4, 4, 1, "", "contract_address"], [4, 4, 1, "", "from_address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "to_address"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.webhook_event_type": [[4, 1, 1, "", "WebhookEventType"]], "cdp.client.models.webhook_event_type.WebhookEventType": [[4, 4, 1, "", "ERC20_TRANSFER"], [4, 4, 1, "", "ERC721_TRANSFER"], [4, 4, 1, "", "UNSPECIFIED"], [4, 4, 1, "", "WALLET_ACTIVITY"], [4, 3, 1, "", "from_json"]], "cdp.client.models.webhook_event_type_filter": [[4, 1, 1, "", "WebhookEventTypeFilter"]], "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.webhook_list": [[4, 1, 1, "", "WebhookList"]], "cdp.client.models.webhook_list.WebhookList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.webhook_wallet_activity_filter": [[4, 1, 1, "", "WebhookWalletActivityFilter"]], "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter": [[4, 4, 1, "", "addresses"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"]], "cdp.client.rest": [[2, 1, 1, "", "RESTClientObject"], [2, 1, 1, "", "RESTResponse"], [2, 6, 1, "", "is_socks_proxy_url"]], "cdp.client.rest.RESTClientObject": [[2, 3, 1, "", "request"]], "cdp.client.rest.RESTResponse": [[2, 3, 1, "", "getheader"], [2, 3, 1, "", "getheaders"], [2, 3, 1, "", "read"]], "cdp.contract_invocation": [[1, 1, 1, "", "ContractInvocation"]], "cdp.contract_invocation.ContractInvocation": [[1, 2, 1, "", "abi"], [1, 2, 1, "", "address_id"], [1, 2, 1, "", "amount"], [1, 2, 1, "", "args"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "contract_invocation_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "method"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "status"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.errors": [[1, 5, 1, "", "AddressCannotSignError"], [1, 5, 1, "", "AlreadyExistsError"], [1, 5, 1, "", "AlreadySignedError"], [1, 5, 1, "", "ApiError"], [1, 5, 1, "", "FaucetLimitReachedError"], [1, 5, 1, "", "InsufficientFundsError"], [1, 5, 1, "", "InternalError"], [1, 5, 1, "", "InvalidAPIKeyFormatError"], [1, 5, 1, "", "InvalidAddressError"], [1, 5, 1, "", "InvalidAddressIDError"], [1, 5, 1, "", "InvalidAmountError"], [1, 5, 1, "", "InvalidAssetIDError"], [1, 5, 1, "", "InvalidConfigurationError"], [1, 5, 1, "", "InvalidDestinationError"], [1, 5, 1, "", "InvalidLimitError"], [1, 5, 1, "", "InvalidNetworkIDError"], [1, 5, 1, "", "InvalidPageError"], [1, 5, 1, "", "InvalidSignedPayloadError"], [1, 5, 1, "", "InvalidTransferIDError"], [1, 5, 1, "", "InvalidTransferStatusError"], [1, 5, 1, "", "InvalidWalletError"], [1, 5, 1, "", "InvalidWalletIDError"], [1, 5, 1, "", "MalformedRequestError"], [1, 5, 1, "", "NetworkFeatureUnsupportedError"], [1, 5, 1, "", "NotFoundError"], [1, 5, 1, "", "ResourceExhaustedError"], [1, 5, 1, "", "TransactionNotSignedError"], [1, 5, 1, "", "UnauthorizedError"], [1, 5, 1, "", "UnimplementedError"], [1, 5, 1, "", "UnsupportedAssetError"]], "cdp.errors.ApiError": [[1, 2, 1, "", "api_code"], [1, 2, 1, "", "api_message"], [1, 3, 1, "", "from_error"], [1, 2, 1, "", "handled"], [1, 2, 1, "", "http_code"]], "cdp.faucet_transaction": [[1, 1, 1, "", "FaucetTransaction"]], "cdp.faucet_transaction.FaucetTransaction": [[1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"]], "cdp.hash_utils": [[1, 6, 1, "", "hash_message"], [1, 6, 1, "", "hash_typed_data_message"]], "cdp.payload_signature": [[1, 1, 1, "", "PayloadSignature"]], "cdp.payload_signature.PayloadSignature": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "address_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "payload_signature_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "unsigned_payload"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.payload_signature.PayloadSignature.Status": [[1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 3, 1, "", "terminal_states"]], "cdp.smart_contract": [[1, 1, 1, "", "SmartContract"]], "cdp.smart_contract.SmartContract": [[1, 1, 1, "", "MultiTokenContractOptions"], [1, 1, 1, "", "NFTContractOptions"], [1, 1, 1, "", "TokenContractOptions"], [1, 1, 1, "", "Type"], [1, 2, 1, "", "abi"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 3, 1, "", "create"], [1, 2, 1, "", "deployer_address"], [1, 2, 1, "", "network_id"], [1, 2, 1, "", "options"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "smart_contract_id"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "type"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.smart_contract.SmartContract.Type": [[1, 4, 1, "", "ERC1155"], [1, 4, 1, "", "ERC20"], [1, 4, 1, "", "ERC721"]], "cdp.sponsored_send": [[1, 1, 1, "", "SponsoredSend"]], "cdp.sponsored_send.SponsoredSend": [[1, 1, 1, "", "Status"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "typed_data_hash"]], "cdp.sponsored_send.SponsoredSend.Status": [[1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "SUBMITTED"], [1, 3, 1, "", "terminal_states"]], "cdp.trade": [[1, 1, 1, "", "Trade"]], "cdp.trade.Trade": [[1, 2, 1, "", "address_id"], [1, 2, 1, "", "approve_transaction"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "from_amount"], [1, 2, 1, "", "from_asset_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "to_amount"], [1, 2, 1, "", "to_asset_id"], [1, 2, 1, "", "trade_id"], [1, 2, 1, "", "transaction"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.transaction": [[1, 1, 1, "", "Transaction"]], "cdp.transaction.Transaction": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "block_hash"], [1, 2, 1, "", "block_height"], [1, 2, 1, "", "content"], [1, 2, 1, "", "from_address_id"], [1, 2, 1, "", "raw"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "signed_payload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "to_address_id"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "unsigned_payload"]], "cdp.transaction.Transaction.Status": [[1, 4, 1, "", "BROADCAST"], [1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "UNSPECIFIED"], [1, 3, 1, "", "terminal_states"]], "cdp.transfer": [[1, 1, 1, "", "Transfer"]], "cdp.transfer.Transfer": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "destination_address_id"], [1, 2, 1, "", "from_address_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "send_tx_delegate"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "sponsored_send"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "transfer_id"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.wallet": [[1, 1, 1, "", "Wallet"]], "cdp.wallet.Wallet": [[1, 4, 1, "", "MAX_ADDRESSES"], [1, 2, 1, "", "addresses"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "create"], [1, 3, 1, "", "create_address"], [1, 2, 1, "", "default_address"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "export_data"], [1, 3, 1, "", "faucet"], [1, 3, 1, "", "fetch"], [1, 2, 1, "", "id"], [1, 3, 1, "", "import_data"], [1, 3, 1, "", "invoke_contract"], [1, 3, 1, "", "list"], [1, 3, 1, "", "load_seed"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "save_seed"], [1, 2, 1, "", "server_signer_status"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "transfer"]], "cdp.wallet_address": [[1, 1, 1, "", "WalletAddress"]], "cdp.wallet_address.WalletAddress": [[1, 2, 1, "", "can_sign"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "invoke_contract"], [1, 2, 1, "", "key"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "trades"], [1, 3, 1, "", "transfer"], [1, 3, 1, "", "transfers"], [1, 2, 1, "", "wallet_id"]], "cdp.wallet_data": [[1, 1, 1, "", "WalletData"]], "cdp.wallet_data.WalletData": [[1, 3, 1, "", "from_dict"], [1, 2, 1, "", "seed"], [1, 3, 1, "", "to_dict"], [1, 2, 1, "", "wallet_id"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "property", "Python property"], "3": ["py", "method", "Python method"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "exception", "Python exception"], "6": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:property", "3": "py:method", "4": "py:attribute", "5": "py:exception", "6": "py:function"}, "terms": {"": [0, 1, 2, 3, 4, 5], "0": [0, 1, 2, 3, 4, 5], "00001": [0, 5], "0x": [1, 3, 4], "1": [2, 3, 4], "10": [0, 1, 3, 5], "100": 3, "123": 2, "1559": 4, "191": 1, "2": [1, 4], "20": [1, 4], "20world": 2, "24": [0, 5], "256": 1, "2718": 4, "3": [0, 1, 2, 3, 4, 5], "42": 3, "5": 2, "50": 3, "5000": 4, "712": 1, "721": 4, "A": [0, 1, 2, 3, 4, 5], "By": [0, 5], "For": [0, 4, 5], "If": [0, 1, 2, 3, 5], "It": [2, 3, 4], "The": [0, 1, 2, 3, 4, 5], "Then": [0, 5], "To": [0, 5], "__fields__": [2, 4], "_address": [1, 6], "_asset": [1, 6], "_cdp_client": [1, 6], "_content_typ": 3, "_contract_invoc": [1, 6], "_external_address": [1, 6], "_header": 3, "_host": 2, "_host_index": 3, "_network": [1, 6], "_request_auth": [2, 3], "_request_timeout": [1, 2, 3], "_trade": [1, 6], "_transfer": [1, 6], "_wallet": [1, 6], "abi": [1, 2, 4, 6], "about": [2, 4], "accept": 2, "access": [0, 1, 2, 5], "access_list": [2, 4], "access_token": [1, 2], "accord": 1, "account": [1, 4], "across": [2, 3, 4], "action": [2, 4], "activ": [1, 2, 4], "activation_epoch": [2, 4], "activationepoch": 4, "active_slash": [2, 4], "actual": 4, "actual_inst": [2, 4], "actual_instance_must_validate_oneof": [2, 4], "ad": [2, 4], "add": [1, 6], "addit": 4, "address": [0, 2, 3, 5, 6], "address_balance_list": [1, 2], "address_historical_balance_list": [1, 2], "address_id": [0, 1, 2, 3, 4, 5, 6], "address_index": [2, 4], "address_list": [1, 2], "address_path_prefix": [2, 4], "address_transaction_list": [1, 2], "addressbalancelist": [2, 3, 4], "addresscannotsignerror": [1, 6], "addresses_api": [1, 2], "addressesapi": [1, 2, 3], "addresshistoricalbalancelist": [2, 3, 4], "addresslist": [2, 3, 4], "addresstransactionlist": [2, 3, 4], "after": 4, "agent": 2, "aggreg": 3, "alia": [2, 4], "alias_prior": 4, "all": [0, 1, 2, 3, 4, 5], "allow": [0, 4, 5], "alpha": [0, 2, 3, 4, 5], "alreadi": 1, "alreadyexistserror": [1, 6], "alreadysignederror": [1, 6], "also": [2, 3], "altern": 2, "amount": [1, 2, 4, 6], "an": [1, 2, 3, 4], "ani": [1, 4], "annot": [2, 4], "anoth": [0, 4, 5], "api": [0, 1, 2, 4, 5], "api_cli": [3, 6], "api_cod": [1, 6], "api_kei": [1, 2], "api_key_nam": [0, 1, 5, 6], "api_key_prefix": 2, "api_key_private_kei": [0, 5], "api_messag": [1, 6], "api_respons": [1, 6], "apiattributeerror": [1, 2], "apicli": [1, 2, 6], "apierror": [1, 6], "apiexcept": [1, 2], "apikei": 2, "apikeyerror": [1, 2], "apirespons": [1, 2, 3], "apiresponset": 1, "apitypeerror": [1, 2], "apivalueerror": [1, 2], "app": [0, 5], "applic": [1, 2], "appropri": 1, "approv": [1, 4], "approve_transact": [1, 2, 4, 6], "approve_transaction_signed_payload": [2, 4], "ar": [0, 1, 2, 3, 4, 5], "arbitrary_types_allow": 2, "arbitrum": 4, "arbitrum_minus_mainnet": [2, 4], "arg": [1, 2, 4, 6], "argument": [1, 4], "arrai": [2, 4], "assert_hostnam": [1, 2], "asset": [0, 2, 3, 5, 6], "asset_id": [1, 2, 3, 4, 6], "assetmodel": 1, "assets_api": [1, 2], "assetsapi": [1, 2, 3], "assign": 4, "associ": [1, 4], "atom": [1, 4], "atomic_amount": 1, "attempt": 1, "attest": [2, 4], "attribut": 4, "attributeerror": 2, "auth": 2, "auth_set": [1, 2, 3], "authent": [0, 1, 2, 3, 5], "auto": 3, "avail": 1, "b": 2, "badrequestexcept": [1, 2], "balanc": [0, 2, 3, 5, 6], "balance_history_api": [1, 2], "balance_map": 6, "balancehistoryapi": [2, 3], "balancemap": [1, 6], "balancemodel": 1, "base": [0, 1, 2, 3, 4, 5], "base64": 4, "base_minus_mainnet": [2, 4], "base_minus_sepolia": [2, 4], "base_path": [1, 6], "base_uri": [1, 2, 4], "basemodel": [2, 4], "basenam": 4, "basic": 2, "beacon": 4, "bearer": 2, "been": [0, 1, 4, 5], "befor": [0, 1, 2, 5], "behav": 4, "being": [1, 3, 4], "belong": [3, 4], "below": [0, 5], "best": 2, "between": [1, 3], "bip44": 4, "block": [1, 3, 4], "block_hash": [1, 2, 4, 6], "block_height": [1, 2, 4, 6], "block_numb": [2, 4], "block_tim": [2, 4], "block_timestamp": [2, 4], "blockchain": [1, 3, 4], "blockhash": 4, "blocknumb": 4, "blocktim": 4, "bodi": [1, 2], "bonded_stak": [2, 4], "bool": [1, 2, 4], "boolean": 2, "bound": 3, "broadcast": [1, 3, 6], "broadcast_contract_invoc": [2, 3], "broadcast_contract_invocation_request": [1, 2, 3], "broadcast_contract_invocation_with_http_info": [2, 3], "broadcast_contract_invocation_without_preload_cont": [2, 3], "broadcast_staking_oper": [2, 3], "broadcast_staking_operation_request": [1, 2, 3], "broadcast_staking_operation_with_http_info": [2, 3], "broadcast_staking_operation_without_preload_cont": [2, 3], "broadcast_trad": [2, 3], "broadcast_trade_request": [1, 2, 3], "broadcast_trade_with_http_info": [2, 3], "broadcast_trade_without_preload_cont": [2, 3], "broadcast_transf": [2, 3], "broadcast_transfer_request": [1, 2, 3], "broadcast_transfer_with_http_info": [2, 3], "broadcast_transfer_without_preload_cont": [2, 3], "broadcastcontractinvocationrequest": [2, 3, 4], "broadcaststakingoperationrequest": [2, 3, 4], "broadcasttraderequest": [2, 3, 4], "broadcasttransferrequest": [2, 3, 4], "build": [2, 3], "build_staking_oper": [2, 3], "build_staking_operation_request": [1, 2, 3], "build_staking_operation_with_http_info": [2, 3], "build_staking_operation_without_preload_cont": [2, 3], "buildstakingoperationrequest": [2, 3, 4], "built": 1, "by_alia": 4, "byte": [2, 4], "ca": 2, "call": [0, 1, 2, 3, 4, 5], "call_api": [1, 2, 6], "call_typ": [2, 4], "callback": 4, "can": [0, 1, 2, 3, 4, 5], "can_sign": [1, 6], "cannot": 1, "capabl": [0, 5], "case": [2, 3, 4], "cdp_api_cli": 6, "cdp_api_kei": [0, 1, 5], "cdp_client": 1, "cdpapicli": [1, 6], "cert_fil": [1, 2], "certif": 2, "chain": 4, "chain_id": [2, 4], "chang": [0, 5], "char": 2, "charact": 3, "check": 1, "claim": [0, 5], "claimable_bal": [2, 4], "class": [1, 2, 3, 4], "classmethod": [1, 2, 4], "classvar": [2, 4], "client": [1, 6], "code": [0, 1, 2, 4, 5], "coinbas": [0, 1, 2, 3, 4, 5], "collect": 2, "collection_format": 2, "com": 1, "come": [0, 4, 5], "commun": 2, "complet": [0, 1, 5], "comput": [2, 4], "computedfieldinfo": [2, 4], "concaten": 2, "conduct": 3, "config": [2, 4], "configdict": [2, 4], "configur": [0, 1, 4, 5, 6], "configure_from_json": [0, 1, 5, 6], "confirm": [1, 4], "conform": [2, 4], "conjunct": [2, 3, 4], "connect": [2, 3], "connection_pool_maxs": [1, 2], "constructor": 2, "contain": [0, 1, 2, 4, 5], "content": 6, "content_typ": 2, "context": [1, 2, 3, 4], "continu": [0, 5], "contract": [1, 3, 4], "contract_address": [1, 2, 3, 4, 6], "contract_ev": [1, 2], "contract_event_list": [1, 2], "contract_events_api": [1, 2], "contract_invoc": [2, 6], "contract_invocation_id": [1, 2, 3, 4, 6], "contract_invocation_list": [1, 2], "contract_invocations_api": [1, 2], "contract_nam": [2, 3, 4], "contractaddress": 4, "contractev": [2, 4], "contracteventlist": [2, 3, 4], "contracteventsapi": [2, 3], "contractinvoc": [1, 2, 3, 4, 6], "contractinvocationlist": [2, 3, 4], "contractinvocationsapi": [1, 2, 3], "convers": 4, "conversion_pric": [2, 4], "conversion_tim": [2, 4], "convert": [1, 2, 4], "cooki": 2, "copi": [0, 2, 5], "core": 4, "correct": [0, 5], "correlation_id": [2, 4], "correspond": [2, 4], "could": 3, "cpu_count": 2, "creat": [1, 2, 3, 4, 6], "create_address": [1, 2, 3, 6], "create_address_request": [1, 2, 3], "create_address_with_http_info": [2, 3], "create_address_without_preload_cont": [2, 3], "create_contract_invoc": [2, 3], "create_contract_invocation_request": [1, 2, 3], "create_contract_invocation_with_http_info": [2, 3], "create_contract_invocation_without_preload_cont": [2, 3], "create_payload_signatur": [2, 3], "create_payload_signature_request": [1, 2, 3], "create_payload_signature_with_http_info": [2, 3], "create_payload_signature_without_preload_cont": [2, 3], "create_server_sign": [2, 3], "create_server_signer_request": [1, 2, 3], "create_server_signer_with_http_info": [2, 3], "create_server_signer_without_preload_cont": [2, 3], "create_smart_contract": [2, 3], "create_smart_contract_request": [1, 2, 3], "create_smart_contract_with_http_info": [2, 3], "create_smart_contract_without_preload_cont": [2, 3], "create_staking_oper": [2, 3], "create_staking_operation_request": [1, 2, 3], "create_staking_operation_with_http_info": [2, 3], "create_staking_operation_without_preload_cont": [2, 3], "create_trad": [2, 3], "create_trade_request": [1, 2, 3], "create_trade_with_http_info": [2, 3], "create_trade_without_preload_cont": [2, 3], "create_transf": [2, 3], "create_transfer_request": [1, 2, 3], "create_transfer_with_http_info": [2, 3], "create_transfer_without_preload_cont": [2, 3], "create_wallet": [2, 3], "create_wallet_request": [1, 2, 3], "create_wallet_request_wallet": [1, 2], "create_wallet_webhook": [2, 3], "create_wallet_webhook_request": [1, 2, 3], "create_wallet_webhook_with_http_info": [2, 3], "create_wallet_webhook_without_preload_cont": [2, 3], "create_wallet_with_http_info": [2, 3], "create_wallet_without_preload_cont": [2, 3], "create_webhook": [2, 3], "create_webhook_request": [1, 2, 3], "create_webhook_with_http_info": [2, 3], "create_webhook_without_preload_cont": [2, 3], "createaddressrequest": [2, 3, 4], "createcontractinvocationrequest": [2, 3, 4], "created_at": [2, 4], "createpayloadsignaturerequest": [2, 3, 4], "createserversignerrequest": [2, 3, 4], "createsmartcontractrequest": [2, 3, 4], "createstakingoperationrequest": [2, 3, 4], "createtraderequest": [2, 3, 4], "createtransferrequest": [2, 3, 4], "createwalletrequest": [2, 3, 4], "createwalletrequestwallet": [2, 4], "createwalletwebhookrequest": [2, 3, 4], "createwebhookrequest": [2, 3, 4], "creation": 4, "criteria": 4, "crypto": [0, 5], "currenc": 4, "current": [1, 3, 4], "cursor": 3, "custom": [2, 4], "data": [1, 2, 4], "date": [2, 4], "date_format": [1, 2], "datetim": [2, 3, 4], "datetime_format": [1, 2], "debug": [1, 2, 4, 6], "decim": [1, 2, 4, 6], "decod": 4, "decrypt": 1, "default": [0, 1, 2, 3, 4, 5], "default_address": [0, 1, 2, 4, 5, 6], "defin": [2, 4], "deleg": 1, "delet": 3, "delete_webhook": [2, 3], "delete_webhook_with_http_info": [2, 3], "delete_webhook_without_preload_cont": [2, 3], "denomin": [1, 4], "deploi": [1, 3, 4], "deploy": [1, 4], "deploy_multi_token": [1, 6], "deploy_nft": [1, 6], "deploy_smart_contract": [2, 3], "deploy_smart_contract_request": [1, 2, 3], "deploy_smart_contract_with_http_info": [2, 3], "deploy_smart_contract_without_preload_cont": [2, 3], "deploy_token": [1, 6], "deployer_address": [1, 2, 4, 6], "deploysmartcontractrequest": [2, 3, 4], "deposit": [2, 4], "deprec": [2, 3], "deriv": 4, "descript": [2, 4], "deseri": [1, 2], "destin": [1, 2, 4], "destination_address_id": [1, 6], "detail": [2, 3, 4], "develop": [0, 4, 5], "devnet": 4, "dict": [1, 2, 3, 4], "dictionari": [1, 2, 4], "differ": 4, "directli": 2, "disabl": 2, "display_nam": [2, 4], "do": [0, 2, 3, 4, 5], "document": [2, 3, 4], "doe": 1, "don": 3, "down": 2, "download": [0, 1, 2, 5], "dynamicfeetransact": 1, "e": [2, 4], "each": [1, 2], "edit": [2, 3, 4], "effect": [2, 3], "effective_bal": [2, 4], "eip": [1, 4], "element": 2, "emit": 4, "en": 4, "enabl": [0, 1, 2, 5], "encod": [1, 4], "encrypt": 1, "end": [3, 4], "end_tim": [2, 3, 4], "endpoint": [1, 2], "enrol": 4, "enrollment_data": [2, 4], "ensur": [0, 1, 5], "entri": 2, "enum": [1, 2, 4], "enumer": 1, "epoch": 4, "equival": 4, "erc": 4, "erc1155": [1, 2, 4], "erc20": [1, 2, 3, 4], "erc20_transf": [2, 4], "erc20_transfer_ev": [1, 2], "erc20transferev": [2, 4], "erc721": [1, 2, 4], "erc721_transf": [2, 4], "erc721_transfer_ev": [1, 2], "erc721transferev": [2, 4], "err": 1, "error": [2, 6], "essenti": 2, "eth": [0, 1, 4, 5], "ether": 1, "ethereum": [1, 4], "ethereum_minus_holeski": [2, 4], "ethereum_minus_mainnet": [2, 4], "ethereum_transact": [1, 2], "ethereum_transaction_access": [1, 2], "ethereum_transaction_access_list": [1, 2], "ethereum_transaction_flattened_trac": [1, 2], "ethereum_validator_metadata": [1, 2], "ethereumtransact": [2, 4], "ethereumtransactionaccess": [2, 4], "ethereumtransactionaccesslist": [2, 4], "ethereumtransactionflattenedtrac": [2, 4], "ethereumvalidatormetadata": [2, 4], "event": [2, 3, 4], "event_filt": [2, 4], "event_index": [2, 4], "event_nam": [2, 3, 4], "event_typ": [2, 4], "event_type_filt": [2, 4], "eventtyp": 4, "evm": [3, 4], "exact": 1, "exampl": 4, "except": [1, 6], "execut": 4, "exhaust": 1, "exist": 1, "exit": [2, 4], "exit_epoch": [2, 4], "exited_slash": [2, 4], "exitepoch": 4, "expect": [1, 2], "experi": [0, 5], "expir": 2, "explor": [1, 4], "export": 1, "export_data": [1, 6], "extend": [1, 4], "extended_public_kei": [2, 4], "extern": 3, "external_address": [1, 6], "external_addresses_api": [1, 2], "externaladdressesapi": [1, 2, 3], "f": [0, 5], "fail": 1, "fals": [1, 2, 4], "famili": 4, "faucet": [0, 1, 2, 3, 4, 5, 6], "faucet_transact": [2, 6], "faucet_tx": [0, 5], "faucetlimitreachederror": [1, 6], "faucettransact": [1, 2, 3, 4, 6], "featur": 1, "feature_set": [1, 2], "featureset": [2, 4], "fee": 4, "fetch": [0, 1, 3, 4, 5, 6], "fetch_historical_staking_bal": [2, 3], "fetch_historical_staking_balances200_respons": [1, 2], "fetch_historical_staking_balances_with_http_info": [2, 3], "fetch_historical_staking_balances_without_preload_cont": [2, 3], "fetch_staking_reward": [2, 3], "fetch_staking_rewards200_respons": [1, 2], "fetch_staking_rewards_request": [1, 2, 3], "fetch_staking_rewards_with_http_info": [2, 3], "fetch_staking_rewards_without_preload_cont": [2, 3], "fetchhistoricalstakingbalances200respons": [2, 3, 4], "fetchstakingrewards200respons": [2, 3, 4], "fetchstakingrewardsrequest": [2, 3, 4], "field": [2, 4], "fieldinfo": [2, 4], "file": [0, 1, 2, 5], "file_path": 1, "filehandl": 2, "filenam": 2, "filepath": 2, "files_paramet": [1, 2], "filter": [3, 4], "first": [0, 1, 3, 4, 5], "flattened_trac": [2, 4], "float": [1, 2], "folder": 2, "follow": [0, 1, 4, 5], "forbiddenexcept": [1, 2], "forc": 3, "fork": [2, 4], "form": [1, 2, 4], "format": [1, 2, 4], "found": 1, "four": 4, "four_byt": [2, 4], "from": [0, 1, 2, 3, 4, 5], "from_address": [2, 4], "from_address_id": [1, 2, 4, 6], "from_amount": [1, 2, 4, 6], "from_asset": [2, 4], "from_asset_id": [1, 2, 4, 6], "from_atomic_amount": [1, 6], "from_block_height": 3, "from_dict": [1, 2, 4, 6], "from_error": [1, 6], "from_json": [2, 4], "from_model": [1, 6], "from_respons": [1, 2], "function": [0, 1, 2, 4, 5], "fund": [1, 3], "g": [2, 4], "ga": [0, 2, 4, 5], "gas_pric": [2, 4], "gas_us": [2, 4], "gasless": [1, 2, 4], "gasless_send": [2, 4], "gener": [2, 3, 4], "get": [1, 2, 3, 4], "get_address": [2, 3], "get_address_bal": [2, 3], "get_address_balance_with_http_info": [2, 3], "get_address_balance_without_preload_cont": [2, 3], "get_address_with_http_info": [2, 3], "get_address_without_preload_cont": [2, 3], "get_api_key_with_prefix": [1, 2], "get_asset": [2, 3], "get_asset_with_http_info": [2, 3], "get_asset_without_preload_cont": [2, 3], "get_basic_auth_token": [1, 2], "get_contract_invoc": [2, 3], "get_contract_invocation_with_http_info": [2, 3], "get_contract_invocation_without_preload_cont": [2, 3], "get_current_us": [2, 3], "get_current_user_with_http_info": [2, 3], "get_current_user_without_preload_cont": [2, 3], "get_default": [1, 2], "get_default_copi": [1, 2], "get_external_address_bal": [2, 3], "get_external_address_balance_with_http_info": [2, 3], "get_external_address_balance_without_preload_cont": [2, 3], "get_external_staking_oper": [2, 3], "get_external_staking_operation_with_http_info": [2, 3], "get_external_staking_operation_without_preload_cont": [2, 3], "get_host_from_set": [1, 2], "get_host_set": [1, 2], "get_network": [2, 3], "get_network_with_http_info": [2, 3], "get_network_without_preload_cont": [2, 3], "get_payload_signatur": [2, 3], "get_payload_signature_with_http_info": [2, 3], "get_payload_signature_without_preload_cont": [2, 3], "get_secret_valu": 2, "get_server_sign": [2, 3], "get_server_signer_with_http_info": [2, 3], "get_server_signer_without_preload_cont": [2, 3], "get_smart_contract": [2, 3], "get_smart_contract_with_http_info": [2, 3], "get_smart_contract_without_preload_cont": [2, 3], "get_staking_context": [2, 3], "get_staking_context_request": [1, 2, 3], "get_staking_context_with_http_info": [2, 3], "get_staking_context_without_preload_cont": [2, 3], "get_staking_oper": [2, 3], "get_staking_operation_with_http_info": [2, 3], "get_staking_operation_without_preload_cont": [2, 3], "get_trad": [2, 3], "get_trade_with_http_info": [2, 3], "get_trade_without_preload_cont": [2, 3], "get_transf": [2, 3], "get_transfer_with_http_info": [2, 3], "get_transfer_without_preload_cont": [2, 3], "get_valid": [2, 3], "get_validator_with_http_info": [2, 3], "get_validator_without_preload_cont": [2, 3], "get_wallet": [2, 3], "get_wallet_bal": [2, 3], "get_wallet_balance_with_http_info": [2, 3], "get_wallet_balance_without_preload_cont": [2, 3], "get_wallet_with_http_info": [2, 3], "get_wallet_without_preload_cont": [2, 3], "gethead": [1, 2], "getstakingcontextrequest": [2, 3, 4], "given": [1, 2, 3], "ha": [0, 1, 4, 5], "handl": [1, 2, 4, 6], "handler": 2, "has_mor": [2, 4], "hash": [1, 2, 4], "hash_messag": [1, 6], "hash_typed_data_messag": [1, 6], "hash_util": 6, "have": [0, 1, 5], "header": [1, 2, 3, 4], "header_nam": 2, "header_param": [1, 2], "header_valu": 2, "height": [1, 4], "hello": 2, "help": 4, "here": [0, 2, 5], "hex": [1, 4], "hexadecim": [1, 4], "higher": [0, 1, 5], "histor": 3, "histori": 3, "historical_bal": [1, 2], "historicalbal": [2, 4], "hold": [0, 5], "holeski": 4, "hook": 2, "host": [1, 2], "host_index": 3, "hostnam": 2, "hour": [0, 5], "http": [1, 2, 3, 4], "http_code": [1, 6], "http_method": 2, "http_resp": 2, "httprespons": 3, "human": 4, "i": [0, 1, 2, 3, 4, 5], "id": [1, 2, 3, 4, 6], "identifi": [2, 3, 4], "ignor": [2, 3, 4], "ignore_operation_serv": [1, 2], "implement": 2, "import": [0, 1, 5], "import_data": [1, 6], "improv": [0, 5], "includ": [2, 3, 4], "inclus": 3, "increas": 2, "index": [2, 4], "indic": 2, "individu": 1, "inform": [0, 2, 4, 5], "initi": [0, 1, 4, 5], "initialis": 4, "input": [2, 4], "instanc": [1, 2, 4], "instanti": 1, "instead": 2, "instruct": [0, 5], "insuffici": 1, "insufficientfundserror": [1, 6], "int": [1, 2, 3, 4], "integr": [0, 5], "interact": 3, "intern": 1, "internalerror": [1, 6], "interv": 1, "interval_second": 1, "invalid": 1, "invalidaddresserror": [1, 6], "invalidaddressiderror": [1, 6], "invalidamounterror": [1, 6], "invalidapikeyformaterror": [1, 6], "invalidassetiderror": [1, 6], "invalidconfigurationerror": [1, 6], "invaliddestinationerror": [1, 6], "invalidlimiterror": [1, 6], "invalidnetworkiderror": [1, 6], "invalidpageerror": [1, 6], "invalidsignedpayloaderror": [1, 6], "invalidtransferiderror": [1, 6], "invalidtransferstatuserror": [1, 6], "invalidwalleterror": [1, 6], "invalidwalletiderror": [1, 6], "invari": 2, "invoc": [1, 3, 4], "invok": [1, 3, 4], "invoke_contract": [1, 6], "involv": 4, "iobas": 2, "is_mpc": [2, 4], "is_socks_proxy_url": [1, 2], "is_testnet": [2, 4], "iso8601": 2, "issu": 4, "item": 4, "iter": 1, "its": 1, "json": [0, 1, 2, 4, 5], "json_str": 4, "keccak": [1, 4], "keccak256": 1, "kei": [0, 1, 2, 4, 5, 6], "key_fil": [1, 2], "key_typ": 2, "keyerror": 2, "kwarg": 4, "last": 4, "latest": [0, 1, 3, 5], "lazi": 1, "lazili": 1, "level": 1, "librari": 2, "like": 4, "limit": [1, 3], "link": [1, 4], "list": [1, 2, 3, 4, 6], "list_address": [2, 3], "list_address_bal": [2, 3], "list_address_balances_with_http_info": [2, 3], "list_address_balances_without_preload_cont": [2, 3], "list_address_historical_bal": [2, 3], "list_address_historical_balance_with_http_info": [2, 3], "list_address_historical_balance_without_preload_cont": [2, 3], "list_address_transact": [2, 3], "list_address_transactions_with_http_info": [2, 3], "list_address_transactions_without_preload_cont": [2, 3], "list_addresses_with_http_info": [2, 3], "list_addresses_without_preload_cont": [2, 3], "list_contract_ev": [2, 3], "list_contract_events_with_http_info": [2, 3], "list_contract_events_without_preload_cont": [2, 3], "list_contract_invoc": [2, 3], "list_contract_invocations_with_http_info": [2, 3], "list_contract_invocations_without_preload_cont": [2, 3], "list_external_address_bal": [2, 3], "list_external_address_balances_with_http_info": [2, 3], "list_external_address_balances_without_preload_cont": [2, 3], "list_payload_signatur": [2, 3], "list_payload_signatures_with_http_info": [2, 3], "list_payload_signatures_without_preload_cont": [2, 3], "list_server_sign": [2, 3], "list_server_signer_ev": [2, 3], "list_server_signer_events_with_http_info": [2, 3], "list_server_signer_events_without_preload_cont": [2, 3], "list_server_signers_with_http_info": [2, 3], "list_server_signers_without_preload_cont": [2, 3], "list_smart_contract": [2, 3], "list_smart_contracts_with_http_info": [2, 3], "list_smart_contracts_without_preload_cont": [2, 3], "list_trad": [2, 3], "list_trades_with_http_info": [2, 3], "list_trades_without_preload_cont": [2, 3], "list_transf": [2, 3], "list_transfers_with_http_info": [2, 3], "list_transfers_without_preload_cont": [2, 3], "list_valid": [2, 3], "list_validators_with_http_info": [2, 3], "list_validators_without_preload_cont": [2, 3], "list_wallet": [2, 3], "list_wallet_bal": [2, 3], "list_wallet_balances_with_http_info": [2, 3], "list_wallet_balances_without_preload_cont": [2, 3], "list_wallets_with_http_info": [2, 3], "list_wallets_without_preload_cont": [2, 3], "list_webhook": [2, 3], "list_webhooks_with_http_info": [2, 3], "list_webhooks_without_preload_cont": [2, 3], "liter": 2, "load": 1, "load_se": [1, 6], "local": 1, "localaccount": 1, "locat": 2, "log": [2, 3, 4], "log_index": [2, 4], "logger": [1, 2], "logger_fil": [1, 2], "logger_file_handl": [1, 2], "logger_format": [1, 2], "logger_stream_handl": [1, 2], "logindex": 4, "long": 2, "longer": 1, "lot": 2, "lower": 3, "lowercas": 3, "mai": 4, "mainnet": [0, 4, 5], "make": [1, 2], "malform": 1, "malformedrequesterror": [1, 6], "manag": [0, 1, 4, 5], "manual": [2, 3, 4], "map": [1, 2, 4], "master": 4, "match": 4, "max": 4, "max_address": [1, 6], "max_fee_per_ga": [2, 4], "max_length": 4, "max_network_retri": [1, 6], "max_priority_fee_per_ga": [2, 4], "maximum": [1, 2], "maxlen": 4, "mayb": 4, "md": [0, 5], "mean": [0, 5], "meant": 4, "messag": [1, 2, 4], "message_text": 1, "metadata": [2, 4], "method": [0, 1, 2, 4, 5, 6], "mine": 4, "mint": [2, 4], "miss": 1, "model": [1, 2], "model_computed_field": [1, 2, 4], "model_config": [1, 2, 4], "model_dump": 4, "model_field": [1, 2, 4], "model_post_init": [2, 4], "modul": 6, "monitor": 4, "more": [0, 1, 4, 5], "mpc": 4, "msg": [1, 2], "multi": [1, 4], "multi_token_contract_opt": [1, 2], "multipart": [1, 2], "multipl": 3, "multitokencontractopt": [1, 2, 4, 6], "must": 1, "name": [0, 1, 2, 3, 4, 5], "nativ": [1, 2, 4], "native_asset": [2, 4], "native_types_map": [1, 2], "need": [0, 2, 3, 4, 5], "network": [1, 2, 3, 6], "network_id": [1, 2, 3, 4, 6], "network_identifi": [1, 2], "networkfeatureunsupportederror": [1, 6], "networkidentifi": [2, 4], "networks_api": [1, 2], "networksapi": [1, 2, 3], "new": [0, 1, 2, 3, 5], "newli": 2, "next": [3, 4], "next_pag": [2, 3, 4], "nft": [1, 4], "nft_contract_opt": [1, 2], "nftcontractopt": [1, 2, 4, 6], "nonc": [2, 4], "none": [1, 2, 3, 4], "nonetyp": [2, 3, 4], "note": 3, "notfounderror": [1, 6], "notfoundexcept": [1, 2], "notif": 4, "notification_uri": [2, 4], "now": [0, 5], "nullabl": 4, "number": [1, 2, 3, 4], "oa": 2, "obj": [2, 4], "object": [1, 2, 3, 4], "occur": 4, "offici": [0, 5], "often": 2, "onchain": [1, 3, 4], "one": [0, 2, 3, 4, 5], "one_of_schema": [2, 4], "oneof_schema_1_valid": [2, 4], "oneof_schema_2_valid": [2, 4], "oneof_schema_3_valid": [2, 4], "onli": [1, 4], "openapi": [2, 3, 4], "openapiexcept": [1, 2], "oper": [1, 2, 3, 4], "optim": 4, "option": [0, 1, 2, 3, 4, 5, 6], "orchestr": 4, "org": 4, "origin": 4, "other": 4, "otherwis": 1, "out": [0, 1, 5], "output": [2, 4], "overrid": [2, 3], "own": 4, "packag": 6, "page": [1, 3, 4], "pagin": [0, 3, 4, 5], "pair": [2, 3], "parallel": 2, "param": 2, "param_seri": [1, 2], "paramet": [1, 2, 3, 4], "parameters_to_tupl": [1, 2], "parameters_to_url_queri": [1, 2], "particip": 4, "participant_typ": [2, 4], "particular": 4, "pass": [0, 1, 2, 4, 5], "password": [1, 2], "path": [1, 2, 4], "path_param": 2, "path_to_item": 2, "payabl": [1, 4], "paylaod": 1, "payload": [1, 3, 4], "payload_signatur": [2, 6], "payload_signature_id": [1, 2, 3, 4, 6], "payload_signature_list": [1, 2], "payloadsignatur": [1, 2, 3, 4, 6], "payloadsignaturelist": [2, 3, 4], "peer": 2, "pem": 2, "pend": 1, "pending_activ": [2, 4], "per": [0, 1, 2, 4, 5], "perform": [2, 4], "period": [3, 4], "pip": [0, 5], "place": [1, 2], "platform": [0, 1, 2, 3, 4, 5], "pleas": 2, "poll": 1, "polygon": 4, "polygon_minus_mainnet": [2, 4], "pool": 2, "popul": 1, "populate_by_nam": 4, "portal": [0, 5], "posit": 4, "possibli": 2, "post": [1, 2], "post_param": [1, 2], "power": 4, "pre": [0, 5], "prefix": [1, 2, 4], "present": 4, "previou": 3, "previous": 1, "price": 4, "primari": 1, "primary_denomin": [1, 6], "primitive_typ": [1, 2], "print": [0, 5], "prioriti": 4, "priority_fee_per_ga": [2, 4], "privat": [0, 1, 4, 5], "private_kei": [1, 6], "process": 4, "programmat": 4, "project": [3, 4], "properti": [1, 2, 4], "protected_namespac": 4, "protocol": [3, 4], "protocol_famili": [2, 4], "protocol_family_validate_enum": [2, 4], "protocol_nam": [2, 3, 4], "provid": [0, 1, 2, 3, 4, 5], "provis": [0, 2, 4, 5], "proxi": [1, 2], "proxy_head": [1, 2], "public": 4, "public_kei": [2, 4], "publicli": 4, "pydant": [2, 4], "queri": [2, 3], "query_param": 2, "rais": 1, "rang": 3, "raw": [1, 2, 4, 6], "raw_data": [1, 2], "raw_typed_data": [2, 4], "reach": 1, "read": [1, 2, 3], "readabl": 4, "realiz": 4, "reap": [2, 4], "reason": 2, "receiv": [1, 4], "recipi": 4, "record": [1, 4], "recreat": 1, "ref": 3, "refer": [0, 5], "refresh": 2, "refresh_api_key_hook": [1, 2], "regardless": 2, "releas": [0, 5], "reload": [1, 6], "render_path": [1, 2], "replac": [2, 4], "report": [2, 4], "repres": [1, 2, 4], "represent": [1, 2, 4], "request": [1, 2, 3, 4], "request_auth": 2, "request_external_faucet_fund": [2, 3], "request_external_faucet_funds_with_http_info": [2, 3], "request_external_faucet_funds_without_preload_cont": [2, 3], "request_faucet_fund": [2, 3], "request_faucet_funds_with_http_info": [2, 3], "request_faucet_funds_without_preload_cont": [2, 3], "requir": [1, 2, 3, 4], "resourc": [1, 2], "resource_path": 2, "resourceexhaustederror": [1, 6], "resp": 2, "respons": [1, 2, 3, 4], "response_data": [1, 2], "response_deseri": [1, 2, 6], "response_text": 2, "response_typ": 2, "response_types_map": [1, 2], "rest": [1, 6], "restclientobject": [1, 2], "restrespons": [1, 2], "result": [1, 3, 4], "retri": [1, 2], "retriev": [1, 3], "return": [0, 1, 2, 3, 4, 5], "reward": [3, 4], "rollup": 4, "rtype": [2, 4], "run": [0, 5], "safe": 2, "safe_chars_for_path_param": [1, 2], "same": 2, "sanit": 2, "sanitize_for_seri": [1, 2], "save": [1, 2], "save_se": [1, 6], "scheme": 2, "scope": [3, 4], "sdk": [1, 2, 3, 4], "second": [0, 1, 5], "secret": 2, "secretstr": 2, "secur": 2, "see": [0, 4, 5], "seed": [1, 4, 6], "seed_creation_ev": [1, 2], "seed_creation_event_result": [1, 2, 3], "seed_id": [2, 4], "seedcreationev": [2, 4], "seedcreationeventresult": [2, 3, 4], "select_header_accept": [1, 2], "select_header_content_typ": [1, 2], "self": [2, 4], "send": [0, 1, 4, 5], "send_tx_deleg": [1, 6], "sender": 4, "sensit": 3, "sent": [1, 3, 4], "sepolia": [0, 1, 4, 5], "serial": 2, "server": [0, 1, 2, 3, 4, 5], "server_index": 2, "server_operation_index": [1, 2], "server_operation_vari": [1, 2], "server_sign": [1, 2], "server_signer_ev": [1, 2], "server_signer_event_ev": [1, 2], "server_signer_event_list": [1, 2], "server_signer_id": [2, 3, 4], "server_signer_list": [1, 2], "server_signer_statu": [1, 2, 4, 6], "server_signer_status_validate_enum": [2, 4], "server_signers_api": [1, 2], "server_vari": 2, "serversign": [2, 3, 4], "serversignerev": [2, 4], "serversignereventev": [2, 4], "serversignereventlist": [2, 3, 4], "serversignerlist": [2, 3, 4], "serversignersapi": [2, 3], "serviceexcept": [1, 2], "set": [0, 1, 2, 3, 4, 5], "set_default": [1, 2], "set_default_head": [1, 2], "short": 4, "should": [1, 2, 4], "side": 4, "sig": [2, 4], "sign": [1, 3, 4, 6], "sign_payload": [1, 6], "signatur": [1, 2, 3, 4, 6], "signature_creation_ev": [1, 2], "signature_creation_event_result": [1, 2, 3], "signature_head": [2, 4], "signaturecreationev": [2, 4], "signaturecreationeventresult": [2, 3, 4], "signed_payload": [1, 2, 4, 6], "signed_voluntary_exit": [2, 4], "signed_voluntary_exit_message_metadata": [1, 2], "signedvoluntaryexitmessagemetadata": [2, 4], "signer": [0, 1, 3, 4, 5], "signing_payload": [2, 4], "simpl": [0, 5], "sinc": 4, "singl": [0, 2, 3, 4, 5], "singleton": 1, "skip": 2, "slash": [2, 4], "smallest": 4, "smart": [1, 3, 4], "smart_contract": [2, 6], "smart_contract_id": [1, 2, 3, 4, 6], "smart_contract_list": [1, 2], "smart_contract_opt": [1, 2], "smart_contract_typ": [1, 2], "smart_contracts_api": [1, 2], "smartcontract": [1, 2, 3, 4, 6], "smartcontractlist": [2, 3, 4], "smartcontractopt": [2, 4], "smartcontractsapi": [1, 2, 3], "smartcontracttyp": [2, 4], "sni": 2, "so": 4, "socket": 2, "socket_opt": [1, 2], "solana": 4, "solana_minus_devnet": [2, 4], "solana_minus_mainnet": [2, 4], "some": 4, "sourc": [0, 1, 3, 4, 5], "spec": [2, 3], "specif": [1, 2, 3, 4], "specifi": [1, 2, 3, 4], "spent": 4, "sponsor": [1, 4], "sponsored_send": [2, 6], "sponsoredsend": [1, 2, 4, 6], "ssl": 2, "ssl_ca_cert": [1, 2], "stake": [2, 3, 4], "stake_api": [1, 2], "stakeable_bal": [2, 4], "stakeapi": [2, 3], "staking_bal": [1, 2], "staking_context": [1, 2], "staking_context_context": [1, 2], "staking_oper": [1, 2], "staking_operation_id": 3, "staking_operation_metadata": [1, 2], "staking_reward": [1, 2], "staking_reward_format": [1, 2], "staking_reward_usd_valu": [1, 2], "stakingbal": [2, 4], "stakingcontext": [2, 3, 4], "stakingcontextcontext": [2, 4], "stakingoper": [2, 3, 4], "stakingoperationmetadata": [2, 4], "stakingreward": [2, 4], "stakingrewardformat": [2, 4], "stakingrewardusdvalu": [2, 4], "standard": 1, "start": [3, 4], "start_tim": [2, 3, 4], "state": [1, 2, 3, 4], "state_validate_enum": [2, 4], "static": 1, "statu": [1, 2, 3, 4, 6], "status": 1, "status_cod": [1, 2], "status_validate_enum": [2, 4], "storage_kei": [2, 4], "store": 2, "str": [1, 2, 3, 4], "stream": 2, "strict": [2, 4], "strictbool": 4, "strictbyt": 2, "strictint": [2, 4], "strictstr": 4, "string": [1, 2, 4], "stringifi": 4, "sub_trac": [2, 4], "subject": [0, 5], "submit": [1, 3], "submit_server_signer_seed_event_result": [2, 3], "submit_server_signer_seed_event_result_with_http_info": [2, 3], "submit_server_signer_seed_event_result_without_preload_cont": [2, 3], "submit_server_signer_signature_event_result": [2, 3], "submit_server_signer_signature_event_result_with_http_info": [2, 3], "submit_server_signer_signature_event_result_without_preload_cont": [2, 3], "submodul": 6, "subpackag": 6, "subsequ": 3, "successfulli": [0, 5], "suppli": [1, 4], "support": [0, 4, 5], "symbol": [1, 2, 3, 4], "synchron": [1, 2], "t": [1, 2, 3], "take": [1, 4], "tech": [2, 3, 4], "temp": 2, "temp_folder_path": [1, 2], "templat": 2, "termin": 1, "terminal_st": [1, 6], "testnet": [0, 4, 5], "than": 1, "them": [0, 5], "thi": [0, 1, 2, 3, 4, 5], "those": [0, 5], "time": [1, 3, 4], "timeout": [1, 2, 3], "timeout_second": 1, "timeouterror": 1, "timestamp": 4, "tl": 2, "tls_server_nam": [1, 2], "to_address": [2, 4], "to_address_id": [1, 2, 4, 6], "to_amount": [1, 2, 4, 6], "to_asset": [2, 4], "to_asset_id": [1, 2, 4, 6], "to_atomic_amount": [1, 6], "to_block_height": 3, "to_debug_report": [1, 2], "to_dict": [1, 2, 4, 6], "to_json": [2, 4], "to_str": [2, 4], "token": [1, 2, 3, 4], "token_contract_opt": [1, 2], "token_id": [2, 4], "tokencontractopt": [1, 2, 4, 6], "tokenid": 4, "total": [1, 2, 3, 4], "total_count": [2, 4], "total_suppli": [1, 2, 4], "trace_address": [2, 4], "trace_id": [2, 4], "trace_typ": [2, 4], "track": [0, 4, 5], "trade": [2, 3, 6], "trade_id": [1, 2, 3, 4, 6], "trade_list": [1, 2], "tradelist": [2, 3, 4], "trades_api": [1, 2], "tradesapi": [1, 2, 3], "transact": [0, 2, 3, 5, 6], "transaction_access_list": [2, 4], "transaction_cont": [1, 2], "transaction_hash": [1, 2, 4, 6], "transaction_history_api": [1, 2], "transaction_id": [2, 4], "transaction_index": [2, 4], "transaction_link": [1, 2, 4, 6], "transaction_typ": [1, 2], "transactioncont": [2, 4], "transactionhash": 4, "transactionhistoryapi": [2, 3], "transactionindex": 4, "transactionnotsignederror": [1, 6], "transactiontyp": [2, 4], "transfer": [2, 3, 6], "transfer_id": [1, 2, 3, 4, 6], "transfer_list": [1, 2], "transferlist": [2, 3, 4], "transfers_api": [1, 2], "transfersapi": [1, 2, 3], "trigger": 4, "true": [0, 1, 2, 4, 5], "tupl": [2, 3], "two": 2, "tx_hash": [2, 4], "tx_index": [2, 4], "type": [1, 2, 3, 4, 6], "typed_data": 1, "typed_data_hash": [1, 2, 4, 6], "typeerror": 2, "typevar": [1, 2], "typic": 4, "unauthor": 1, "unauthorizederror": [1, 6], "unauthorizedexcept": [1, 2], "unbonded_bal": [2, 4], "underli": [1, 2], "unhandl": 1, "unimpl": 1, "unimplementederror": [1, 6], "union": [1, 2, 4], "uniqu": [3, 4], "unit": [1, 4], "unknown": [1, 2, 4], "unsign": [1, 4], "unsigned_payload": [1, 2, 4, 6], "unspecifi": [1, 2, 4], "unstak": 4, "unstakeable_bal": [2, 4], "unsupport": 1, "unsupportedasseterror": [1, 6], "until": 1, "updat": [0, 1, 2, 3, 4, 5], "update_params_for_auth": [1, 2], "update_webhook": [2, 3], "update_webhook_request": [1, 2, 3], "update_webhook_with_http_info": [2, 3], "update_webhook_without_preload_cont": [2, 3], "updated_at": [2, 4], "updatewebhookrequest": [2, 3, 4], "upgrad": [0, 5], "upper": 3, "uri": [1, 2, 4], "url": [1, 2, 4], "urlencod": [1, 2], "urllib3": 2, "us": [0, 1, 2, 3, 4, 5], "usd": [2, 4], "usd_valu": [2, 4], "usdc": 4, "usdc_faucet_tx": [0, 5], "use_server_sign": [0, 1, 2, 4, 5, 6], "user": [1, 2, 3], "user_ag": [1, 2], "usernam": [1, 2], "users_api": [1, 2], "usersapi": [2, 3], "utc": 4, "uuid": 3, "v": 4, "v0": [0, 5], "v1": [2, 4], "valid": [1, 2, 3], "valid_class": 2, "validate_assign": 4, "validator_detail": [1, 2], "validator_id": [2, 3, 4], "validator_list": [1, 2], "validator_pub_kei": [2, 4], "validator_statu": [1, 2], "validatordetail": [2, 4], "validatorlist": [2, 3, 4], "validators_api": [1, 2], "validatorsapi": [2, 3], "validatorstatu": [2, 3, 4], "valu": [1, 2, 3, 4], "valueerror": [1, 2], "var_dat": [2, 4], "var_from": [2, 4], "variabl": 2, "variou": [1, 2], "verif": 2, "verifi": [2, 4], "verify_ssl": [1, 2], "version": [1, 2, 3, 4], "via": [0, 5], "view": 4, "voluntari": 4, "wa": 4, "wai": [0, 5], "wait": [0, 1, 4, 5, 6], "wallet": [2, 3, 6], "wallet1": [0, 5], "wallet2": [0, 5], "wallet3": [0, 5], "wallet_act": [2, 4], "wallet_address": 6, "wallet_data": 6, "wallet_id": [1, 2, 3, 4, 6], "wallet_list": [1, 2], "wallet_stake_api": [1, 2], "wallet_user_id": [2, 4], "walletaddress": [1, 6], "walletdata": [1, 6], "walletlist": [2, 3, 4], "wallets_api": [1, 2], "walletsapi": [1, 2, 3], "walletstakeapi": [2, 3], "we": [0, 5], "webhook": [1, 2, 3], "webhook_event_filt": [1, 2], "webhook_event_typ": [1, 2], "webhook_event_type_filt": [1, 2], "webhook_id": [2, 3, 4], "webhook_list": [1, 2], "webhook_wallet_activity_filt": [1, 2], "webhookeventfilt": [2, 4], "webhookeventtyp": [2, 4], "webhookeventtypefilt": [2, 4], "webhookid": 4, "webhooklist": [2, 3, 4], "webhooks_api": [1, 2], "webhooksapi": [2, 3], "webhookwalletactivityfilt": [2, 4], "websit": [0, 5], "wei": 4, "were": 4, "what": 4, "when": [1, 2, 4], "where": [1, 4], "whether": [1, 4], "which": [0, 1, 2, 3, 4, 5], "whole": [1, 4], "whole_amount": 1, "whose": 3, "window": [0, 5], "withdraw": 4, "withdrawable_epoch": [2, 4], "withdrawableepoch": 4, "withdrawal_address": [2, 4], "withdrawal_avail": [2, 4], "withdrawal_complet": [2, 4], "within": [3, 4], "without": [0, 1, 5], "wrapper": 1, "www": [1, 2], "x": [1, 2, 4], "you": [0, 2, 5], "your": [0, 4, 5]}, "titles": ["CDP Python SDK", "cdp package", "cdp.client package", "cdp.client.api package", "cdp.client.models package", "CDP SDK documentation", "cdp"], "titleterms": {"address": [1, 4], "address_balance_list": 4, "address_historical_balance_list": 4, "address_list": 4, "address_transaction_list": 4, "addresses_api": 3, "api": 3, "api_cli": [1, 2], "api_respons": 2, "asset": [1, 4], "assets_api": 3, "balanc": [1, 4], "balance_history_api": 3, "balance_map": 1, "broadcast_contract_invocation_request": 4, "broadcast_staking_operation_request": 4, "broadcast_trade_request": 4, "broadcast_transfer_request": 4, "build_staking_operation_request": 4, "cdp": [0, 1, 2, 3, 4, 5, 6], "cdp_api_cli": 1, "check": [0, 5], "client": [2, 3, 4], "configur": 2, "content": [1, 2, 3, 4], "contract_ev": 4, "contract_event_list": 4, "contract_events_api": 3, "contract_invoc": [1, 4], "contract_invocation_list": 4, "contract_invocations_api": 3, "contribut": [0, 5], "creat": [0, 5], "create_address_request": 4, "create_contract_invocation_request": 4, "create_payload_signature_request": 4, "create_server_signer_request": 4, "create_smart_contract_request": 4, "create_staking_operation_request": 4, "create_trade_request": 4, "create_transfer_request": 4, "create_wallet_request": 4, "create_wallet_request_wallet": 4, "create_wallet_webhook_request": 4, "create_webhook_request": 4, "deploy_smart_contract_request": 4, "document": [0, 5], "erc20_transfer_ev": 4, "erc721_transfer_ev": 4, "error": [1, 4], "ethereum_transact": 4, "ethereum_transaction_access": 4, "ethereum_transaction_access_list": 4, "ethereum_transaction_flattened_trac": 4, "ethereum_validator_metadata": 4, "except": 2, "external_addresses_api": 3, "faucet_transact": [1, 4], "feature_set": 4, "fetch_historical_staking_balances200_respons": 4, "fetch_staking_rewards200_respons": 4, "fetch_staking_rewards_request": 4, "fund": [0, 5], "gasless": [0, 5], "get_staking_context_request": 4, "hash_util": 1, "historical_bal": 4, "instal": [0, 5], "list": [0, 5], "model": 4, "modul": [1, 2, 3, 4], "multi_token_contract_opt": 4, "network": 4, "network_identifi": 4, "networks_api": 3, "nft_contract_opt": 4, "packag": [1, 2, 3, 4], "payload_signatur": [1, 4], "payload_signature_list": 4, "python": [0, 5], "repl": [0, 5], "requir": [0, 5], "rest": 2, "sdk": [0, 5], "seed_creation_ev": 4, "seed_creation_event_result": 4, "server_sign": 4, "server_signer_ev": 4, "server_signer_event_ev": 4, "server_signer_event_list": 4, "server_signer_list": 4, "server_signers_api": 3, "signature_creation_ev": 4, "signature_creation_event_result": 4, "signed_voluntary_exit_message_metadata": 4, "smart_contract": [1, 4], "smart_contract_list": 4, "smart_contract_opt": 4, "smart_contract_typ": 4, "smart_contracts_api": 3, "sponsored_send": [1, 4], "stake_api": 3, "staking_bal": 4, "staking_context": 4, "staking_context_context": 4, "staking_oper": 4, "staking_operation_metadata": 4, "staking_reward": 4, "staking_reward_format": 4, "staking_reward_usd_valu": 4, "start": [0, 5], "submodul": [1, 2, 3, 4], "subpackag": [1, 2], "token_contract_opt": 4, "trade": [0, 1, 4, 5], "trade_list": 4, "trades_api": 3, "transact": [1, 4], "transaction_cont": 4, "transaction_history_api": 3, "transaction_typ": 4, "transfer": [0, 1, 4, 5], "transfer_list": 4, "transfers_api": 3, "update_webhook_request": 4, "usdc": [0, 5], "user": 4, "users_api": 3, "valid": 4, "validator_detail": 4, "validator_list": 4, "validator_statu": 4, "validators_api": 3, "version": [0, 5], "wallet": [0, 1, 4, 5], "wallet_address": 1, "wallet_data": 1, "wallet_list": 4, "wallet_stake_api": 3, "wallets_api": 3, "webhook": 4, "webhook_event_filt": 4, "webhook_event_typ": 4, "webhook_event_type_filt": 4, "webhook_list": 4, "webhook_wallet_activity_filt": 4, "webhooks_api": 3}}) \ No newline at end of file +Search.setIndex({"alltitles": {"CDP Python SDK": [[0, null], [5, "cdp-python-sdk"]], "CDP SDK documentation": [[5, null]], "Checking Python Version": [[0, "checking-python-version"], [5, "checking-python-version"]], "Contributing": [[0, "contributing"], [5, "contributing"]], "Creating a Wallet": [[0, "creating-a-wallet"], [5, "creating-a-wallet"]], "Documentation": [[0, "documentation"], [5, "documentation"]], "Funding a Wallet": [[0, "funding-a-wallet"], [5, "funding-a-wallet"]], "Gasless USDC Transfers": [[0, "gasless-usdc-transfers"], [5, "gasless-usdc-transfers"]], "Installation": [[0, "installation"], [5, "installation"]], "Listing Trades": [[0, "listing-trades"], [5, "listing-trades"]], "Listing Transfers": [[0, "listing-transfers"], [5, "listing-transfers"]], "Module contents": [[1, "module-cdp"], [2, "module-cdp.client"], [3, "module-cdp.client.api"], [4, "module-cdp.client.models"]], "Requirements": [[0, "requirements"], [5, "requirements"]], "Starting a Python REPL": [[0, "starting-a-python-repl"], [5, "starting-a-python-repl"]], "Submodules": [[1, "submodules"], [2, "submodules"], [3, "submodules"], [4, "submodules"]], "Subpackages": [[1, "subpackages"], [2, "subpackages"]], "Trading Funds": [[0, "trading-funds"], [5, "trading-funds"]], "Transferring Funds": [[0, "transferring-funds"], [5, "transferring-funds"]], "cdp": [[6, null]], "cdp package": [[1, null]], "cdp.address module": [[1, "module-cdp.address"]], "cdp.api_clients module": [[1, "module-cdp.api_clients"]], "cdp.asset module": [[1, "module-cdp.asset"]], "cdp.balance module": [[1, "module-cdp.balance"]], "cdp.balance_map module": [[1, "module-cdp.balance_map"]], "cdp.cdp module": [[1, "module-cdp.cdp"]], "cdp.cdp_api_client module": [[1, "module-cdp.cdp_api_client"]], "cdp.client package": [[2, null]], "cdp.client.api package": [[3, null]], "cdp.client.api.addresses_api module": [[3, "module-cdp.client.api.addresses_api"]], "cdp.client.api.assets_api module": [[3, "module-cdp.client.api.assets_api"]], "cdp.client.api.balance_history_api module": [[3, "module-cdp.client.api.balance_history_api"]], "cdp.client.api.contract_events_api module": [[3, "module-cdp.client.api.contract_events_api"]], "cdp.client.api.contract_invocations_api module": [[3, "module-cdp.client.api.contract_invocations_api"]], "cdp.client.api.external_addresses_api module": [[3, "module-cdp.client.api.external_addresses_api"]], "cdp.client.api.networks_api module": [[3, "module-cdp.client.api.networks_api"]], "cdp.client.api.server_signers_api module": [[3, "module-cdp.client.api.server_signers_api"]], "cdp.client.api.smart_contracts_api module": [[3, "module-cdp.client.api.smart_contracts_api"]], "cdp.client.api.stake_api module": [[3, "module-cdp.client.api.stake_api"]], "cdp.client.api.trades_api module": [[3, "module-cdp.client.api.trades_api"]], "cdp.client.api.transaction_history_api module": [[3, "module-cdp.client.api.transaction_history_api"]], "cdp.client.api.transfers_api module": [[3, "module-cdp.client.api.transfers_api"]], "cdp.client.api.users_api module": [[3, "module-cdp.client.api.users_api"]], "cdp.client.api.validators_api module": [[3, "module-cdp.client.api.validators_api"]], "cdp.client.api.wallet_stake_api module": [[3, "module-cdp.client.api.wallet_stake_api"]], "cdp.client.api.wallets_api module": [[3, "module-cdp.client.api.wallets_api"]], "cdp.client.api.webhooks_api module": [[3, "module-cdp.client.api.webhooks_api"]], "cdp.client.api_client module": [[2, "module-cdp.client.api_client"]], "cdp.client.api_response module": [[2, "module-cdp.client.api_response"]], "cdp.client.configuration module": [[2, "module-cdp.client.configuration"]], "cdp.client.exceptions module": [[2, "module-cdp.client.exceptions"]], "cdp.client.models package": [[4, null]], "cdp.client.models.address module": [[4, "module-cdp.client.models.address"]], "cdp.client.models.address_balance_list module": [[4, "module-cdp.client.models.address_balance_list"]], "cdp.client.models.address_historical_balance_list module": [[4, "module-cdp.client.models.address_historical_balance_list"]], "cdp.client.models.address_list module": [[4, "module-cdp.client.models.address_list"]], "cdp.client.models.address_transaction_list module": [[4, "module-cdp.client.models.address_transaction_list"]], "cdp.client.models.asset module": [[4, "module-cdp.client.models.asset"]], "cdp.client.models.balance module": [[4, "module-cdp.client.models.balance"]], "cdp.client.models.broadcast_contract_invocation_request module": [[4, "module-cdp.client.models.broadcast_contract_invocation_request"]], "cdp.client.models.broadcast_staking_operation_request module": [[4, "module-cdp.client.models.broadcast_staking_operation_request"]], "cdp.client.models.broadcast_trade_request module": [[4, "module-cdp.client.models.broadcast_trade_request"]], "cdp.client.models.broadcast_transfer_request module": [[4, "module-cdp.client.models.broadcast_transfer_request"]], "cdp.client.models.build_staking_operation_request module": [[4, "module-cdp.client.models.build_staking_operation_request"]], "cdp.client.models.contract_event module": [[4, "module-cdp.client.models.contract_event"]], "cdp.client.models.contract_event_list module": [[4, "module-cdp.client.models.contract_event_list"]], "cdp.client.models.contract_invocation module": [[4, "module-cdp.client.models.contract_invocation"]], "cdp.client.models.contract_invocation_list module": [[4, "module-cdp.client.models.contract_invocation_list"]], "cdp.client.models.create_address_request module": [[4, "module-cdp.client.models.create_address_request"]], "cdp.client.models.create_contract_invocation_request module": [[4, "module-cdp.client.models.create_contract_invocation_request"]], "cdp.client.models.create_payload_signature_request module": [[4, "module-cdp.client.models.create_payload_signature_request"]], "cdp.client.models.create_server_signer_request module": [[4, "module-cdp.client.models.create_server_signer_request"]], "cdp.client.models.create_smart_contract_request module": [[4, "module-cdp.client.models.create_smart_contract_request"]], "cdp.client.models.create_staking_operation_request module": [[4, "module-cdp.client.models.create_staking_operation_request"]], "cdp.client.models.create_trade_request module": [[4, "module-cdp.client.models.create_trade_request"]], "cdp.client.models.create_transfer_request module": [[4, "module-cdp.client.models.create_transfer_request"]], "cdp.client.models.create_wallet_request module": [[4, "module-cdp.client.models.create_wallet_request"]], "cdp.client.models.create_wallet_request_wallet module": [[4, "module-cdp.client.models.create_wallet_request_wallet"]], "cdp.client.models.create_wallet_webhook_request module": [[4, "module-cdp.client.models.create_wallet_webhook_request"]], "cdp.client.models.create_webhook_request module": [[4, "module-cdp.client.models.create_webhook_request"]], "cdp.client.models.deploy_smart_contract_request module": [[4, "module-cdp.client.models.deploy_smart_contract_request"]], "cdp.client.models.erc20_transfer_event module": [[4, "module-cdp.client.models.erc20_transfer_event"]], "cdp.client.models.erc721_transfer_event module": [[4, "module-cdp.client.models.erc721_transfer_event"]], "cdp.client.models.error module": [[4, "module-cdp.client.models.error"]], "cdp.client.models.ethereum_transaction module": [[4, "module-cdp.client.models.ethereum_transaction"]], "cdp.client.models.ethereum_transaction_access module": [[4, "module-cdp.client.models.ethereum_transaction_access"]], "cdp.client.models.ethereum_transaction_access_list module": [[4, "module-cdp.client.models.ethereum_transaction_access_list"]], "cdp.client.models.ethereum_transaction_flattened_trace module": [[4, "module-cdp.client.models.ethereum_transaction_flattened_trace"]], "cdp.client.models.ethereum_validator_metadata module": [[4, "module-cdp.client.models.ethereum_validator_metadata"]], "cdp.client.models.faucet_transaction module": [[4, "module-cdp.client.models.faucet_transaction"]], "cdp.client.models.feature_set module": [[4, "module-cdp.client.models.feature_set"]], "cdp.client.models.fetch_historical_staking_balances200_response module": [[4, "module-cdp.client.models.fetch_historical_staking_balances200_response"]], "cdp.client.models.fetch_staking_rewards200_response module": [[4, "module-cdp.client.models.fetch_staking_rewards200_response"]], "cdp.client.models.fetch_staking_rewards_request module": [[4, "module-cdp.client.models.fetch_staking_rewards_request"]], "cdp.client.models.get_staking_context_request module": [[4, "module-cdp.client.models.get_staking_context_request"]], "cdp.client.models.historical_balance module": [[4, "module-cdp.client.models.historical_balance"]], "cdp.client.models.multi_token_contract_options module": [[4, "module-cdp.client.models.multi_token_contract_options"]], "cdp.client.models.network module": [[4, "module-cdp.client.models.network"]], "cdp.client.models.network_identifier module": [[4, "module-cdp.client.models.network_identifier"]], "cdp.client.models.nft_contract_options module": [[4, "module-cdp.client.models.nft_contract_options"]], "cdp.client.models.payload_signature module": [[4, "module-cdp.client.models.payload_signature"]], "cdp.client.models.payload_signature_list module": [[4, "module-cdp.client.models.payload_signature_list"]], "cdp.client.models.seed_creation_event module": [[4, "module-cdp.client.models.seed_creation_event"]], "cdp.client.models.seed_creation_event_result module": [[4, "module-cdp.client.models.seed_creation_event_result"]], "cdp.client.models.server_signer module": [[4, "module-cdp.client.models.server_signer"]], "cdp.client.models.server_signer_event module": [[4, "module-cdp.client.models.server_signer_event"]], "cdp.client.models.server_signer_event_event module": [[4, "module-cdp.client.models.server_signer_event_event"]], "cdp.client.models.server_signer_event_list module": [[4, "module-cdp.client.models.server_signer_event_list"]], "cdp.client.models.server_signer_list module": [[4, "module-cdp.client.models.server_signer_list"]], "cdp.client.models.signature_creation_event module": [[4, "module-cdp.client.models.signature_creation_event"]], "cdp.client.models.signature_creation_event_result module": [[4, "module-cdp.client.models.signature_creation_event_result"]], "cdp.client.models.signed_voluntary_exit_message_metadata module": [[4, "module-cdp.client.models.signed_voluntary_exit_message_metadata"]], "cdp.client.models.smart_contract module": [[4, "module-cdp.client.models.smart_contract"]], "cdp.client.models.smart_contract_list module": [[4, "module-cdp.client.models.smart_contract_list"]], "cdp.client.models.smart_contract_options module": [[4, "module-cdp.client.models.smart_contract_options"]], "cdp.client.models.smart_contract_type module": [[4, "module-cdp.client.models.smart_contract_type"]], "cdp.client.models.sponsored_send module": [[4, "module-cdp.client.models.sponsored_send"]], "cdp.client.models.staking_balance module": [[4, "module-cdp.client.models.staking_balance"]], "cdp.client.models.staking_context module": [[4, "module-cdp.client.models.staking_context"]], "cdp.client.models.staking_context_context module": [[4, "module-cdp.client.models.staking_context_context"]], "cdp.client.models.staking_operation module": [[4, "module-cdp.client.models.staking_operation"]], "cdp.client.models.staking_operation_metadata module": [[4, "module-cdp.client.models.staking_operation_metadata"]], "cdp.client.models.staking_reward module": [[4, "module-cdp.client.models.staking_reward"]], "cdp.client.models.staking_reward_format module": [[4, "module-cdp.client.models.staking_reward_format"]], "cdp.client.models.staking_reward_usd_value module": [[4, "module-cdp.client.models.staking_reward_usd_value"]], "cdp.client.models.token_contract_options module": [[4, "module-cdp.client.models.token_contract_options"]], "cdp.client.models.trade module": [[4, "module-cdp.client.models.trade"]], "cdp.client.models.trade_list module": [[4, "module-cdp.client.models.trade_list"]], "cdp.client.models.transaction module": [[4, "module-cdp.client.models.transaction"]], "cdp.client.models.transaction_content module": [[4, "module-cdp.client.models.transaction_content"]], "cdp.client.models.transaction_type module": [[4, "module-cdp.client.models.transaction_type"]], "cdp.client.models.transfer module": [[4, "module-cdp.client.models.transfer"]], "cdp.client.models.transfer_list module": [[4, "module-cdp.client.models.transfer_list"]], "cdp.client.models.update_webhook_request module": [[4, "module-cdp.client.models.update_webhook_request"]], "cdp.client.models.user module": [[4, "module-cdp.client.models.user"]], "cdp.client.models.validator module": [[4, "module-cdp.client.models.validator"]], "cdp.client.models.validator_details module": [[4, "module-cdp.client.models.validator_details"]], "cdp.client.models.validator_list module": [[4, "module-cdp.client.models.validator_list"]], "cdp.client.models.validator_status module": [[4, "module-cdp.client.models.validator_status"]], "cdp.client.models.wallet module": [[4, "module-cdp.client.models.wallet"]], "cdp.client.models.wallet_list module": [[4, "module-cdp.client.models.wallet_list"]], "cdp.client.models.webhook module": [[4, "module-cdp.client.models.webhook"]], "cdp.client.models.webhook_event_filter module": [[4, "module-cdp.client.models.webhook_event_filter"]], "cdp.client.models.webhook_event_type module": [[4, "module-cdp.client.models.webhook_event_type"]], "cdp.client.models.webhook_event_type_filter module": [[4, "module-cdp.client.models.webhook_event_type_filter"]], "cdp.client.models.webhook_list module": [[4, "module-cdp.client.models.webhook_list"]], "cdp.client.models.webhook_wallet_activity_filter module": [[4, "module-cdp.client.models.webhook_wallet_activity_filter"]], "cdp.client.rest module": [[2, "module-cdp.client.rest"]], "cdp.contract_invocation module": [[1, "module-cdp.contract_invocation"]], "cdp.errors module": [[1, "module-cdp.errors"]], "cdp.faucet_transaction module": [[1, "module-cdp.faucet_transaction"]], "cdp.hash_utils module": [[1, "module-cdp.hash_utils"]], "cdp.historical_balance module": [[1, "module-cdp.historical_balance"]], "cdp.payload_signature module": [[1, "module-cdp.payload_signature"]], "cdp.smart_contract module": [[1, "module-cdp.smart_contract"]], "cdp.sponsored_send module": [[1, "module-cdp.sponsored_send"]], "cdp.trade module": [[1, "module-cdp.trade"]], "cdp.transaction module": [[1, "module-cdp.transaction"]], "cdp.transfer module": [[1, "module-cdp.transfer"]], "cdp.wallet module": [[1, "module-cdp.wallet"]], "cdp.wallet_address module": [[1, "module-cdp.wallet_address"]], "cdp.wallet_data module": [[1, "module-cdp.wallet_data"]]}, "docnames": ["README", "cdp", "cdp.client", "cdp.client.api", "cdp.client.models", "index", "modules"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["README.md", "cdp.rst", "cdp.client.rst", "cdp.client.api.rst", "cdp.client.models.rst", "index.rst", "modules.rst"], "indexentries": {"_addresses (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._addresses", false]], "_assets (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._assets", false]], "_cdp_client (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._cdp_client", false]], "_contract_invocations (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._contract_invocations", false]], "_external_addresses (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._external_addresses", false]], "_networks (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._networks", false]], "_trades (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._trades", false]], "_transfers (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._transfers", false]], "_wallets (cdp.api_clients.apiclients attribute)": [[1, "cdp.api_clients.ApiClients._wallets", false]], "abi (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.abi", false]], "abi (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.abi", false]], "abi (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.abi", false]], "abi (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.abi", false]], "abi (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.abi", false]], "abi (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.abi", false]], "abi (cdp.smartcontract property)": [[1, "cdp.SmartContract.abi", false]], "access_list (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.access_list", false]], "access_token (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.access_token", false]], "action (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.action", false]], "action (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.action", false]], "activation_epoch (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.activation_epoch", false]], "active (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.ACTIVE", false]], "active_slashed (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.ACTIVE_SLASHED", false]], "actual_instance (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.actual_instance", false]], "actual_instance (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.actual_instance", false]], "actual_instance (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.actual_instance", false]], "actual_instance (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.actual_instance", false]], "actual_instance (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.actual_instance", false]], "actual_instance (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.actual_instance", false]], "actual_instance_must_validate_oneof() (cdp.client.models.server_signer_event_event.serversignereventevent class method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.smart_contract_options.smartcontractoptions class method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata class method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.transaction_content.transactioncontent class method)": [[4, "cdp.client.models.transaction_content.TransactionContent.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.validator_details.validatordetails class method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.actual_instance_must_validate_oneof", false]], "actual_instance_must_validate_oneof() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter class method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.actual_instance_must_validate_oneof", false]], "add() (cdp.balance_map.balancemap method)": [[1, "cdp.balance_map.BalanceMap.add", false]], "add() (cdp.balancemap method)": [[1, "cdp.BalanceMap.add", false]], "address (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.address", false]], "address (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.address", false]], "address (class in cdp)": [[1, "cdp.Address", false]], "address (class in cdp.address)": [[1, "cdp.address.Address", false]], "address (class in cdp.client.models.address)": [[4, "cdp.client.models.address.Address", false]], "address_id (cdp.address property)": [[1, "cdp.Address.address_id", false]], "address_id (cdp.address.address property)": [[1, "cdp.address.Address.address_id", false]], "address_id (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.address_id", false]], "address_id (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.address_id", false]], "address_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.address_id", false]], "address_id (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.address_id", false]], "address_id (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.address_id", false]], "address_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.address_id", false]], "address_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.address_id", false]], "address_id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.address_id", false]], "address_id (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.address_id", false]], "address_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.address_id", false]], "address_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.address_id", false]], "address_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.address_id", false]], "address_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.address_id", false]], "address_id (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.address_id", false]], "address_id (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.address_id", false]], "address_id (cdp.trade property)": [[1, "cdp.Trade.address_id", false]], "address_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.address_id", false]], "address_ids (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.address_ids", false]], "address_index (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.address_index", false]], "address_index (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.address_index", false]], "address_path_prefix (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.address_path_prefix", false]], "addressbalancelist (class in cdp.client.models.address_balance_list)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList", false]], "addresscannotsignerror": [[1, "cdp.errors.AddressCannotSignError", false]], "addresses (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.addresses", false]], "addresses (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.addresses", false]], "addresses (cdp.wallet property)": [[1, "cdp.Wallet.addresses", false]], "addresses (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.addresses", false]], "addressesapi (class in cdp.client.api.addresses_api)": [[3, "cdp.client.api.addresses_api.AddressesApi", false]], "addresshistoricalbalancelist (class in cdp.client.models.address_historical_balance_list)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList", false]], "addresslist (class in cdp.client.models.address_list)": [[4, "cdp.client.models.address_list.AddressList", false]], "addresstransactionlist (class in cdp.client.models.address_transaction_list)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList", false]], "alreadyexistserror": [[1, "cdp.errors.AlreadyExistsError", false]], "alreadysignederror": [[1, "cdp.errors.AlreadySignedError", false]], "amount (cdp.balance property)": [[1, "cdp.Balance.amount", false]], "amount (cdp.balance.balance property)": [[1, "cdp.balance.Balance.amount", false]], "amount (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.amount", false]], "amount (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.amount", false]], "amount (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.amount", false]], "amount (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.amount", false]], "amount (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.amount", false]], "amount (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.amount", false]], "amount (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.amount", false]], "amount (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.amount", false]], "amount (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.amount", false]], "amount (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.amount", false]], "amount (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.amount", false]], "amount (cdp.historical_balance.historicalbalance property)": [[1, "cdp.historical_balance.HistoricalBalance.amount", false]], "amount (cdp.transfer property)": [[1, "cdp.Transfer.amount", false]], "amount (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.amount", false]], "api_clients (cdp.cdp attribute)": [[1, "cdp.Cdp.api_clients", false], [1, "id7", false]], "api_clients (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.api_clients", false], [1, "id0", false]], "api_code (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.api_code", false]], "api_key_name (cdp.cdp attribute)": [[1, "cdp.Cdp.api_key_name", false], [1, "id8", false]], "api_key_name (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.api_key_name", false], [1, "id1", false]], "api_message (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.api_message", false]], "apiattributeerror": [[2, "cdp.client.exceptions.ApiAttributeError", false]], "apiclient (class in cdp.client.api_client)": [[2, "cdp.client.api_client.ApiClient", false]], "apiclients (class in cdp.api_clients)": [[1, "cdp.api_clients.ApiClients", false]], "apierror": [[1, "cdp.errors.ApiError", false]], "apiexception": [[2, "cdp.client.exceptions.ApiException", false]], "apikeyerror": [[2, "cdp.client.exceptions.ApiKeyError", false]], "apiresponse (class in cdp.client.api_response)": [[2, "cdp.client.api_response.ApiResponse", false]], "apitypeerror": [[2, "cdp.client.exceptions.ApiTypeError", false]], "apivalueerror": [[2, "cdp.client.exceptions.ApiValueError", false]], "approve_transaction (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.approve_transaction", false]], "approve_transaction (cdp.trade property)": [[1, "cdp.Trade.approve_transaction", false]], "approve_transaction (cdp.trade.trade property)": [[1, "cdp.trade.Trade.approve_transaction", false]], "approve_transaction_signed_payload (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.approve_transaction_signed_payload", false]], "arbitrum_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.ARBITRUM_MINUS_MAINNET", false]], "args (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.args", false]], "args (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.args", false]], "args (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.args", false]], "args (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.args", false]], "assert_hostname (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.assert_hostname", false]], "asset (cdp.balance property)": [[1, "cdp.Balance.asset", false]], "asset (cdp.balance.balance property)": [[1, "cdp.balance.Balance.asset", false]], "asset (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.asset", false]], "asset (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.asset", false]], "asset (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.asset", false]], "asset (cdp.historical_balance.historicalbalance property)": [[1, "cdp.historical_balance.HistoricalBalance.asset", false]], "asset (cdp.transfer property)": [[1, "cdp.Transfer.asset", false]], "asset (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.asset", false]], "asset (class in cdp)": [[1, "cdp.Asset", false]], "asset (class in cdp.asset)": [[1, "cdp.asset.Asset", false]], "asset (class in cdp.client.models.asset)": [[4, "cdp.client.models.asset.Asset", false]], "asset_id (cdp.asset property)": [[1, "cdp.Asset.asset_id", false]], "asset_id (cdp.asset.asset property)": [[1, "cdp.asset.Asset.asset_id", false]], "asset_id (cdp.balance property)": [[1, "cdp.Balance.asset_id", false]], "asset_id (cdp.balance.balance property)": [[1, "cdp.balance.Balance.asset_id", false]], "asset_id (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.asset_id", false]], "asset_id (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.asset_id", false]], "asset_id (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.asset_id", false]], "asset_id (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.asset_id", false]], "asset_id (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.asset_id", false]], "asset_id (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.asset_id", false]], "asset_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.asset_id", false]], "asset_id (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.asset_id", false]], "asset_id (cdp.transfer property)": [[1, "cdp.Transfer.asset_id", false]], "asset_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.asset_id", false]], "assets (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.assets", false]], "assetsapi (class in cdp.client.api.assets_api)": [[3, "cdp.client.api.assets_api.AssetsApi", false]], "attestation (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.attestation", false]], "auth_settings() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.auth_settings", false]], "badrequestexception": [[2, "cdp.client.exceptions.BadRequestException", false]], "balance (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.balance", false]], "balance (class in cdp)": [[1, "cdp.Balance", false]], "balance (class in cdp.balance)": [[1, "cdp.balance.Balance", false]], "balance (class in cdp.client.models.balance)": [[4, "cdp.client.models.balance.Balance", false]], "balance() (cdp.address method)": [[1, "cdp.Address.balance", false]], "balance() (cdp.address.address method)": [[1, "cdp.address.Address.balance", false]], "balance() (cdp.wallet method)": [[1, "cdp.Wallet.balance", false]], "balance() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.balance", false]], "balance_history (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.balance_history", false]], "balancehistoryapi (class in cdp.client.api.balance_history_api)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi", false]], "balancemap (class in cdp)": [[1, "cdp.BalanceMap", false]], "balancemap (class in cdp.balance_map)": [[1, "cdp.balance_map.BalanceMap", false]], "balances() (cdp.address method)": [[1, "cdp.Address.balances", false]], "balances() (cdp.address.address method)": [[1, "cdp.address.Address.balances", false]], "balances() (cdp.wallet method)": [[1, "cdp.Wallet.balances", false]], "balances() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.balances", false]], "base_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.BASE_MINUS_MAINNET", false]], "base_minus_sepolia (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.BASE_MINUS_SEPOLIA", false]], "base_path (cdp.cdp attribute)": [[1, "cdp.Cdp.base_path", false], [1, "id9", false]], "base_path (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.base_path", false], [1, "id2", false]], "base_uri (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.base_uri", false]], "block_hash (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.block_hash", false]], "block_hash (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.block_hash", false]], "block_hash (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.block_hash", false]], "block_hash (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.block_hash", false]], "block_hash (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.block_hash", false]], "block_hash (cdp.historical_balance.historicalbalance property)": [[1, "cdp.historical_balance.HistoricalBalance.block_hash", false]], "block_hash (cdp.transaction property)": [[1, "cdp.Transaction.block_hash", false]], "block_hash (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.block_hash", false]], "block_height (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.block_height", false]], "block_height (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.block_height", false]], "block_height (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.block_height", false]], "block_height (cdp.historical_balance.historicalbalance property)": [[1, "cdp.historical_balance.HistoricalBalance.block_height", false]], "block_height (cdp.transaction property)": [[1, "cdp.Transaction.block_height", false]], "block_height (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.block_height", false]], "block_number (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.block_number", false]], "block_number (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.block_number", false]], "block_number (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.block_number", false]], "block_time (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.block_time", false]], "block_time (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.block_time", false]], "block_time (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.block_time", false]], "block_timestamp (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.block_timestamp", false]], "bonded_stake (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.bonded_stake", false]], "broadcast (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.BROADCAST", false]], "broadcast (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.BROADCAST", false]], "broadcast() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.broadcast", false]], "broadcast() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.broadcast", false]], "broadcast() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.broadcast", false]], "broadcast() (cdp.smartcontract method)": [[1, "cdp.SmartContract.broadcast", false]], "broadcast() (cdp.trade method)": [[1, "cdp.Trade.broadcast", false]], "broadcast() (cdp.trade.trade method)": [[1, "cdp.trade.Trade.broadcast", false]], "broadcast() (cdp.transfer method)": [[1, "cdp.Transfer.broadcast", false]], "broadcast() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.broadcast", false]], "broadcast_contract_invocation() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.broadcast_contract_invocation", false]], "broadcast_contract_invocation_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.broadcast_contract_invocation_with_http_info", false]], "broadcast_contract_invocation_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.broadcast_contract_invocation_without_preload_content", false]], "broadcast_staking_operation() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.broadcast_staking_operation", false]], "broadcast_staking_operation_with_http_info() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.broadcast_staking_operation_with_http_info", false]], "broadcast_staking_operation_without_preload_content() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.broadcast_staking_operation_without_preload_content", false]], "broadcast_trade() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.broadcast_trade", false]], "broadcast_trade_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.broadcast_trade_with_http_info", false]], "broadcast_trade_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.broadcast_trade_without_preload_content", false]], "broadcast_transfer() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.broadcast_transfer", false]], "broadcast_transfer_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.broadcast_transfer_with_http_info", false]], "broadcast_transfer_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.broadcast_transfer_without_preload_content", false]], "broadcastcontractinvocationrequest (class in cdp.client.models.broadcast_contract_invocation_request)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest", false]], "broadcaststakingoperationrequest (class in cdp.client.models.broadcast_staking_operation_request)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest", false]], "broadcasttraderequest (class in cdp.client.models.broadcast_trade_request)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest", false]], "broadcasttransferrequest (class in cdp.client.models.broadcast_transfer_request)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest", false]], "build_staking_operation() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.build_staking_operation", false]], "build_staking_operation_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.build_staking_operation_with_http_info", false]], "build_staking_operation_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.build_staking_operation_without_preload_content", false]], "buildstakingoperationrequest (class in cdp.client.models.build_staking_operation_request)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest", false]], "call_api() (cdp.cdp_api_client.cdpapiclient method)": [[1, "cdp.cdp_api_client.CdpApiClient.call_api", false]], "call_api() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.call_api", false]], "call_type (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.call_type", false]], "can_sign (cdp.address property)": [[1, "cdp.Address.can_sign", false]], "can_sign (cdp.address.address property)": [[1, "cdp.address.Address.can_sign", false]], "can_sign (cdp.wallet property)": [[1, "cdp.Wallet.can_sign", false]], "can_sign (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.can_sign", false]], "can_sign (cdp.wallet_address.walletaddress property)": [[1, "cdp.wallet_address.WalletAddress.can_sign", false]], "can_sign (cdp.walletaddress property)": [[1, "cdp.WalletAddress.can_sign", false]], "cdp": [[1, "module-cdp", false]], "cdp (class in cdp)": [[1, "cdp.Cdp", false]], "cdp (class in cdp.cdp)": [[1, "cdp.cdp.Cdp", false]], "cdp.address": [[1, "module-cdp.address", false]], "cdp.api_clients": [[1, "module-cdp.api_clients", false]], "cdp.asset": [[1, "module-cdp.asset", false]], "cdp.balance": [[1, "module-cdp.balance", false]], "cdp.balance_map": [[1, "module-cdp.balance_map", false]], "cdp.cdp": [[1, "module-cdp.cdp", false]], "cdp.cdp_api_client": [[1, "module-cdp.cdp_api_client", false]], "cdp.client": [[2, "module-cdp.client", false]], "cdp.client.api": [[3, "module-cdp.client.api", false]], "cdp.client.api.addresses_api": [[3, "module-cdp.client.api.addresses_api", false]], "cdp.client.api.assets_api": [[3, "module-cdp.client.api.assets_api", false]], "cdp.client.api.balance_history_api": [[3, "module-cdp.client.api.balance_history_api", false]], "cdp.client.api.contract_events_api": [[3, "module-cdp.client.api.contract_events_api", false]], "cdp.client.api.contract_invocations_api": [[3, "module-cdp.client.api.contract_invocations_api", false]], "cdp.client.api.external_addresses_api": [[3, "module-cdp.client.api.external_addresses_api", false]], "cdp.client.api.networks_api": [[3, "module-cdp.client.api.networks_api", false]], "cdp.client.api.server_signers_api": [[3, "module-cdp.client.api.server_signers_api", false]], "cdp.client.api.smart_contracts_api": [[3, "module-cdp.client.api.smart_contracts_api", false]], "cdp.client.api.stake_api": [[3, "module-cdp.client.api.stake_api", false]], "cdp.client.api.trades_api": [[3, "module-cdp.client.api.trades_api", false]], "cdp.client.api.transaction_history_api": [[3, "module-cdp.client.api.transaction_history_api", false]], "cdp.client.api.transfers_api": [[3, "module-cdp.client.api.transfers_api", false]], "cdp.client.api.users_api": [[3, "module-cdp.client.api.users_api", false]], "cdp.client.api.validators_api": [[3, "module-cdp.client.api.validators_api", false]], "cdp.client.api.wallet_stake_api": [[3, "module-cdp.client.api.wallet_stake_api", false]], "cdp.client.api.wallets_api": [[3, "module-cdp.client.api.wallets_api", false]], "cdp.client.api.webhooks_api": [[3, "module-cdp.client.api.webhooks_api", false]], "cdp.client.api_client": [[2, "module-cdp.client.api_client", false]], "cdp.client.api_response": [[2, "module-cdp.client.api_response", false]], "cdp.client.configuration": [[2, "module-cdp.client.configuration", false]], "cdp.client.exceptions": [[2, "module-cdp.client.exceptions", false]], "cdp.client.models": [[4, "module-cdp.client.models", false]], "cdp.client.models.address": [[4, "module-cdp.client.models.address", false]], "cdp.client.models.address_balance_list": [[4, "module-cdp.client.models.address_balance_list", false]], "cdp.client.models.address_historical_balance_list": [[4, "module-cdp.client.models.address_historical_balance_list", false]], "cdp.client.models.address_list": [[4, "module-cdp.client.models.address_list", false]], "cdp.client.models.address_transaction_list": [[4, "module-cdp.client.models.address_transaction_list", false]], "cdp.client.models.asset": [[4, "module-cdp.client.models.asset", false]], "cdp.client.models.balance": [[4, "module-cdp.client.models.balance", false]], "cdp.client.models.broadcast_contract_invocation_request": [[4, "module-cdp.client.models.broadcast_contract_invocation_request", false]], "cdp.client.models.broadcast_staking_operation_request": [[4, "module-cdp.client.models.broadcast_staking_operation_request", false]], "cdp.client.models.broadcast_trade_request": [[4, "module-cdp.client.models.broadcast_trade_request", false]], "cdp.client.models.broadcast_transfer_request": [[4, "module-cdp.client.models.broadcast_transfer_request", false]], "cdp.client.models.build_staking_operation_request": [[4, "module-cdp.client.models.build_staking_operation_request", false]], "cdp.client.models.contract_event": [[4, "module-cdp.client.models.contract_event", false]], "cdp.client.models.contract_event_list": [[4, "module-cdp.client.models.contract_event_list", false]], "cdp.client.models.contract_invocation": [[4, "module-cdp.client.models.contract_invocation", false]], "cdp.client.models.contract_invocation_list": [[4, "module-cdp.client.models.contract_invocation_list", false]], "cdp.client.models.create_address_request": [[4, "module-cdp.client.models.create_address_request", false]], "cdp.client.models.create_contract_invocation_request": [[4, "module-cdp.client.models.create_contract_invocation_request", false]], "cdp.client.models.create_payload_signature_request": [[4, "module-cdp.client.models.create_payload_signature_request", false]], "cdp.client.models.create_server_signer_request": [[4, "module-cdp.client.models.create_server_signer_request", false]], "cdp.client.models.create_smart_contract_request": [[4, "module-cdp.client.models.create_smart_contract_request", false]], "cdp.client.models.create_staking_operation_request": [[4, "module-cdp.client.models.create_staking_operation_request", false]], "cdp.client.models.create_trade_request": [[4, "module-cdp.client.models.create_trade_request", false]], "cdp.client.models.create_transfer_request": [[4, "module-cdp.client.models.create_transfer_request", false]], "cdp.client.models.create_wallet_request": [[4, "module-cdp.client.models.create_wallet_request", false]], "cdp.client.models.create_wallet_request_wallet": [[4, "module-cdp.client.models.create_wallet_request_wallet", false]], "cdp.client.models.create_wallet_webhook_request": [[4, "module-cdp.client.models.create_wallet_webhook_request", false]], "cdp.client.models.create_webhook_request": [[4, "module-cdp.client.models.create_webhook_request", false]], "cdp.client.models.deploy_smart_contract_request": [[4, "module-cdp.client.models.deploy_smart_contract_request", false]], "cdp.client.models.erc20_transfer_event": [[4, "module-cdp.client.models.erc20_transfer_event", false]], "cdp.client.models.erc721_transfer_event": [[4, "module-cdp.client.models.erc721_transfer_event", false]], "cdp.client.models.error": [[4, "module-cdp.client.models.error", false]], "cdp.client.models.ethereum_transaction": [[4, "module-cdp.client.models.ethereum_transaction", false]], "cdp.client.models.ethereum_transaction_access": [[4, "module-cdp.client.models.ethereum_transaction_access", false]], "cdp.client.models.ethereum_transaction_access_list": [[4, "module-cdp.client.models.ethereum_transaction_access_list", false]], "cdp.client.models.ethereum_transaction_flattened_trace": [[4, "module-cdp.client.models.ethereum_transaction_flattened_trace", false]], "cdp.client.models.ethereum_validator_metadata": [[4, "module-cdp.client.models.ethereum_validator_metadata", false]], "cdp.client.models.faucet_transaction": [[4, "module-cdp.client.models.faucet_transaction", false]], "cdp.client.models.feature_set": [[4, "module-cdp.client.models.feature_set", false]], "cdp.client.models.fetch_historical_staking_balances200_response": [[4, "module-cdp.client.models.fetch_historical_staking_balances200_response", false]], "cdp.client.models.fetch_staking_rewards200_response": [[4, "module-cdp.client.models.fetch_staking_rewards200_response", false]], "cdp.client.models.fetch_staking_rewards_request": [[4, "module-cdp.client.models.fetch_staking_rewards_request", false]], "cdp.client.models.get_staking_context_request": [[4, "module-cdp.client.models.get_staking_context_request", false]], "cdp.client.models.historical_balance": [[4, "module-cdp.client.models.historical_balance", false]], "cdp.client.models.multi_token_contract_options": [[4, "module-cdp.client.models.multi_token_contract_options", false]], "cdp.client.models.network": [[4, "module-cdp.client.models.network", false]], "cdp.client.models.network_identifier": [[4, "module-cdp.client.models.network_identifier", false]], "cdp.client.models.nft_contract_options": [[4, "module-cdp.client.models.nft_contract_options", false]], "cdp.client.models.payload_signature": [[4, "module-cdp.client.models.payload_signature", false]], "cdp.client.models.payload_signature_list": [[4, "module-cdp.client.models.payload_signature_list", false]], "cdp.client.models.seed_creation_event": [[4, "module-cdp.client.models.seed_creation_event", false]], "cdp.client.models.seed_creation_event_result": [[4, "module-cdp.client.models.seed_creation_event_result", false]], "cdp.client.models.server_signer": [[4, "module-cdp.client.models.server_signer", false]], "cdp.client.models.server_signer_event": [[4, "module-cdp.client.models.server_signer_event", false]], "cdp.client.models.server_signer_event_event": [[4, "module-cdp.client.models.server_signer_event_event", false]], "cdp.client.models.server_signer_event_list": [[4, "module-cdp.client.models.server_signer_event_list", false]], "cdp.client.models.server_signer_list": [[4, "module-cdp.client.models.server_signer_list", false]], "cdp.client.models.signature_creation_event": [[4, "module-cdp.client.models.signature_creation_event", false]], "cdp.client.models.signature_creation_event_result": [[4, "module-cdp.client.models.signature_creation_event_result", false]], "cdp.client.models.signed_voluntary_exit_message_metadata": [[4, "module-cdp.client.models.signed_voluntary_exit_message_metadata", false]], "cdp.client.models.smart_contract": [[4, "module-cdp.client.models.smart_contract", false]], "cdp.client.models.smart_contract_list": [[4, "module-cdp.client.models.smart_contract_list", false]], "cdp.client.models.smart_contract_options": [[4, "module-cdp.client.models.smart_contract_options", false]], "cdp.client.models.smart_contract_type": [[4, "module-cdp.client.models.smart_contract_type", false]], "cdp.client.models.sponsored_send": [[4, "module-cdp.client.models.sponsored_send", false]], "cdp.client.models.staking_balance": [[4, "module-cdp.client.models.staking_balance", false]], "cdp.client.models.staking_context": [[4, "module-cdp.client.models.staking_context", false]], "cdp.client.models.staking_context_context": [[4, "module-cdp.client.models.staking_context_context", false]], "cdp.client.models.staking_operation": [[4, "module-cdp.client.models.staking_operation", false]], "cdp.client.models.staking_operation_metadata": [[4, "module-cdp.client.models.staking_operation_metadata", false]], "cdp.client.models.staking_reward": [[4, "module-cdp.client.models.staking_reward", false]], "cdp.client.models.staking_reward_format": [[4, "module-cdp.client.models.staking_reward_format", false]], "cdp.client.models.staking_reward_usd_value": [[4, "module-cdp.client.models.staking_reward_usd_value", false]], "cdp.client.models.token_contract_options": [[4, "module-cdp.client.models.token_contract_options", false]], "cdp.client.models.trade": [[4, "module-cdp.client.models.trade", false]], "cdp.client.models.trade_list": [[4, "module-cdp.client.models.trade_list", false]], "cdp.client.models.transaction": [[4, "module-cdp.client.models.transaction", false]], "cdp.client.models.transaction_content": [[4, "module-cdp.client.models.transaction_content", false]], "cdp.client.models.transaction_type": [[4, "module-cdp.client.models.transaction_type", false]], "cdp.client.models.transfer": [[4, "module-cdp.client.models.transfer", false]], "cdp.client.models.transfer_list": [[4, "module-cdp.client.models.transfer_list", false]], "cdp.client.models.update_webhook_request": [[4, "module-cdp.client.models.update_webhook_request", false]], "cdp.client.models.user": [[4, "module-cdp.client.models.user", false]], "cdp.client.models.validator": [[4, "module-cdp.client.models.validator", false]], "cdp.client.models.validator_details": [[4, "module-cdp.client.models.validator_details", false]], "cdp.client.models.validator_list": [[4, "module-cdp.client.models.validator_list", false]], "cdp.client.models.validator_status": [[4, "module-cdp.client.models.validator_status", false]], "cdp.client.models.wallet": [[4, "module-cdp.client.models.wallet", false]], "cdp.client.models.wallet_list": [[4, "module-cdp.client.models.wallet_list", false]], "cdp.client.models.webhook": [[4, "module-cdp.client.models.webhook", false]], "cdp.client.models.webhook_event_filter": [[4, "module-cdp.client.models.webhook_event_filter", false]], "cdp.client.models.webhook_event_type": [[4, "module-cdp.client.models.webhook_event_type", false]], "cdp.client.models.webhook_event_type_filter": [[4, "module-cdp.client.models.webhook_event_type_filter", false]], "cdp.client.models.webhook_list": [[4, "module-cdp.client.models.webhook_list", false]], "cdp.client.models.webhook_wallet_activity_filter": [[4, "module-cdp.client.models.webhook_wallet_activity_filter", false]], "cdp.client.rest": [[2, "module-cdp.client.rest", false]], "cdp.contract_invocation": [[1, "module-cdp.contract_invocation", false]], "cdp.errors": [[1, "module-cdp.errors", false]], "cdp.faucet_transaction": [[1, "module-cdp.faucet_transaction", false]], "cdp.hash_utils": [[1, "module-cdp.hash_utils", false]], "cdp.historical_balance": [[1, "module-cdp.historical_balance", false]], "cdp.payload_signature": [[1, "module-cdp.payload_signature", false]], "cdp.smart_contract": [[1, "module-cdp.smart_contract", false]], "cdp.sponsored_send": [[1, "module-cdp.sponsored_send", false]], "cdp.trade": [[1, "module-cdp.trade", false]], "cdp.transaction": [[1, "module-cdp.transaction", false]], "cdp.transfer": [[1, "module-cdp.transfer", false]], "cdp.wallet": [[1, "module-cdp.wallet", false]], "cdp.wallet_address": [[1, "module-cdp.wallet_address", false]], "cdp.wallet_data": [[1, "module-cdp.wallet_data", false]], "cdpapiclient (class in cdp.cdp_api_client)": [[1, "cdp.cdp_api_client.CdpApiClient", false]], "cert_file (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.cert_file", false]], "chain_id (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.chain_id", false]], "claimable_balance (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.claimable_balance", false]], "code (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.code", false]], "complete (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.COMPLETE", false]], "complete (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.COMPLETE", false]], "complete (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.COMPLETE", false]], "complete (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.COMPLETE", false]], "configuration (class in cdp.client.configuration)": [[2, "cdp.client.configuration.Configuration", false]], "configure() (cdp.cdp class method)": [[1, "cdp.Cdp.configure", false]], "configure() (cdp.cdp.cdp class method)": [[1, "cdp.cdp.Cdp.configure", false]], "configure_from_json() (cdp.cdp class method)": [[1, "cdp.Cdp.configure_from_json", false]], "configure_from_json() (cdp.cdp.cdp class method)": [[1, "cdp.cdp.Cdp.configure_from_json", false]], "connection_pool_maxsize (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.connection_pool_maxsize", false]], "content (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.content", false]], "content (cdp.transaction property)": [[1, "cdp.Transaction.content", false]], "content (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.content", false]], "context (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.context", false]], "contract_address (cdp.asset property)": [[1, "cdp.Asset.contract_address", false]], "contract_address (cdp.asset.asset property)": [[1, "cdp.asset.Asset.contract_address", false]], "contract_address (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.contract_address", false]], "contract_address (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.contract_address", false]], "contract_address (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.contract_address", false]], "contract_address (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.contract_address", false]], "contract_address (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.contract_address", false]], "contract_address (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.contract_address", false]], "contract_address (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.contract_address", false]], "contract_address (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.contract_address", false]], "contract_address (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.contract_address", false]], "contract_address (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.contract_address", false]], "contract_address (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.contract_address", false]], "contract_address (cdp.smartcontract property)": [[1, "cdp.SmartContract.contract_address", false]], "contract_invocation_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.contract_invocation_id", false]], "contract_invocation_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.contract_invocation_id", false]], "contract_invocation_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.contract_invocation_id", false]], "contract_invocations (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.contract_invocations", false]], "contract_name (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.contract_name", false]], "contractevent (class in cdp.client.models.contract_event)": [[4, "cdp.client.models.contract_event.ContractEvent", false]], "contracteventlist (class in cdp.client.models.contract_event_list)": [[4, "cdp.client.models.contract_event_list.ContractEventList", false]], "contracteventsapi (class in cdp.client.api.contract_events_api)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi", false]], "contractinvocation (class in cdp)": [[1, "cdp.ContractInvocation", false]], "contractinvocation (class in cdp.client.models.contract_invocation)": [[4, "cdp.client.models.contract_invocation.ContractInvocation", false]], "contractinvocation (class in cdp.contract_invocation)": [[1, "cdp.contract_invocation.ContractInvocation", false]], "contractinvocationlist (class in cdp.client.models.contract_invocation_list)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList", false]], "contractinvocationsapi (class in cdp.client.api.contract_invocations_api)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi", false]], "conversion_price (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.conversion_price", false]], "conversion_time (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.conversion_time", false]], "correlation_id (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.correlation_id", false]], "create() (cdp.contract_invocation.contractinvocation class method)": [[1, "cdp.contract_invocation.ContractInvocation.create", false]], "create() (cdp.contractinvocation class method)": [[1, "cdp.ContractInvocation.create", false]], "create() (cdp.payload_signature.payloadsignature class method)": [[1, "cdp.payload_signature.PayloadSignature.create", false]], "create() (cdp.payloadsignature class method)": [[1, "cdp.PayloadSignature.create", false]], "create() (cdp.smart_contract.smartcontract class method)": [[1, "cdp.smart_contract.SmartContract.create", false]], "create() (cdp.smartcontract class method)": [[1, "cdp.SmartContract.create", false]], "create() (cdp.trade static method)": [[1, "cdp.Trade.create", false]], "create() (cdp.trade.trade static method)": [[1, "cdp.trade.Trade.create", false]], "create() (cdp.transfer class method)": [[1, "cdp.Transfer.create", false]], "create() (cdp.transfer.transfer class method)": [[1, "cdp.transfer.Transfer.create", false]], "create() (cdp.wallet class method)": [[1, "cdp.Wallet.create", false]], "create() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.create", false]], "create_address() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_address", false]], "create_address() (cdp.wallet method)": [[1, "cdp.Wallet.create_address", false]], "create_address() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.create_address", false]], "create_address_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_address_with_http_info", false]], "create_address_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_address_without_preload_content", false]], "create_contract_invocation() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.create_contract_invocation", false]], "create_contract_invocation_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.create_contract_invocation_with_http_info", false]], "create_contract_invocation_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.create_contract_invocation_without_preload_content", false]], "create_payload_signature() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_payload_signature", false]], "create_payload_signature_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_payload_signature_with_http_info", false]], "create_payload_signature_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.create_payload_signature_without_preload_content", false]], "create_server_signer() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.create_server_signer", false]], "create_server_signer_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.create_server_signer_with_http_info", false]], "create_server_signer_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.create_server_signer_without_preload_content", false]], "create_smart_contract() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.create_smart_contract", false]], "create_smart_contract_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.create_smart_contract_with_http_info", false]], "create_smart_contract_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.create_smart_contract_without_preload_content", false]], "create_staking_operation() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.create_staking_operation", false]], "create_staking_operation_with_http_info() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.create_staking_operation_with_http_info", false]], "create_staking_operation_without_preload_content() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.create_staking_operation_without_preload_content", false]], "create_trade() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.create_trade", false]], "create_trade_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.create_trade_with_http_info", false]], "create_trade_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.create_trade_without_preload_content", false]], "create_transfer() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.create_transfer", false]], "create_transfer_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.create_transfer_with_http_info", false]], "create_transfer_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.create_transfer_without_preload_content", false]], "create_wallet() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.create_wallet", false]], "create_wallet_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_wallet_webhook", false]], "create_wallet_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_wallet_webhook_with_http_info", false]], "create_wallet_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_wallet_webhook_without_preload_content", false]], "create_wallet_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.create_wallet_with_http_info", false]], "create_wallet_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.create_wallet_without_preload_content", false]], "create_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_webhook", false]], "create_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_webhook_with_http_info", false]], "create_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.create_webhook_without_preload_content", false]], "createaddressrequest (class in cdp.client.models.create_address_request)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest", false]], "createcontractinvocationrequest (class in cdp.client.models.create_contract_invocation_request)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest", false]], "created_at (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.created_at", false]], "createpayloadsignaturerequest (class in cdp.client.models.create_payload_signature_request)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest", false]], "createserversignerrequest (class in cdp.client.models.create_server_signer_request)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest", false]], "createsmartcontractrequest (class in cdp.client.models.create_smart_contract_request)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest", false]], "createstakingoperationrequest (class in cdp.client.models.create_staking_operation_request)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest", false]], "createtraderequest (class in cdp.client.models.create_trade_request)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest", false]], "createtransferrequest (class in cdp.client.models.create_transfer_request)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest", false]], "createwalletrequest (class in cdp.client.models.create_wallet_request)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest", false]], "createwalletrequestwallet (class in cdp.client.models.create_wallet_request_wallet)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet", false]], "createwalletwebhookrequest (class in cdp.client.models.create_wallet_webhook_request)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest", false]], "createwebhookrequest (class in cdp.client.models.create_webhook_request)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest", false]], "data (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.data", false]], "data (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.data", false]], "data (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.data", false]], "data (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.data", false]], "data (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.data", false]], "data (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.data", false]], "data (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.data", false]], "data (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.data", false]], "data (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.data", false]], "data (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.data", false]], "data (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.data", false]], "data (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.data", false]], "data (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.data", false]], "data (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.data", false]], "data (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.data", false]], "data (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.data", false]], "data (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.data", false]], "data (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.data", false]], "data (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.data", false]], "date_format (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.date_format", false]], "datetime_format (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.datetime_format", false]], "debug (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.debug", false]], "debugging (cdp.cdp attribute)": [[1, "cdp.Cdp.debugging", false], [1, "id10", false]], "debugging (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.debugging", false], [1, "id3", false]], "decimals (cdp.asset property)": [[1, "cdp.Asset.decimals", false]], "decimals (cdp.asset.asset property)": [[1, "cdp.asset.Asset.decimals", false]], "decimals (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.decimals", false]], "default_address (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.default_address", false]], "default_address (cdp.wallet property)": [[1, "cdp.Wallet.default_address", false]], "default_address (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.default_address", false]], "delete_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.delete_webhook", false]], "delete_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.delete_webhook_with_http_info", false]], "delete_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.delete_webhook_without_preload_content", false]], "deploy_multi_token() (cdp.wallet method)": [[1, "cdp.Wallet.deploy_multi_token", false]], "deploy_multi_token() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.deploy_multi_token", false]], "deploy_multi_token() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.deploy_multi_token", false]], "deploy_multi_token() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.deploy_multi_token", false]], "deploy_nft() (cdp.wallet method)": [[1, "cdp.Wallet.deploy_nft", false]], "deploy_nft() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.deploy_nft", false]], "deploy_nft() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.deploy_nft", false]], "deploy_nft() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.deploy_nft", false]], "deploy_smart_contract() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.deploy_smart_contract", false]], "deploy_smart_contract_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.deploy_smart_contract_with_http_info", false]], "deploy_smart_contract_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.deploy_smart_contract_without_preload_content", false]], "deploy_token() (cdp.wallet method)": [[1, "cdp.Wallet.deploy_token", false]], "deploy_token() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.deploy_token", false]], "deploy_token() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.deploy_token", false]], "deploy_token() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.deploy_token", false]], "deployer_address (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.deployer_address", false]], "deployer_address (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.deployer_address", false]], "deployer_address (cdp.smartcontract property)": [[1, "cdp.SmartContract.deployer_address", false]], "deploysmartcontractrequest (class in cdp.client.models.deploy_smart_contract_request)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest", false]], "deposited (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.DEPOSITED", false]], "deserialize() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.deserialize", false]], "destination (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.destination", false]], "destination (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.destination", false]], "destination_address_id (cdp.transfer property)": [[1, "cdp.Transfer.destination_address_id", false]], "destination_address_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.destination_address_id", false]], "details (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.details", false]], "display_name (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.display_name", false]], "display_name (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.display_name", false]], "effective_balance (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.effective_balance", false]], "end_time (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.end_time", false]], "enrollment_data (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.enrollment_data", false]], "erc1155 (cdp.client.models.smart_contract_type.smartcontracttype attribute)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.ERC1155", false]], "erc1155 (cdp.smart_contract.smartcontract.type attribute)": [[1, "cdp.smart_contract.SmartContract.Type.ERC1155", false]], "erc1155 (cdp.smartcontract.type attribute)": [[1, "cdp.SmartContract.Type.ERC1155", false]], "erc20 (cdp.client.models.smart_contract_type.smartcontracttype attribute)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.ERC20", false]], "erc20 (cdp.smart_contract.smartcontract.type attribute)": [[1, "cdp.smart_contract.SmartContract.Type.ERC20", false]], "erc20 (cdp.smartcontract.type attribute)": [[1, "cdp.SmartContract.Type.ERC20", false]], "erc20_transfer (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.ERC20_TRANSFER", false]], "erc20transferevent (class in cdp.client.models.erc20_transfer_event)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent", false]], "erc721 (cdp.client.models.smart_contract_type.smartcontracttype attribute)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.ERC721", false]], "erc721 (cdp.smart_contract.smartcontract.type attribute)": [[1, "cdp.smart_contract.SmartContract.Type.ERC721", false]], "erc721 (cdp.smartcontract.type attribute)": [[1, "cdp.SmartContract.Type.ERC721", false]], "erc721_transfer (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.ERC721_TRANSFER", false]], "erc721transferevent (class in cdp.client.models.erc721_transfer_event)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent", false]], "error (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.error", false]], "error (class in cdp.client.models.error)": [[4, "cdp.client.models.error.Error", false]], "ethereum_minus_holesky (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.ETHEREUM_MINUS_HOLESKY", false]], "ethereum_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.ETHEREUM_MINUS_MAINNET", false]], "ethereumtransaction (class in cdp.client.models.ethereum_transaction)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction", false]], "ethereumtransactionaccess (class in cdp.client.models.ethereum_transaction_access)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess", false]], "ethereumtransactionaccesslist (class in cdp.client.models.ethereum_transaction_access_list)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList", false]], "ethereumtransactionflattenedtrace (class in cdp.client.models.ethereum_transaction_flattened_trace)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace", false]], "ethereumvalidatormetadata (class in cdp.client.models.ethereum_validator_metadata)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata", false]], "event (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.event", false]], "event_filters (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.event_filters", false]], "event_filters (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.event_filters", false]], "event_filters (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.event_filters", false]], "event_index (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.event_index", false]], "event_name (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.event_name", false]], "event_type (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.event_type", false]], "event_type (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.event_type", false]], "event_type (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.event_type", false]], "event_type (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.event_type", false]], "event_type_filter (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.event_type_filter", false]], "event_type_filter (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.event_type_filter", false]], "event_type_filter (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.event_type_filter", false]], "exit_epoch (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.exit_epoch", false]], "exited (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.EXITED", false]], "exited_slashed (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.EXITED_SLASHED", false]], "exiting (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.EXITING", false]], "export_data() (cdp.wallet method)": [[1, "cdp.Wallet.export_data", false]], "export_data() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.export_data", false]], "extended_public_key (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.extended_public_key", false]], "external_addresses (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.external_addresses", false]], "externaladdressesapi (class in cdp.client.api.external_addresses_api)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi", false]], "failed (cdp.payload_signature.payloadsignature.status attribute)": [[1, "cdp.payload_signature.PayloadSignature.Status.FAILED", false]], "failed (cdp.payloadsignature.status attribute)": [[1, "cdp.PayloadSignature.Status.FAILED", false]], "failed (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.FAILED", false]], "failed (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.FAILED", false]], "failed (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.FAILED", false]], "failed (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.FAILED", false]], "faucet (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.faucet", false]], "faucet() (cdp.address method)": [[1, "cdp.Address.faucet", false]], "faucet() (cdp.address.address method)": [[1, "cdp.address.Address.faucet", false]], "faucet() (cdp.wallet method)": [[1, "cdp.Wallet.faucet", false]], "faucet() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.faucet", false]], "faucetlimitreachederror": [[1, "cdp.errors.FaucetLimitReachedError", false]], "faucettransaction (class in cdp)": [[1, "cdp.FaucetTransaction", false]], "faucettransaction (class in cdp.client.models.faucet_transaction)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction", false]], "faucettransaction (class in cdp.faucet_transaction)": [[1, "cdp.faucet_transaction.FaucetTransaction", false]], "feature_set (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.feature_set", false]], "feature_set (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.feature_set", false]], "featureset (class in cdp.client.models.feature_set)": [[4, "cdp.client.models.feature_set.FeatureSet", false]], "fetch() (cdp.asset class method)": [[1, "cdp.Asset.fetch", false]], "fetch() (cdp.asset.asset class method)": [[1, "cdp.asset.Asset.fetch", false]], "fetch() (cdp.wallet class method)": [[1, "cdp.Wallet.fetch", false]], "fetch() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.fetch", false]], "fetch_historical_staking_balances() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_historical_staking_balances", false]], "fetch_historical_staking_balances_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_historical_staking_balances_with_http_info", false]], "fetch_historical_staking_balances_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_historical_staking_balances_without_preload_content", false]], "fetch_staking_rewards() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_staking_rewards", false]], "fetch_staking_rewards_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_staking_rewards_with_http_info", false]], "fetch_staking_rewards_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.fetch_staking_rewards_without_preload_content", false]], "fetchhistoricalstakingbalances200response (class in cdp.client.models.fetch_historical_staking_balances200_response)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response", false]], "fetchstakingrewards200response (class in cdp.client.models.fetch_staking_rewards200_response)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response", false]], "fetchstakingrewardsrequest (class in cdp.client.models.fetch_staking_rewards_request)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest", false]], "files_parameters() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.files_parameters", false]], "flattened_traces (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.flattened_traces", false]], "forbiddenexception": [[2, "cdp.client.exceptions.ForbiddenException", false]], "fork (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.fork", false]], "format (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.format", false]], "format (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.format", false]], "four_bytes (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.four_bytes", false]], "from_address (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.from_address", false]], "from_address_id (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.from_address_id", false]], "from_address_id (cdp.transaction property)": [[1, "cdp.Transaction.from_address_id", false]], "from_address_id (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.from_address_id", false]], "from_address_id (cdp.transfer property)": [[1, "cdp.Transfer.from_address_id", false]], "from_address_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.from_address_id", false]], "from_amount (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.from_amount", false]], "from_amount (cdp.trade property)": [[1, "cdp.Trade.from_amount", false]], "from_amount (cdp.trade.trade property)": [[1, "cdp.trade.Trade.from_amount", false]], "from_asset (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.from_asset", false]], "from_asset_id (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.from_asset_id", false]], "from_asset_id (cdp.trade property)": [[1, "cdp.Trade.from_asset_id", false]], "from_asset_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.from_asset_id", false]], "from_atomic_amount() (cdp.asset method)": [[1, "cdp.Asset.from_atomic_amount", false]], "from_atomic_amount() (cdp.asset.asset method)": [[1, "cdp.asset.Asset.from_atomic_amount", false]], "from_dict() (cdp.client.models.address.address class method)": [[4, "cdp.client.models.address.Address.from_dict", false]], "from_dict() (cdp.client.models.address_balance_list.addressbalancelist class method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.from_dict", false]], "from_dict() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist class method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.from_dict", false]], "from_dict() (cdp.client.models.address_list.addresslist class method)": [[4, "cdp.client.models.address_list.AddressList.from_dict", false]], "from_dict() (cdp.client.models.address_transaction_list.addresstransactionlist class method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.from_dict", false]], "from_dict() (cdp.client.models.asset.asset class method)": [[4, "cdp.client.models.asset.Asset.from_dict", false]], "from_dict() (cdp.client.models.balance.balance class method)": [[4, "cdp.client.models.balance.Balance.from_dict", false]], "from_dict() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest class method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.from_dict", false]], "from_dict() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest class method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.from_dict", false]], "from_dict() (cdp.client.models.broadcast_trade_request.broadcasttraderequest class method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.from_dict", false]], "from_dict() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest class method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.from_dict", false]], "from_dict() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest class method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.from_dict", false]], "from_dict() (cdp.client.models.contract_event.contractevent class method)": [[4, "cdp.client.models.contract_event.ContractEvent.from_dict", false]], "from_dict() (cdp.client.models.contract_event_list.contracteventlist class method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.from_dict", false]], "from_dict() (cdp.client.models.contract_invocation.contractinvocation class method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.from_dict", false]], "from_dict() (cdp.client.models.contract_invocation_list.contractinvocationlist class method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.from_dict", false]], "from_dict() (cdp.client.models.create_address_request.createaddressrequest class method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.from_dict", false]], "from_dict() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest class method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.from_dict", false]], "from_dict() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest class method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.from_dict", false]], "from_dict() (cdp.client.models.create_server_signer_request.createserversignerrequest class method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.from_dict", false]], "from_dict() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest class method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.from_dict", false]], "from_dict() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest class method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.from_dict", false]], "from_dict() (cdp.client.models.create_trade_request.createtraderequest class method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.from_dict", false]], "from_dict() (cdp.client.models.create_transfer_request.createtransferrequest class method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.from_dict", false]], "from_dict() (cdp.client.models.create_wallet_request.createwalletrequest class method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.from_dict", false]], "from_dict() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet class method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.from_dict", false]], "from_dict() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest class method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.from_dict", false]], "from_dict() (cdp.client.models.create_webhook_request.createwebhookrequest class method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.from_dict", false]], "from_dict() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest class method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.from_dict", false]], "from_dict() (cdp.client.models.erc20_transfer_event.erc20transferevent class method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.from_dict", false]], "from_dict() (cdp.client.models.erc721_transfer_event.erc721transferevent class method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.from_dict", false]], "from_dict() (cdp.client.models.error.error class method)": [[4, "cdp.client.models.error.Error.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction.ethereumtransaction class method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess class method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist class method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.from_dict", false]], "from_dict() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace class method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.from_dict", false]], "from_dict() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata class method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.from_dict", false]], "from_dict() (cdp.client.models.faucet_transaction.faucettransaction class method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.from_dict", false]], "from_dict() (cdp.client.models.feature_set.featureset class method)": [[4, "cdp.client.models.feature_set.FeatureSet.from_dict", false]], "from_dict() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response class method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.from_dict", false]], "from_dict() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response class method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.from_dict", false]], "from_dict() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest class method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.from_dict", false]], "from_dict() (cdp.client.models.get_staking_context_request.getstakingcontextrequest class method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.from_dict", false]], "from_dict() (cdp.client.models.historical_balance.historicalbalance class method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.from_dict", false]], "from_dict() (cdp.client.models.multi_token_contract_options.multitokencontractoptions class method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.from_dict", false]], "from_dict() (cdp.client.models.network.network class method)": [[4, "cdp.client.models.network.Network.from_dict", false]], "from_dict() (cdp.client.models.nft_contract_options.nftcontractoptions class method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.from_dict", false]], "from_dict() (cdp.client.models.payload_signature.payloadsignature class method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.from_dict", false]], "from_dict() (cdp.client.models.payload_signature_list.payloadsignaturelist class method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.from_dict", false]], "from_dict() (cdp.client.models.seed_creation_event.seedcreationevent class method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.from_dict", false]], "from_dict() (cdp.client.models.seed_creation_event_result.seedcreationeventresult class method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.from_dict", false]], "from_dict() (cdp.client.models.server_signer.serversigner class method)": [[4, "cdp.client.models.server_signer.ServerSigner.from_dict", false]], "from_dict() (cdp.client.models.server_signer_event.serversignerevent class method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.from_dict", false]], "from_dict() (cdp.client.models.server_signer_event_event.serversignereventevent class method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.from_dict", false]], "from_dict() (cdp.client.models.server_signer_event_list.serversignereventlist class method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.from_dict", false]], "from_dict() (cdp.client.models.server_signer_list.serversignerlist class method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.from_dict", false]], "from_dict() (cdp.client.models.signature_creation_event.signaturecreationevent class method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.from_dict", false]], "from_dict() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult class method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.from_dict", false]], "from_dict() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata class method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.from_dict", false]], "from_dict() (cdp.client.models.smart_contract.smartcontract class method)": [[4, "cdp.client.models.smart_contract.SmartContract.from_dict", false]], "from_dict() (cdp.client.models.smart_contract_list.smartcontractlist class method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.from_dict", false]], "from_dict() (cdp.client.models.smart_contract_options.smartcontractoptions class method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.from_dict", false]], "from_dict() (cdp.client.models.sponsored_send.sponsoredsend class method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.from_dict", false]], "from_dict() (cdp.client.models.staking_balance.stakingbalance class method)": [[4, "cdp.client.models.staking_balance.StakingBalance.from_dict", false]], "from_dict() (cdp.client.models.staking_context.stakingcontext class method)": [[4, "cdp.client.models.staking_context.StakingContext.from_dict", false]], "from_dict() (cdp.client.models.staking_context_context.stakingcontextcontext class method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.from_dict", false]], "from_dict() (cdp.client.models.staking_operation.stakingoperation class method)": [[4, "cdp.client.models.staking_operation.StakingOperation.from_dict", false]], "from_dict() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata class method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.from_dict", false]], "from_dict() (cdp.client.models.staking_reward.stakingreward class method)": [[4, "cdp.client.models.staking_reward.StakingReward.from_dict", false]], "from_dict() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue class method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.from_dict", false]], "from_dict() (cdp.client.models.token_contract_options.tokencontractoptions class method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.from_dict", false]], "from_dict() (cdp.client.models.trade.trade class method)": [[4, "cdp.client.models.trade.Trade.from_dict", false]], "from_dict() (cdp.client.models.trade_list.tradelist class method)": [[4, "cdp.client.models.trade_list.TradeList.from_dict", false]], "from_dict() (cdp.client.models.transaction.transaction class method)": [[4, "cdp.client.models.transaction.Transaction.from_dict", false]], "from_dict() (cdp.client.models.transaction_content.transactioncontent class method)": [[4, "cdp.client.models.transaction_content.TransactionContent.from_dict", false]], "from_dict() (cdp.client.models.transfer.transfer class method)": [[4, "cdp.client.models.transfer.Transfer.from_dict", false]], "from_dict() (cdp.client.models.transfer_list.transferlist class method)": [[4, "cdp.client.models.transfer_list.TransferList.from_dict", false]], "from_dict() (cdp.client.models.update_webhook_request.updatewebhookrequest class method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.from_dict", false]], "from_dict() (cdp.client.models.user.user class method)": [[4, "cdp.client.models.user.User.from_dict", false]], "from_dict() (cdp.client.models.validator.validator class method)": [[4, "cdp.client.models.validator.Validator.from_dict", false]], "from_dict() (cdp.client.models.validator_details.validatordetails class method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.from_dict", false]], "from_dict() (cdp.client.models.validator_list.validatorlist class method)": [[4, "cdp.client.models.validator_list.ValidatorList.from_dict", false]], "from_dict() (cdp.client.models.wallet.wallet class method)": [[4, "cdp.client.models.wallet.Wallet.from_dict", false]], "from_dict() (cdp.client.models.wallet_list.walletlist class method)": [[4, "cdp.client.models.wallet_list.WalletList.from_dict", false]], "from_dict() (cdp.client.models.webhook.webhook class method)": [[4, "cdp.client.models.webhook.Webhook.from_dict", false]], "from_dict() (cdp.client.models.webhook_event_filter.webhookeventfilter class method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.from_dict", false]], "from_dict() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter class method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.from_dict", false]], "from_dict() (cdp.client.models.webhook_list.webhooklist class method)": [[4, "cdp.client.models.webhook_list.WebhookList.from_dict", false]], "from_dict() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter class method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.from_dict", false]], "from_dict() (cdp.wallet_data.walletdata class method)": [[1, "cdp.wallet_data.WalletData.from_dict", false]], "from_dict() (cdp.walletdata class method)": [[1, "cdp.WalletData.from_dict", false]], "from_error() (cdp.errors.apierror class method)": [[1, "cdp.errors.ApiError.from_error", false]], "from_json() (cdp.client.models.address.address class method)": [[4, "cdp.client.models.address.Address.from_json", false]], "from_json() (cdp.client.models.address_balance_list.addressbalancelist class method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.from_json", false]], "from_json() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist class method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.from_json", false]], "from_json() (cdp.client.models.address_list.addresslist class method)": [[4, "cdp.client.models.address_list.AddressList.from_json", false]], "from_json() (cdp.client.models.address_transaction_list.addresstransactionlist class method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.from_json", false]], "from_json() (cdp.client.models.asset.asset class method)": [[4, "cdp.client.models.asset.Asset.from_json", false]], "from_json() (cdp.client.models.balance.balance class method)": [[4, "cdp.client.models.balance.Balance.from_json", false]], "from_json() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest class method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.from_json", false]], "from_json() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest class method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.from_json", false]], "from_json() (cdp.client.models.broadcast_trade_request.broadcasttraderequest class method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.from_json", false]], "from_json() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest class method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.from_json", false]], "from_json() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest class method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.from_json", false]], "from_json() (cdp.client.models.contract_event.contractevent class method)": [[4, "cdp.client.models.contract_event.ContractEvent.from_json", false]], "from_json() (cdp.client.models.contract_event_list.contracteventlist class method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.from_json", false]], "from_json() (cdp.client.models.contract_invocation.contractinvocation class method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.from_json", false]], "from_json() (cdp.client.models.contract_invocation_list.contractinvocationlist class method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.from_json", false]], "from_json() (cdp.client.models.create_address_request.createaddressrequest class method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.from_json", false]], "from_json() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest class method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.from_json", false]], "from_json() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest class method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.from_json", false]], "from_json() (cdp.client.models.create_server_signer_request.createserversignerrequest class method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.from_json", false]], "from_json() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest class method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.from_json", false]], "from_json() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest class method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.from_json", false]], "from_json() (cdp.client.models.create_trade_request.createtraderequest class method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.from_json", false]], "from_json() (cdp.client.models.create_transfer_request.createtransferrequest class method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.from_json", false]], "from_json() (cdp.client.models.create_wallet_request.createwalletrequest class method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.from_json", false]], "from_json() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet class method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.from_json", false]], "from_json() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest class method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.from_json", false]], "from_json() (cdp.client.models.create_webhook_request.createwebhookrequest class method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.from_json", false]], "from_json() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest class method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.from_json", false]], "from_json() (cdp.client.models.erc20_transfer_event.erc20transferevent class method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.from_json", false]], "from_json() (cdp.client.models.erc721_transfer_event.erc721transferevent class method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.from_json", false]], "from_json() (cdp.client.models.error.error class method)": [[4, "cdp.client.models.error.Error.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction.ethereumtransaction class method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess class method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist class method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.from_json", false]], "from_json() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace class method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.from_json", false]], "from_json() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata class method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.from_json", false]], "from_json() (cdp.client.models.faucet_transaction.faucettransaction class method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.from_json", false]], "from_json() (cdp.client.models.feature_set.featureset class method)": [[4, "cdp.client.models.feature_set.FeatureSet.from_json", false]], "from_json() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response class method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.from_json", false]], "from_json() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response class method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.from_json", false]], "from_json() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest class method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.from_json", false]], "from_json() (cdp.client.models.get_staking_context_request.getstakingcontextrequest class method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.from_json", false]], "from_json() (cdp.client.models.historical_balance.historicalbalance class method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.from_json", false]], "from_json() (cdp.client.models.multi_token_contract_options.multitokencontractoptions class method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.from_json", false]], "from_json() (cdp.client.models.network.network class method)": [[4, "cdp.client.models.network.Network.from_json", false]], "from_json() (cdp.client.models.network_identifier.networkidentifier class method)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.from_json", false]], "from_json() (cdp.client.models.nft_contract_options.nftcontractoptions class method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.from_json", false]], "from_json() (cdp.client.models.payload_signature.payloadsignature class method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.from_json", false]], "from_json() (cdp.client.models.payload_signature_list.payloadsignaturelist class method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.from_json", false]], "from_json() (cdp.client.models.seed_creation_event.seedcreationevent class method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.from_json", false]], "from_json() (cdp.client.models.seed_creation_event_result.seedcreationeventresult class method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.from_json", false]], "from_json() (cdp.client.models.server_signer.serversigner class method)": [[4, "cdp.client.models.server_signer.ServerSigner.from_json", false]], "from_json() (cdp.client.models.server_signer_event.serversignerevent class method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.from_json", false]], "from_json() (cdp.client.models.server_signer_event_event.serversignereventevent class method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.from_json", false]], "from_json() (cdp.client.models.server_signer_event_list.serversignereventlist class method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.from_json", false]], "from_json() (cdp.client.models.server_signer_list.serversignerlist class method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.from_json", false]], "from_json() (cdp.client.models.signature_creation_event.signaturecreationevent class method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.from_json", false]], "from_json() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult class method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.from_json", false]], "from_json() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata class method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.from_json", false]], "from_json() (cdp.client.models.smart_contract.smartcontract class method)": [[4, "cdp.client.models.smart_contract.SmartContract.from_json", false]], "from_json() (cdp.client.models.smart_contract_list.smartcontractlist class method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.from_json", false]], "from_json() (cdp.client.models.smart_contract_options.smartcontractoptions class method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.from_json", false]], "from_json() (cdp.client.models.smart_contract_type.smartcontracttype class method)": [[4, "cdp.client.models.smart_contract_type.SmartContractType.from_json", false]], "from_json() (cdp.client.models.sponsored_send.sponsoredsend class method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.from_json", false]], "from_json() (cdp.client.models.staking_balance.stakingbalance class method)": [[4, "cdp.client.models.staking_balance.StakingBalance.from_json", false]], "from_json() (cdp.client.models.staking_context.stakingcontext class method)": [[4, "cdp.client.models.staking_context.StakingContext.from_json", false]], "from_json() (cdp.client.models.staking_context_context.stakingcontextcontext class method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.from_json", false]], "from_json() (cdp.client.models.staking_operation.stakingoperation class method)": [[4, "cdp.client.models.staking_operation.StakingOperation.from_json", false]], "from_json() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata class method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.from_json", false]], "from_json() (cdp.client.models.staking_reward.stakingreward class method)": [[4, "cdp.client.models.staking_reward.StakingReward.from_json", false]], "from_json() (cdp.client.models.staking_reward_format.stakingrewardformat class method)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat.from_json", false]], "from_json() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue class method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.from_json", false]], "from_json() (cdp.client.models.token_contract_options.tokencontractoptions class method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.from_json", false]], "from_json() (cdp.client.models.trade.trade class method)": [[4, "cdp.client.models.trade.Trade.from_json", false]], "from_json() (cdp.client.models.trade_list.tradelist class method)": [[4, "cdp.client.models.trade_list.TradeList.from_json", false]], "from_json() (cdp.client.models.transaction.transaction class method)": [[4, "cdp.client.models.transaction.Transaction.from_json", false]], "from_json() (cdp.client.models.transaction_content.transactioncontent class method)": [[4, "cdp.client.models.transaction_content.TransactionContent.from_json", false]], "from_json() (cdp.client.models.transaction_type.transactiontype class method)": [[4, "cdp.client.models.transaction_type.TransactionType.from_json", false]], "from_json() (cdp.client.models.transfer.transfer class method)": [[4, "cdp.client.models.transfer.Transfer.from_json", false]], "from_json() (cdp.client.models.transfer_list.transferlist class method)": [[4, "cdp.client.models.transfer_list.TransferList.from_json", false]], "from_json() (cdp.client.models.update_webhook_request.updatewebhookrequest class method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.from_json", false]], "from_json() (cdp.client.models.user.user class method)": [[4, "cdp.client.models.user.User.from_json", false]], "from_json() (cdp.client.models.validator.validator class method)": [[4, "cdp.client.models.validator.Validator.from_json", false]], "from_json() (cdp.client.models.validator_details.validatordetails class method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.from_json", false]], "from_json() (cdp.client.models.validator_list.validatorlist class method)": [[4, "cdp.client.models.validator_list.ValidatorList.from_json", false]], "from_json() (cdp.client.models.validator_status.validatorstatus class method)": [[4, "cdp.client.models.validator_status.ValidatorStatus.from_json", false]], "from_json() (cdp.client.models.wallet.wallet class method)": [[4, "cdp.client.models.wallet.Wallet.from_json", false]], "from_json() (cdp.client.models.wallet_list.walletlist class method)": [[4, "cdp.client.models.wallet_list.WalletList.from_json", false]], "from_json() (cdp.client.models.webhook.webhook class method)": [[4, "cdp.client.models.webhook.Webhook.from_json", false]], "from_json() (cdp.client.models.webhook_event_filter.webhookeventfilter class method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.from_json", false]], "from_json() (cdp.client.models.webhook_event_type.webhookeventtype class method)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.from_json", false]], "from_json() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter class method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.from_json", false]], "from_json() (cdp.client.models.webhook_list.webhooklist class method)": [[4, "cdp.client.models.webhook_list.WebhookList.from_json", false]], "from_json() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter class method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.from_json", false]], "from_model() (cdp.asset class method)": [[1, "cdp.Asset.from_model", false]], "from_model() (cdp.asset.asset class method)": [[1, "cdp.asset.Asset.from_model", false]], "from_model() (cdp.balance static method)": [[1, "cdp.Balance.from_model", false]], "from_model() (cdp.balance.balance static method)": [[1, "cdp.balance.Balance.from_model", false]], "from_model() (cdp.historical_balance.historicalbalance class method)": [[1, "cdp.historical_balance.HistoricalBalance.from_model", false]], "from_models() (cdp.balance_map.balancemap class method)": [[1, "cdp.balance_map.BalanceMap.from_models", false]], "from_models() (cdp.balancemap class method)": [[1, "cdp.BalanceMap.from_models", false]], "from_response() (cdp.client.exceptions.apiexception class method)": [[2, "cdp.client.exceptions.ApiException.from_response", false]], "gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.gas", false]], "gas (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.gas", false]], "gas_price (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.gas_price", false]], "gas_used (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.gas_used", false]], "gasless (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.gasless", false]], "gasless (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.gasless", false]], "gasless_send (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.gasless_send", false]], "get_address() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address", false]], "get_address_balance() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_balance", false]], "get_address_balance_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_balance_with_http_info", false]], "get_address_balance_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_balance_without_preload_content", false]], "get_address_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_with_http_info", false]], "get_address_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_address_without_preload_content", false]], "get_api_key_with_prefix() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_api_key_with_prefix", false]], "get_asset() (cdp.client.api.assets_api.assetsapi method)": [[3, "cdp.client.api.assets_api.AssetsApi.get_asset", false]], "get_asset_with_http_info() (cdp.client.api.assets_api.assetsapi method)": [[3, "cdp.client.api.assets_api.AssetsApi.get_asset_with_http_info", false]], "get_asset_without_preload_content() (cdp.client.api.assets_api.assetsapi method)": [[3, "cdp.client.api.assets_api.AssetsApi.get_asset_without_preload_content", false]], "get_basic_auth_token() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_basic_auth_token", false]], "get_contract_invocation() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.get_contract_invocation", false]], "get_contract_invocation_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.get_contract_invocation_with_http_info", false]], "get_contract_invocation_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.get_contract_invocation_without_preload_content", false]], "get_current_user() (cdp.client.api.users_api.usersapi method)": [[3, "cdp.client.api.users_api.UsersApi.get_current_user", false]], "get_current_user_with_http_info() (cdp.client.api.users_api.usersapi method)": [[3, "cdp.client.api.users_api.UsersApi.get_current_user_with_http_info", false]], "get_current_user_without_preload_content() (cdp.client.api.users_api.usersapi method)": [[3, "cdp.client.api.users_api.UsersApi.get_current_user_without_preload_content", false]], "get_default() (cdp.client.api_client.apiclient class method)": [[2, "cdp.client.api_client.ApiClient.get_default", false]], "get_default() (cdp.client.configuration.configuration class method)": [[2, "cdp.client.configuration.Configuration.get_default", false]], "get_default_copy() (cdp.client.configuration.configuration class method)": [[2, "cdp.client.configuration.Configuration.get_default_copy", false]], "get_external_address_balance() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.get_external_address_balance", false]], "get_external_address_balance_with_http_info() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.get_external_address_balance_with_http_info", false]], "get_external_address_balance_without_preload_content() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.get_external_address_balance_without_preload_content", false]], "get_external_staking_operation() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_external_staking_operation", false]], "get_external_staking_operation_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_external_staking_operation_with_http_info", false]], "get_external_staking_operation_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_external_staking_operation_without_preload_content", false]], "get_host_from_settings() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_host_from_settings", false]], "get_host_settings() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.get_host_settings", false]], "get_network() (cdp.client.api.networks_api.networksapi method)": [[3, "cdp.client.api.networks_api.NetworksApi.get_network", false]], "get_network_with_http_info() (cdp.client.api.networks_api.networksapi method)": [[3, "cdp.client.api.networks_api.NetworksApi.get_network_with_http_info", false]], "get_network_without_preload_content() (cdp.client.api.networks_api.networksapi method)": [[3, "cdp.client.api.networks_api.NetworksApi.get_network_without_preload_content", false]], "get_payload_signature() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_payload_signature", false]], "get_payload_signature_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_payload_signature_with_http_info", false]], "get_payload_signature_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.get_payload_signature_without_preload_content", false]], "get_server_signer() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.get_server_signer", false]], "get_server_signer_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.get_server_signer_with_http_info", false]], "get_server_signer_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.get_server_signer_without_preload_content", false]], "get_smart_contract() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.get_smart_contract", false]], "get_smart_contract_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.get_smart_contract_with_http_info", false]], "get_smart_contract_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.get_smart_contract_without_preload_content", false]], "get_staking_context() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_staking_context", false]], "get_staking_context_with_http_info() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_staking_context_with_http_info", false]], "get_staking_context_without_preload_content() (cdp.client.api.stake_api.stakeapi method)": [[3, "cdp.client.api.stake_api.StakeApi.get_staking_context_without_preload_content", false]], "get_staking_operation() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.get_staking_operation", false]], "get_staking_operation_with_http_info() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.get_staking_operation_with_http_info", false]], "get_staking_operation_without_preload_content() (cdp.client.api.wallet_stake_api.walletstakeapi method)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi.get_staking_operation_without_preload_content", false]], "get_trade() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.get_trade", false]], "get_trade_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.get_trade_with_http_info", false]], "get_trade_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.get_trade_without_preload_content", false]], "get_transfer() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.get_transfer", false]], "get_transfer_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.get_transfer_with_http_info", false]], "get_transfer_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.get_transfer_without_preload_content", false]], "get_validator() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.get_validator", false]], "get_validator_with_http_info() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.get_validator_with_http_info", false]], "get_validator_without_preload_content() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.get_validator_without_preload_content", false]], "get_wallet() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet", false]], "get_wallet_balance() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_balance", false]], "get_wallet_balance_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_balance_with_http_info", false]], "get_wallet_balance_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_balance_without_preload_content", false]], "get_wallet_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_with_http_info", false]], "get_wallet_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.get_wallet_without_preload_content", false]], "getheader() (cdp.client.rest.restresponse method)": [[2, "cdp.client.rest.RESTResponse.getheader", false]], "getheaders() (cdp.client.rest.restresponse method)": [[2, "cdp.client.rest.RESTResponse.getheaders", false]], "getstakingcontextrequest (class in cdp.client.models.get_staking_context_request)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest", false]], "handled (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.handled", false]], "has_more (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.has_more", false]], "has_more (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.has_more", false]], "has_more (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.has_more", false]], "has_more (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.has_more", false]], "has_more (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.has_more", false]], "has_more (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.has_more", false]], "has_more (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.has_more", false]], "has_more (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.has_more", false]], "has_more (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.has_more", false]], "has_more (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.has_more", false]], "has_more (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.has_more", false]], "has_more (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.has_more", false]], "has_more (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.has_more", false]], "has_more (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.has_more", false]], "has_more (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.has_more", false]], "has_more (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.has_more", false]], "has_more (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.has_more", false]], "hash (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.hash", false]], "hash_message() (in module cdp)": [[1, "cdp.hash_message", false]], "hash_message() (in module cdp.hash_utils)": [[1, "cdp.hash_utils.hash_message", false]], "hash_typed_data_message() (in module cdp)": [[1, "cdp.hash_typed_data_message", false]], "hash_typed_data_message() (in module cdp.hash_utils)": [[1, "cdp.hash_utils.hash_typed_data_message", false]], "headers (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.headers", false]], "historical_balances() (cdp.address method)": [[1, "cdp.Address.historical_balances", false]], "historical_balances() (cdp.address.address method)": [[1, "cdp.address.Address.historical_balances", false]], "historicalbalance (class in cdp.client.models.historical_balance)": [[4, "cdp.client.models.historical_balance.HistoricalBalance", false]], "historicalbalance (class in cdp.historical_balance)": [[1, "cdp.historical_balance.HistoricalBalance", false]], "host (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.host", false]], "http_code (cdp.errors.apierror property)": [[1, "cdp.errors.ApiError.http_code", false]], "id (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.id", false]], "id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.id", false]], "id (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.id", false]], "id (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.id", false]], "id (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.id", false]], "id (cdp.wallet property)": [[1, "cdp.Wallet.id", false]], "id (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.id", false]], "ignore_operation_servers (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.ignore_operation_servers", false]], "import_data() (cdp.wallet class method)": [[1, "cdp.Wallet.import_data", false]], "import_data() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.import_data", false]], "index (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.index", false]], "index (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.index", false]], "index (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.index", false]], "input (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.input", false]], "input (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.input", false]], "insufficientfundserror": [[1, "cdp.errors.InsufficientFundsError", false]], "internalerror": [[1, "cdp.errors.InternalError", false]], "invalidaddresserror": [[1, "cdp.errors.InvalidAddressError", false]], "invalidaddressiderror": [[1, "cdp.errors.InvalidAddressIDError", false]], "invalidamounterror": [[1, "cdp.errors.InvalidAmountError", false]], "invalidapikeyformaterror": [[1, "cdp.errors.InvalidAPIKeyFormatError", false]], "invalidassetiderror": [[1, "cdp.errors.InvalidAssetIDError", false]], "invalidconfigurationerror": [[1, "cdp.errors.InvalidConfigurationError", false]], "invaliddestinationerror": [[1, "cdp.errors.InvalidDestinationError", false]], "invalidlimiterror": [[1, "cdp.errors.InvalidLimitError", false]], "invalidnetworkiderror": [[1, "cdp.errors.InvalidNetworkIDError", false]], "invalidpageerror": [[1, "cdp.errors.InvalidPageError", false]], "invalidsignedpayloaderror": [[1, "cdp.errors.InvalidSignedPayloadError", false]], "invalidtransferiderror": [[1, "cdp.errors.InvalidTransferIDError", false]], "invalidtransferstatuserror": [[1, "cdp.errors.InvalidTransferStatusError", false]], "invalidwalleterror": [[1, "cdp.errors.InvalidWalletError", false]], "invalidwalletiderror": [[1, "cdp.errors.InvalidWalletIDError", false]], "invoke_contract() (cdp.wallet method)": [[1, "cdp.Wallet.invoke_contract", false]], "invoke_contract() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.invoke_contract", false]], "invoke_contract() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.invoke_contract", false]], "invoke_contract() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.invoke_contract", false]], "is_mpc (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.is_mpc", false]], "is_mpc (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.is_mpc", false]], "is_socks_proxy_url() (in module cdp.client.rest)": [[2, "cdp.client.rest.is_socks_proxy_url", false]], "is_testnet (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.is_testnet", false]], "key (cdp.wallet_address.walletaddress property)": [[1, "cdp.wallet_address.WalletAddress.key", false]], "key (cdp.walletaddress property)": [[1, "cdp.WalletAddress.key", false]], "key_file (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.key_file", false]], "list() (cdp.contract_invocation.contractinvocation class method)": [[1, "cdp.contract_invocation.ContractInvocation.list", false]], "list() (cdp.contractinvocation class method)": [[1, "cdp.ContractInvocation.list", false]], "list() (cdp.historical_balance.historicalbalance class method)": [[1, "cdp.historical_balance.HistoricalBalance.list", false]], "list() (cdp.payload_signature.payloadsignature class method)": [[1, "cdp.payload_signature.PayloadSignature.list", false]], "list() (cdp.payloadsignature class method)": [[1, "cdp.PayloadSignature.list", false]], "list() (cdp.trade class method)": [[1, "cdp.Trade.list", false]], "list() (cdp.trade.trade class method)": [[1, "cdp.trade.Trade.list", false]], "list() (cdp.transaction class method)": [[1, "cdp.Transaction.list", false]], "list() (cdp.transaction.transaction class method)": [[1, "cdp.transaction.Transaction.list", false]], "list() (cdp.transfer class method)": [[1, "cdp.Transfer.list", false]], "list() (cdp.transfer.transfer class method)": [[1, "cdp.transfer.Transfer.list", false]], "list() (cdp.wallet class method)": [[1, "cdp.Wallet.list", false]], "list() (cdp.wallet.wallet class method)": [[1, "cdp.wallet.Wallet.list", false]], "list_address_balances() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_address_balances", false]], "list_address_balances_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_address_balances_with_http_info", false]], "list_address_balances_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_address_balances_without_preload_content", false]], "list_address_historical_balance() (cdp.client.api.balance_history_api.balancehistoryapi method)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi.list_address_historical_balance", false]], "list_address_historical_balance_with_http_info() (cdp.client.api.balance_history_api.balancehistoryapi method)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi.list_address_historical_balance_with_http_info", false]], "list_address_historical_balance_without_preload_content() (cdp.client.api.balance_history_api.balancehistoryapi method)": [[3, "cdp.client.api.balance_history_api.BalanceHistoryApi.list_address_historical_balance_without_preload_content", false]], "list_address_transactions() (cdp.client.api.transaction_history_api.transactionhistoryapi method)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi.list_address_transactions", false]], "list_address_transactions_with_http_info() (cdp.client.api.transaction_history_api.transactionhistoryapi method)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi.list_address_transactions_with_http_info", false]], "list_address_transactions_without_preload_content() (cdp.client.api.transaction_history_api.transactionhistoryapi method)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi.list_address_transactions_without_preload_content", false]], "list_addresses() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_addresses", false]], "list_addresses_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_addresses_with_http_info", false]], "list_addresses_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_addresses_without_preload_content", false]], "list_contract_events() (cdp.client.api.contract_events_api.contracteventsapi method)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi.list_contract_events", false]], "list_contract_events_with_http_info() (cdp.client.api.contract_events_api.contracteventsapi method)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi.list_contract_events_with_http_info", false]], "list_contract_events_without_preload_content() (cdp.client.api.contract_events_api.contracteventsapi method)": [[3, "cdp.client.api.contract_events_api.ContractEventsApi.list_contract_events_without_preload_content", false]], "list_contract_invocations() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.list_contract_invocations", false]], "list_contract_invocations_with_http_info() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.list_contract_invocations_with_http_info", false]], "list_contract_invocations_without_preload_content() (cdp.client.api.contract_invocations_api.contractinvocationsapi method)": [[3, "cdp.client.api.contract_invocations_api.ContractInvocationsApi.list_contract_invocations_without_preload_content", false]], "list_external_address_balances() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.list_external_address_balances", false]], "list_external_address_balances_with_http_info() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.list_external_address_balances_with_http_info", false]], "list_external_address_balances_without_preload_content() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.list_external_address_balances_without_preload_content", false]], "list_payload_signatures() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_payload_signatures", false]], "list_payload_signatures_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_payload_signatures_with_http_info", false]], "list_payload_signatures_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.list_payload_signatures_without_preload_content", false]], "list_server_signer_events() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signer_events", false]], "list_server_signer_events_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signer_events_with_http_info", false]], "list_server_signer_events_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signer_events_without_preload_content", false]], "list_server_signers() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signers", false]], "list_server_signers_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signers_with_http_info", false]], "list_server_signers_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.list_server_signers_without_preload_content", false]], "list_smart_contracts() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.list_smart_contracts", false]], "list_smart_contracts_with_http_info() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.list_smart_contracts_with_http_info", false]], "list_smart_contracts_without_preload_content() (cdp.client.api.smart_contracts_api.smartcontractsapi method)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi.list_smart_contracts_without_preload_content", false]], "list_trades() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.list_trades", false]], "list_trades_with_http_info() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.list_trades_with_http_info", false]], "list_trades_without_preload_content() (cdp.client.api.trades_api.tradesapi method)": [[3, "cdp.client.api.trades_api.TradesApi.list_trades_without_preload_content", false]], "list_transfers() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.list_transfers", false]], "list_transfers_with_http_info() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.list_transfers_with_http_info", false]], "list_transfers_without_preload_content() (cdp.client.api.transfers_api.transfersapi method)": [[3, "cdp.client.api.transfers_api.TransfersApi.list_transfers_without_preload_content", false]], "list_validators() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.list_validators", false]], "list_validators_with_http_info() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.list_validators_with_http_info", false]], "list_validators_without_preload_content() (cdp.client.api.validators_api.validatorsapi method)": [[3, "cdp.client.api.validators_api.ValidatorsApi.list_validators_without_preload_content", false]], "list_wallet_balances() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallet_balances", false]], "list_wallet_balances_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallet_balances_with_http_info", false]], "list_wallet_balances_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallet_balances_without_preload_content", false]], "list_wallets() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallets", false]], "list_wallets_with_http_info() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallets_with_http_info", false]], "list_wallets_without_preload_content() (cdp.client.api.wallets_api.walletsapi method)": [[3, "cdp.client.api.wallets_api.WalletsApi.list_wallets_without_preload_content", false]], "list_webhooks() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.list_webhooks", false]], "list_webhooks_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.list_webhooks_with_http_info", false]], "list_webhooks_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.list_webhooks_without_preload_content", false]], "load_seed() (cdp.wallet method)": [[1, "cdp.Wallet.load_seed", false]], "load_seed() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.load_seed", false]], "log_index (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.log_index", false]], "log_index (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.log_index", false]], "logger (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.logger", false]], "logger_file (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.logger_file", false]], "logger_file_handler (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.logger_file_handler", false]], "logger_format (cdp.client.configuration.configuration property)": [[2, "cdp.client.configuration.Configuration.logger_format", false]], "logger_stream_handler (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.logger_stream_handler", false]], "malformedrequesterror": [[1, "cdp.errors.MalformedRequestError", false]], "max_addresses (cdp.wallet attribute)": [[1, "cdp.Wallet.MAX_ADDRESSES", false]], "max_addresses (cdp.wallet.wallet attribute)": [[1, "cdp.wallet.Wallet.MAX_ADDRESSES", false]], "max_fee_per_gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.max_fee_per_gas", false]], "max_network_retries (cdp.cdp attribute)": [[1, "cdp.Cdp.max_network_retries", false], [1, "id11", false]], "max_network_retries (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.max_network_retries", false], [1, "id4", false]], "max_priority_fee_per_gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.max_priority_fee_per_gas", false]], "message (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.message", false]], "metadata (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.metadata", false]], "method (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.method", false]], "method (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.method", false]], "method (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.method", false]], "method (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.method", false]], "mint (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.mint", false]], "model_computed_fields (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.model_computed_fields", false]], "model_computed_fields (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_computed_fields", false]], "model_computed_fields (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_computed_fields", false]], "model_computed_fields (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_computed_fields", false]], "model_computed_fields (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_computed_fields", false]], "model_computed_fields (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.model_computed_fields", false]], "model_computed_fields (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_computed_fields", false]], "model_computed_fields (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_computed_fields", false]], "model_computed_fields (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_computed_fields", false]], "model_computed_fields (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.model_computed_fields", false]], "model_computed_fields (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_computed_fields", false]], "model_computed_fields (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_computed_fields", false]], "model_computed_fields (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_computed_fields", false]], "model_computed_fields (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.model_computed_fields", false]], "model_computed_fields (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.model_computed_fields", false]], "model_computed_fields (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_computed_fields", false]], "model_computed_fields (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_computed_fields", false]], "model_computed_fields (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.model_computed_fields", false]], "model_computed_fields (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.model_computed_fields", false]], "model_computed_fields (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_computed_fields", false]], "model_computed_fields (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.model_computed_fields", false]], "model_computed_fields (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.model_computed_fields", false]], "model_computed_fields (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.model_computed_fields", false]], "model_computed_fields (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.model_computed_fields", false]], "model_computed_fields (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.model_computed_fields", false]], "model_computed_fields (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_computed_fields", false]], "model_config (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.model_config", false]], "model_config (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.model_config", false]], "model_config (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_config", false]], "model_config (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_config", false]], "model_config (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.model_config", false]], "model_config (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_config", false]], "model_config (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.model_config", false]], "model_config (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.model_config", false]], "model_config (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_config", false]], "model_config (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_config", false]], "model_config (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_config", false]], "model_config (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_config", false]], "model_config (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_config", false]], "model_config (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.model_config", false]], "model_config (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_config", false]], "model_config (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_config", false]], "model_config (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_config", false]], "model_config (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_config", false]], "model_config (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_config", false]], "model_config (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_config", false]], "model_config (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_config", false]], "model_config (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_config", false]], "model_config (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_config", false]], "model_config (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_config", false]], "model_config (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_config", false]], "model_config (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_config", false]], "model_config (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_config", false]], "model_config (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_config", false]], "model_config (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_config", false]], "model_config (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_config", false]], "model_config (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_config", false]], "model_config (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_config", false]], "model_config (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.model_config", false]], "model_config (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_config", false]], "model_config (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_config", false]], "model_config (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_config", false]], "model_config (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_config", false]], "model_config (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_config", false]], "model_config (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_config", false]], "model_config (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.model_config", false]], "model_config (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_config", false]], "model_config (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_config", false]], "model_config (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_config", false]], "model_config (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_config", false]], "model_config (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_config", false]], "model_config (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_config", false]], "model_config (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.model_config", false]], "model_config (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_config", false]], "model_config (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_config", false]], "model_config (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_config", false]], "model_config (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_config", false]], "model_config (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_config", false]], "model_config (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.model_config", false]], "model_config (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_config", false]], "model_config (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.model_config", false]], "model_config (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_config", false]], "model_config (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_config", false]], "model_config (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_config", false]], "model_config (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_config", false]], "model_config (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_config", false]], "model_config (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.model_config", false]], "model_config (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_config", false]], "model_config (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.model_config", false]], "model_config (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_config", false]], "model_config (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_config", false]], "model_config (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.model_config", false]], "model_config (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_config", false]], "model_config (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_config", false]], "model_config (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.model_config", false]], "model_config (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.model_config", false]], "model_config (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_config", false]], "model_config (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_config", false]], "model_config (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.model_config", false]], "model_config (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.model_config", false]], "model_config (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.model_config", false]], "model_config (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.model_config", false]], "model_config (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.model_config", false]], "model_config (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.model_config", false]], "model_config (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_config", false]], "model_config (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.model_config", false]], "model_config (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.model_config", false]], "model_config (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.model_config", false]], "model_config (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.model_config", false]], "model_config (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.model_config", false]], "model_config (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.model_config", false]], "model_config (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.model_config", false]], "model_config (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_config", false]], "model_config (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.model_config", false]], "model_config (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.model_config", false]], "model_config (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_config", false]], "model_fields (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.model_fields", false]], "model_fields (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.model_fields", false]], "model_fields (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_fields", false]], "model_fields (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_fields", false]], "model_fields (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.model_fields", false]], "model_fields (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_fields", false]], "model_fields (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.model_fields", false]], "model_fields (cdp.client.models.balance.balance attribute)": [[4, "cdp.client.models.balance.Balance.model_fields", false]], "model_fields (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_fields", false]], "model_fields (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_fields", false]], "model_fields (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_fields", false]], "model_fields (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_fields", false]], "model_fields (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_fields", false]], "model_fields (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.model_fields", false]], "model_fields (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_fields", false]], "model_fields (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_fields", false]], "model_fields (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_fields", false]], "model_fields (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_fields", false]], "model_fields (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest attribute)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_fields", false]], "model_fields (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_fields", false]], "model_fields (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_fields", false]], "model_fields (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_fields", false]], "model_fields (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_fields", false]], "model_fields (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_fields", false]], "model_fields (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_fields", false]], "model_fields (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_fields", false]], "model_fields (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_fields", false]], "model_fields (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_fields", false]], "model_fields (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_fields", false]], "model_fields (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_fields", false]], "model_fields (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_fields", false]], "model_fields (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_fields", false]], "model_fields (cdp.client.models.error.error attribute)": [[4, "cdp.client.models.error.Error.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist attribute)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_fields", false]], "model_fields (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_fields", false]], "model_fields (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_fields", false]], "model_fields (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_fields", false]], "model_fields (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.model_fields", false]], "model_fields (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_fields", false]], "model_fields (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_fields", false]], "model_fields (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_fields", false]], "model_fields (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_fields", false]], "model_fields (cdp.client.models.historical_balance.historicalbalance attribute)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_fields", false]], "model_fields (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_fields", false]], "model_fields (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.model_fields", false]], "model_fields (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_fields", false]], "model_fields (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_fields", false]], "model_fields (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_fields", false]], "model_fields (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_fields", false]], "model_fields (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_fields", false]], "model_fields (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.model_fields", false]], "model_fields (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_fields", false]], "model_fields (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.model_fields", false]], "model_fields (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_fields", false]], "model_fields (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_fields", false]], "model_fields (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_fields", false]], "model_fields (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_fields", false]], "model_fields (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_fields", false]], "model_fields (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.model_fields", false]], "model_fields (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_fields", false]], "model_fields (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.model_fields", false]], "model_fields (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_fields", false]], "model_fields (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_fields", false]], "model_fields (cdp.client.models.staking_context.stakingcontext attribute)": [[4, "cdp.client.models.staking_context.StakingContext.model_fields", false]], "model_fields (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_fields", false]], "model_fields (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_fields", false]], "model_fields (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.model_fields", false]], "model_fields (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.model_fields", false]], "model_fields (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue attribute)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_fields", false]], "model_fields (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_fields", false]], "model_fields (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.model_fields", false]], "model_fields (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.model_fields", false]], "model_fields (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.model_fields", false]], "model_fields (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.model_fields", false]], "model_fields (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.model_fields", false]], "model_fields (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.model_fields", false]], "model_fields (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_fields", false]], "model_fields (cdp.client.models.user.user attribute)": [[4, "cdp.client.models.user.User.model_fields", false]], "model_fields (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.model_fields", false]], "model_fields (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.model_fields", false]], "model_fields (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.model_fields", false]], "model_fields (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.model_fields", false]], "model_fields (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.model_fields", false]], "model_fields (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.model_fields", false]], "model_fields (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_fields", false]], "model_fields (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.model_fields", false]], "model_fields (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.model_fields", false]], "model_fields (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_fields", false]], "model_post_init() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.model_post_init", false]], "model_post_init() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.model_post_init", false]], "model_post_init() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.model_post_init", false]], "model_post_init() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.model_post_init", false]], "model_post_init() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.model_post_init", false]], "model_post_init() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.model_post_init", false]], "model_post_init() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.model_post_init", false]], "model_post_init() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.model_post_init", false]], "model_post_init() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.model_post_init", false]], "model_post_init() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.model_post_init", false]], "model_post_init() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.model_post_init", false]], "model_post_init() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.model_post_init", false]], "model_post_init() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.model_post_init", false]], "model_post_init() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.model_post_init", false]], "model_post_init() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.model_post_init", false]], "model_post_init() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.model_post_init", false]], "model_post_init() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.model_post_init", false]], "model_post_init() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.model_post_init", false]], "model_post_init() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.model_post_init", false]], "model_post_init() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.model_post_init", false]], "model_post_init() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.model_post_init", false]], "model_post_init() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.model_post_init", false]], "model_post_init() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.model_post_init", false]], "model_post_init() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.model_post_init", false]], "model_post_init() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.model_post_init", false]], "model_post_init() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.model_post_init", false]], "model_post_init() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.model_post_init", false]], "model_post_init() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.model_post_init", false]], "model_post_init() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.model_post_init", false]], "model_post_init() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.model_post_init", false]], "model_post_init() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.model_post_init", false]], "model_post_init() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.model_post_init", false]], "model_post_init() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.model_post_init", false]], "model_post_init() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.model_post_init", false]], "model_post_init() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.model_post_init", false]], "model_post_init() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.model_post_init", false]], "model_post_init() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.model_post_init", false]], "model_post_init() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.model_post_init", false]], "model_post_init() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.model_post_init", false]], "model_post_init() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.model_post_init", false]], "model_post_init() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.model_post_init", false]], "model_post_init() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.model_post_init", false]], "model_post_init() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.model_post_init", false]], "model_post_init() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.model_post_init", false]], "model_post_init() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.model_post_init", false]], "model_post_init() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.model_post_init", false]], "model_post_init() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.model_post_init", false]], "model_post_init() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.model_post_init", false]], "model_post_init() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.model_post_init", false]], "model_post_init() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.model_post_init", false]], "model_post_init() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.model_post_init", false]], "model_post_init() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.model_post_init", false]], "model_post_init() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.model_post_init", false]], "model_post_init() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.model_post_init", false]], "model_post_init() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.model_post_init", false]], "model_post_init() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.model_post_init", false]], "model_post_init() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.model_post_init", false]], "model_post_init() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.model_post_init", false]], "model_post_init() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.model_post_init", false]], "model_post_init() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.model_post_init", false]], "model_post_init() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.model_post_init", false]], "model_post_init() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.model_post_init", false]], "model_post_init() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.model_post_init", false]], "module": [[1, "module-cdp", false], [1, "module-cdp.address", false], [1, "module-cdp.api_clients", false], [1, "module-cdp.asset", false], [1, "module-cdp.balance", false], [1, "module-cdp.balance_map", false], [1, "module-cdp.cdp", false], [1, "module-cdp.cdp_api_client", false], [1, "module-cdp.contract_invocation", false], [1, "module-cdp.errors", false], [1, "module-cdp.faucet_transaction", false], [1, "module-cdp.hash_utils", false], [1, "module-cdp.historical_balance", false], [1, "module-cdp.payload_signature", false], [1, "module-cdp.smart_contract", false], [1, "module-cdp.sponsored_send", false], [1, "module-cdp.trade", false], [1, "module-cdp.transaction", false], [1, "module-cdp.transfer", false], [1, "module-cdp.wallet", false], [1, "module-cdp.wallet_address", false], [1, "module-cdp.wallet_data", false], [2, "module-cdp.client", false], [2, "module-cdp.client.api_client", false], [2, "module-cdp.client.api_response", false], [2, "module-cdp.client.configuration", false], [2, "module-cdp.client.exceptions", false], [2, "module-cdp.client.rest", false], [3, "module-cdp.client.api", false], [3, "module-cdp.client.api.addresses_api", false], [3, "module-cdp.client.api.assets_api", false], [3, "module-cdp.client.api.balance_history_api", false], [3, "module-cdp.client.api.contract_events_api", false], [3, "module-cdp.client.api.contract_invocations_api", false], [3, "module-cdp.client.api.external_addresses_api", false], [3, "module-cdp.client.api.networks_api", false], [3, "module-cdp.client.api.server_signers_api", false], [3, "module-cdp.client.api.smart_contracts_api", false], [3, "module-cdp.client.api.stake_api", false], [3, "module-cdp.client.api.trades_api", false], [3, "module-cdp.client.api.transaction_history_api", false], [3, "module-cdp.client.api.transfers_api", false], [3, "module-cdp.client.api.users_api", false], [3, "module-cdp.client.api.validators_api", false], [3, "module-cdp.client.api.wallet_stake_api", false], [3, "module-cdp.client.api.wallets_api", false], [3, "module-cdp.client.api.webhooks_api", false], [4, "module-cdp.client.models", false], [4, "module-cdp.client.models.address", false], [4, "module-cdp.client.models.address_balance_list", false], [4, "module-cdp.client.models.address_historical_balance_list", false], [4, "module-cdp.client.models.address_list", false], [4, "module-cdp.client.models.address_transaction_list", false], [4, "module-cdp.client.models.asset", false], [4, "module-cdp.client.models.balance", false], [4, "module-cdp.client.models.broadcast_contract_invocation_request", false], [4, "module-cdp.client.models.broadcast_staking_operation_request", false], [4, "module-cdp.client.models.broadcast_trade_request", false], [4, "module-cdp.client.models.broadcast_transfer_request", false], [4, "module-cdp.client.models.build_staking_operation_request", false], [4, "module-cdp.client.models.contract_event", false], [4, "module-cdp.client.models.contract_event_list", false], [4, "module-cdp.client.models.contract_invocation", false], [4, "module-cdp.client.models.contract_invocation_list", false], [4, "module-cdp.client.models.create_address_request", false], [4, "module-cdp.client.models.create_contract_invocation_request", false], [4, "module-cdp.client.models.create_payload_signature_request", false], [4, "module-cdp.client.models.create_server_signer_request", false], [4, "module-cdp.client.models.create_smart_contract_request", false], [4, "module-cdp.client.models.create_staking_operation_request", false], [4, "module-cdp.client.models.create_trade_request", false], [4, "module-cdp.client.models.create_transfer_request", false], [4, "module-cdp.client.models.create_wallet_request", false], [4, "module-cdp.client.models.create_wallet_request_wallet", false], [4, "module-cdp.client.models.create_wallet_webhook_request", false], [4, "module-cdp.client.models.create_webhook_request", false], [4, "module-cdp.client.models.deploy_smart_contract_request", false], [4, "module-cdp.client.models.erc20_transfer_event", false], [4, "module-cdp.client.models.erc721_transfer_event", false], [4, "module-cdp.client.models.error", false], [4, "module-cdp.client.models.ethereum_transaction", false], [4, "module-cdp.client.models.ethereum_transaction_access", false], [4, "module-cdp.client.models.ethereum_transaction_access_list", false], [4, "module-cdp.client.models.ethereum_transaction_flattened_trace", false], [4, "module-cdp.client.models.ethereum_validator_metadata", false], [4, "module-cdp.client.models.faucet_transaction", false], [4, "module-cdp.client.models.feature_set", false], [4, "module-cdp.client.models.fetch_historical_staking_balances200_response", false], [4, "module-cdp.client.models.fetch_staking_rewards200_response", false], [4, "module-cdp.client.models.fetch_staking_rewards_request", false], [4, "module-cdp.client.models.get_staking_context_request", false], [4, "module-cdp.client.models.historical_balance", false], [4, "module-cdp.client.models.multi_token_contract_options", false], [4, "module-cdp.client.models.network", false], [4, "module-cdp.client.models.network_identifier", false], [4, "module-cdp.client.models.nft_contract_options", false], [4, "module-cdp.client.models.payload_signature", false], [4, "module-cdp.client.models.payload_signature_list", false], [4, "module-cdp.client.models.seed_creation_event", false], [4, "module-cdp.client.models.seed_creation_event_result", false], [4, "module-cdp.client.models.server_signer", false], [4, "module-cdp.client.models.server_signer_event", false], [4, "module-cdp.client.models.server_signer_event_event", false], [4, "module-cdp.client.models.server_signer_event_list", false], [4, "module-cdp.client.models.server_signer_list", false], [4, "module-cdp.client.models.signature_creation_event", false], [4, "module-cdp.client.models.signature_creation_event_result", false], [4, "module-cdp.client.models.signed_voluntary_exit_message_metadata", false], [4, "module-cdp.client.models.smart_contract", false], [4, "module-cdp.client.models.smart_contract_list", false], [4, "module-cdp.client.models.smart_contract_options", false], [4, "module-cdp.client.models.smart_contract_type", false], [4, "module-cdp.client.models.sponsored_send", false], [4, "module-cdp.client.models.staking_balance", false], [4, "module-cdp.client.models.staking_context", false], [4, "module-cdp.client.models.staking_context_context", false], [4, "module-cdp.client.models.staking_operation", false], [4, "module-cdp.client.models.staking_operation_metadata", false], [4, "module-cdp.client.models.staking_reward", false], [4, "module-cdp.client.models.staking_reward_format", false], [4, "module-cdp.client.models.staking_reward_usd_value", false], [4, "module-cdp.client.models.token_contract_options", false], [4, "module-cdp.client.models.trade", false], [4, "module-cdp.client.models.trade_list", false], [4, "module-cdp.client.models.transaction", false], [4, "module-cdp.client.models.transaction_content", false], [4, "module-cdp.client.models.transaction_type", false], [4, "module-cdp.client.models.transfer", false], [4, "module-cdp.client.models.transfer_list", false], [4, "module-cdp.client.models.update_webhook_request", false], [4, "module-cdp.client.models.user", false], [4, "module-cdp.client.models.validator", false], [4, "module-cdp.client.models.validator_details", false], [4, "module-cdp.client.models.validator_list", false], [4, "module-cdp.client.models.validator_status", false], [4, "module-cdp.client.models.wallet", false], [4, "module-cdp.client.models.wallet_list", false], [4, "module-cdp.client.models.webhook", false], [4, "module-cdp.client.models.webhook_event_filter", false], [4, "module-cdp.client.models.webhook_event_type", false], [4, "module-cdp.client.models.webhook_event_type_filter", false], [4, "module-cdp.client.models.webhook_list", false], [4, "module-cdp.client.models.webhook_wallet_activity_filter", false]], "multitokencontractoptions (class in cdp.client.models.multi_token_contract_options)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions", false]], "name (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.name", false]], "name (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.name", false]], "native (cdp.client.models.staking_reward_format.stakingrewardformat attribute)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat.NATIVE", false]], "native_asset (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.native_asset", false]], "native_types_mapping (cdp.client.api_client.apiclient attribute)": [[2, "cdp.client.api_client.ApiClient.NATIVE_TYPES_MAPPING", false]], "network (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.network", false]], "network (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.network", false]], "network (class in cdp.client.models.network)": [[4, "cdp.client.models.network.Network", false]], "network_id (cdp.address property)": [[1, "cdp.Address.network_id", false]], "network_id (cdp.address.address property)": [[1, "cdp.address.Address.network_id", false]], "network_id (cdp.asset property)": [[1, "cdp.Asset.network_id", false]], "network_id (cdp.asset.asset property)": [[1, "cdp.asset.Asset.network_id", false]], "network_id (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.network_id", false]], "network_id (cdp.client.models.asset.asset attribute)": [[4, "cdp.client.models.asset.Asset.network_id", false]], "network_id (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.network_id", false]], "network_id (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.network_id", false]], "network_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.network_id", false]], "network_id (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.network_id", false]], "network_id (cdp.client.models.create_transfer_request.createtransferrequest attribute)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.network_id", false]], "network_id (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.network_id", false]], "network_id (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.network_id", false]], "network_id (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.network_id", false]], "network_id (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.network_id", false]], "network_id (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.network_id", false]], "network_id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.network_id", false]], "network_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.network_id", false]], "network_id (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.network_id", false]], "network_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.network_id", false]], "network_id (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.network_id", false]], "network_id (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.network_id", false]], "network_id (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.network_id", false]], "network_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.network_id", false]], "network_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.network_id", false]], "network_id (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.network_id", false]], "network_id (cdp.smartcontract property)": [[1, "cdp.SmartContract.network_id", false]], "network_id (cdp.trade property)": [[1, "cdp.Trade.network_id", false]], "network_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.network_id", false]], "network_id (cdp.transfer property)": [[1, "cdp.Transfer.network_id", false]], "network_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.network_id", false]], "network_id (cdp.wallet property)": [[1, "cdp.Wallet.network_id", false]], "network_id (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.network_id", false]], "networkfeatureunsupportederror": [[1, "cdp.errors.NetworkFeatureUnsupportedError", false]], "networkidentifier (class in cdp.client.models.network_identifier)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier", false]], "networks (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.networks", false]], "networksapi (class in cdp.client.api.networks_api)": [[3, "cdp.client.api.networks_api.NetworksApi", false]], "next_page (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.next_page", false]], "next_page (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist attribute)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.next_page", false]], "next_page (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.next_page", false]], "next_page (cdp.client.models.address_transaction_list.addresstransactionlist attribute)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.next_page", false]], "next_page (cdp.client.models.contract_event_list.contracteventlist attribute)": [[4, "cdp.client.models.contract_event_list.ContractEventList.next_page", false]], "next_page (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.next_page", false]], "next_page (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response attribute)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.next_page", false]], "next_page (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response attribute)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.next_page", false]], "next_page (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.next_page", false]], "next_page (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.next_page", false]], "next_page (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.next_page", false]], "next_page (cdp.client.models.smart_contract_list.smartcontractlist attribute)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.next_page", false]], "next_page (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.next_page", false]], "next_page (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.next_page", false]], "next_page (cdp.client.models.validator_list.validatorlist attribute)": [[4, "cdp.client.models.validator_list.ValidatorList.next_page", false]], "next_page (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.next_page", false]], "next_page (cdp.client.models.webhook_list.webhooklist attribute)": [[4, "cdp.client.models.webhook_list.WebhookList.next_page", false]], "nftcontractoptions (class in cdp.client.models.nft_contract_options)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions", false]], "nonce (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.nonce", false]], "notfounderror": [[1, "cdp.errors.NotFoundError", false]], "notfoundexception": [[2, "cdp.client.exceptions.NotFoundException", false]], "notification_uri (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.notification_uri", false]], "notification_uri (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.notification_uri", false]], "notification_uri (cdp.client.models.update_webhook_request.updatewebhookrequest attribute)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.notification_uri", false]], "notification_uri (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.notification_uri", false]], "one_of_schemas (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.one_of_schemas", false]], "one_of_schemas (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.one_of_schemas", false]], "one_of_schemas (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.one_of_schemas", false]], "one_of_schemas (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.one_of_schemas", false]], "one_of_schemas (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.one_of_schemas", false]], "one_of_schemas (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.one_of_schemas", false]], "oneof_schema_1_validator (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.staking_operation_metadata.stakingoperationmetadata attribute)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.transaction_content.transactioncontent attribute)": [[4, "cdp.client.models.transaction_content.TransactionContent.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.validator_details.validatordetails attribute)": [[4, "cdp.client.models.validator_details.ValidatorDetails.oneof_schema_1_validator", false]], "oneof_schema_1_validator (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter attribute)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.oneof_schema_1_validator", false]], "oneof_schema_2_validator (cdp.client.models.server_signer_event_event.serversignereventevent attribute)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.oneof_schema_2_validator", false]], "oneof_schema_2_validator (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.oneof_schema_2_validator", false]], "oneof_schema_3_validator (cdp.client.models.smart_contract_options.smartcontractoptions attribute)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.oneof_schema_3_validator", false]], "openapiexception": [[2, "cdp.client.exceptions.OpenApiException", false]], "options (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest attribute)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.options", false]], "options (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.options", false]], "options (cdp.client.models.create_staking_operation_request.createstakingoperationrequest attribute)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.options", false]], "options (cdp.client.models.get_staking_context_request.getstakingcontextrequest attribute)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.options", false]], "options (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.options", false]], "options (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.options", false]], "options (cdp.smartcontract property)": [[1, "cdp.SmartContract.options", false]], "output (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.output", false]], "param_serialize() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.param_serialize", false]], "parameters_to_tuples() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.parameters_to_tuples", false]], "parameters_to_url_query() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.parameters_to_url_query", false]], "participant_type (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.participant_type", false]], "password (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.password", false]], "payload_signature_id (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.payload_signature_id", false]], "payload_signature_id (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.payload_signature_id", false]], "payload_signature_id (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.payload_signature_id", false]], "payloadsignature (class in cdp)": [[1, "cdp.PayloadSignature", false]], "payloadsignature (class in cdp.client.models.payload_signature)": [[4, "cdp.client.models.payload_signature.PayloadSignature", false]], "payloadsignature (class in cdp.payload_signature)": [[1, "cdp.payload_signature.PayloadSignature", false]], "payloadsignature.status (class in cdp)": [[1, "cdp.PayloadSignature.Status", false]], "payloadsignature.status (class in cdp.payload_signature)": [[1, "cdp.payload_signature.PayloadSignature.Status", false]], "payloadsignaturelist (class in cdp.client.models.payload_signature_list)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList", false]], "pending (cdp.payload_signature.payloadsignature.status attribute)": [[1, "cdp.payload_signature.PayloadSignature.Status.PENDING", false]], "pending (cdp.payloadsignature.status attribute)": [[1, "cdp.PayloadSignature.Status.PENDING", false]], "pending (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.PENDING", false]], "pending (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.PENDING", false]], "pending (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.PENDING", false]], "pending (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.PENDING", false]], "pending_activation (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.PENDING_ACTIVATION", false]], "polygon_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.POLYGON_MINUS_MAINNET", false]], "primary_denomination() (cdp.asset static method)": [[1, "cdp.Asset.primary_denomination", false]], "primary_denomination() (cdp.asset.asset static method)": [[1, "cdp.asset.Asset.primary_denomination", false]], "primitive_types (cdp.client.api_client.apiclient attribute)": [[2, "cdp.client.api_client.ApiClient.PRIMITIVE_TYPES", false]], "priority_fee_per_gas (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.priority_fee_per_gas", false]], "private_key (cdp.cdp attribute)": [[1, "cdp.Cdp.private_key", false], [1, "id12", false]], "private_key (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.private_key", false], [1, "id5", false]], "protocol_family (cdp.client.models.network.network attribute)": [[4, "cdp.client.models.network.Network.protocol_family", false]], "protocol_family_validate_enum() (cdp.client.models.network.network class method)": [[4, "cdp.client.models.network.Network.protocol_family_validate_enum", false]], "protocol_name (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.protocol_name", false]], "provisioned (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.PROVISIONED", false]], "provisioning (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.PROVISIONING", false]], "proxy (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.proxy", false]], "proxy_headers (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.proxy_headers", false]], "public_key (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.public_key", false]], "public_key (cdp.client.models.create_address_request.createaddressrequest attribute)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.public_key", false]], "public_key (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.public_key", false]], "raw (cdp.transaction property)": [[1, "cdp.Transaction.raw", false]], "raw (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.raw", false]], "raw_data (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.raw_data", false]], "raw_typed_data (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.raw_typed_data", false]], "read() (cdp.client.rest.restresponse method)": [[2, "cdp.client.rest.RESTResponse.read", false]], "reaped (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.REAPED", false]], "refresh_api_key_hook (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.refresh_api_key_hook", false]], "reload() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.reload", false]], "reload() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.reload", false]], "reload() (cdp.payload_signature.payloadsignature method)": [[1, "cdp.payload_signature.PayloadSignature.reload", false]], "reload() (cdp.payloadsignature method)": [[1, "cdp.PayloadSignature.reload", false]], "reload() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.reload", false]], "reload() (cdp.smartcontract method)": [[1, "cdp.SmartContract.reload", false]], "reload() (cdp.trade method)": [[1, "cdp.Trade.reload", false]], "reload() (cdp.trade.trade method)": [[1, "cdp.trade.Trade.reload", false]], "reload() (cdp.transfer method)": [[1, "cdp.Transfer.reload", false]], "reload() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.reload", false]], "reload() (cdp.wallet method)": [[1, "cdp.Wallet.reload", false]], "reload() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.reload", false]], "render_path() (in module cdp.client.exceptions)": [[2, "cdp.client.exceptions.render_path", false]], "request() (cdp.client.rest.restclientobject method)": [[2, "cdp.client.rest.RESTClientObject.request", false]], "request_external_faucet_funds() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.request_external_faucet_funds", false]], "request_external_faucet_funds_with_http_info() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.request_external_faucet_funds_with_http_info", false]], "request_external_faucet_funds_without_preload_content() (cdp.client.api.external_addresses_api.externaladdressesapi method)": [[3, "cdp.client.api.external_addresses_api.ExternalAddressesApi.request_external_faucet_funds_without_preload_content", false]], "request_faucet_funds() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.request_faucet_funds", false]], "request_faucet_funds_with_http_info() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.request_faucet_funds_with_http_info", false]], "request_faucet_funds_without_preload_content() (cdp.client.api.addresses_api.addressesapi method)": [[3, "cdp.client.api.addresses_api.AddressesApi.request_faucet_funds_without_preload_content", false]], "resourceexhaustederror": [[1, "cdp.errors.ResourceExhaustedError", false]], "response_deserialize() (cdp.cdp_api_client.cdpapiclient method)": [[1, "cdp.cdp_api_client.CdpApiClient.response_deserialize", false]], "response_deserialize() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.response_deserialize", false]], "restclientobject (class in cdp.client.rest)": [[2, "cdp.client.rest.RESTClientObject", false]], "restresponse (class in cdp.client.rest)": [[2, "cdp.client.rest.RESTResponse", false]], "retries (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.retries", false]], "safe_chars_for_path_param (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.safe_chars_for_path_param", false]], "sanitize_for_serialization() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.sanitize_for_serialization", false]], "save_seed() (cdp.wallet method)": [[1, "cdp.Wallet.save_seed", false]], "save_seed() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.save_seed", false]], "seed (cdp.wallet_data.walletdata property)": [[1, "cdp.wallet_data.WalletData.seed", false]], "seed (cdp.walletdata property)": [[1, "cdp.WalletData.seed", false]], "seed_id (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.seed_id", false]], "seed_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.seed_id", false]], "seedcreationevent (class in cdp.client.models.seed_creation_event)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent", false]], "seedcreationeventresult (class in cdp.client.models.seed_creation_event_result)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult", false]], "select_header_accept() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.select_header_accept", false]], "select_header_content_type() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.select_header_content_type", false]], "send_tx_delegate (cdp.transfer property)": [[1, "cdp.Transfer.send_tx_delegate", false]], "send_tx_delegate (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.send_tx_delegate", false]], "server_operation_index (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.server_operation_index", false]], "server_operation_variables (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.server_operation_variables", false]], "server_signer (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.server_signer", false]], "server_signer_id (cdp.client.models.create_server_signer_request.createserversignerrequest attribute)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.server_signer_id", false]], "server_signer_id (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.server_signer_id", false]], "server_signer_id (cdp.client.models.server_signer_event.serversignerevent attribute)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.server_signer_id", false]], "server_signer_status (cdp.client.models.wallet.wallet attribute)": [[4, "cdp.client.models.wallet.Wallet.server_signer_status", false]], "server_signer_status (cdp.wallet property)": [[1, "cdp.Wallet.server_signer_status", false]], "server_signer_status (cdp.wallet.wallet property)": [[1, "cdp.wallet.Wallet.server_signer_status", false]], "server_signer_status_validate_enum() (cdp.client.models.wallet.wallet class method)": [[4, "cdp.client.models.wallet.Wallet.server_signer_status_validate_enum", false]], "serversigner (class in cdp.client.models.server_signer)": [[4, "cdp.client.models.server_signer.ServerSigner", false]], "serversignerevent (class in cdp.client.models.server_signer_event)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent", false]], "serversignereventevent (class in cdp.client.models.server_signer_event_event)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent", false]], "serversignereventlist (class in cdp.client.models.server_signer_event_list)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList", false]], "serversignerlist (class in cdp.client.models.server_signer_list)": [[4, "cdp.client.models.server_signer_list.ServerSignerList", false]], "serversignersapi (class in cdp.client.api.server_signers_api)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi", false]], "serviceexception": [[2, "cdp.client.exceptions.ServiceException", false]], "set_default() (cdp.client.api_client.apiclient class method)": [[2, "cdp.client.api_client.ApiClient.set_default", false]], "set_default() (cdp.client.configuration.configuration class method)": [[2, "cdp.client.configuration.Configuration.set_default", false]], "set_default_header() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.set_default_header", false]], "sig (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.sig", false]], "sign() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.sign", false]], "sign() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.sign", false]], "sign() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.sign", false]], "sign() (cdp.smartcontract method)": [[1, "cdp.SmartContract.sign", false]], "sign() (cdp.sponsored_send.sponsoredsend method)": [[1, "cdp.sponsored_send.SponsoredSend.sign", false]], "sign() (cdp.sponsoredsend method)": [[1, "cdp.SponsoredSend.sign", false]], "sign() (cdp.transaction method)": [[1, "cdp.Transaction.sign", false]], "sign() (cdp.transaction.transaction method)": [[1, "cdp.transaction.Transaction.sign", false]], "sign() (cdp.transfer method)": [[1, "cdp.Transfer.sign", false]], "sign() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.sign", false]], "sign_payload() (cdp.wallet method)": [[1, "cdp.Wallet.sign_payload", false]], "sign_payload() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.sign_payload", false]], "sign_payload() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.sign_payload", false]], "sign_payload() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.sign_payload", false]], "signature (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.signature", false]], "signature (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.signature", false]], "signature (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.signature", false]], "signature (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.signature", false]], "signature (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.signature", false]], "signature (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.signature", false]], "signature (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.signature", false]], "signature (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.signature", false]], "signature (cdp.transaction property)": [[1, "cdp.Transaction.signature", false]], "signature (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.signature", false]], "signature_header (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest attribute)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.signature_header", false]], "signature_header (cdp.client.models.create_webhook_request.createwebhookrequest attribute)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.signature_header", false]], "signature_header (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.signature_header", false]], "signaturecreationevent (class in cdp.client.models.signature_creation_event)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent", false]], "signaturecreationeventresult (class in cdp.client.models.signature_creation_event_result)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult", false]], "signed (cdp.payload_signature.payloadsignature.status attribute)": [[1, "cdp.payload_signature.PayloadSignature.Status.SIGNED", false]], "signed (cdp.payloadsignature.status attribute)": [[1, "cdp.PayloadSignature.Status.SIGNED", false]], "signed (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.signed", false]], "signed (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.SIGNED", false]], "signed (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.signed", false]], "signed (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.SIGNED", false]], "signed (cdp.transaction property)": [[1, "cdp.Transaction.signed", false]], "signed (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.SIGNED", false]], "signed (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.signed", false]], "signed (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.SIGNED", false]], "signed_payload (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest attribute)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.signed_payload", false]], "signed_payload (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.signed_payload", false]], "signed_payload (cdp.client.models.broadcast_trade_request.broadcasttraderequest attribute)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.signed_payload", false]], "signed_payload (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest attribute)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.signed_payload", false]], "signed_payload (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest attribute)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.signed_payload", false]], "signed_payload (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.signed_payload", false]], "signed_payload (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.signed_payload", false]], "signed_payload (cdp.transaction property)": [[1, "cdp.Transaction.signed_payload", false]], "signed_payload (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.signed_payload", false]], "signed_voluntary_exit (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.signed_voluntary_exit", false]], "signedvoluntaryexitmessagemetadata (class in cdp.client.models.signed_voluntary_exit_message_metadata)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata", false]], "signing_payload (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.signing_payload", false]], "slashed (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.slashed", false]], "smart_contract_id (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.smart_contract_id", false]], "smart_contract_id (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.smart_contract_id", false]], "smart_contract_id (cdp.smartcontract property)": [[1, "cdp.SmartContract.smart_contract_id", false]], "smart_contracts (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.smart_contracts", false]], "smartcontract (class in cdp)": [[1, "cdp.SmartContract", false]], "smartcontract (class in cdp.client.models.smart_contract)": [[4, "cdp.client.models.smart_contract.SmartContract", false]], "smartcontract (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract", false]], "smartcontract.multitokencontractoptions (class in cdp)": [[1, "cdp.SmartContract.MultiTokenContractOptions", false]], "smartcontract.multitokencontractoptions (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.MultiTokenContractOptions", false]], "smartcontract.nftcontractoptions (class in cdp)": [[1, "cdp.SmartContract.NFTContractOptions", false]], "smartcontract.nftcontractoptions (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.NFTContractOptions", false]], "smartcontract.tokencontractoptions (class in cdp)": [[1, "cdp.SmartContract.TokenContractOptions", false]], "smartcontract.tokencontractoptions (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.TokenContractOptions", false]], "smartcontract.type (class in cdp)": [[1, "cdp.SmartContract.Type", false]], "smartcontract.type (class in cdp.smart_contract)": [[1, "cdp.smart_contract.SmartContract.Type", false]], "smartcontractlist (class in cdp.client.models.smart_contract_list)": [[4, "cdp.client.models.smart_contract_list.SmartContractList", false]], "smartcontractoptions (class in cdp.client.models.smart_contract_options)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions", false]], "smartcontractsapi (class in cdp.client.api.smart_contracts_api)": [[3, "cdp.client.api.smart_contracts_api.SmartContractsApi", false]], "smartcontracttype (class in cdp.client.models.smart_contract_type)": [[4, "cdp.client.models.smart_contract_type.SmartContractType", false]], "socket_options (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.socket_options", false]], "solana_minus_devnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.SOLANA_MINUS_DEVNET", false]], "solana_minus_mainnet (cdp.client.models.network_identifier.networkidentifier attribute)": [[4, "cdp.client.models.network_identifier.NetworkIdentifier.SOLANA_MINUS_MAINNET", false]], "sponsored_send (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.sponsored_send", false]], "sponsored_send (cdp.transfer property)": [[1, "cdp.Transfer.sponsored_send", false]], "sponsored_send (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.sponsored_send", false]], "sponsoredsend (class in cdp)": [[1, "cdp.SponsoredSend", false]], "sponsoredsend (class in cdp.client.models.sponsored_send)": [[4, "cdp.client.models.sponsored_send.SponsoredSend", false]], "sponsoredsend (class in cdp.sponsored_send)": [[1, "cdp.sponsored_send.SponsoredSend", false]], "sponsoredsend.status (class in cdp)": [[1, "cdp.SponsoredSend.Status", false]], "sponsoredsend.status (class in cdp.sponsored_send)": [[1, "cdp.sponsored_send.SponsoredSend.Status", false]], "ssl_ca_cert (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.ssl_ca_cert", false]], "stake (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.stake", false]], "stakeable_balance (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.stakeable_balance", false]], "stakeapi (class in cdp.client.api.stake_api)": [[3, "cdp.client.api.stake_api.StakeApi", false]], "stakingbalance (class in cdp.client.models.staking_balance)": [[4, "cdp.client.models.staking_balance.StakingBalance", false]], "stakingcontext (class in cdp.client.models.staking_context)": [[4, "cdp.client.models.staking_context.StakingContext", false]], "stakingcontextcontext (class in cdp.client.models.staking_context_context)": [[4, "cdp.client.models.staking_context_context.StakingContextContext", false]], "stakingoperation (class in cdp.client.models.staking_operation)": [[4, "cdp.client.models.staking_operation.StakingOperation", false]], "stakingoperationmetadata (class in cdp.client.models.staking_operation_metadata)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata", false]], "stakingreward (class in cdp.client.models.staking_reward)": [[4, "cdp.client.models.staking_reward.StakingReward", false]], "stakingrewardformat (class in cdp.client.models.staking_reward_format)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat", false]], "stakingrewardusdvalue (class in cdp.client.models.staking_reward_usd_value)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue", false]], "start_time (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest attribute)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.start_time", false]], "state (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.state", false]], "state_validate_enum() (cdp.client.models.staking_reward.stakingreward class method)": [[4, "cdp.client.models.staking_reward.StakingReward.state_validate_enum", false]], "status (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.status", false]], "status (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.status", false]], "status (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.status", false]], "status (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.status", false]], "status (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.status", false]], "status (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.status", false]], "status (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.status", false]], "status (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.status", false]], "status (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.status", false]], "status (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.status", false]], "status (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.status", false]], "status (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.status", false]], "status (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.status", false]], "status (cdp.trade property)": [[1, "cdp.Trade.status", false]], "status (cdp.trade.trade property)": [[1, "cdp.trade.Trade.status", false]], "status (cdp.transaction property)": [[1, "cdp.Transaction.status", false]], "status (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.status", false]], "status (cdp.transfer property)": [[1, "cdp.Transfer.status", false]], "status (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.status", false]], "status_code (cdp.client.api_response.apiresponse attribute)": [[2, "cdp.client.api_response.ApiResponse.status_code", false]], "status_validate_enum() (cdp.client.models.payload_signature.payloadsignature class method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.sponsored_send.sponsoredsend class method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.staking_operation.stakingoperation class method)": [[4, "cdp.client.models.staking_operation.StakingOperation.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.transaction.transaction class method)": [[4, "cdp.client.models.transaction.Transaction.status_validate_enum", false]], "status_validate_enum() (cdp.client.models.transfer.transfer class method)": [[4, "cdp.client.models.transfer.Transfer.status_validate_enum", false]], "storage_keys (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess attribute)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.storage_keys", false]], "sub_traces (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.sub_traces", false]], "submit_server_signer_seed_event_result() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_seed_event_result", false]], "submit_server_signer_seed_event_result_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_seed_event_result_with_http_info", false]], "submit_server_signer_seed_event_result_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_seed_event_result_without_preload_content", false]], "submit_server_signer_signature_event_result() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_signature_event_result", false]], "submit_server_signer_signature_event_result_with_http_info() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_signature_event_result_with_http_info", false]], "submit_server_signer_signature_event_result_without_preload_content() (cdp.client.api.server_signers_api.serversignersapi method)": [[3, "cdp.client.api.server_signers_api.ServerSignersApi.submit_server_signer_signature_event_result_without_preload_content", false]], "submitted (cdp.sponsored_send.sponsoredsend.status attribute)": [[1, "cdp.sponsored_send.SponsoredSend.Status.SUBMITTED", false]], "submitted (cdp.sponsoredsend.status attribute)": [[1, "cdp.SponsoredSend.Status.SUBMITTED", false]], "symbol (cdp.client.models.nft_contract_options.nftcontractoptions attribute)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.symbol", false]], "symbol (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.symbol", false]], "temp_folder_path (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.temp_folder_path", false]], "terminal_state (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.terminal_state", false]], "terminal_state (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.terminal_state", false]], "terminal_state (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.terminal_state", false]], "terminal_state (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.terminal_state", false]], "terminal_state (cdp.transaction property)": [[1, "cdp.Transaction.terminal_state", false]], "terminal_state (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.terminal_state", false]], "terminal_state (cdp.transfer property)": [[1, "cdp.Transfer.terminal_state", false]], "terminal_state (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.terminal_state", false]], "terminal_states() (cdp.payload_signature.payloadsignature.status class method)": [[1, "cdp.payload_signature.PayloadSignature.Status.terminal_states", false]], "terminal_states() (cdp.payloadsignature.status class method)": [[1, "cdp.PayloadSignature.Status.terminal_states", false]], "terminal_states() (cdp.sponsored_send.sponsoredsend.status class method)": [[1, "cdp.sponsored_send.SponsoredSend.Status.terminal_states", false]], "terminal_states() (cdp.sponsoredsend.status class method)": [[1, "cdp.SponsoredSend.Status.terminal_states", false]], "terminal_states() (cdp.transaction.status class method)": [[1, "cdp.Transaction.Status.terminal_states", false]], "terminal_states() (cdp.transaction.transaction.status class method)": [[1, "cdp.transaction.Transaction.Status.terminal_states", false]], "tls_server_name (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.tls_server_name", false]], "to (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to", false]], "to (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to", false]], "to (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to", false]], "to (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to", false]], "to_address (cdp.client.models.webhook_event_filter.webhookeventfilter attribute)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_address", false]], "to_address_id (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_address_id", false]], "to_address_id (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.to_address_id", false]], "to_address_id (cdp.transaction property)": [[1, "cdp.Transaction.to_address_id", false]], "to_address_id (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.to_address_id", false]], "to_amount (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.to_amount", false]], "to_amount (cdp.trade property)": [[1, "cdp.Trade.to_amount", false]], "to_amount (cdp.trade.trade property)": [[1, "cdp.trade.Trade.to_amount", false]], "to_asset (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.to_asset", false]], "to_asset_id (cdp.client.models.create_trade_request.createtraderequest attribute)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_asset_id", false]], "to_asset_id (cdp.trade property)": [[1, "cdp.Trade.to_asset_id", false]], "to_asset_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.to_asset_id", false]], "to_atomic_amount() (cdp.asset method)": [[1, "cdp.Asset.to_atomic_amount", false]], "to_atomic_amount() (cdp.asset.asset method)": [[1, "cdp.asset.Asset.to_atomic_amount", false]], "to_debug_report() (cdp.client.configuration.configuration method)": [[2, "cdp.client.configuration.Configuration.to_debug_report", false]], "to_dict() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.to_dict", false]], "to_dict() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.to_dict", false]], "to_dict() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.to_dict", false]], "to_dict() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.to_dict", false]], "to_dict() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.to_dict", false]], "to_dict() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.to_dict", false]], "to_dict() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.to_dict", false]], "to_dict() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.to_dict", false]], "to_dict() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.to_dict", false]], "to_dict() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.to_dict", false]], "to_dict() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.to_dict", false]], "to_dict() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.to_dict", false]], "to_dict() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.to_dict", false]], "to_dict() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.to_dict", false]], "to_dict() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.to_dict", false]], "to_dict() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.to_dict", false]], "to_dict() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.to_dict", false]], "to_dict() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.to_dict", false]], "to_dict() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.to_dict", false]], "to_dict() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.to_dict", false]], "to_dict() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.to_dict", false]], "to_dict() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.to_dict", false]], "to_dict() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_dict", false]], "to_dict() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.to_dict", false]], "to_dict() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.to_dict", false]], "to_dict() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.to_dict", false]], "to_dict() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.to_dict", false]], "to_dict() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.to_dict", false]], "to_dict() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.to_dict", false]], "to_dict() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to_dict", false]], "to_dict() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to_dict", false]], "to_dict() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.to_dict", false]], "to_dict() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to_dict", false]], "to_dict() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.to_dict", false]], "to_dict() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.to_dict", false]], "to_dict() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.to_dict", false]], "to_dict() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.to_dict", false]], "to_dict() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.to_dict", false]], "to_dict() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.to_dict", false]], "to_dict() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.to_dict", false]], "to_dict() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.to_dict", false]], "to_dict() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.to_dict", false]], "to_dict() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.to_dict", false]], "to_dict() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.to_dict", false]], "to_dict() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.to_dict", false]], "to_dict() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.to_dict", false]], "to_dict() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.to_dict", false]], "to_dict() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.to_dict", false]], "to_dict() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.to_dict", false]], "to_dict() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.to_dict", false]], "to_dict() (cdp.client.models.server_signer_event_event.serversignereventevent method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.to_dict", false]], "to_dict() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.to_dict", false]], "to_dict() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.to_dict", false]], "to_dict() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.to_dict", false]], "to_dict() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.to_dict", false]], "to_dict() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.to_dict", false]], "to_dict() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.to_dict", false]], "to_dict() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.to_dict", false]], "to_dict() (cdp.client.models.smart_contract_options.smartcontractoptions method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.to_dict", false]], "to_dict() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_dict", false]], "to_dict() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.to_dict", false]], "to_dict() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.to_dict", false]], "to_dict() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.to_dict", false]], "to_dict() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.to_dict", false]], "to_dict() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.to_dict", false]], "to_dict() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.to_dict", false]], "to_dict() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.to_dict", false]], "to_dict() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.to_dict", false]], "to_dict() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.to_dict", false]], "to_dict() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.to_dict", false]], "to_dict() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.to_dict", false]], "to_dict() (cdp.client.models.transaction_content.transactioncontent method)": [[4, "cdp.client.models.transaction_content.TransactionContent.to_dict", false]], "to_dict() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.to_dict", false]], "to_dict() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.to_dict", false]], "to_dict() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.to_dict", false]], "to_dict() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.to_dict", false]], "to_dict() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.to_dict", false]], "to_dict() (cdp.client.models.validator_details.validatordetails method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.to_dict", false]], "to_dict() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.to_dict", false]], "to_dict() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.to_dict", false]], "to_dict() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.to_dict", false]], "to_dict() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.to_dict", false]], "to_dict() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_dict", false]], "to_dict() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.to_dict", false]], "to_dict() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.to_dict", false]], "to_dict() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.to_dict", false]], "to_dict() (cdp.wallet_data.walletdata method)": [[1, "cdp.wallet_data.WalletData.to_dict", false]], "to_dict() (cdp.walletdata method)": [[1, "cdp.WalletData.to_dict", false]], "to_json() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.to_json", false]], "to_json() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.to_json", false]], "to_json() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.to_json", false]], "to_json() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.to_json", false]], "to_json() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.to_json", false]], "to_json() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.to_json", false]], "to_json() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.to_json", false]], "to_json() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.to_json", false]], "to_json() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.to_json", false]], "to_json() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.to_json", false]], "to_json() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.to_json", false]], "to_json() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.to_json", false]], "to_json() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.to_json", false]], "to_json() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.to_json", false]], "to_json() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.to_json", false]], "to_json() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.to_json", false]], "to_json() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.to_json", false]], "to_json() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.to_json", false]], "to_json() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.to_json", false]], "to_json() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.to_json", false]], "to_json() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.to_json", false]], "to_json() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.to_json", false]], "to_json() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_json", false]], "to_json() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.to_json", false]], "to_json() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.to_json", false]], "to_json() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.to_json", false]], "to_json() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.to_json", false]], "to_json() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.to_json", false]], "to_json() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.to_json", false]], "to_json() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to_json", false]], "to_json() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to_json", false]], "to_json() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.to_json", false]], "to_json() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to_json", false]], "to_json() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.to_json", false]], "to_json() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.to_json", false]], "to_json() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.to_json", false]], "to_json() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.to_json", false]], "to_json() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.to_json", false]], "to_json() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.to_json", false]], "to_json() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.to_json", false]], "to_json() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.to_json", false]], "to_json() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.to_json", false]], "to_json() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.to_json", false]], "to_json() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.to_json", false]], "to_json() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.to_json", false]], "to_json() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.to_json", false]], "to_json() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.to_json", false]], "to_json() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.to_json", false]], "to_json() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.to_json", false]], "to_json() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.to_json", false]], "to_json() (cdp.client.models.server_signer_event_event.serversignereventevent method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.to_json", false]], "to_json() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.to_json", false]], "to_json() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.to_json", false]], "to_json() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.to_json", false]], "to_json() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.to_json", false]], "to_json() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.to_json", false]], "to_json() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.to_json", false]], "to_json() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.to_json", false]], "to_json() (cdp.client.models.smart_contract_options.smartcontractoptions method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.to_json", false]], "to_json() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_json", false]], "to_json() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.to_json", false]], "to_json() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.to_json", false]], "to_json() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.to_json", false]], "to_json() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.to_json", false]], "to_json() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.to_json", false]], "to_json() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.to_json", false]], "to_json() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.to_json", false]], "to_json() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.to_json", false]], "to_json() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.to_json", false]], "to_json() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.to_json", false]], "to_json() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.to_json", false]], "to_json() (cdp.client.models.transaction_content.transactioncontent method)": [[4, "cdp.client.models.transaction_content.TransactionContent.to_json", false]], "to_json() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.to_json", false]], "to_json() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.to_json", false]], "to_json() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.to_json", false]], "to_json() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.to_json", false]], "to_json() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.to_json", false]], "to_json() (cdp.client.models.validator_details.validatordetails method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.to_json", false]], "to_json() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.to_json", false]], "to_json() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.to_json", false]], "to_json() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.to_json", false]], "to_json() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.to_json", false]], "to_json() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_json", false]], "to_json() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.to_json", false]], "to_json() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.to_json", false]], "to_json() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.to_json", false]], "to_str() (cdp.client.models.address.address method)": [[4, "cdp.client.models.address.Address.to_str", false]], "to_str() (cdp.client.models.address_balance_list.addressbalancelist method)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.to_str", false]], "to_str() (cdp.client.models.address_historical_balance_list.addresshistoricalbalancelist method)": [[4, "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList.to_str", false]], "to_str() (cdp.client.models.address_list.addresslist method)": [[4, "cdp.client.models.address_list.AddressList.to_str", false]], "to_str() (cdp.client.models.address_transaction_list.addresstransactionlist method)": [[4, "cdp.client.models.address_transaction_list.AddressTransactionList.to_str", false]], "to_str() (cdp.client.models.asset.asset method)": [[4, "cdp.client.models.asset.Asset.to_str", false]], "to_str() (cdp.client.models.balance.balance method)": [[4, "cdp.client.models.balance.Balance.to_str", false]], "to_str() (cdp.client.models.broadcast_contract_invocation_request.broadcastcontractinvocationrequest method)": [[4, "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest.to_str", false]], "to_str() (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest method)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.to_str", false]], "to_str() (cdp.client.models.broadcast_trade_request.broadcasttraderequest method)": [[4, "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest.to_str", false]], "to_str() (cdp.client.models.broadcast_transfer_request.broadcasttransferrequest method)": [[4, "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest.to_str", false]], "to_str() (cdp.client.models.build_staking_operation_request.buildstakingoperationrequest method)": [[4, "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest.to_str", false]], "to_str() (cdp.client.models.contract_event.contractevent method)": [[4, "cdp.client.models.contract_event.ContractEvent.to_str", false]], "to_str() (cdp.client.models.contract_event_list.contracteventlist method)": [[4, "cdp.client.models.contract_event_list.ContractEventList.to_str", false]], "to_str() (cdp.client.models.contract_invocation.contractinvocation method)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.to_str", false]], "to_str() (cdp.client.models.contract_invocation_list.contractinvocationlist method)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.to_str", false]], "to_str() (cdp.client.models.create_address_request.createaddressrequest method)": [[4, "cdp.client.models.create_address_request.CreateAddressRequest.to_str", false]], "to_str() (cdp.client.models.create_contract_invocation_request.createcontractinvocationrequest method)": [[4, "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest.to_str", false]], "to_str() (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest method)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.to_str", false]], "to_str() (cdp.client.models.create_server_signer_request.createserversignerrequest method)": [[4, "cdp.client.models.create_server_signer_request.CreateServerSignerRequest.to_str", false]], "to_str() (cdp.client.models.create_smart_contract_request.createsmartcontractrequest method)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.to_str", false]], "to_str() (cdp.client.models.create_staking_operation_request.createstakingoperationrequest method)": [[4, "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest.to_str", false]], "to_str() (cdp.client.models.create_trade_request.createtraderequest method)": [[4, "cdp.client.models.create_trade_request.CreateTradeRequest.to_str", false]], "to_str() (cdp.client.models.create_transfer_request.createtransferrequest method)": [[4, "cdp.client.models.create_transfer_request.CreateTransferRequest.to_str", false]], "to_str() (cdp.client.models.create_wallet_request.createwalletrequest method)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.to_str", false]], "to_str() (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet method)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.to_str", false]], "to_str() (cdp.client.models.create_wallet_webhook_request.createwalletwebhookrequest method)": [[4, "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest.to_str", false]], "to_str() (cdp.client.models.create_webhook_request.createwebhookrequest method)": [[4, "cdp.client.models.create_webhook_request.CreateWebhookRequest.to_str", false]], "to_str() (cdp.client.models.deploy_smart_contract_request.deploysmartcontractrequest method)": [[4, "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest.to_str", false]], "to_str() (cdp.client.models.erc20_transfer_event.erc20transferevent method)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.to_str", false]], "to_str() (cdp.client.models.erc721_transfer_event.erc721transferevent method)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.to_str", false]], "to_str() (cdp.client.models.error.error method)": [[4, "cdp.client.models.error.Error.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction.ethereumtransaction method)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction_access.ethereumtransactionaccess method)": [[4, "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction_access_list.ethereumtransactionaccesslist method)": [[4, "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList.to_str", false]], "to_str() (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace method)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.to_str", false]], "to_str() (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata method)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.to_str", false]], "to_str() (cdp.client.models.faucet_transaction.faucettransaction method)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.to_str", false]], "to_str() (cdp.client.models.feature_set.featureset method)": [[4, "cdp.client.models.feature_set.FeatureSet.to_str", false]], "to_str() (cdp.client.models.fetch_historical_staking_balances200_response.fetchhistoricalstakingbalances200response method)": [[4, "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response.to_str", false]], "to_str() (cdp.client.models.fetch_staking_rewards200_response.fetchstakingrewards200response method)": [[4, "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response.to_str", false]], "to_str() (cdp.client.models.fetch_staking_rewards_request.fetchstakingrewardsrequest method)": [[4, "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest.to_str", false]], "to_str() (cdp.client.models.get_staking_context_request.getstakingcontextrequest method)": [[4, "cdp.client.models.get_staking_context_request.GetStakingContextRequest.to_str", false]], "to_str() (cdp.client.models.historical_balance.historicalbalance method)": [[4, "cdp.client.models.historical_balance.HistoricalBalance.to_str", false]], "to_str() (cdp.client.models.multi_token_contract_options.multitokencontractoptions method)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.to_str", false]], "to_str() (cdp.client.models.network.network method)": [[4, "cdp.client.models.network.Network.to_str", false]], "to_str() (cdp.client.models.nft_contract_options.nftcontractoptions method)": [[4, "cdp.client.models.nft_contract_options.NFTContractOptions.to_str", false]], "to_str() (cdp.client.models.payload_signature.payloadsignature method)": [[4, "cdp.client.models.payload_signature.PayloadSignature.to_str", false]], "to_str() (cdp.client.models.payload_signature_list.payloadsignaturelist method)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.to_str", false]], "to_str() (cdp.client.models.seed_creation_event.seedcreationevent method)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.to_str", false]], "to_str() (cdp.client.models.seed_creation_event_result.seedcreationeventresult method)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.to_str", false]], "to_str() (cdp.client.models.server_signer.serversigner method)": [[4, "cdp.client.models.server_signer.ServerSigner.to_str", false]], "to_str() (cdp.client.models.server_signer_event.serversignerevent method)": [[4, "cdp.client.models.server_signer_event.ServerSignerEvent.to_str", false]], "to_str() (cdp.client.models.server_signer_event_event.serversignereventevent method)": [[4, "cdp.client.models.server_signer_event_event.ServerSignerEventEvent.to_str", false]], "to_str() (cdp.client.models.server_signer_event_list.serversignereventlist method)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.to_str", false]], "to_str() (cdp.client.models.server_signer_list.serversignerlist method)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.to_str", false]], "to_str() (cdp.client.models.signature_creation_event.signaturecreationevent method)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.to_str", false]], "to_str() (cdp.client.models.signature_creation_event_result.signaturecreationeventresult method)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.to_str", false]], "to_str() (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata method)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.to_str", false]], "to_str() (cdp.client.models.smart_contract.smartcontract method)": [[4, "cdp.client.models.smart_contract.SmartContract.to_str", false]], "to_str() (cdp.client.models.smart_contract_list.smartcontractlist method)": [[4, "cdp.client.models.smart_contract_list.SmartContractList.to_str", false]], "to_str() (cdp.client.models.smart_contract_options.smartcontractoptions method)": [[4, "cdp.client.models.smart_contract_options.SmartContractOptions.to_str", false]], "to_str() (cdp.client.models.sponsored_send.sponsoredsend method)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.to_str", false]], "to_str() (cdp.client.models.staking_balance.stakingbalance method)": [[4, "cdp.client.models.staking_balance.StakingBalance.to_str", false]], "to_str() (cdp.client.models.staking_context.stakingcontext method)": [[4, "cdp.client.models.staking_context.StakingContext.to_str", false]], "to_str() (cdp.client.models.staking_context_context.stakingcontextcontext method)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.to_str", false]], "to_str() (cdp.client.models.staking_operation.stakingoperation method)": [[4, "cdp.client.models.staking_operation.StakingOperation.to_str", false]], "to_str() (cdp.client.models.staking_operation_metadata.stakingoperationmetadata method)": [[4, "cdp.client.models.staking_operation_metadata.StakingOperationMetadata.to_str", false]], "to_str() (cdp.client.models.staking_reward.stakingreward method)": [[4, "cdp.client.models.staking_reward.StakingReward.to_str", false]], "to_str() (cdp.client.models.staking_reward_usd_value.stakingrewardusdvalue method)": [[4, "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue.to_str", false]], "to_str() (cdp.client.models.token_contract_options.tokencontractoptions method)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.to_str", false]], "to_str() (cdp.client.models.trade.trade method)": [[4, "cdp.client.models.trade.Trade.to_str", false]], "to_str() (cdp.client.models.trade_list.tradelist method)": [[4, "cdp.client.models.trade_list.TradeList.to_str", false]], "to_str() (cdp.client.models.transaction.transaction method)": [[4, "cdp.client.models.transaction.Transaction.to_str", false]], "to_str() (cdp.client.models.transaction_content.transactioncontent method)": [[4, "cdp.client.models.transaction_content.TransactionContent.to_str", false]], "to_str() (cdp.client.models.transfer.transfer method)": [[4, "cdp.client.models.transfer.Transfer.to_str", false]], "to_str() (cdp.client.models.transfer_list.transferlist method)": [[4, "cdp.client.models.transfer_list.TransferList.to_str", false]], "to_str() (cdp.client.models.update_webhook_request.updatewebhookrequest method)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest.to_str", false]], "to_str() (cdp.client.models.user.user method)": [[4, "cdp.client.models.user.User.to_str", false]], "to_str() (cdp.client.models.validator.validator method)": [[4, "cdp.client.models.validator.Validator.to_str", false]], "to_str() (cdp.client.models.validator_details.validatordetails method)": [[4, "cdp.client.models.validator_details.ValidatorDetails.to_str", false]], "to_str() (cdp.client.models.validator_list.validatorlist method)": [[4, "cdp.client.models.validator_list.ValidatorList.to_str", false]], "to_str() (cdp.client.models.wallet.wallet method)": [[4, "cdp.client.models.wallet.Wallet.to_str", false]], "to_str() (cdp.client.models.wallet_list.walletlist method)": [[4, "cdp.client.models.wallet_list.WalletList.to_str", false]], "to_str() (cdp.client.models.webhook.webhook method)": [[4, "cdp.client.models.webhook.Webhook.to_str", false]], "to_str() (cdp.client.models.webhook_event_filter.webhookeventfilter method)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter.to_str", false]], "to_str() (cdp.client.models.webhook_event_type_filter.webhookeventtypefilter method)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter.to_str", false]], "to_str() (cdp.client.models.webhook_list.webhooklist method)": [[4, "cdp.client.models.webhook_list.WebhookList.to_str", false]], "to_str() (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter method)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.to_str", false]], "token_id (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.token_id", false]], "tokencontractoptions (class in cdp.client.models.token_contract_options)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions", false]], "total_count (cdp.client.models.address_balance_list.addressbalancelist attribute)": [[4, "cdp.client.models.address_balance_list.AddressBalanceList.total_count", false]], "total_count (cdp.client.models.address_list.addresslist attribute)": [[4, "cdp.client.models.address_list.AddressList.total_count", false]], "total_count (cdp.client.models.contract_invocation_list.contractinvocationlist attribute)": [[4, "cdp.client.models.contract_invocation_list.ContractInvocationList.total_count", false]], "total_count (cdp.client.models.payload_signature_list.payloadsignaturelist attribute)": [[4, "cdp.client.models.payload_signature_list.PayloadSignatureList.total_count", false]], "total_count (cdp.client.models.server_signer_event_list.serversignereventlist attribute)": [[4, "cdp.client.models.server_signer_event_list.ServerSignerEventList.total_count", false]], "total_count (cdp.client.models.server_signer_list.serversignerlist attribute)": [[4, "cdp.client.models.server_signer_list.ServerSignerList.total_count", false]], "total_count (cdp.client.models.trade_list.tradelist attribute)": [[4, "cdp.client.models.trade_list.TradeList.total_count", false]], "total_count (cdp.client.models.transfer_list.transferlist attribute)": [[4, "cdp.client.models.transfer_list.TransferList.total_count", false]], "total_count (cdp.client.models.wallet_list.walletlist attribute)": [[4, "cdp.client.models.wallet_list.WalletList.total_count", false]], "total_supply (cdp.client.models.token_contract_options.tokencontractoptions attribute)": [[4, "cdp.client.models.token_contract_options.TokenContractOptions.total_supply", false]], "trace_address (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.trace_address", false]], "trace_id (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.trace_id", false]], "trace_type (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.trace_type", false]], "trade (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.trade", false]], "trade (class in cdp)": [[1, "cdp.Trade", false]], "trade (class in cdp.client.models.trade)": [[4, "cdp.client.models.trade.Trade", false]], "trade (class in cdp.trade)": [[1, "cdp.trade.Trade", false]], "trade() (cdp.wallet method)": [[1, "cdp.Wallet.trade", false]], "trade() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.trade", false]], "trade() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.trade", false]], "trade() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.trade", false]], "trade_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.trade_id", false]], "trade_id (cdp.trade property)": [[1, "cdp.Trade.trade_id", false]], "trade_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.trade_id", false]], "tradelist (class in cdp.client.models.trade_list)": [[4, "cdp.client.models.trade_list.TradeList", false]], "trades (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.trades", false]], "trades() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.trades", false]], "trades() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.trades", false]], "tradesapi (class in cdp.client.api.trades_api)": [[3, "cdp.client.api.trades_api.TradesApi", false]], "transaction (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.transaction", false]], "transaction (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.transaction", false]], "transaction (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.transaction", false]], "transaction (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.transaction", false]], "transaction (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.transaction", false]], "transaction (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.transaction", false]], "transaction (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.transaction", false]], "transaction (cdp.smartcontract property)": [[1, "cdp.SmartContract.transaction", false]], "transaction (cdp.trade property)": [[1, "cdp.Trade.transaction", false]], "transaction (cdp.trade.trade property)": [[1, "cdp.trade.Trade.transaction", false]], "transaction (cdp.transfer property)": [[1, "cdp.Transfer.transaction", false]], "transaction (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transaction", false]], "transaction (class in cdp)": [[1, "cdp.Transaction", false]], "transaction (class in cdp.client.models.transaction)": [[4, "cdp.client.models.transaction.Transaction", false]], "transaction (class in cdp.transaction)": [[1, "cdp.transaction.Transaction", false]], "transaction.status (class in cdp)": [[1, "cdp.Transaction.Status", false]], "transaction.status (class in cdp.transaction)": [[1, "cdp.transaction.Transaction.Status", false]], "transaction_access_list (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.transaction_access_list", false]], "transaction_hash (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.transaction_hash", false]], "transaction_hash (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.transaction_hash", false]], "transaction_hash (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.transaction_hash", false]], "transaction_hash (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.transaction_hash", false]], "transaction_hash (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.transaction_hash", false]], "transaction_hash (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.transaction_hash", false]], "transaction_hash (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.transaction_hash", false]], "transaction_hash (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.transaction_hash", false]], "transaction_hash (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.transaction_hash", false]], "transaction_hash (cdp.faucet_transaction.faucettransaction property)": [[1, "cdp.faucet_transaction.FaucetTransaction.transaction_hash", false]], "transaction_hash (cdp.faucettransaction property)": [[1, "cdp.FaucetTransaction.transaction_hash", false]], "transaction_hash (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.transaction_hash", false]], "transaction_hash (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.transaction_hash", false]], "transaction_hash (cdp.transaction property)": [[1, "cdp.Transaction.transaction_hash", false]], "transaction_hash (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.transaction_hash", false]], "transaction_hash (cdp.transfer property)": [[1, "cdp.Transfer.transaction_hash", false]], "transaction_hash (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transaction_hash", false]], "transaction_history (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.transaction_history", false]], "transaction_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.transaction_id", false]], "transaction_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.transaction_id", false]], "transaction_index (cdp.client.models.broadcast_staking_operation_request.broadcaststakingoperationrequest attribute)": [[4, "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest.transaction_index", false]], "transaction_index (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.transaction_index", false]], "transaction_index (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.transaction_index", false]], "transaction_index (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.transaction_index", false]], "transaction_link (cdp.client.models.faucet_transaction.faucettransaction attribute)": [[4, "cdp.client.models.faucet_transaction.FaucetTransaction.transaction_link", false]], "transaction_link (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.transaction_link", false]], "transaction_link (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.transaction_link", false]], "transaction_link (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.transaction_link", false]], "transaction_link (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.transaction_link", false]], "transaction_link (cdp.faucet_transaction.faucettransaction property)": [[1, "cdp.faucet_transaction.FaucetTransaction.transaction_link", false]], "transaction_link (cdp.faucettransaction property)": [[1, "cdp.FaucetTransaction.transaction_link", false]], "transaction_link (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.transaction_link", false]], "transaction_link (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.transaction_link", false]], "transaction_link (cdp.transaction property)": [[1, "cdp.Transaction.transaction_link", false]], "transaction_link (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.transaction_link", false]], "transaction_link (cdp.transfer property)": [[1, "cdp.Transfer.transaction_link", false]], "transaction_link (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transaction_link", false]], "transaction_type (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.transaction_type", false]], "transaction_type (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.transaction_type", false]], "transactioncontent (class in cdp.client.models.transaction_content)": [[4, "cdp.client.models.transaction_content.TransactionContent", false]], "transactionhistoryapi (class in cdp.client.api.transaction_history_api)": [[3, "cdp.client.api.transaction_history_api.TransactionHistoryApi", false]], "transactionnotsignederror": [[1, "cdp.errors.TransactionNotSignedError", false]], "transactions (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.transactions", false]], "transactions() (cdp.address method)": [[1, "cdp.Address.transactions", false]], "transactions() (cdp.address.address method)": [[1, "cdp.address.Address.transactions", false]], "transactiontype (class in cdp.client.models.transaction_type)": [[4, "cdp.client.models.transaction_type.TransactionType", false]], "transfer (cdp.client.models.feature_set.featureset attribute)": [[4, "cdp.client.models.feature_set.FeatureSet.transfer", false]], "transfer (cdp.client.models.transaction_type.transactiontype attribute)": [[4, "cdp.client.models.transaction_type.TransactionType.TRANSFER", false]], "transfer (class in cdp)": [[1, "cdp.Transfer", false]], "transfer (class in cdp.client.models.transfer)": [[4, "cdp.client.models.transfer.Transfer", false]], "transfer (class in cdp.transfer)": [[1, "cdp.transfer.Transfer", false]], "transfer() (cdp.wallet method)": [[1, "cdp.Wallet.transfer", false]], "transfer() (cdp.wallet.wallet method)": [[1, "cdp.wallet.Wallet.transfer", false]], "transfer() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.transfer", false]], "transfer() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.transfer", false]], "transfer_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.transfer_id", false]], "transfer_id (cdp.transfer property)": [[1, "cdp.Transfer.transfer_id", false]], "transfer_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.transfer_id", false]], "transferlist (class in cdp.client.models.transfer_list)": [[4, "cdp.client.models.transfer_list.TransferList", false]], "transfers (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.transfers", false]], "transfers() (cdp.wallet_address.walletaddress method)": [[1, "cdp.wallet_address.WalletAddress.transfers", false]], "transfers() (cdp.walletaddress method)": [[1, "cdp.WalletAddress.transfers", false]], "transfersapi (class in cdp.client.api.transfers_api)": [[3, "cdp.client.api.transfers_api.TransfersApi", false]], "tx_hash (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.tx_hash", false]], "tx_index (cdp.client.models.contract_event.contractevent attribute)": [[4, "cdp.client.models.contract_event.ContractEvent.tx_index", false]], "type (cdp.client.models.create_smart_contract_request.createsmartcontractrequest attribute)": [[4, "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest.type", false]], "type (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.type", false]], "type (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.type", false]], "type (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.type", false]], "type (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.type", false]], "type (cdp.smartcontract property)": [[1, "cdp.SmartContract.type", false]], "typed_data_hash (cdp.client.models.sponsored_send.sponsoredsend attribute)": [[4, "cdp.client.models.sponsored_send.SponsoredSend.typed_data_hash", false]], "typed_data_hash (cdp.sponsored_send.sponsoredsend property)": [[1, "cdp.sponsored_send.SponsoredSend.typed_data_hash", false]], "typed_data_hash (cdp.sponsoredsend property)": [[1, "cdp.SponsoredSend.typed_data_hash", false]], "unauthorizederror": [[1, "cdp.errors.UnauthorizedError", false]], "unauthorizedexception": [[2, "cdp.client.exceptions.UnauthorizedException", false]], "unbonded_balance (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.unbonded_balance", false]], "unimplementederror": [[1, "cdp.errors.UnimplementedError", false]], "unknown (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.UNKNOWN", false]], "unsigned_payload (cdp.client.models.create_payload_signature_request.createpayloadsignaturerequest attribute)": [[4, "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest.unsigned_payload", false]], "unsigned_payload (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.unsigned_payload", false]], "unsigned_payload (cdp.client.models.transaction.transaction attribute)": [[4, "cdp.client.models.transaction.Transaction.unsigned_payload", false]], "unsigned_payload (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.unsigned_payload", false]], "unsigned_payload (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.unsigned_payload", false]], "unsigned_payload (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.unsigned_payload", false]], "unsigned_payload (cdp.transaction property)": [[1, "cdp.Transaction.unsigned_payload", false]], "unsigned_payload (cdp.transaction.transaction property)": [[1, "cdp.transaction.Transaction.unsigned_payload", false]], "unspecified (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.UNSPECIFIED", false]], "unspecified (cdp.transaction.status attribute)": [[1, "cdp.Transaction.Status.UNSPECIFIED", false]], "unspecified (cdp.transaction.transaction.status attribute)": [[1, "cdp.transaction.Transaction.Status.UNSPECIFIED", false]], "unstakeable_balance (cdp.client.models.staking_context_context.stakingcontextcontext attribute)": [[4, "cdp.client.models.staking_context_context.StakingContextContext.unstakeable_balance", false]], "unsupportedasseterror": [[1, "cdp.errors.UnsupportedAssetError", false]], "update_params_for_auth() (cdp.client.api_client.apiclient method)": [[2, "cdp.client.api_client.ApiClient.update_params_for_auth", false]], "update_webhook() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.update_webhook", false]], "update_webhook_with_http_info() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.update_webhook_with_http_info", false]], "update_webhook_without_preload_content() (cdp.client.api.webhooks_api.webhooksapi method)": [[3, "cdp.client.api.webhooks_api.WebhooksApi.update_webhook_without_preload_content", false]], "updated_at (cdp.client.models.webhook.webhook attribute)": [[4, "cdp.client.models.webhook.Webhook.updated_at", false]], "updatewebhookrequest (class in cdp.client.models.update_webhook_request)": [[4, "cdp.client.models.update_webhook_request.UpdateWebhookRequest", false]], "uri (cdp.client.models.multi_token_contract_options.multitokencontractoptions attribute)": [[4, "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions.uri", false]], "usd (cdp.client.models.staking_reward_format.stakingrewardformat attribute)": [[4, "cdp.client.models.staking_reward_format.StakingRewardFormat.USD", false]], "usd_value (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.usd_value", false]], "use_server_signer (cdp.cdp attribute)": [[1, "cdp.Cdp.use_server_signer", false], [1, "id13", false]], "use_server_signer (cdp.cdp.cdp attribute)": [[1, "cdp.cdp.Cdp.use_server_signer", false], [1, "id6", false]], "use_server_signer (cdp.client.models.create_wallet_request_wallet.createwalletrequestwallet attribute)": [[4, "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet.use_server_signer", false]], "user (class in cdp.client.models.user)": [[4, "cdp.client.models.user.User", false]], "user_agent (cdp.client.api_client.apiclient property)": [[2, "cdp.client.api_client.ApiClient.user_agent", false]], "username (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.username", false]], "usersapi (class in cdp.client.api.users_api)": [[3, "cdp.client.api.users_api.UsersApi", false]], "validator (class in cdp.client.models.validator)": [[4, "cdp.client.models.validator.Validator", false]], "validator_id (cdp.client.models.validator.validator attribute)": [[4, "cdp.client.models.validator.Validator.validator_id", false]], "validator_pub_key (cdp.client.models.signed_voluntary_exit_message_metadata.signedvoluntaryexitmessagemetadata attribute)": [[4, "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata.validator_pub_key", false]], "validatordetails (class in cdp.client.models.validator_details)": [[4, "cdp.client.models.validator_details.ValidatorDetails", false]], "validatorlist (class in cdp.client.models.validator_list)": [[4, "cdp.client.models.validator_list.ValidatorList", false]], "validatorsapi (class in cdp.client.api.validators_api)": [[3, "cdp.client.api.validators_api.ValidatorsApi", false]], "validatorstatus (class in cdp.client.models.validator_status)": [[4, "cdp.client.models.validator_status.ValidatorStatus", false]], "value (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.value", false]], "value (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.value", false]], "value (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.value", false]], "var_date (cdp.client.models.staking_balance.stakingbalance attribute)": [[4, "cdp.client.models.staking_balance.StakingBalance.var_date", false]], "var_date (cdp.client.models.staking_reward.stakingreward attribute)": [[4, "cdp.client.models.staking_reward.StakingReward.var_date", false]], "var_from (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.var_from", false]], "var_from (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.var_from", false]], "var_from (cdp.client.models.ethereum_transaction.ethereumtransaction attribute)": [[4, "cdp.client.models.ethereum_transaction.EthereumTransaction.var_from", false]], "var_from (cdp.client.models.ethereum_transaction_flattened_trace.ethereumtransactionflattenedtrace attribute)": [[4, "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace.var_from", false]], "verify_ssl (cdp.client.configuration.configuration attribute)": [[2, "cdp.client.configuration.Configuration.verify_ssl", false]], "wait() (cdp.contract_invocation.contractinvocation method)": [[1, "cdp.contract_invocation.ContractInvocation.wait", false]], "wait() (cdp.contractinvocation method)": [[1, "cdp.ContractInvocation.wait", false]], "wait() (cdp.payload_signature.payloadsignature method)": [[1, "cdp.payload_signature.PayloadSignature.wait", false]], "wait() (cdp.payloadsignature method)": [[1, "cdp.PayloadSignature.wait", false]], "wait() (cdp.smart_contract.smartcontract method)": [[1, "cdp.smart_contract.SmartContract.wait", false]], "wait() (cdp.smartcontract method)": [[1, "cdp.SmartContract.wait", false]], "wait() (cdp.trade method)": [[1, "cdp.Trade.wait", false]], "wait() (cdp.trade.trade method)": [[1, "cdp.trade.Trade.wait", false]], "wait() (cdp.transfer method)": [[1, "cdp.Transfer.wait", false]], "wait() (cdp.transfer.transfer method)": [[1, "cdp.transfer.Transfer.wait", false]], "wallet (cdp.client.models.create_wallet_request.createwalletrequest attribute)": [[4, "cdp.client.models.create_wallet_request.CreateWalletRequest.wallet", false]], "wallet (class in cdp)": [[1, "cdp.Wallet", false]], "wallet (class in cdp.client.models.wallet)": [[4, "cdp.client.models.wallet.Wallet", false]], "wallet (class in cdp.wallet)": [[1, "cdp.wallet.Wallet", false]], "wallet_activity (cdp.client.models.webhook_event_type.webhookeventtype attribute)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType.WALLET_ACTIVITY", false]], "wallet_id (cdp.client.models.address.address attribute)": [[4, "cdp.client.models.address.Address.wallet_id", false]], "wallet_id (cdp.client.models.contract_invocation.contractinvocation attribute)": [[4, "cdp.client.models.contract_invocation.ContractInvocation.wallet_id", false]], "wallet_id (cdp.client.models.payload_signature.payloadsignature attribute)": [[4, "cdp.client.models.payload_signature.PayloadSignature.wallet_id", false]], "wallet_id (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.wallet_id", false]], "wallet_id (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.wallet_id", false]], "wallet_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.wallet_id", false]], "wallet_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.wallet_id", false]], "wallet_id (cdp.client.models.smart_contract.smartcontract attribute)": [[4, "cdp.client.models.smart_contract.SmartContract.wallet_id", false]], "wallet_id (cdp.client.models.staking_operation.stakingoperation attribute)": [[4, "cdp.client.models.staking_operation.StakingOperation.wallet_id", false]], "wallet_id (cdp.client.models.trade.trade attribute)": [[4, "cdp.client.models.trade.Trade.wallet_id", false]], "wallet_id (cdp.client.models.transfer.transfer attribute)": [[4, "cdp.client.models.transfer.Transfer.wallet_id", false]], "wallet_id (cdp.client.models.webhook_wallet_activity_filter.webhookwalletactivityfilter attribute)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter.wallet_id", false]], "wallet_id (cdp.contract_invocation.contractinvocation property)": [[1, "cdp.contract_invocation.ContractInvocation.wallet_id", false]], "wallet_id (cdp.contractinvocation property)": [[1, "cdp.ContractInvocation.wallet_id", false]], "wallet_id (cdp.payload_signature.payloadsignature property)": [[1, "cdp.payload_signature.PayloadSignature.wallet_id", false]], "wallet_id (cdp.payloadsignature property)": [[1, "cdp.PayloadSignature.wallet_id", false]], "wallet_id (cdp.smart_contract.smartcontract property)": [[1, "cdp.smart_contract.SmartContract.wallet_id", false]], "wallet_id (cdp.smartcontract property)": [[1, "cdp.SmartContract.wallet_id", false]], "wallet_id (cdp.trade property)": [[1, "cdp.Trade.wallet_id", false]], "wallet_id (cdp.trade.trade property)": [[1, "cdp.trade.Trade.wallet_id", false]], "wallet_id (cdp.transfer property)": [[1, "cdp.Transfer.wallet_id", false]], "wallet_id (cdp.transfer.transfer property)": [[1, "cdp.transfer.Transfer.wallet_id", false]], "wallet_id (cdp.wallet_address.walletaddress property)": [[1, "cdp.wallet_address.WalletAddress.wallet_id", false]], "wallet_id (cdp.wallet_data.walletdata property)": [[1, "cdp.wallet_data.WalletData.wallet_id", false]], "wallet_id (cdp.walletaddress property)": [[1, "cdp.WalletAddress.wallet_id", false]], "wallet_id (cdp.walletdata property)": [[1, "cdp.WalletData.wallet_id", false]], "wallet_user_id (cdp.client.models.seed_creation_event.seedcreationevent attribute)": [[4, "cdp.client.models.seed_creation_event.SeedCreationEvent.wallet_user_id", false]], "wallet_user_id (cdp.client.models.seed_creation_event_result.seedcreationeventresult attribute)": [[4, "cdp.client.models.seed_creation_event_result.SeedCreationEventResult.wallet_user_id", false]], "wallet_user_id (cdp.client.models.signature_creation_event.signaturecreationevent attribute)": [[4, "cdp.client.models.signature_creation_event.SignatureCreationEvent.wallet_user_id", false]], "wallet_user_id (cdp.client.models.signature_creation_event_result.signaturecreationeventresult attribute)": [[4, "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult.wallet_user_id", false]], "walletaddress (class in cdp)": [[1, "cdp.WalletAddress", false]], "walletaddress (class in cdp.wallet_address)": [[1, "cdp.wallet_address.WalletAddress", false]], "walletdata (class in cdp)": [[1, "cdp.WalletData", false]], "walletdata (class in cdp.wallet_data)": [[1, "cdp.wallet_data.WalletData", false]], "walletlist (class in cdp.client.models.wallet_list)": [[4, "cdp.client.models.wallet_list.WalletList", false]], "wallets (cdp.api_clients.apiclients property)": [[1, "cdp.api_clients.ApiClients.wallets", false]], "wallets (cdp.client.models.server_signer.serversigner attribute)": [[4, "cdp.client.models.server_signer.ServerSigner.wallets", false]], "walletsapi (class in cdp.client.api.wallets_api)": [[3, "cdp.client.api.wallets_api.WalletsApi", false]], "walletstakeapi (class in cdp.client.api.wallet_stake_api)": [[3, "cdp.client.api.wallet_stake_api.WalletStakeApi", false]], "webhook (class in cdp.client.models.webhook)": [[4, "cdp.client.models.webhook.Webhook", false]], "webhook_id (cdp.client.models.erc20_transfer_event.erc20transferevent attribute)": [[4, "cdp.client.models.erc20_transfer_event.ERC20TransferEvent.webhook_id", false]], "webhook_id (cdp.client.models.erc721_transfer_event.erc721transferevent attribute)": [[4, "cdp.client.models.erc721_transfer_event.ERC721TransferEvent.webhook_id", false]], "webhookeventfilter (class in cdp.client.models.webhook_event_filter)": [[4, "cdp.client.models.webhook_event_filter.WebhookEventFilter", false]], "webhookeventtype (class in cdp.client.models.webhook_event_type)": [[4, "cdp.client.models.webhook_event_type.WebhookEventType", false]], "webhookeventtypefilter (class in cdp.client.models.webhook_event_type_filter)": [[4, "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter", false]], "webhooklist (class in cdp.client.models.webhook_list)": [[4, "cdp.client.models.webhook_list.WebhookList", false]], "webhooksapi (class in cdp.client.api.webhooks_api)": [[3, "cdp.client.api.webhooks_api.WebhooksApi", false]], "webhookwalletactivityfilter (class in cdp.client.models.webhook_wallet_activity_filter)": [[4, "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter", false]], "withdrawable_epoch (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.withdrawable_epoch", false]], "withdrawal_address (cdp.client.models.ethereum_validator_metadata.ethereumvalidatormetadata attribute)": [[4, "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata.withdrawal_address", false]], "withdrawal_available (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.WITHDRAWAL_AVAILABLE", false]], "withdrawal_complete (cdp.client.models.validator_status.validatorstatus attribute)": [[4, "cdp.client.models.validator_status.ValidatorStatus.WITHDRAWAL_COMPLETE", false]]}, "objects": {"": [[1, 0, 0, "-", "cdp"]], "cdp": [[1, 1, 1, "", "Address"], [1, 1, 1, "", "Asset"], [1, 1, 1, "", "Balance"], [1, 1, 1, "", "BalanceMap"], [1, 1, 1, "", "Cdp"], [1, 1, 1, "", "ContractInvocation"], [1, 1, 1, "", "FaucetTransaction"], [1, 1, 1, "", "PayloadSignature"], [1, 1, 1, "", "SmartContract"], [1, 1, 1, "", "SponsoredSend"], [1, 1, 1, "", "Trade"], [1, 1, 1, "", "Transaction"], [1, 1, 1, "", "Transfer"], [1, 1, 1, "", "Wallet"], [1, 1, 1, "", "WalletAddress"], [1, 1, 1, "", "WalletData"], [1, 0, 0, "-", "address"], [1, 0, 0, "-", "api_clients"], [1, 0, 0, "-", "asset"], [1, 0, 0, "-", "balance"], [1, 0, 0, "-", "balance_map"], [1, 0, 0, "-", "cdp"], [1, 0, 0, "-", "cdp_api_client"], [2, 0, 0, "-", "client"], [1, 0, 0, "-", "contract_invocation"], [1, 0, 0, "-", "errors"], [1, 0, 0, "-", "faucet_transaction"], [1, 6, 1, "", "hash_message"], [1, 6, 1, "", "hash_typed_data_message"], [1, 0, 0, "-", "hash_utils"], [1, 0, 0, "-", "historical_balance"], [1, 0, 0, "-", "payload_signature"], [1, 0, 0, "-", "smart_contract"], [1, 0, 0, "-", "sponsored_send"], [1, 0, 0, "-", "trade"], [1, 0, 0, "-", "transaction"], [1, 0, 0, "-", "transfer"], [1, 0, 0, "-", "wallet"], [1, 0, 0, "-", "wallet_address"], [1, 0, 0, "-", "wallet_data"]], "cdp.Address": [[1, 2, 1, "", "address_id"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "faucet"], [1, 3, 1, "", "historical_balances"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "transactions"]], "cdp.Asset": [[1, 2, 1, "", "asset_id"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "decimals"], [1, 3, 1, "", "fetch"], [1, 3, 1, "", "from_atomic_amount"], [1, 3, 1, "", "from_model"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "primary_denomination"], [1, 3, 1, "", "to_atomic_amount"]], "cdp.Balance": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "from_model"]], "cdp.BalanceMap": [[1, 3, 1, "", "add"], [1, 3, 1, "", "from_models"]], "cdp.Cdp": [[1, 4, 1, "id7", "api_clients"], [1, 4, 1, "id8", "api_key_name"], [1, 4, 1, "id9", "base_path"], [1, 3, 1, "", "configure"], [1, 3, 1, "", "configure_from_json"], [1, 4, 1, "id10", "debugging"], [1, 4, 1, "id11", "max_network_retries"], [1, 4, 1, "id12", "private_key"], [1, 4, 1, "id13", "use_server_signer"]], "cdp.ContractInvocation": [[1, 2, 1, "", "abi"], [1, 2, 1, "", "address_id"], [1, 2, 1, "", "amount"], [1, 2, 1, "", "args"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "contract_invocation_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "method"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "status"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.FaucetTransaction": [[1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"]], "cdp.PayloadSignature": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "address_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "payload_signature_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "unsigned_payload"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.PayloadSignature.Status": [[1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 3, 1, "", "terminal_states"]], "cdp.SmartContract": [[1, 1, 1, "", "MultiTokenContractOptions"], [1, 1, 1, "", "NFTContractOptions"], [1, 1, 1, "", "TokenContractOptions"], [1, 1, 1, "", "Type"], [1, 2, 1, "", "abi"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 3, 1, "", "create"], [1, 2, 1, "", "deployer_address"], [1, 2, 1, "", "network_id"], [1, 2, 1, "", "options"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "smart_contract_id"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "type"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.SmartContract.Type": [[1, 4, 1, "", "ERC1155"], [1, 4, 1, "", "ERC20"], [1, 4, 1, "", "ERC721"]], "cdp.SponsoredSend": [[1, 1, 1, "", "Status"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "typed_data_hash"]], "cdp.SponsoredSend.Status": [[1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "SUBMITTED"], [1, 3, 1, "", "terminal_states"]], "cdp.Trade": [[1, 2, 1, "", "address_id"], [1, 2, 1, "", "approve_transaction"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "from_amount"], [1, 2, 1, "", "from_asset_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "to_amount"], [1, 2, 1, "", "to_asset_id"], [1, 2, 1, "", "trade_id"], [1, 2, 1, "", "transaction"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.Transaction": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "block_hash"], [1, 2, 1, "", "block_height"], [1, 2, 1, "", "content"], [1, 2, 1, "", "from_address_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "raw"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "signed_payload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "to_address_id"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "unsigned_payload"]], "cdp.Transaction.Status": [[1, 4, 1, "", "BROADCAST"], [1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "UNSPECIFIED"], [1, 3, 1, "", "terminal_states"]], "cdp.Transfer": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "destination_address_id"], [1, 2, 1, "", "from_address_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "send_tx_delegate"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "sponsored_send"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "transfer_id"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.Wallet": [[1, 4, 1, "", "MAX_ADDRESSES"], [1, 2, 1, "", "addresses"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "create"], [1, 3, 1, "", "create_address"], [1, 2, 1, "", "default_address"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "export_data"], [1, 3, 1, "", "faucet"], [1, 3, 1, "", "fetch"], [1, 2, 1, "", "id"], [1, 3, 1, "", "import_data"], [1, 3, 1, "", "invoke_contract"], [1, 3, 1, "", "list"], [1, 3, 1, "", "load_seed"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "save_seed"], [1, 2, 1, "", "server_signer_status"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "transfer"]], "cdp.WalletAddress": [[1, 2, 1, "", "can_sign"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "invoke_contract"], [1, 2, 1, "", "key"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "trades"], [1, 3, 1, "", "transfer"], [1, 3, 1, "", "transfers"], [1, 2, 1, "", "wallet_id"]], "cdp.WalletData": [[1, 3, 1, "", "from_dict"], [1, 2, 1, "", "seed"], [1, 3, 1, "", "to_dict"], [1, 2, 1, "", "wallet_id"]], "cdp.address": [[1, 1, 1, "", "Address"]], "cdp.address.Address": [[1, 2, 1, "", "address_id"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "faucet"], [1, 3, 1, "", "historical_balances"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "transactions"]], "cdp.api_clients": [[1, 1, 1, "", "ApiClients"]], "cdp.api_clients.ApiClients": [[1, 4, 1, "", "_addresses"], [1, 4, 1, "", "_assets"], [1, 4, 1, "", "_cdp_client"], [1, 4, 1, "", "_contract_invocations"], [1, 4, 1, "", "_external_addresses"], [1, 4, 1, "", "_networks"], [1, 4, 1, "", "_trades"], [1, 4, 1, "", "_transfers"], [1, 4, 1, "", "_wallets"], [1, 2, 1, "", "addresses"], [1, 2, 1, "", "assets"], [1, 2, 1, "", "balance_history"], [1, 2, 1, "", "contract_invocations"], [1, 2, 1, "", "external_addresses"], [1, 2, 1, "", "networks"], [1, 2, 1, "", "smart_contracts"], [1, 2, 1, "", "trades"], [1, 2, 1, "", "transaction_history"], [1, 2, 1, "", "transfers"], [1, 2, 1, "", "wallets"]], "cdp.asset": [[1, 1, 1, "", "Asset"]], "cdp.asset.Asset": [[1, 2, 1, "", "asset_id"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "decimals"], [1, 3, 1, "", "fetch"], [1, 3, 1, "", "from_atomic_amount"], [1, 3, 1, "", "from_model"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "primary_denomination"], [1, 3, 1, "", "to_atomic_amount"]], "cdp.balance": [[1, 1, 1, "", "Balance"]], "cdp.balance.Balance": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "from_model"]], "cdp.balance_map": [[1, 1, 1, "", "BalanceMap"]], "cdp.balance_map.BalanceMap": [[1, 3, 1, "", "add"], [1, 3, 1, "", "from_models"]], "cdp.cdp": [[1, 1, 1, "", "Cdp"]], "cdp.cdp.Cdp": [[1, 4, 1, "id0", "api_clients"], [1, 4, 1, "id1", "api_key_name"], [1, 4, 1, "id2", "base_path"], [1, 3, 1, "", "configure"], [1, 3, 1, "", "configure_from_json"], [1, 4, 1, "id3", "debugging"], [1, 4, 1, "id4", "max_network_retries"], [1, 4, 1, "id5", "private_key"], [1, 4, 1, "id6", "use_server_signer"]], "cdp.cdp_api_client": [[1, 1, 1, "", "CdpApiClient"]], "cdp.cdp_api_client.CdpApiClient": [[1, 3, 1, "", "call_api"], [1, 3, 1, "", "response_deserialize"]], "cdp.client": [[3, 0, 0, "-", "api"], [2, 0, 0, "-", "api_client"], [2, 0, 0, "-", "api_response"], [2, 0, 0, "-", "configuration"], [2, 0, 0, "-", "exceptions"], [4, 0, 0, "-", "models"], [2, 0, 0, "-", "rest"]], "cdp.client.api": [[3, 0, 0, "-", "addresses_api"], [3, 0, 0, "-", "assets_api"], [3, 0, 0, "-", "balance_history_api"], [3, 0, 0, "-", "contract_events_api"], [3, 0, 0, "-", "contract_invocations_api"], [3, 0, 0, "-", "external_addresses_api"], [3, 0, 0, "-", "networks_api"], [3, 0, 0, "-", "server_signers_api"], [3, 0, 0, "-", "smart_contracts_api"], [3, 0, 0, "-", "stake_api"], [3, 0, 0, "-", "trades_api"], [3, 0, 0, "-", "transaction_history_api"], [3, 0, 0, "-", "transfers_api"], [3, 0, 0, "-", "users_api"], [3, 0, 0, "-", "validators_api"], [3, 0, 0, "-", "wallet_stake_api"], [3, 0, 0, "-", "wallets_api"], [3, 0, 0, "-", "webhooks_api"]], "cdp.client.api.addresses_api": [[3, 1, 1, "", "AddressesApi"]], "cdp.client.api.addresses_api.AddressesApi": [[3, 3, 1, "", "create_address"], [3, 3, 1, "", "create_address_with_http_info"], [3, 3, 1, "", "create_address_without_preload_content"], [3, 3, 1, "", "create_payload_signature"], [3, 3, 1, "", "create_payload_signature_with_http_info"], [3, 3, 1, "", "create_payload_signature_without_preload_content"], [3, 3, 1, "", "get_address"], [3, 3, 1, "", "get_address_balance"], [3, 3, 1, "", "get_address_balance_with_http_info"], [3, 3, 1, "", "get_address_balance_without_preload_content"], [3, 3, 1, "", "get_address_with_http_info"], [3, 3, 1, "", "get_address_without_preload_content"], [3, 3, 1, "", "get_payload_signature"], [3, 3, 1, "", "get_payload_signature_with_http_info"], [3, 3, 1, "", "get_payload_signature_without_preload_content"], [3, 3, 1, "", "list_address_balances"], [3, 3, 1, "", "list_address_balances_with_http_info"], [3, 3, 1, "", "list_address_balances_without_preload_content"], [3, 3, 1, "", "list_addresses"], [3, 3, 1, "", "list_addresses_with_http_info"], [3, 3, 1, "", "list_addresses_without_preload_content"], [3, 3, 1, "", "list_payload_signatures"], [3, 3, 1, "", "list_payload_signatures_with_http_info"], [3, 3, 1, "", "list_payload_signatures_without_preload_content"], [3, 3, 1, "", "request_faucet_funds"], [3, 3, 1, "", "request_faucet_funds_with_http_info"], [3, 3, 1, "", "request_faucet_funds_without_preload_content"]], "cdp.client.api.assets_api": [[3, 1, 1, "", "AssetsApi"]], "cdp.client.api.assets_api.AssetsApi": [[3, 3, 1, "", "get_asset"], [3, 3, 1, "", "get_asset_with_http_info"], [3, 3, 1, "", "get_asset_without_preload_content"]], "cdp.client.api.balance_history_api": [[3, 1, 1, "", "BalanceHistoryApi"]], "cdp.client.api.balance_history_api.BalanceHistoryApi": [[3, 3, 1, "", "list_address_historical_balance"], [3, 3, 1, "", "list_address_historical_balance_with_http_info"], [3, 3, 1, "", "list_address_historical_balance_without_preload_content"]], "cdp.client.api.contract_events_api": [[3, 1, 1, "", "ContractEventsApi"]], "cdp.client.api.contract_events_api.ContractEventsApi": [[3, 3, 1, "", "list_contract_events"], [3, 3, 1, "", "list_contract_events_with_http_info"], [3, 3, 1, "", "list_contract_events_without_preload_content"]], "cdp.client.api.contract_invocations_api": [[3, 1, 1, "", "ContractInvocationsApi"]], "cdp.client.api.contract_invocations_api.ContractInvocationsApi": [[3, 3, 1, "", "broadcast_contract_invocation"], [3, 3, 1, "", "broadcast_contract_invocation_with_http_info"], [3, 3, 1, "", "broadcast_contract_invocation_without_preload_content"], [3, 3, 1, "", "create_contract_invocation"], [3, 3, 1, "", "create_contract_invocation_with_http_info"], [3, 3, 1, "", "create_contract_invocation_without_preload_content"], [3, 3, 1, "", "get_contract_invocation"], [3, 3, 1, "", "get_contract_invocation_with_http_info"], [3, 3, 1, "", "get_contract_invocation_without_preload_content"], [3, 3, 1, "", "list_contract_invocations"], [3, 3, 1, "", "list_contract_invocations_with_http_info"], [3, 3, 1, "", "list_contract_invocations_without_preload_content"]], "cdp.client.api.external_addresses_api": [[3, 1, 1, "", "ExternalAddressesApi"]], "cdp.client.api.external_addresses_api.ExternalAddressesApi": [[3, 3, 1, "", "get_external_address_balance"], [3, 3, 1, "", "get_external_address_balance_with_http_info"], [3, 3, 1, "", "get_external_address_balance_without_preload_content"], [3, 3, 1, "", "list_external_address_balances"], [3, 3, 1, "", "list_external_address_balances_with_http_info"], [3, 3, 1, "", "list_external_address_balances_without_preload_content"], [3, 3, 1, "", "request_external_faucet_funds"], [3, 3, 1, "", "request_external_faucet_funds_with_http_info"], [3, 3, 1, "", "request_external_faucet_funds_without_preload_content"]], "cdp.client.api.networks_api": [[3, 1, 1, "", "NetworksApi"]], "cdp.client.api.networks_api.NetworksApi": [[3, 3, 1, "", "get_network"], [3, 3, 1, "", "get_network_with_http_info"], [3, 3, 1, "", "get_network_without_preload_content"]], "cdp.client.api.server_signers_api": [[3, 1, 1, "", "ServerSignersApi"]], "cdp.client.api.server_signers_api.ServerSignersApi": [[3, 3, 1, "", "create_server_signer"], [3, 3, 1, "", "create_server_signer_with_http_info"], [3, 3, 1, "", "create_server_signer_without_preload_content"], [3, 3, 1, "", "get_server_signer"], [3, 3, 1, "", "get_server_signer_with_http_info"], [3, 3, 1, "", "get_server_signer_without_preload_content"], [3, 3, 1, "", "list_server_signer_events"], [3, 3, 1, "", "list_server_signer_events_with_http_info"], [3, 3, 1, "", "list_server_signer_events_without_preload_content"], [3, 3, 1, "", "list_server_signers"], [3, 3, 1, "", "list_server_signers_with_http_info"], [3, 3, 1, "", "list_server_signers_without_preload_content"], [3, 3, 1, "", "submit_server_signer_seed_event_result"], [3, 3, 1, "", "submit_server_signer_seed_event_result_with_http_info"], [3, 3, 1, "", "submit_server_signer_seed_event_result_without_preload_content"], [3, 3, 1, "", "submit_server_signer_signature_event_result"], [3, 3, 1, "", "submit_server_signer_signature_event_result_with_http_info"], [3, 3, 1, "", "submit_server_signer_signature_event_result_without_preload_content"]], "cdp.client.api.smart_contracts_api": [[3, 1, 1, "", "SmartContractsApi"]], "cdp.client.api.smart_contracts_api.SmartContractsApi": [[3, 3, 1, "", "create_smart_contract"], [3, 3, 1, "", "create_smart_contract_with_http_info"], [3, 3, 1, "", "create_smart_contract_without_preload_content"], [3, 3, 1, "", "deploy_smart_contract"], [3, 3, 1, "", "deploy_smart_contract_with_http_info"], [3, 3, 1, "", "deploy_smart_contract_without_preload_content"], [3, 3, 1, "", "get_smart_contract"], [3, 3, 1, "", "get_smart_contract_with_http_info"], [3, 3, 1, "", "get_smart_contract_without_preload_content"], [3, 3, 1, "", "list_smart_contracts"], [3, 3, 1, "", "list_smart_contracts_with_http_info"], [3, 3, 1, "", "list_smart_contracts_without_preload_content"]], "cdp.client.api.stake_api": [[3, 1, 1, "", "StakeApi"]], "cdp.client.api.stake_api.StakeApi": [[3, 3, 1, "", "build_staking_operation"], [3, 3, 1, "", "build_staking_operation_with_http_info"], [3, 3, 1, "", "build_staking_operation_without_preload_content"], [3, 3, 1, "", "fetch_historical_staking_balances"], [3, 3, 1, "", "fetch_historical_staking_balances_with_http_info"], [3, 3, 1, "", "fetch_historical_staking_balances_without_preload_content"], [3, 3, 1, "", "fetch_staking_rewards"], [3, 3, 1, "", "fetch_staking_rewards_with_http_info"], [3, 3, 1, "", "fetch_staking_rewards_without_preload_content"], [3, 3, 1, "", "get_external_staking_operation"], [3, 3, 1, "", "get_external_staking_operation_with_http_info"], [3, 3, 1, "", "get_external_staking_operation_without_preload_content"], [3, 3, 1, "", "get_staking_context"], [3, 3, 1, "", "get_staking_context_with_http_info"], [3, 3, 1, "", "get_staking_context_without_preload_content"]], "cdp.client.api.trades_api": [[3, 1, 1, "", "TradesApi"]], "cdp.client.api.trades_api.TradesApi": [[3, 3, 1, "", "broadcast_trade"], [3, 3, 1, "", "broadcast_trade_with_http_info"], [3, 3, 1, "", "broadcast_trade_without_preload_content"], [3, 3, 1, "", "create_trade"], [3, 3, 1, "", "create_trade_with_http_info"], [3, 3, 1, "", "create_trade_without_preload_content"], [3, 3, 1, "", "get_trade"], [3, 3, 1, "", "get_trade_with_http_info"], [3, 3, 1, "", "get_trade_without_preload_content"], [3, 3, 1, "", "list_trades"], [3, 3, 1, "", "list_trades_with_http_info"], [3, 3, 1, "", "list_trades_without_preload_content"]], "cdp.client.api.transaction_history_api": [[3, 1, 1, "", "TransactionHistoryApi"]], "cdp.client.api.transaction_history_api.TransactionHistoryApi": [[3, 3, 1, "", "list_address_transactions"], [3, 3, 1, "", "list_address_transactions_with_http_info"], [3, 3, 1, "", "list_address_transactions_without_preload_content"]], "cdp.client.api.transfers_api": [[3, 1, 1, "", "TransfersApi"]], "cdp.client.api.transfers_api.TransfersApi": [[3, 3, 1, "", "broadcast_transfer"], [3, 3, 1, "", "broadcast_transfer_with_http_info"], [3, 3, 1, "", "broadcast_transfer_without_preload_content"], [3, 3, 1, "", "create_transfer"], [3, 3, 1, "", "create_transfer_with_http_info"], [3, 3, 1, "", "create_transfer_without_preload_content"], [3, 3, 1, "", "get_transfer"], [3, 3, 1, "", "get_transfer_with_http_info"], [3, 3, 1, "", "get_transfer_without_preload_content"], [3, 3, 1, "", "list_transfers"], [3, 3, 1, "", "list_transfers_with_http_info"], [3, 3, 1, "", "list_transfers_without_preload_content"]], "cdp.client.api.users_api": [[3, 1, 1, "", "UsersApi"]], "cdp.client.api.users_api.UsersApi": [[3, 3, 1, "", "get_current_user"], [3, 3, 1, "", "get_current_user_with_http_info"], [3, 3, 1, "", "get_current_user_without_preload_content"]], "cdp.client.api.validators_api": [[3, 1, 1, "", "ValidatorsApi"]], "cdp.client.api.validators_api.ValidatorsApi": [[3, 3, 1, "", "get_validator"], [3, 3, 1, "", "get_validator_with_http_info"], [3, 3, 1, "", "get_validator_without_preload_content"], [3, 3, 1, "", "list_validators"], [3, 3, 1, "", "list_validators_with_http_info"], [3, 3, 1, "", "list_validators_without_preload_content"]], "cdp.client.api.wallet_stake_api": [[3, 1, 1, "", "WalletStakeApi"]], "cdp.client.api.wallet_stake_api.WalletStakeApi": [[3, 3, 1, "", "broadcast_staking_operation"], [3, 3, 1, "", "broadcast_staking_operation_with_http_info"], [3, 3, 1, "", "broadcast_staking_operation_without_preload_content"], [3, 3, 1, "", "create_staking_operation"], [3, 3, 1, "", "create_staking_operation_with_http_info"], [3, 3, 1, "", "create_staking_operation_without_preload_content"], [3, 3, 1, "", "get_staking_operation"], [3, 3, 1, "", "get_staking_operation_with_http_info"], [3, 3, 1, "", "get_staking_operation_without_preload_content"]], "cdp.client.api.wallets_api": [[3, 1, 1, "", "WalletsApi"]], "cdp.client.api.wallets_api.WalletsApi": [[3, 3, 1, "", "create_wallet"], [3, 3, 1, "", "create_wallet_with_http_info"], [3, 3, 1, "", "create_wallet_without_preload_content"], [3, 3, 1, "", "get_wallet"], [3, 3, 1, "", "get_wallet_balance"], [3, 3, 1, "", "get_wallet_balance_with_http_info"], [3, 3, 1, "", "get_wallet_balance_without_preload_content"], [3, 3, 1, "", "get_wallet_with_http_info"], [3, 3, 1, "", "get_wallet_without_preload_content"], [3, 3, 1, "", "list_wallet_balances"], [3, 3, 1, "", "list_wallet_balances_with_http_info"], [3, 3, 1, "", "list_wallet_balances_without_preload_content"], [3, 3, 1, "", "list_wallets"], [3, 3, 1, "", "list_wallets_with_http_info"], [3, 3, 1, "", "list_wallets_without_preload_content"]], "cdp.client.api.webhooks_api": [[3, 1, 1, "", "WebhooksApi"]], "cdp.client.api.webhooks_api.WebhooksApi": [[3, 3, 1, "", "create_wallet_webhook"], [3, 3, 1, "", "create_wallet_webhook_with_http_info"], [3, 3, 1, "", "create_wallet_webhook_without_preload_content"], [3, 3, 1, "", "create_webhook"], [3, 3, 1, "", "create_webhook_with_http_info"], [3, 3, 1, "", "create_webhook_without_preload_content"], [3, 3, 1, "", "delete_webhook"], [3, 3, 1, "", "delete_webhook_with_http_info"], [3, 3, 1, "", "delete_webhook_without_preload_content"], [3, 3, 1, "", "list_webhooks"], [3, 3, 1, "", "list_webhooks_with_http_info"], [3, 3, 1, "", "list_webhooks_without_preload_content"], [3, 3, 1, "", "update_webhook"], [3, 3, 1, "", "update_webhook_with_http_info"], [3, 3, 1, "", "update_webhook_without_preload_content"]], "cdp.client.api_client": [[2, 1, 1, "", "ApiClient"]], "cdp.client.api_client.ApiClient": [[2, 4, 1, "", "NATIVE_TYPES_MAPPING"], [2, 4, 1, "", "PRIMITIVE_TYPES"], [2, 3, 1, "", "call_api"], [2, 3, 1, "", "deserialize"], [2, 3, 1, "", "files_parameters"], [2, 3, 1, "", "get_default"], [2, 3, 1, "", "param_serialize"], [2, 3, 1, "", "parameters_to_tuples"], [2, 3, 1, "", "parameters_to_url_query"], [2, 3, 1, "", "response_deserialize"], [2, 3, 1, "", "sanitize_for_serialization"], [2, 3, 1, "", "select_header_accept"], [2, 3, 1, "", "select_header_content_type"], [2, 3, 1, "", "set_default"], [2, 3, 1, "", "set_default_header"], [2, 3, 1, "", "update_params_for_auth"], [2, 2, 1, "", "user_agent"]], "cdp.client.api_response": [[2, 1, 1, "", "ApiResponse"]], "cdp.client.api_response.ApiResponse": [[2, 4, 1, "", "data"], [2, 4, 1, "", "headers"], [2, 4, 1, "", "model_computed_fields"], [2, 4, 1, "", "model_config"], [2, 4, 1, "", "model_fields"], [2, 4, 1, "", "raw_data"], [2, 4, 1, "", "status_code"]], "cdp.client.configuration": [[2, 1, 1, "", "Configuration"]], "cdp.client.configuration.Configuration": [[2, 4, 1, "", "access_token"], [2, 4, 1, "", "assert_hostname"], [2, 3, 1, "", "auth_settings"], [2, 4, 1, "", "cert_file"], [2, 4, 1, "", "connection_pool_maxsize"], [2, 4, 1, "", "date_format"], [2, 4, 1, "", "datetime_format"], [2, 2, 1, "", "debug"], [2, 3, 1, "", "get_api_key_with_prefix"], [2, 3, 1, "", "get_basic_auth_token"], [2, 3, 1, "", "get_default"], [2, 3, 1, "", "get_default_copy"], [2, 3, 1, "", "get_host_from_settings"], [2, 3, 1, "", "get_host_settings"], [2, 2, 1, "", "host"], [2, 4, 1, "", "ignore_operation_servers"], [2, 4, 1, "", "key_file"], [2, 4, 1, "", "logger"], [2, 2, 1, "", "logger_file"], [2, 4, 1, "", "logger_file_handler"], [2, 2, 1, "", "logger_format"], [2, 4, 1, "", "logger_stream_handler"], [2, 4, 1, "", "password"], [2, 4, 1, "", "proxy"], [2, 4, 1, "", "proxy_headers"], [2, 4, 1, "", "refresh_api_key_hook"], [2, 4, 1, "", "retries"], [2, 4, 1, "", "safe_chars_for_path_param"], [2, 4, 1, "", "server_operation_index"], [2, 4, 1, "", "server_operation_variables"], [2, 3, 1, "", "set_default"], [2, 4, 1, "", "socket_options"], [2, 4, 1, "", "ssl_ca_cert"], [2, 4, 1, "", "temp_folder_path"], [2, 4, 1, "", "tls_server_name"], [2, 3, 1, "", "to_debug_report"], [2, 4, 1, "", "username"], [2, 4, 1, "", "verify_ssl"]], "cdp.client.exceptions": [[2, 5, 1, "", "ApiAttributeError"], [2, 5, 1, "", "ApiException"], [2, 5, 1, "", "ApiKeyError"], [2, 5, 1, "", "ApiTypeError"], [2, 5, 1, "", "ApiValueError"], [2, 5, 1, "", "BadRequestException"], [2, 5, 1, "", "ForbiddenException"], [2, 5, 1, "", "NotFoundException"], [2, 5, 1, "", "OpenApiException"], [2, 5, 1, "", "ServiceException"], [2, 5, 1, "", "UnauthorizedException"], [2, 6, 1, "", "render_path"]], "cdp.client.exceptions.ApiException": [[2, 3, 1, "", "from_response"]], "cdp.client.models": [[4, 0, 0, "-", "address"], [4, 0, 0, "-", "address_balance_list"], [4, 0, 0, "-", "address_historical_balance_list"], [4, 0, 0, "-", "address_list"], [4, 0, 0, "-", "address_transaction_list"], [4, 0, 0, "-", "asset"], [4, 0, 0, "-", "balance"], [4, 0, 0, "-", "broadcast_contract_invocation_request"], [4, 0, 0, "-", "broadcast_staking_operation_request"], [4, 0, 0, "-", "broadcast_trade_request"], [4, 0, 0, "-", "broadcast_transfer_request"], [4, 0, 0, "-", "build_staking_operation_request"], [4, 0, 0, "-", "contract_event"], [4, 0, 0, "-", "contract_event_list"], [4, 0, 0, "-", "contract_invocation"], [4, 0, 0, "-", "contract_invocation_list"], [4, 0, 0, "-", "create_address_request"], [4, 0, 0, "-", "create_contract_invocation_request"], [4, 0, 0, "-", "create_payload_signature_request"], [4, 0, 0, "-", "create_server_signer_request"], [4, 0, 0, "-", "create_smart_contract_request"], [4, 0, 0, "-", "create_staking_operation_request"], [4, 0, 0, "-", "create_trade_request"], [4, 0, 0, "-", "create_transfer_request"], [4, 0, 0, "-", "create_wallet_request"], [4, 0, 0, "-", "create_wallet_request_wallet"], [4, 0, 0, "-", "create_wallet_webhook_request"], [4, 0, 0, "-", "create_webhook_request"], [4, 0, 0, "-", "deploy_smart_contract_request"], [4, 0, 0, "-", "erc20_transfer_event"], [4, 0, 0, "-", "erc721_transfer_event"], [4, 0, 0, "-", "error"], [4, 0, 0, "-", "ethereum_transaction"], [4, 0, 0, "-", "ethereum_transaction_access"], [4, 0, 0, "-", "ethereum_transaction_access_list"], [4, 0, 0, "-", "ethereum_transaction_flattened_trace"], [4, 0, 0, "-", "ethereum_validator_metadata"], [4, 0, 0, "-", "faucet_transaction"], [4, 0, 0, "-", "feature_set"], [4, 0, 0, "-", "fetch_historical_staking_balances200_response"], [4, 0, 0, "-", "fetch_staking_rewards200_response"], [4, 0, 0, "-", "fetch_staking_rewards_request"], [4, 0, 0, "-", "get_staking_context_request"], [4, 0, 0, "-", "historical_balance"], [4, 0, 0, "-", "multi_token_contract_options"], [4, 0, 0, "-", "network"], [4, 0, 0, "-", "network_identifier"], [4, 0, 0, "-", "nft_contract_options"], [4, 0, 0, "-", "payload_signature"], [4, 0, 0, "-", "payload_signature_list"], [4, 0, 0, "-", "seed_creation_event"], [4, 0, 0, "-", "seed_creation_event_result"], [4, 0, 0, "-", "server_signer"], [4, 0, 0, "-", "server_signer_event"], [4, 0, 0, "-", "server_signer_event_event"], [4, 0, 0, "-", "server_signer_event_list"], [4, 0, 0, "-", "server_signer_list"], [4, 0, 0, "-", "signature_creation_event"], [4, 0, 0, "-", "signature_creation_event_result"], [4, 0, 0, "-", "signed_voluntary_exit_message_metadata"], [4, 0, 0, "-", "smart_contract"], [4, 0, 0, "-", "smart_contract_list"], [4, 0, 0, "-", "smart_contract_options"], [4, 0, 0, "-", "smart_contract_type"], [4, 0, 0, "-", "sponsored_send"], [4, 0, 0, "-", "staking_balance"], [4, 0, 0, "-", "staking_context"], [4, 0, 0, "-", "staking_context_context"], [4, 0, 0, "-", "staking_operation"], [4, 0, 0, "-", "staking_operation_metadata"], [4, 0, 0, "-", "staking_reward"], [4, 0, 0, "-", "staking_reward_format"], [4, 0, 0, "-", "staking_reward_usd_value"], [4, 0, 0, "-", "token_contract_options"], [4, 0, 0, "-", "trade"], [4, 0, 0, "-", "trade_list"], [4, 0, 0, "-", "transaction"], [4, 0, 0, "-", "transaction_content"], [4, 0, 0, "-", "transaction_type"], [4, 0, 0, "-", "transfer"], [4, 0, 0, "-", "transfer_list"], [4, 0, 0, "-", "update_webhook_request"], [4, 0, 0, "-", "user"], [4, 0, 0, "-", "validator"], [4, 0, 0, "-", "validator_details"], [4, 0, 0, "-", "validator_list"], [4, 0, 0, "-", "validator_status"], [4, 0, 0, "-", "wallet"], [4, 0, 0, "-", "wallet_list"], [4, 0, 0, "-", "webhook"], [4, 0, 0, "-", "webhook_event_filter"], [4, 0, 0, "-", "webhook_event_type"], [4, 0, 0, "-", "webhook_event_type_filter"], [4, 0, 0, "-", "webhook_list"], [4, 0, 0, "-", "webhook_wallet_activity_filter"]], "cdp.client.models.address": [[4, 1, 1, "", "Address"]], "cdp.client.models.address.Address": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "public_key"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.address_balance_list": [[4, 1, 1, "", "AddressBalanceList"]], "cdp.client.models.address_balance_list.AddressBalanceList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.address_historical_balance_list": [[4, 1, 1, "", "AddressHistoricalBalanceList"]], "cdp.client.models.address_historical_balance_list.AddressHistoricalBalanceList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.address_list": [[4, 1, 1, "", "AddressList"]], "cdp.client.models.address_list.AddressList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.address_transaction_list": [[4, 1, 1, "", "AddressTransactionList"]], "cdp.client.models.address_transaction_list.AddressTransactionList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.asset": [[4, 1, 1, "", "Asset"]], "cdp.client.models.asset.Asset": [[4, 4, 1, "", "asset_id"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "decimals"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.balance": [[4, 1, 1, "", "Balance"]], "cdp.client.models.balance.Balance": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "asset"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.broadcast_contract_invocation_request": [[4, 1, 1, "", "BroadcastContractInvocationRequest"]], "cdp.client.models.broadcast_contract_invocation_request.BroadcastContractInvocationRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.broadcast_staking_operation_request": [[4, 1, 1, "", "BroadcastStakingOperationRequest"]], "cdp.client.models.broadcast_staking_operation_request.BroadcastStakingOperationRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_index"]], "cdp.client.models.broadcast_trade_request": [[4, 1, 1, "", "BroadcastTradeRequest"]], "cdp.client.models.broadcast_trade_request.BroadcastTradeRequest": [[4, 4, 1, "", "approve_transaction_signed_payload"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.broadcast_transfer_request": [[4, 1, 1, "", "BroadcastTransferRequest"]], "cdp.client.models.broadcast_transfer_request.BroadcastTransferRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.build_staking_operation_request": [[4, 1, 1, "", "BuildStakingOperationRequest"]], "cdp.client.models.build_staking_operation_request.BuildStakingOperationRequest": [[4, 4, 1, "", "action"], [4, 4, 1, "", "address_id"], [4, 4, 1, "", "asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.contract_event": [[4, 1, 1, "", "ContractEvent"]], "cdp.client.models.contract_event.ContractEvent": [[4, 4, 1, "", "block_height"], [4, 4, 1, "", "block_time"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "contract_name"], [4, 4, 1, "", "data"], [4, 4, 1, "", "event_index"], [4, 4, 1, "", "event_name"], [4, 4, 1, "", "four_bytes"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "protocol_name"], [4, 4, 1, "", "sig"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "tx_hash"], [4, 4, 1, "", "tx_index"]], "cdp.client.models.contract_event_list": [[4, 1, 1, "", "ContractEventList"]], "cdp.client.models.contract_event_list.ContractEventList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.contract_invocation": [[4, 1, 1, "", "ContractInvocation"]], "cdp.client.models.contract_invocation.ContractInvocation": [[4, 4, 1, "", "abi"], [4, 4, 1, "", "address_id"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "args"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "contract_invocation_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "method"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.contract_invocation_list": [[4, 1, 1, "", "ContractInvocationList"]], "cdp.client.models.contract_invocation_list.ContractInvocationList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.create_address_request": [[4, 1, 1, "", "CreateAddressRequest"]], "cdp.client.models.create_address_request.CreateAddressRequest": [[4, 4, 1, "", "address_index"], [4, 4, 1, "", "attestation"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "public_key"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_contract_invocation_request": [[4, 1, 1, "", "CreateContractInvocationRequest"]], "cdp.client.models.create_contract_invocation_request.CreateContractInvocationRequest": [[4, 4, 1, "", "abi"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "args"], [4, 4, 1, "", "contract_address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "method"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_payload_signature_request": [[4, 1, 1, "", "CreatePayloadSignatureRequest"]], "cdp.client.models.create_payload_signature_request.CreatePayloadSignatureRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signature"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unsigned_payload"]], "cdp.client.models.create_server_signer_request": [[4, 1, 1, "", "CreateServerSignerRequest"]], "cdp.client.models.create_server_signer_request.CreateServerSignerRequest": [[4, 4, 1, "", "enrollment_data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "is_mpc"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_smart_contract_request": [[4, 1, 1, "", "CreateSmartContractRequest"]], "cdp.client.models.create_smart_contract_request.CreateSmartContractRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "type"]], "cdp.client.models.create_staking_operation_request": [[4, 1, 1, "", "CreateStakingOperationRequest"]], "cdp.client.models.create_staking_operation_request.CreateStakingOperationRequest": [[4, 4, 1, "", "action"], [4, 4, 1, "", "asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_trade_request": [[4, 1, 1, "", "CreateTradeRequest"]], "cdp.client.models.create_trade_request.CreateTradeRequest": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "from_asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "to_asset_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_transfer_request": [[4, 1, 1, "", "CreateTransferRequest"]], "cdp.client.models.create_transfer_request.CreateTransferRequest": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "asset_id"], [4, 4, 1, "", "destination"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gasless"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_wallet_request": [[4, 1, 1, "", "CreateWalletRequest"]], "cdp.client.models.create_wallet_request.CreateWalletRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet"]], "cdp.client.models.create_wallet_request_wallet": [[4, 1, 1, "", "CreateWalletRequestWallet"]], "cdp.client.models.create_wallet_request_wallet.CreateWalletRequestWallet": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "use_server_signer"]], "cdp.client.models.create_wallet_webhook_request": [[4, 1, 1, "", "CreateWalletWebhookRequest"]], "cdp.client.models.create_wallet_webhook_request.CreateWalletWebhookRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "notification_uri"], [4, 4, 1, "", "signature_header"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.create_webhook_request": [[4, 1, 1, "", "CreateWebhookRequest"]], "cdp.client.models.create_webhook_request.CreateWebhookRequest": [[4, 4, 1, "", "event_filters"], [4, 4, 1, "", "event_type"], [4, 4, 1, "", "event_type_filter"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "notification_uri"], [4, 4, 1, "", "signature_header"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.deploy_smart_contract_request": [[4, 1, 1, "", "DeploySmartContractRequest"]], "cdp.client.models.deploy_smart_contract_request.DeploySmartContractRequest": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.erc20_transfer_event": [[4, 1, 1, "", "ERC20TransferEvent"]], "cdp.client.models.erc20_transfer_event.ERC20TransferEvent": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_number"], [4, 4, 1, "", "block_time"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "event_type"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "log_index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_index"], [4, 4, 1, "", "value"], [4, 4, 1, "", "var_from"], [4, 4, 1, "", "webhook_id"]], "cdp.client.models.erc721_transfer_event": [[4, 1, 1, "", "ERC721TransferEvent"]], "cdp.client.models.erc721_transfer_event.ERC721TransferEvent": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_number"], [4, 4, 1, "", "block_time"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "event_type"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "log_index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "token_id"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_index"], [4, 4, 1, "", "var_from"], [4, 4, 1, "", "webhook_id"]], "cdp.client.models.error": [[4, 1, 1, "", "Error"]], "cdp.client.models.error.Error": [[4, 4, 1, "", "code"], [4, 4, 1, "", "correlation_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "message"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.ethereum_transaction": [[4, 1, 1, "", "EthereumTransaction"]], "cdp.client.models.ethereum_transaction.EthereumTransaction": [[4, 4, 1, "", "block_timestamp"], [4, 4, 1, "", "flattened_traces"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gas"], [4, 4, 1, "", "gas_price"], [4, 4, 1, "", "hash"], [4, 4, 1, "", "index"], [4, 4, 1, "", "input"], [4, 4, 1, "", "max_fee_per_gas"], [4, 4, 1, "", "max_priority_fee_per_gas"], [4, 4, 1, "", "mint"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "nonce"], [4, 4, 1, "", "priority_fee_per_gas"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_access_list"], [4, 4, 1, "", "type"], [4, 4, 1, "", "value"], [4, 4, 1, "", "var_from"]], "cdp.client.models.ethereum_transaction_access": [[4, 1, 1, "", "EthereumTransactionAccess"]], "cdp.client.models.ethereum_transaction_access.EthereumTransactionAccess": [[4, 4, 1, "", "address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "storage_keys"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.ethereum_transaction_access_list": [[4, 1, 1, "", "EthereumTransactionAccessList"]], "cdp.client.models.ethereum_transaction_access_list.EthereumTransactionAccessList": [[4, 4, 1, "", "access_list"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.ethereum_transaction_flattened_trace": [[4, 1, 1, "", "EthereumTransactionFlattenedTrace"]], "cdp.client.models.ethereum_transaction_flattened_trace.EthereumTransactionFlattenedTrace": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_number"], [4, 4, 1, "", "call_type"], [4, 4, 1, "", "error"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gas"], [4, 4, 1, "", "gas_used"], [4, 4, 1, "", "input"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "output"], [4, 4, 1, "", "status"], [4, 4, 1, "", "sub_traces"], [4, 4, 1, "", "to"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "trace_address"], [4, 4, 1, "", "trace_id"], [4, 4, 1, "", "trace_type"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_index"], [4, 4, 1, "", "type"], [4, 4, 1, "", "value"], [4, 4, 1, "", "var_from"]], "cdp.client.models.ethereum_validator_metadata": [[4, 1, 1, "", "EthereumValidatorMetadata"]], "cdp.client.models.ethereum_validator_metadata.EthereumValidatorMetadata": [[4, 4, 1, "", "activation_epoch"], [4, 4, 1, "", "balance"], [4, 4, 1, "", "effective_balance"], [4, 4, 1, "", "exit_epoch"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "index"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "public_key"], [4, 4, 1, "", "slashed"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "withdrawable_epoch"], [4, 4, 1, "", "withdrawal_address"]], "cdp.client.models.faucet_transaction": [[4, 1, 1, "", "FaucetTransaction"]], "cdp.client.models.faucet_transaction.FaucetTransaction": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_link"]], "cdp.client.models.feature_set": [[4, 1, 1, "", "FeatureSet"]], "cdp.client.models.feature_set.FeatureSet": [[4, 4, 1, "", "faucet"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gasless_send"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer"], [4, 4, 1, "", "stake"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "trade"], [4, 4, 1, "", "transfer"]], "cdp.client.models.fetch_historical_staking_balances200_response": [[4, 1, 1, "", "FetchHistoricalStakingBalances200Response"]], "cdp.client.models.fetch_historical_staking_balances200_response.FetchHistoricalStakingBalances200Response": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.fetch_staking_rewards200_response": [[4, 1, 1, "", "FetchStakingRewards200Response"]], "cdp.client.models.fetch_staking_rewards200_response.FetchStakingRewards200Response": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.fetch_staking_rewards_request": [[4, 1, 1, "", "FetchStakingRewardsRequest"]], "cdp.client.models.fetch_staking_rewards_request.FetchStakingRewardsRequest": [[4, 4, 1, "", "address_ids"], [4, 4, 1, "", "asset_id"], [4, 4, 1, "", "end_time"], [4, 4, 1, "", "format"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "start_time"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.get_staking_context_request": [[4, 1, 1, "", "GetStakingContextRequest"]], "cdp.client.models.get_staking_context_request.GetStakingContextRequest": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "asset_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.historical_balance": [[4, 1, 1, "", "HistoricalBalance"]], "cdp.client.models.historical_balance.HistoricalBalance": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "asset"], [4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_height"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.multi_token_contract_options": [[4, 1, 1, "", "MultiTokenContractOptions"]], "cdp.client.models.multi_token_contract_options.MultiTokenContractOptions": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "uri"]], "cdp.client.models.network": [[4, 1, 1, "", "Network"]], "cdp.client.models.network.Network": [[4, 4, 1, "", "address_path_prefix"], [4, 4, 1, "", "chain_id"], [4, 4, 1, "", "display_name"], [4, 4, 1, "", "feature_set"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "is_testnet"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "native_asset"], [4, 4, 1, "", "protocol_family"], [4, 3, 1, "", "protocol_family_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.network_identifier": [[4, 1, 1, "", "NetworkIdentifier"]], "cdp.client.models.network_identifier.NetworkIdentifier": [[4, 4, 1, "", "ARBITRUM_MINUS_MAINNET"], [4, 4, 1, "", "BASE_MINUS_MAINNET"], [4, 4, 1, "", "BASE_MINUS_SEPOLIA"], [4, 4, 1, "", "ETHEREUM_MINUS_HOLESKY"], [4, 4, 1, "", "ETHEREUM_MINUS_MAINNET"], [4, 4, 1, "", "POLYGON_MINUS_MAINNET"], [4, 4, 1, "", "SOLANA_MINUS_DEVNET"], [4, 4, 1, "", "SOLANA_MINUS_MAINNET"], [4, 3, 1, "", "from_json"]], "cdp.client.models.nft_contract_options": [[4, 1, 1, "", "NFTContractOptions"]], "cdp.client.models.nft_contract_options.NFTContractOptions": [[4, 4, 1, "", "base_uri"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "name"], [4, 4, 1, "", "symbol"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.payload_signature": [[4, 1, 1, "", "PayloadSignature"]], "cdp.client.models.payload_signature.PayloadSignature": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "payload_signature_id"], [4, 4, 1, "", "signature"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unsigned_payload"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.payload_signature_list": [[4, 1, 1, "", "PayloadSignatureList"]], "cdp.client.models.payload_signature_list.PayloadSignatureList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.seed_creation_event": [[4, 1, 1, "", "SeedCreationEvent"]], "cdp.client.models.seed_creation_event.SeedCreationEvent": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.seed_creation_event_result": [[4, 1, 1, "", "SeedCreationEventResult"]], "cdp.client.models.seed_creation_event_result.SeedCreationEventResult": [[4, 4, 1, "", "extended_public_key"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "seed_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.server_signer": [[4, 1, 1, "", "ServerSigner"]], "cdp.client.models.server_signer.ServerSigner": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "is_mpc"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallets"]], "cdp.client.models.server_signer_event": [[4, 1, 1, "", "ServerSignerEvent"]], "cdp.client.models.server_signer_event.ServerSignerEvent": [[4, 4, 1, "", "event"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "server_signer_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.server_signer_event_event": [[4, 1, 1, "", "ServerSignerEventEvent"]], "cdp.client.models.server_signer_event_event.ServerSignerEventEvent": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 4, 1, "", "oneof_schema_2_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.server_signer_event_list": [[4, 1, 1, "", "ServerSignerEventList"]], "cdp.client.models.server_signer_event_list.ServerSignerEventList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.server_signer_list": [[4, 1, 1, "", "ServerSignerList"]], "cdp.client.models.server_signer_list.ServerSignerList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.signature_creation_event": [[4, 1, 1, "", "SignatureCreationEvent"]], "cdp.client.models.signature_creation_event.SignatureCreationEvent": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "address_index"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "seed_id"], [4, 4, 1, "", "signing_payload"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_id"], [4, 4, 1, "", "transaction_type"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.signature_creation_event_result": [[4, 1, 1, "", "SignatureCreationEventResult"]], "cdp.client.models.signature_creation_event_result.SignatureCreationEventResult": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signature"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_id"], [4, 4, 1, "", "transaction_type"], [4, 4, 1, "", "wallet_id"], [4, 4, 1, "", "wallet_user_id"]], "cdp.client.models.signed_voluntary_exit_message_metadata": [[4, 1, 1, "", "SignedVoluntaryExitMessageMetadata"]], "cdp.client.models.signed_voluntary_exit_message_metadata.SignedVoluntaryExitMessageMetadata": [[4, 4, 1, "", "fork"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "signed_voluntary_exit"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "validator_pub_key"]], "cdp.client.models.smart_contract": [[4, 1, 1, "", "SmartContract"]], "cdp.client.models.smart_contract.SmartContract": [[4, 4, 1, "", "abi"], [4, 4, 1, "", "contract_address"], [4, 4, 1, "", "deployer_address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "options"], [4, 4, 1, "", "smart_contract_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "type"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.smart_contract_list": [[4, 1, 1, "", "SmartContractList"]], "cdp.client.models.smart_contract_list.SmartContractList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.smart_contract_options": [[4, 1, 1, "", "SmartContractOptions"]], "cdp.client.models.smart_contract_options.SmartContractOptions": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 4, 1, "", "oneof_schema_2_validator"], [4, 4, 1, "", "oneof_schema_3_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.smart_contract_type": [[4, 1, 1, "", "SmartContractType"]], "cdp.client.models.smart_contract_type.SmartContractType": [[4, 4, 1, "", "ERC1155"], [4, 4, 1, "", "ERC20"], [4, 4, 1, "", "ERC721"], [4, 3, 1, "", "from_json"]], "cdp.client.models.sponsored_send": [[4, 1, 1, "", "SponsoredSend"]], "cdp.client.models.sponsored_send.SponsoredSend": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "raw_typed_data"], [4, 4, 1, "", "signature"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 4, 1, "", "to_address_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_link"], [4, 4, 1, "", "typed_data_hash"]], "cdp.client.models.staking_balance": [[4, 1, 1, "", "StakingBalance"]], "cdp.client.models.staking_balance.StakingBalance": [[4, 4, 1, "", "address"], [4, 4, 1, "", "bonded_stake"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "participant_type"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unbonded_balance"], [4, 4, 1, "", "var_date"]], "cdp.client.models.staking_context": [[4, 1, 1, "", "StakingContext"]], "cdp.client.models.staking_context.StakingContext": [[4, 4, 1, "", "context"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.staking_context_context": [[4, 1, 1, "", "StakingContextContext"]], "cdp.client.models.staking_context_context.StakingContextContext": [[4, 4, 1, "", "claimable_balance"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "stakeable_balance"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "unstakeable_balance"]], "cdp.client.models.staking_operation": [[4, 1, 1, "", "StakingOperation"]], "cdp.client.models.staking_operation.StakingOperation": [[4, 4, 1, "", "address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "metadata"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transactions"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.staking_operation_metadata": [[4, 1, 1, "", "StakingOperationMetadata"]], "cdp.client.models.staking_operation_metadata.StakingOperationMetadata": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.staking_reward": [[4, 1, 1, "", "StakingReward"]], "cdp.client.models.staking_reward.StakingReward": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "format"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "state"], [4, 3, 1, "", "state_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "usd_value"], [4, 4, 1, "", "var_date"]], "cdp.client.models.staking_reward_format": [[4, 1, 1, "", "StakingRewardFormat"]], "cdp.client.models.staking_reward_format.StakingRewardFormat": [[4, 4, 1, "", "NATIVE"], [4, 4, 1, "", "USD"], [4, 3, 1, "", "from_json"]], "cdp.client.models.staking_reward_usd_value": [[4, 1, 1, "", "StakingRewardUSDValue"]], "cdp.client.models.staking_reward_usd_value.StakingRewardUSDValue": [[4, 4, 1, "", "amount"], [4, 4, 1, "", "conversion_price"], [4, 4, 1, "", "conversion_time"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.token_contract_options": [[4, 1, 1, "", "TokenContractOptions"]], "cdp.client.models.token_contract_options.TokenContractOptions": [[4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "name"], [4, 4, 1, "", "symbol"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_supply"]], "cdp.client.models.trade": [[4, 1, 1, "", "Trade"]], "cdp.client.models.trade.Trade": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "approve_transaction"], [4, 4, 1, "", "from_amount"], [4, 4, 1, "", "from_asset"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "to_amount"], [4, 4, 1, "", "to_asset"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "trade_id"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.trade_list": [[4, 1, 1, "", "TradeList"]], "cdp.client.models.trade_list.TradeList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.transaction": [[4, 1, 1, "", "Transaction"]], "cdp.client.models.transaction.Transaction": [[4, 4, 1, "", "block_hash"], [4, 4, 1, "", "block_height"], [4, 4, 1, "", "content"], [4, 4, 1, "", "from_address_id"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "signed_payload"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 4, 1, "", "to_address_id"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transaction_link"], [4, 4, 1, "", "unsigned_payload"]], "cdp.client.models.transaction_content": [[4, 1, 1, "", "TransactionContent"]], "cdp.client.models.transaction_content.TransactionContent": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.transaction_type": [[4, 1, 1, "", "TransactionType"]], "cdp.client.models.transaction_type.TransactionType": [[4, 4, 1, "", "TRANSFER"], [4, 3, 1, "", "from_json"]], "cdp.client.models.transfer": [[4, 1, 1, "", "Transfer"]], "cdp.client.models.transfer.Transfer": [[4, 4, 1, "", "address_id"], [4, 4, 1, "", "amount"], [4, 4, 1, "", "asset"], [4, 4, 1, "", "asset_id"], [4, 4, 1, "", "destination"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "gasless"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "signed_payload"], [4, 4, 1, "", "sponsored_send"], [4, 4, 1, "", "status"], [4, 3, 1, "", "status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "transaction"], [4, 4, 1, "", "transaction_hash"], [4, 4, 1, "", "transfer_id"], [4, 4, 1, "", "unsigned_payload"], [4, 4, 1, "", "wallet_id"]], "cdp.client.models.transfer_list": [[4, 1, 1, "", "TransferList"]], "cdp.client.models.transfer_list.TransferList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.update_webhook_request": [[4, 1, 1, "", "UpdateWebhookRequest"]], "cdp.client.models.update_webhook_request.UpdateWebhookRequest": [[4, 4, 1, "", "event_filters"], [4, 4, 1, "", "event_type_filter"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "notification_uri"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.user": [[4, 1, 1, "", "User"]], "cdp.client.models.user.User": [[4, 4, 1, "", "display_name"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.validator": [[4, 1, 1, "", "Validator"]], "cdp.client.models.validator.Validator": [[4, 4, 1, "", "asset_id"], [4, 4, 1, "", "details"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "status"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "validator_id"]], "cdp.client.models.validator_details": [[4, 1, 1, "", "ValidatorDetails"]], "cdp.client.models.validator_details.ValidatorDetails": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.validator_list": [[4, 1, 1, "", "ValidatorList"]], "cdp.client.models.validator_list.ValidatorList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.validator_status": [[4, 1, 1, "", "ValidatorStatus"]], "cdp.client.models.validator_status.ValidatorStatus": [[4, 4, 1, "", "ACTIVE"], [4, 4, 1, "", "ACTIVE_SLASHED"], [4, 4, 1, "", "DEPOSITED"], [4, 4, 1, "", "EXITED"], [4, 4, 1, "", "EXITED_SLASHED"], [4, 4, 1, "", "EXITING"], [4, 4, 1, "", "PENDING_ACTIVATION"], [4, 4, 1, "", "PROVISIONED"], [4, 4, 1, "", "PROVISIONING"], [4, 4, 1, "", "REAPED"], [4, 4, 1, "", "UNKNOWN"], [4, 4, 1, "", "WITHDRAWAL_AVAILABLE"], [4, 4, 1, "", "WITHDRAWAL_COMPLETE"], [4, 3, 1, "", "from_json"]], "cdp.client.models.wallet": [[4, 1, 1, "", "Wallet"]], "cdp.client.models.wallet.Wallet": [[4, 4, 1, "", "default_address"], [4, 4, 1, "", "feature_set"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "server_signer_status"], [4, 3, 1, "", "server_signer_status_validate_enum"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.wallet_list": [[4, 1, 1, "", "WalletList"]], "cdp.client.models.wallet_list.WalletList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "total_count"]], "cdp.client.models.webhook": [[4, 1, 1, "", "Webhook"]], "cdp.client.models.webhook.Webhook": [[4, 4, 1, "", "created_at"], [4, 4, 1, "", "event_filters"], [4, 4, 1, "", "event_type"], [4, 4, 1, "", "event_type_filter"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "id"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "network_id"], [4, 4, 1, "", "notification_uri"], [4, 4, 1, "", "signature_header"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "updated_at"]], "cdp.client.models.webhook_event_filter": [[4, 1, 1, "", "WebhookEventFilter"]], "cdp.client.models.webhook_event_filter.WebhookEventFilter": [[4, 4, 1, "", "contract_address"], [4, 4, 1, "", "from_address"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "to_address"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.webhook_event_type": [[4, 1, 1, "", "WebhookEventType"]], "cdp.client.models.webhook_event_type.WebhookEventType": [[4, 4, 1, "", "ERC20_TRANSFER"], [4, 4, 1, "", "ERC721_TRANSFER"], [4, 4, 1, "", "UNSPECIFIED"], [4, 4, 1, "", "WALLET_ACTIVITY"], [4, 3, 1, "", "from_json"]], "cdp.client.models.webhook_event_type_filter": [[4, 1, 1, "", "WebhookEventTypeFilter"]], "cdp.client.models.webhook_event_type_filter.WebhookEventTypeFilter": [[4, 4, 1, "", "actual_instance"], [4, 3, 1, "", "actual_instance_must_validate_oneof"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 4, 1, "", "one_of_schemas"], [4, 4, 1, "", "oneof_schema_1_validator"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.webhook_list": [[4, 1, 1, "", "WebhookList"]], "cdp.client.models.webhook_list.WebhookList": [[4, 4, 1, "", "data"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "has_more"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 4, 1, "", "next_page"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"]], "cdp.client.models.webhook_wallet_activity_filter": [[4, 1, 1, "", "WebhookWalletActivityFilter"]], "cdp.client.models.webhook_wallet_activity_filter.WebhookWalletActivityFilter": [[4, 4, 1, "", "addresses"], [4, 3, 1, "", "from_dict"], [4, 3, 1, "", "from_json"], [4, 4, 1, "", "model_computed_fields"], [4, 4, 1, "", "model_config"], [4, 4, 1, "", "model_fields"], [4, 3, 1, "", "model_post_init"], [4, 3, 1, "", "to_dict"], [4, 3, 1, "", "to_json"], [4, 3, 1, "", "to_str"], [4, 4, 1, "", "wallet_id"]], "cdp.client.rest": [[2, 1, 1, "", "RESTClientObject"], [2, 1, 1, "", "RESTResponse"], [2, 6, 1, "", "is_socks_proxy_url"]], "cdp.client.rest.RESTClientObject": [[2, 3, 1, "", "request"]], "cdp.client.rest.RESTResponse": [[2, 3, 1, "", "getheader"], [2, 3, 1, "", "getheaders"], [2, 3, 1, "", "read"]], "cdp.contract_invocation": [[1, 1, 1, "", "ContractInvocation"]], "cdp.contract_invocation.ContractInvocation": [[1, 2, 1, "", "abi"], [1, 2, 1, "", "address_id"], [1, 2, 1, "", "amount"], [1, 2, 1, "", "args"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 2, 1, "", "contract_invocation_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "method"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "status"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.errors": [[1, 5, 1, "", "AddressCannotSignError"], [1, 5, 1, "", "AlreadyExistsError"], [1, 5, 1, "", "AlreadySignedError"], [1, 5, 1, "", "ApiError"], [1, 5, 1, "", "FaucetLimitReachedError"], [1, 5, 1, "", "InsufficientFundsError"], [1, 5, 1, "", "InternalError"], [1, 5, 1, "", "InvalidAPIKeyFormatError"], [1, 5, 1, "", "InvalidAddressError"], [1, 5, 1, "", "InvalidAddressIDError"], [1, 5, 1, "", "InvalidAmountError"], [1, 5, 1, "", "InvalidAssetIDError"], [1, 5, 1, "", "InvalidConfigurationError"], [1, 5, 1, "", "InvalidDestinationError"], [1, 5, 1, "", "InvalidLimitError"], [1, 5, 1, "", "InvalidNetworkIDError"], [1, 5, 1, "", "InvalidPageError"], [1, 5, 1, "", "InvalidSignedPayloadError"], [1, 5, 1, "", "InvalidTransferIDError"], [1, 5, 1, "", "InvalidTransferStatusError"], [1, 5, 1, "", "InvalidWalletError"], [1, 5, 1, "", "InvalidWalletIDError"], [1, 5, 1, "", "MalformedRequestError"], [1, 5, 1, "", "NetworkFeatureUnsupportedError"], [1, 5, 1, "", "NotFoundError"], [1, 5, 1, "", "ResourceExhaustedError"], [1, 5, 1, "", "TransactionNotSignedError"], [1, 5, 1, "", "UnauthorizedError"], [1, 5, 1, "", "UnimplementedError"], [1, 5, 1, "", "UnsupportedAssetError"]], "cdp.errors.ApiError": [[1, 2, 1, "", "api_code"], [1, 2, 1, "", "api_message"], [1, 3, 1, "", "from_error"], [1, 2, 1, "", "handled"], [1, 2, 1, "", "http_code"]], "cdp.faucet_transaction": [[1, 1, 1, "", "FaucetTransaction"]], "cdp.faucet_transaction.FaucetTransaction": [[1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"]], "cdp.hash_utils": [[1, 6, 1, "", "hash_message"], [1, 6, 1, "", "hash_typed_data_message"]], "cdp.historical_balance": [[1, 1, 1, "", "HistoricalBalance"]], "cdp.historical_balance.HistoricalBalance": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "block_hash"], [1, 2, 1, "", "block_height"], [1, 3, 1, "", "from_model"], [1, 3, 1, "", "list"]], "cdp.payload_signature": [[1, 1, 1, "", "PayloadSignature"]], "cdp.payload_signature.PayloadSignature": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "address_id"], [1, 3, 1, "", "create"], [1, 3, 1, "", "list"], [1, 2, 1, "", "payload_signature_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "unsigned_payload"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.payload_signature.PayloadSignature.Status": [[1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 3, 1, "", "terminal_states"]], "cdp.smart_contract": [[1, 1, 1, "", "SmartContract"]], "cdp.smart_contract.SmartContract": [[1, 1, 1, "", "MultiTokenContractOptions"], [1, 1, 1, "", "NFTContractOptions"], [1, 1, 1, "", "TokenContractOptions"], [1, 1, 1, "", "Type"], [1, 2, 1, "", "abi"], [1, 3, 1, "", "broadcast"], [1, 2, 1, "", "contract_address"], [1, 3, 1, "", "create"], [1, 2, 1, "", "deployer_address"], [1, 2, 1, "", "network_id"], [1, 2, 1, "", "options"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "smart_contract_id"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "type"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.smart_contract.SmartContract.Type": [[1, 4, 1, "", "ERC1155"], [1, 4, 1, "", "ERC20"], [1, 4, 1, "", "ERC721"]], "cdp.sponsored_send": [[1, 1, 1, "", "SponsoredSend"]], "cdp.sponsored_send.SponsoredSend": [[1, 1, 1, "", "Status"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "typed_data_hash"]], "cdp.sponsored_send.SponsoredSend.Status": [[1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "SUBMITTED"], [1, 3, 1, "", "terminal_states"]], "cdp.trade": [[1, 1, 1, "", "Trade"]], "cdp.trade.Trade": [[1, 2, 1, "", "address_id"], [1, 2, 1, "", "approve_transaction"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "from_amount"], [1, 2, 1, "", "from_asset_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "to_amount"], [1, 2, 1, "", "to_asset_id"], [1, 2, 1, "", "trade_id"], [1, 2, 1, "", "transaction"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.transaction": [[1, 1, 1, "", "Transaction"]], "cdp.transaction.Transaction": [[1, 1, 1, "", "Status"], [1, 2, 1, "", "block_hash"], [1, 2, 1, "", "block_height"], [1, 2, 1, "", "content"], [1, 2, 1, "", "from_address_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "raw"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "signature"], [1, 2, 1, "", "signed"], [1, 2, 1, "", "signed_payload"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "to_address_id"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "unsigned_payload"]], "cdp.transaction.Transaction.Status": [[1, 4, 1, "", "BROADCAST"], [1, 4, 1, "", "COMPLETE"], [1, 4, 1, "", "FAILED"], [1, 4, 1, "", "PENDING"], [1, 4, 1, "", "SIGNED"], [1, 4, 1, "", "UNSPECIFIED"], [1, 3, 1, "", "terminal_states"]], "cdp.transfer": [[1, 1, 1, "", "Transfer"]], "cdp.transfer.Transfer": [[1, 2, 1, "", "amount"], [1, 2, 1, "", "asset"], [1, 2, 1, "", "asset_id"], [1, 3, 1, "", "broadcast"], [1, 3, 1, "", "create"], [1, 2, 1, "", "destination_address_id"], [1, 2, 1, "", "from_address_id"], [1, 3, 1, "", "list"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 2, 1, "", "send_tx_delegate"], [1, 3, 1, "", "sign"], [1, 2, 1, "", "sponsored_send"], [1, 2, 1, "", "status"], [1, 2, 1, "", "terminal_state"], [1, 2, 1, "", "transaction"], [1, 2, 1, "", "transaction_hash"], [1, 2, 1, "", "transaction_link"], [1, 2, 1, "", "transfer_id"], [1, 3, 1, "", "wait"], [1, 2, 1, "", "wallet_id"]], "cdp.wallet": [[1, 1, 1, "", "Wallet"]], "cdp.wallet.Wallet": [[1, 4, 1, "", "MAX_ADDRESSES"], [1, 2, 1, "", "addresses"], [1, 3, 1, "", "balance"], [1, 3, 1, "", "balances"], [1, 2, 1, "", "can_sign"], [1, 3, 1, "", "create"], [1, 3, 1, "", "create_address"], [1, 2, 1, "", "default_address"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "export_data"], [1, 3, 1, "", "faucet"], [1, 3, 1, "", "fetch"], [1, 2, 1, "", "id"], [1, 3, 1, "", "import_data"], [1, 3, 1, "", "invoke_contract"], [1, 3, 1, "", "list"], [1, 3, 1, "", "load_seed"], [1, 2, 1, "", "network_id"], [1, 3, 1, "", "reload"], [1, 3, 1, "", "save_seed"], [1, 2, 1, "", "server_signer_status"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "transfer"]], "cdp.wallet_address": [[1, 1, 1, "", "WalletAddress"]], "cdp.wallet_address.WalletAddress": [[1, 2, 1, "", "can_sign"], [1, 3, 1, "", "deploy_multi_token"], [1, 3, 1, "", "deploy_nft"], [1, 3, 1, "", "deploy_token"], [1, 3, 1, "", "invoke_contract"], [1, 2, 1, "", "key"], [1, 3, 1, "", "sign_payload"], [1, 3, 1, "", "trade"], [1, 3, 1, "", "trades"], [1, 3, 1, "", "transfer"], [1, 3, 1, "", "transfers"], [1, 2, 1, "", "wallet_id"]], "cdp.wallet_data": [[1, 1, 1, "", "WalletData"]], "cdp.wallet_data.WalletData": [[1, 3, 1, "", "from_dict"], [1, 2, 1, "", "seed"], [1, 3, 1, "", "to_dict"], [1, 2, 1, "", "wallet_id"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "property", "Python property"], "3": ["py", "method", "Python method"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "exception", "Python exception"], "6": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:property", "3": "py:method", "4": "py:attribute", "5": "py:exception", "6": "py:function"}, "terms": {"": [0, 1, 2, 3, 4, 5], "0": [0, 1, 2, 3, 4, 5], "00001": [0, 5], "0x": [1, 3, 4], "1": [2, 3, 4], "10": [0, 1, 3, 5], "100": 3, "123": 2, "1559": 4, "191": 1, "2": [1, 4], "20": [1, 4], "20world": 2, "24": [0, 5], "256": 1, "2718": 4, "3": [0, 1, 2, 3, 4, 5], "42": 3, "5": 2, "50": 3, "5000": 4, "712": 1, "721": 4, "A": [0, 1, 2, 3, 4, 5], "By": [0, 5], "For": [0, 4, 5], "If": [0, 1, 2, 3, 5], "It": [2, 3, 4], "The": [0, 1, 2, 3, 4, 5], "Then": [0, 5], "To": [0, 5], "__fields__": [2, 4], "_address": [1, 6], "_asset": [1, 6], "_cdp_client": [1, 6], "_content_typ": 3, "_contract_invoc": [1, 6], "_external_address": [1, 6], "_header": 3, "_host": 2, "_host_index": 3, "_network": [1, 6], "_request_auth": [2, 3], "_request_timeout": [1, 2, 3], "_trade": [1, 6], "_transfer": [1, 6], "_wallet": [1, 6], "abi": [1, 2, 4, 6], "about": [2, 4], "accept": 2, "access": [0, 1, 2, 5], "access_list": [2, 4], "access_token": [1, 2], "accord": 1, "account": [1, 4], "across": [2, 3, 4], "action": [2, 4], "activ": [1, 2, 4], "activation_epoch": [2, 4], "activationepoch": 4, "active_slash": [2, 4], "actual": 4, "actual_inst": [2, 4], "actual_instance_must_validate_oneof": [2, 4], "ad": [2, 4], "add": [1, 6], "addit": 4, "address": [0, 2, 3, 5, 6], "address_balance_list": [1, 2], "address_historical_balance_list": [1, 2], "address_id": [0, 1, 2, 3, 4, 5, 6], "address_index": [2, 4], "address_list": [1, 2], "address_path_prefix": [2, 4], "address_transaction_list": [1, 2], "addressbalancelist": [2, 3, 4], "addresscannotsignerror": [1, 6], "addresses_api": [1, 2], "addressesapi": [1, 2, 3], "addresshistoricalbalancelist": [2, 3, 4], "addresslist": [2, 3, 4], "addresstransactionlist": [2, 3, 4], "after": 4, "agent": 2, "aggreg": 3, "alia": [2, 4], "alias_prior": 4, "all": [0, 1, 2, 3, 4, 5], "allow": [0, 4, 5], "alpha": [0, 2, 3, 4, 5], "alreadi": 1, "alreadyexistserror": [1, 6], "alreadysignederror": [1, 6], "also": [2, 3], "altern": 2, "amount": [1, 2, 4, 6], "an": [1, 2, 3, 4], "ani": [1, 4], "annot": [2, 4], "anoth": [0, 4, 5], "api": [0, 1, 2, 4, 5], "api_cli": [3, 6], "api_cod": [1, 6], "api_kei": [1, 2], "api_key_nam": [0, 1, 5, 6], "api_key_prefix": 2, "api_key_private_kei": [0, 5], "api_messag": [1, 6], "api_respons": [1, 6], "apiattributeerror": [1, 2], "apicli": [1, 2, 6], "apierror": [1, 6], "apiexcept": [1, 2], "apikei": 2, "apikeyerror": [1, 2], "apirespons": [1, 2, 3], "apiresponset": 1, "apitypeerror": [1, 2], "apivalueerror": [1, 2], "app": [0, 5], "applic": [1, 2], "appropri": 1, "approv": [1, 4], "approve_transact": [1, 2, 4, 6], "approve_transaction_signed_payload": [2, 4], "ar": [0, 1, 2, 3, 4, 5], "arbitrary_types_allow": 2, "arbitrum": 4, "arbitrum_minus_mainnet": [2, 4], "arg": [1, 2, 4, 6], "argument": [1, 4], "arrai": [2, 4], "assert_hostnam": [1, 2], "asset": [0, 2, 3, 5, 6], "asset_id": [1, 2, 3, 4, 6], "assetmodel": 1, "assets_api": [1, 2], "assetsapi": [1, 2, 3], "assign": 4, "associ": [1, 4], "atom": [1, 4], "atomic_amount": 1, "attempt": 1, "attest": [2, 4], "attribut": 4, "attributeerror": 2, "auth": 2, "auth_set": [1, 2, 3], "authent": [0, 1, 2, 3, 5], "auto": 3, "avail": 1, "b": 2, "badrequestexcept": [1, 2], "balanc": [0, 2, 3, 5, 6], "balance_histori": [1, 6], "balance_history_api": [1, 2], "balance_map": 6, "balancehistoryapi": [1, 2, 3], "balancemap": [1, 6], "balancemodel": 1, "base": [0, 1, 2, 3, 4, 5], "base64": 4, "base_minus_mainnet": [2, 4], "base_minus_sepolia": [2, 4], "base_path": [1, 6], "base_uri": [1, 2, 4], "basemodel": [2, 4], "basenam": 4, "basic": 2, "beacon": 4, "bearer": 2, "been": [0, 1, 4, 5], "befor": [0, 1, 2, 5], "behav": 4, "being": [1, 3, 4], "belong": [3, 4], "below": [0, 5], "best": 2, "between": [1, 3], "bip44": 4, "block": [1, 3, 4], "block_hash": [1, 2, 4, 6], "block_height": [1, 2, 4, 6], "block_numb": [2, 4], "block_tim": [2, 4], "block_timestamp": [2, 4], "blockchain": [1, 3, 4], "blockhash": 4, "blocknumb": 4, "blocktim": 4, "bodi": [1, 2], "bonded_stak": [2, 4], "bool": [1, 2, 4], "boolean": 2, "bound": 3, "broadcast": [1, 3, 6], "broadcast_contract_invoc": [2, 3], "broadcast_contract_invocation_request": [1, 2, 3], "broadcast_contract_invocation_with_http_info": [2, 3], "broadcast_contract_invocation_without_preload_cont": [2, 3], "broadcast_staking_oper": [2, 3], "broadcast_staking_operation_request": [1, 2, 3], "broadcast_staking_operation_with_http_info": [2, 3], "broadcast_staking_operation_without_preload_cont": [2, 3], "broadcast_trad": [2, 3], "broadcast_trade_request": [1, 2, 3], "broadcast_trade_with_http_info": [2, 3], "broadcast_trade_without_preload_cont": [2, 3], "broadcast_transf": [2, 3], "broadcast_transfer_request": [1, 2, 3], "broadcast_transfer_with_http_info": [2, 3], "broadcast_transfer_without_preload_cont": [2, 3], "broadcastcontractinvocationrequest": [2, 3, 4], "broadcaststakingoperationrequest": [2, 3, 4], "broadcasttraderequest": [2, 3, 4], "broadcasttransferrequest": [2, 3, 4], "build": [2, 3], "build_staking_oper": [2, 3], "build_staking_operation_request": [1, 2, 3], "build_staking_operation_with_http_info": [2, 3], "build_staking_operation_without_preload_cont": [2, 3], "buildstakingoperationrequest": [2, 3, 4], "built": 1, "by_alia": 4, "byte": [2, 4], "ca": 2, "call": [0, 1, 2, 3, 4, 5], "call_api": [1, 2, 6], "call_typ": [2, 4], "callback": 4, "can": [0, 1, 2, 3, 4, 5], "can_sign": [1, 6], "cannot": 1, "capabl": [0, 5], "case": [2, 3, 4], "cdp_api_cli": 6, "cdp_api_kei": [0, 1, 5], "cdp_client": 1, "cdpapicli": [1, 6], "cert_fil": [1, 2], "certif": 2, "chain": 4, "chain_id": [2, 4], "chang": [0, 5], "char": 2, "charact": 3, "check": 1, "claim": [0, 5], "claimable_bal": [2, 4], "class": [1, 2, 3, 4], "classmethod": [1, 2, 4], "classvar": [2, 4], "client": [1, 6], "code": [0, 1, 2, 4, 5], "coinbas": [0, 1, 2, 3, 4, 5], "collect": 2, "collection_format": 2, "com": 1, "come": [0, 4, 5], "commun": 2, "complet": [0, 1, 5], "comput": [2, 4], "computedfieldinfo": [2, 4], "concaten": 2, "conduct": 3, "config": [2, 4], "configdict": [2, 4], "configur": [0, 1, 4, 5, 6], "configure_from_json": [0, 1, 5, 6], "confirm": [1, 4], "conform": [2, 4], "conjunct": [2, 3, 4], "connect": [2, 3], "connection_pool_maxs": [1, 2], "constructor": 2, "contain": [0, 1, 2, 4, 5], "content": 6, "content_typ": 2, "context": [1, 2, 3, 4], "continu": [0, 5], "contract": [1, 3, 4], "contract_address": [1, 2, 3, 4, 6], "contract_ev": [1, 2], "contract_event_list": [1, 2], "contract_events_api": [1, 2], "contract_invoc": [2, 6], "contract_invocation_id": [1, 2, 3, 4, 6], "contract_invocation_list": [1, 2], "contract_invocations_api": [1, 2], "contract_nam": [2, 3, 4], "contractaddress": 4, "contractev": [2, 4], "contracteventlist": [2, 3, 4], "contracteventsapi": [2, 3], "contractinvoc": [1, 2, 3, 4, 6], "contractinvocationlist": [2, 3, 4], "contractinvocationsapi": [1, 2, 3], "convers": 4, "conversion_pric": [2, 4], "conversion_tim": [2, 4], "convert": [1, 2, 4], "cooki": 2, "copi": [0, 2, 5], "core": 4, "correct": [0, 5], "correlation_id": [2, 4], "correspond": [2, 4], "could": 3, "cpu_count": 2, "creat": [1, 2, 3, 4, 6], "create_address": [1, 2, 3, 6], "create_address_request": [1, 2, 3], "create_address_with_http_info": [2, 3], "create_address_without_preload_cont": [2, 3], "create_contract_invoc": [2, 3], "create_contract_invocation_request": [1, 2, 3], "create_contract_invocation_with_http_info": [2, 3], "create_contract_invocation_without_preload_cont": [2, 3], "create_payload_signatur": [2, 3], "create_payload_signature_request": [1, 2, 3], "create_payload_signature_with_http_info": [2, 3], "create_payload_signature_without_preload_cont": [2, 3], "create_server_sign": [2, 3], "create_server_signer_request": [1, 2, 3], "create_server_signer_with_http_info": [2, 3], "create_server_signer_without_preload_cont": [2, 3], "create_smart_contract": [2, 3], "create_smart_contract_request": [1, 2, 3], "create_smart_contract_with_http_info": [2, 3], "create_smart_contract_without_preload_cont": [2, 3], "create_staking_oper": [2, 3], "create_staking_operation_request": [1, 2, 3], "create_staking_operation_with_http_info": [2, 3], "create_staking_operation_without_preload_cont": [2, 3], "create_trad": [2, 3], "create_trade_request": [1, 2, 3], "create_trade_with_http_info": [2, 3], "create_trade_without_preload_cont": [2, 3], "create_transf": [2, 3], "create_transfer_request": [1, 2, 3], "create_transfer_with_http_info": [2, 3], "create_transfer_without_preload_cont": [2, 3], "create_wallet": [2, 3], "create_wallet_request": [1, 2, 3], "create_wallet_request_wallet": [1, 2], "create_wallet_webhook": [2, 3], "create_wallet_webhook_request": [1, 2, 3], "create_wallet_webhook_with_http_info": [2, 3], "create_wallet_webhook_without_preload_cont": [2, 3], "create_wallet_with_http_info": [2, 3], "create_wallet_without_preload_cont": [2, 3], "create_webhook": [2, 3], "create_webhook_request": [1, 2, 3], "create_webhook_with_http_info": [2, 3], "create_webhook_without_preload_cont": [2, 3], "createaddressrequest": [2, 3, 4], "createcontractinvocationrequest": [2, 3, 4], "created_at": [2, 4], "createpayloadsignaturerequest": [2, 3, 4], "createserversignerrequest": [2, 3, 4], "createsmartcontractrequest": [2, 3, 4], "createstakingoperationrequest": [2, 3, 4], "createtraderequest": [2, 3, 4], "createtransferrequest": [2, 3, 4], "createwalletrequest": [2, 3, 4], "createwalletrequestwallet": [2, 4], "createwalletwebhookrequest": [2, 3, 4], "createwebhookrequest": [2, 3, 4], "creation": 4, "criteria": 4, "crypto": [0, 5], "currenc": 4, "current": [1, 3, 4], "cursor": 3, "custom": [2, 4], "data": [1, 2, 4], "date": [2, 4], "date_format": [1, 2], "datetim": [2, 3, 4], "datetime_format": [1, 2], "debug": [1, 2, 4, 6], "decim": [1, 2, 4, 6], "decod": 4, "decrypt": 1, "default": [0, 1, 2, 3, 4, 5], "default_address": [0, 1, 2, 4, 5, 6], "defin": [2, 4], "deleg": 1, "delet": 3, "delete_webhook": [2, 3], "delete_webhook_with_http_info": [2, 3], "delete_webhook_without_preload_cont": [2, 3], "denomin": [1, 4], "deploi": [1, 3, 4], "deploy": [1, 4], "deploy_multi_token": [1, 6], "deploy_nft": [1, 6], "deploy_smart_contract": [2, 3], "deploy_smart_contract_request": [1, 2, 3], "deploy_smart_contract_with_http_info": [2, 3], "deploy_smart_contract_without_preload_cont": [2, 3], "deploy_token": [1, 6], "deployer_address": [1, 2, 4, 6], "deploysmartcontractrequest": [2, 3, 4], "deposit": [2, 4], "deprec": [2, 3], "deriv": 4, "descript": [2, 4], "deseri": [1, 2], "destin": [1, 2, 4], "destination_address_id": [1, 6], "detail": [2, 3, 4], "develop": [0, 4, 5], "devnet": 4, "dict": [1, 2, 3, 4], "dictionari": [1, 2, 4], "differ": 4, "directli": 2, "disabl": 2, "display_nam": [2, 4], "do": [0, 2, 3, 4, 5], "document": [2, 3, 4], "doe": 1, "don": 3, "down": 2, "download": [0, 1, 2, 5], "dynamicfeetransact": 1, "e": [2, 4], "each": [1, 2], "edit": [2, 3, 4], "effect": [2, 3], "effective_bal": [2, 4], "eip": [1, 4], "element": 2, "emit": 4, "en": 4, "enabl": [0, 1, 2, 5], "encod": [1, 4], "encrypt": 1, "end": [3, 4], "end_tim": [2, 3, 4], "endpoint": [1, 2], "enrol": 4, "enrollment_data": [2, 4], "ensur": [0, 1, 5], "entri": 2, "enum": [1, 2, 4], "enumer": 1, "epoch": 4, "equival": 4, "erc": 4, "erc1155": [1, 2, 4], "erc20": [1, 2, 3, 4], "erc20_transf": [2, 4], "erc20_transfer_ev": [1, 2], "erc20transferev": [2, 4], "erc721": [1, 2, 4], "erc721_transf": [2, 4], "erc721_transfer_ev": [1, 2], "erc721transferev": [2, 4], "err": 1, "error": [2, 6], "essenti": 2, "eth": [0, 1, 4, 5], "ether": 1, "ethereum": [1, 4], "ethereum_minus_holeski": [2, 4], "ethereum_minus_mainnet": [2, 4], "ethereum_transact": [1, 2], "ethereum_transaction_access": [1, 2], "ethereum_transaction_access_list": [1, 2], "ethereum_transaction_flattened_trac": [1, 2], "ethereum_validator_metadata": [1, 2], "ethereumtransact": [2, 4], "ethereumtransactionaccess": [2, 4], "ethereumtransactionaccesslist": [2, 4], "ethereumtransactionflattenedtrac": [2, 4], "ethereumvalidatormetadata": [2, 4], "event": [2, 3, 4], "event_filt": [2, 4], "event_index": [2, 4], "event_nam": [2, 3, 4], "event_typ": [2, 4], "event_type_filt": [2, 4], "eventtyp": 4, "evm": [3, 4], "exact": 1, "exampl": 4, "except": [1, 6], "execut": 4, "exhaust": 1, "exist": 1, "exit": [2, 4], "exit_epoch": [2, 4], "exited_slash": [2, 4], "exitepoch": 4, "expect": [1, 2], "experi": [0, 5], "expir": 2, "explor": [1, 4], "export": 1, "export_data": [1, 6], "extend": [1, 4], "extended_public_kei": [2, 4], "extern": 3, "external_address": [1, 6], "external_addresses_api": [1, 2], "externaladdressesapi": [1, 2, 3], "f": [0, 5], "fail": 1, "fals": [1, 2, 4], "famili": 4, "faucet": [0, 1, 2, 3, 4, 5, 6], "faucet_transact": [2, 6], "faucet_tx": [0, 5], "faucetlimitreachederror": [1, 6], "faucettransact": [1, 2, 3, 4, 6], "featur": 1, "feature_set": [1, 2], "featureset": [2, 4], "fee": 4, "fetch": [0, 1, 3, 4, 5, 6], "fetch_historical_staking_bal": [2, 3], "fetch_historical_staking_balances200_respons": [1, 2], "fetch_historical_staking_balances_with_http_info": [2, 3], "fetch_historical_staking_balances_without_preload_cont": [2, 3], "fetch_staking_reward": [2, 3], "fetch_staking_rewards200_respons": [1, 2], "fetch_staking_rewards_request": [1, 2, 3], "fetch_staking_rewards_with_http_info": [2, 3], "fetch_staking_rewards_without_preload_cont": [2, 3], "fetchhistoricalstakingbalances200respons": [2, 3, 4], "fetchstakingrewards200respons": [2, 3, 4], "fetchstakingrewardsrequest": [2, 3, 4], "field": [2, 4], "fieldinfo": [2, 4], "file": [0, 1, 2, 5], "file_path": 1, "filehandl": 2, "filenam": 2, "filepath": 2, "files_paramet": [1, 2], "filter": [3, 4], "first": [0, 1, 3, 4, 5], "flattened_trac": [2, 4], "float": [1, 2], "folder": 2, "follow": [0, 1, 4, 5], "forbiddenexcept": [1, 2], "forc": 3, "fork": [2, 4], "form": [1, 2, 4], "format": [1, 2, 4], "found": 1, "four": 4, "four_byt": [2, 4], "from": [0, 1, 2, 3, 4, 5], "from_address": [2, 4], "from_address_id": [1, 2, 4, 6], "from_amount": [1, 2, 4, 6], "from_asset": [2, 4], "from_asset_id": [1, 2, 4, 6], "from_atomic_amount": [1, 6], "from_block_height": 3, "from_dict": [1, 2, 4, 6], "from_error": [1, 6], "from_json": [2, 4], "from_model": [1, 6], "from_respons": [1, 2], "function": [0, 1, 2, 4, 5], "fund": [1, 3], "g": [2, 4], "ga": [0, 2, 4, 5], "gas_pric": [2, 4], "gas_us": [2, 4], "gasless": [1, 2, 4], "gasless_send": [2, 4], "gener": [2, 3, 4], "get": [1, 2, 3, 4], "get_address": [2, 3], "get_address_bal": [2, 3], "get_address_balance_with_http_info": [2, 3], "get_address_balance_without_preload_cont": [2, 3], "get_address_with_http_info": [2, 3], "get_address_without_preload_cont": [2, 3], "get_api_key_with_prefix": [1, 2], "get_asset": [2, 3], "get_asset_with_http_info": [2, 3], "get_asset_without_preload_cont": [2, 3], "get_basic_auth_token": [1, 2], "get_contract_invoc": [2, 3], "get_contract_invocation_with_http_info": [2, 3], "get_contract_invocation_without_preload_cont": [2, 3], "get_current_us": [2, 3], "get_current_user_with_http_info": [2, 3], "get_current_user_without_preload_cont": [2, 3], "get_default": [1, 2], "get_default_copi": [1, 2], "get_external_address_bal": [2, 3], "get_external_address_balance_with_http_info": [2, 3], "get_external_address_balance_without_preload_cont": [2, 3], "get_external_staking_oper": [2, 3], "get_external_staking_operation_with_http_info": [2, 3], "get_external_staking_operation_without_preload_cont": [2, 3], "get_host_from_set": [1, 2], "get_host_set": [1, 2], "get_network": [2, 3], "get_network_with_http_info": [2, 3], "get_network_without_preload_cont": [2, 3], "get_payload_signatur": [2, 3], "get_payload_signature_with_http_info": [2, 3], "get_payload_signature_without_preload_cont": [2, 3], "get_secret_valu": 2, "get_server_sign": [2, 3], "get_server_signer_with_http_info": [2, 3], "get_server_signer_without_preload_cont": [2, 3], "get_smart_contract": [2, 3], "get_smart_contract_with_http_info": [2, 3], "get_smart_contract_without_preload_cont": [2, 3], "get_staking_context": [2, 3], "get_staking_context_request": [1, 2, 3], "get_staking_context_with_http_info": [2, 3], "get_staking_context_without_preload_cont": [2, 3], "get_staking_oper": [2, 3], "get_staking_operation_with_http_info": [2, 3], "get_staking_operation_without_preload_cont": [2, 3], "get_trad": [2, 3], "get_trade_with_http_info": [2, 3], "get_trade_without_preload_cont": [2, 3], "get_transf": [2, 3], "get_transfer_with_http_info": [2, 3], "get_transfer_without_preload_cont": [2, 3], "get_valid": [2, 3], "get_validator_with_http_info": [2, 3], "get_validator_without_preload_cont": [2, 3], "get_wallet": [2, 3], "get_wallet_bal": [2, 3], "get_wallet_balance_with_http_info": [2, 3], "get_wallet_balance_without_preload_cont": [2, 3], "get_wallet_with_http_info": [2, 3], "get_wallet_without_preload_cont": [2, 3], "gethead": [1, 2], "getstakingcontextrequest": [2, 3, 4], "given": [1, 2, 3], "ha": [0, 1, 4, 5], "handl": [1, 2, 4, 6], "handler": 2, "has_mor": [2, 4], "hash": [1, 2, 4], "hash_messag": [1, 6], "hash_typed_data_messag": [1, 6], "hash_util": 6, "have": [0, 1, 5], "header": [1, 2, 3, 4], "header_nam": 2, "header_param": [1, 2], "header_valu": 2, "height": [1, 4], "hello": 2, "help": 4, "here": [0, 2, 5], "hex": [1, 4], "hexadecim": [1, 4], "higher": [0, 1, 5], "histor": [1, 3], "histori": 3, "historical_bal": [2, 6], "historicalbal": [1, 2, 4, 6], "hold": [0, 5], "holeski": 4, "hook": 2, "host": [1, 2], "host_index": 3, "hostnam": 2, "hour": [0, 5], "http": [1, 2, 3, 4], "http_code": [1, 6], "http_method": 2, "http_resp": 2, "httprespons": 3, "human": 4, "i": [0, 1, 2, 3, 4, 5], "id": [1, 2, 3, 4, 6], "identifi": [2, 3, 4], "ignor": [2, 3, 4], "ignore_operation_serv": [1, 2], "implement": 2, "import": [0, 1, 5], "import_data": [1, 6], "improv": [0, 5], "includ": [2, 3, 4], "inclus": 3, "increas": 2, "index": [2, 4], "indic": 2, "individu": 1, "inform": [0, 2, 4, 5], "initi": [0, 1, 4, 5], "initialis": 4, "input": [2, 4], "instanc": [1, 2, 4], "instanti": 1, "instead": 2, "instruct": [0, 5], "insuffici": 1, "insufficientfundserror": [1, 6], "int": [1, 2, 3, 4], "integr": [0, 5], "interact": 3, "intern": 1, "internalerror": [1, 6], "interv": 1, "interval_second": 1, "invalid": 1, "invalidaddresserror": [1, 6], "invalidaddressiderror": [1, 6], "invalidamounterror": [1, 6], "invalidapikeyformaterror": [1, 6], "invalidassetiderror": [1, 6], "invalidconfigurationerror": [1, 6], "invaliddestinationerror": [1, 6], "invalidlimiterror": [1, 6], "invalidnetworkiderror": [1, 6], "invalidpageerror": [1, 6], "invalidsignedpayloaderror": [1, 6], "invalidtransferiderror": [1, 6], "invalidtransferstatuserror": [1, 6], "invalidwalleterror": [1, 6], "invalidwalletiderror": [1, 6], "invari": 2, "invoc": [1, 3, 4], "invok": [1, 3, 4], "invoke_contract": [1, 6], "involv": 4, "iobas": 2, "is_mpc": [2, 4], "is_socks_proxy_url": [1, 2], "is_testnet": [2, 4], "iso8601": 2, "issu": 4, "item": 4, "iter": 1, "its": 1, "json": [0, 1, 2, 4, 5], "json_str": 4, "keccak": [1, 4], "keccak256": 1, "kei": [0, 1, 2, 4, 5, 6], "key_fil": [1, 2], "key_typ": 2, "keyerror": 2, "kwarg": 4, "last": 4, "latest": [0, 1, 3, 5], "lazi": 1, "lazili": 1, "level": 1, "librari": 2, "like": 4, "limit": [1, 3], "link": [1, 4], "list": [1, 2, 3, 4, 6], "list_address": [2, 3], "list_address_bal": [2, 3], "list_address_balances_with_http_info": [2, 3], "list_address_balances_without_preload_cont": [2, 3], "list_address_historical_bal": [2, 3], "list_address_historical_balance_with_http_info": [2, 3], "list_address_historical_balance_without_preload_cont": [2, 3], "list_address_transact": [2, 3], "list_address_transactions_with_http_info": [2, 3], "list_address_transactions_without_preload_cont": [2, 3], "list_addresses_with_http_info": [2, 3], "list_addresses_without_preload_cont": [2, 3], "list_contract_ev": [2, 3], "list_contract_events_with_http_info": [2, 3], "list_contract_events_without_preload_cont": [2, 3], "list_contract_invoc": [2, 3], "list_contract_invocations_with_http_info": [2, 3], "list_contract_invocations_without_preload_cont": [2, 3], "list_external_address_bal": [2, 3], "list_external_address_balances_with_http_info": [2, 3], "list_external_address_balances_without_preload_cont": [2, 3], "list_payload_signatur": [2, 3], "list_payload_signatures_with_http_info": [2, 3], "list_payload_signatures_without_preload_cont": [2, 3], "list_server_sign": [2, 3], "list_server_signer_ev": [2, 3], "list_server_signer_events_with_http_info": [2, 3], "list_server_signer_events_without_preload_cont": [2, 3], "list_server_signers_with_http_info": [2, 3], "list_server_signers_without_preload_cont": [2, 3], "list_smart_contract": [2, 3], "list_smart_contracts_with_http_info": [2, 3], "list_smart_contracts_without_preload_cont": [2, 3], "list_trad": [2, 3], "list_trades_with_http_info": [2, 3], "list_trades_without_preload_cont": [2, 3], "list_transf": [2, 3], "list_transfers_with_http_info": [2, 3], "list_transfers_without_preload_cont": [2, 3], "list_valid": [2, 3], "list_validators_with_http_info": [2, 3], "list_validators_without_preload_cont": [2, 3], "list_wallet": [2, 3], "list_wallet_bal": [2, 3], "list_wallet_balances_with_http_info": [2, 3], "list_wallet_balances_without_preload_cont": [2, 3], "list_wallets_with_http_info": [2, 3], "list_wallets_without_preload_cont": [2, 3], "list_webhook": [2, 3], "list_webhooks_with_http_info": [2, 3], "list_webhooks_without_preload_cont": [2, 3], "liter": 2, "load": 1, "load_se": [1, 6], "local": 1, "localaccount": 1, "locat": 2, "log": [2, 3, 4], "log_index": [2, 4], "logger": [1, 2], "logger_fil": [1, 2], "logger_file_handl": [1, 2], "logger_format": [1, 2], "logger_stream_handl": [1, 2], "logindex": 4, "long": 2, "longer": 1, "lot": 2, "lower": 3, "lowercas": 3, "mai": 4, "mainnet": [0, 4, 5], "make": [1, 2], "malform": 1, "malformedrequesterror": [1, 6], "manag": [0, 1, 4, 5], "manual": [2, 3, 4], "map": [1, 2, 4], "master": 4, "match": 4, "max": 4, "max_address": [1, 6], "max_fee_per_ga": [2, 4], "max_length": 4, "max_network_retri": [1, 6], "max_priority_fee_per_ga": [2, 4], "maximum": [1, 2], "maxlen": 4, "mayb": 4, "md": [0, 5], "mean": [0, 5], "meant": 4, "messag": [1, 2, 4], "message_text": 1, "metadata": [2, 4], "method": [0, 1, 2, 4, 5, 6], "mine": 4, "mint": [2, 4], "miss": 1, "model": [1, 2], "model_computed_field": [1, 2, 4], "model_config": [1, 2, 4], "model_dump": 4, "model_field": [1, 2, 4], "model_post_init": [2, 4], "modul": 6, "monitor": 4, "more": [0, 1, 4, 5], "mpc": 4, "msg": [1, 2], "multi": [1, 4], "multi_token_contract_opt": [1, 2], "multipart": [1, 2], "multipl": 3, "multitokencontractopt": [1, 2, 4, 6], "must": 1, "name": [0, 1, 2, 3, 4, 5], "nativ": [1, 2, 4], "native_asset": [2, 4], "native_types_map": [1, 2], "need": [0, 2, 3, 4, 5], "network": [1, 2, 3, 6], "network_id": [1, 2, 3, 4, 6], "network_identifi": [1, 2], "networkfeatureunsupportederror": [1, 6], "networkidentifi": [2, 4], "networks_api": [1, 2], "networksapi": [1, 2, 3], "new": [0, 1, 2, 3, 5], "newli": 2, "next": [3, 4], "next_pag": [2, 3, 4], "nft": [1, 4], "nft_contract_opt": [1, 2], "nftcontractopt": [1, 2, 4, 6], "nonc": [2, 4], "none": [1, 2, 3, 4], "nonetyp": [2, 3, 4], "note": 3, "notfounderror": [1, 6], "notfoundexcept": [1, 2], "notif": 4, "notification_uri": [2, 4], "now": [0, 5], "nullabl": 4, "number": [1, 2, 3, 4], "oa": 2, "obj": [2, 4], "object": [1, 2, 3, 4], "occur": 4, "offici": [0, 5], "often": 2, "onchain": [1, 3, 4], "one": [0, 2, 3, 4, 5], "one_of_schema": [2, 4], "oneof_schema_1_valid": [2, 4], "oneof_schema_2_valid": [2, 4], "oneof_schema_3_valid": [2, 4], "onli": [1, 4], "openapi": [2, 3, 4], "openapiexcept": [1, 2], "oper": [1, 2, 3, 4], "optim": 4, "option": [0, 1, 2, 3, 4, 5, 6], "orchestr": 4, "org": 4, "origin": 4, "other": 4, "otherwis": 1, "out": [0, 1, 5], "output": [2, 4], "overrid": [2, 3], "own": 4, "packag": 6, "page": [1, 3, 4], "pagin": [0, 3, 4, 5], "pair": [2, 3], "parallel": 2, "param": 2, "param_seri": [1, 2], "paramet": [1, 2, 3, 4], "parameters_to_tupl": [1, 2], "parameters_to_url_queri": [1, 2], "particip": 4, "participant_typ": [2, 4], "particular": 4, "pass": [0, 1, 2, 4, 5], "password": [1, 2], "path": [1, 2, 4], "path_param": 2, "path_to_item": 2, "payabl": [1, 4], "paylaod": 1, "payload": [1, 3, 4], "payload_signatur": [2, 6], "payload_signature_id": [1, 2, 3, 4, 6], "payload_signature_list": [1, 2], "payloadsignatur": [1, 2, 3, 4, 6], "payloadsignaturelist": [2, 3, 4], "peer": 2, "pem": 2, "pend": 1, "pending_activ": [2, 4], "per": [0, 1, 2, 4, 5], "perform": [2, 4], "period": [3, 4], "pip": [0, 5], "place": [1, 2], "platform": [0, 1, 2, 3, 4, 5], "pleas": 2, "poll": 1, "polygon": 4, "polygon_minus_mainnet": [2, 4], "pool": 2, "popul": 1, "populate_by_nam": 4, "portal": [0, 5], "posit": 4, "possibli": 2, "post": [1, 2], "post_param": [1, 2], "power": 4, "pre": [0, 5], "prefix": [1, 2, 4], "present": 4, "previou": 3, "previous": 1, "price": 4, "primari": 1, "primary_denomin": [1, 6], "primitive_typ": [1, 2], "print": [0, 5], "prioriti": 4, "priority_fee_per_ga": [2, 4], "privat": [0, 1, 4, 5], "private_kei": [1, 6], "process": 4, "programmat": 4, "project": [3, 4], "properti": [1, 2, 4], "protected_namespac": 4, "protocol": [3, 4], "protocol_famili": [2, 4], "protocol_family_validate_enum": [2, 4], "protocol_nam": [2, 3, 4], "provid": [0, 1, 2, 3, 4, 5], "provis": [0, 2, 4, 5], "proxi": [1, 2], "proxy_head": [1, 2], "public": 4, "public_kei": [2, 4], "publicli": 4, "pydant": [2, 4], "queri": [2, 3], "query_param": 2, "rais": 1, "rang": 3, "raw": [1, 2, 4, 6], "raw_data": [1, 2], "raw_typed_data": [2, 4], "reach": 1, "read": [1, 2, 3], "readabl": 4, "realiz": 4, "reap": [2, 4], "reason": 2, "receiv": [1, 4], "recipi": 4, "record": [1, 4], "recreat": 1, "ref": 3, "refer": [0, 5], "refresh": 2, "refresh_api_key_hook": [1, 2], "regardless": 2, "releas": [0, 5], "reload": [1, 6], "render_path": [1, 2], "replac": [2, 4], "report": [2, 4], "repres": [1, 2, 4], "represent": [1, 2, 4], "request": [1, 2, 3, 4], "request_auth": 2, "request_external_faucet_fund": [2, 3], "request_external_faucet_funds_with_http_info": [2, 3], "request_external_faucet_funds_without_preload_cont": [2, 3], "request_faucet_fund": [2, 3], "request_faucet_funds_with_http_info": [2, 3], "request_faucet_funds_without_preload_cont": [2, 3], "requir": [1, 2, 3, 4], "resourc": [1, 2], "resource_path": 2, "resourceexhaustederror": [1, 6], "resp": 2, "respons": [1, 2, 3, 4], "response_data": [1, 2], "response_deseri": [1, 2, 6], "response_text": 2, "response_typ": 2, "response_types_map": [1, 2], "rest": [1, 6], "restclientobject": [1, 2], "restrespons": [1, 2], "result": [1, 3, 4], "retri": [1, 2], "retriev": [1, 3], "return": [0, 1, 2, 3, 4, 5], "reward": [3, 4], "rollup": 4, "rtype": [2, 4], "run": [0, 5], "safe": 2, "safe_chars_for_path_param": [1, 2], "same": 2, "sanit": 2, "sanitize_for_seri": [1, 2], "save": [1, 2], "save_se": [1, 6], "scheme": 2, "scope": [3, 4], "sdk": [1, 2, 3, 4], "second": [0, 1, 5], "secret": 2, "secretstr": 2, "secur": 2, "see": [0, 4, 5], "seed": [1, 4, 6], "seed_creation_ev": [1, 2], "seed_creation_event_result": [1, 2, 3], "seed_id": [2, 4], "seedcreationev": [2, 4], "seedcreationeventresult": [2, 3, 4], "select_header_accept": [1, 2], "select_header_content_typ": [1, 2], "self": [2, 4], "send": [0, 1, 4, 5], "send_tx_deleg": [1, 6], "sender": 4, "sensit": 3, "sent": [1, 3, 4], "sepolia": [0, 1, 4, 5], "serial": 2, "server": [0, 1, 2, 3, 4, 5], "server_index": 2, "server_operation_index": [1, 2], "server_operation_vari": [1, 2], "server_sign": [1, 2], "server_signer_ev": [1, 2], "server_signer_event_ev": [1, 2], "server_signer_event_list": [1, 2], "server_signer_id": [2, 3, 4], "server_signer_list": [1, 2], "server_signer_statu": [1, 2, 4, 6], "server_signer_status_validate_enum": [2, 4], "server_signers_api": [1, 2], "server_vari": 2, "serversign": [2, 3, 4], "serversignerev": [2, 4], "serversignereventev": [2, 4], "serversignereventlist": [2, 3, 4], "serversignerlist": [2, 3, 4], "serversignersapi": [2, 3], "serviceexcept": [1, 2], "set": [0, 1, 2, 3, 4, 5], "set_default": [1, 2], "set_default_head": [1, 2], "short": 4, "should": [1, 2, 4], "side": 4, "sig": [2, 4], "sign": [1, 3, 4, 6], "sign_payload": [1, 6], "signatur": [1, 2, 3, 4, 6], "signature_creation_ev": [1, 2], "signature_creation_event_result": [1, 2, 3], "signature_head": [2, 4], "signaturecreationev": [2, 4], "signaturecreationeventresult": [2, 3, 4], "signed_payload": [1, 2, 4, 6], "signed_voluntary_exit": [2, 4], "signed_voluntary_exit_message_metadata": [1, 2], "signedvoluntaryexitmessagemetadata": [2, 4], "signer": [0, 1, 3, 4, 5], "signing_payload": [2, 4], "simpl": [0, 5], "sinc": 4, "singl": [0, 2, 3, 4, 5], "singleton": 1, "skip": 2, "slash": [2, 4], "smallest": 4, "smart": [1, 3, 4], "smart_contract": [2, 6], "smart_contract_id": [1, 2, 3, 4, 6], "smart_contract_list": [1, 2], "smart_contract_opt": [1, 2], "smart_contract_typ": [1, 2], "smart_contracts_api": [1, 2], "smartcontract": [1, 2, 3, 4, 6], "smartcontractlist": [2, 3, 4], "smartcontractopt": [2, 4], "smartcontractsapi": [1, 2, 3], "smartcontracttyp": [2, 4], "sni": 2, "so": 4, "socket": 2, "socket_opt": [1, 2], "solana": 4, "solana_minus_devnet": [2, 4], "solana_minus_mainnet": [2, 4], "some": 4, "sourc": [0, 1, 3, 4, 5], "spec": [2, 3], "specif": [1, 2, 3, 4], "specifi": [1, 2, 3, 4], "spent": 4, "sponsor": [1, 4], "sponsored_send": [2, 6], "sponsoredsend": [1, 2, 4, 6], "ssl": 2, "ssl_ca_cert": [1, 2], "stake": [2, 3, 4], "stake_api": [1, 2], "stakeable_bal": [2, 4], "stakeapi": [2, 3], "staking_bal": [1, 2], "staking_context": [1, 2], "staking_context_context": [1, 2], "staking_oper": [1, 2], "staking_operation_id": 3, "staking_operation_metadata": [1, 2], "staking_reward": [1, 2], "staking_reward_format": [1, 2], "staking_reward_usd_valu": [1, 2], "stakingbal": [2, 4], "stakingcontext": [2, 3, 4], "stakingcontextcontext": [2, 4], "stakingoper": [2, 3, 4], "stakingoperationmetadata": [2, 4], "stakingreward": [2, 4], "stakingrewardformat": [2, 4], "stakingrewardusdvalu": [2, 4], "standard": 1, "start": [3, 4], "start_tim": [2, 3, 4], "state": [1, 2, 3, 4], "state_validate_enum": [2, 4], "static": 1, "statu": [1, 2, 3, 4, 6], "status": 1, "status_cod": [1, 2], "status_validate_enum": [2, 4], "storage_kei": [2, 4], "store": 2, "str": [1, 2, 3, 4], "stream": 2, "strict": [2, 4], "strictbool": 4, "strictbyt": 2, "strictint": [2, 4], "strictstr": 4, "string": [1, 2, 4], "stringifi": 4, "sub_trac": [2, 4], "subject": [0, 5], "submit": [1, 3], "submit_server_signer_seed_event_result": [2, 3], "submit_server_signer_seed_event_result_with_http_info": [2, 3], "submit_server_signer_seed_event_result_without_preload_cont": [2, 3], "submit_server_signer_signature_event_result": [2, 3], "submit_server_signer_signature_event_result_with_http_info": [2, 3], "submit_server_signer_signature_event_result_without_preload_cont": [2, 3], "submodul": 6, "subpackag": 6, "subsequ": 3, "successfulli": [0, 5], "suppli": [1, 4], "support": [0, 4, 5], "symbol": [1, 2, 3, 4], "synchron": [1, 2], "t": [1, 2, 3], "take": [1, 4], "tech": [2, 3, 4], "temp": 2, "temp_folder_path": [1, 2], "templat": 2, "termin": 1, "terminal_st": [1, 6], "testnet": [0, 4, 5], "than": 1, "them": [0, 5], "thi": [0, 1, 2, 3, 4, 5], "those": [0, 5], "time": [1, 3, 4], "timeout": [1, 2, 3], "timeout_second": 1, "timeouterror": 1, "timestamp": 4, "tl": 2, "tls_server_nam": [1, 2], "to_address": [2, 4], "to_address_id": [1, 2, 4, 6], "to_amount": [1, 2, 4, 6], "to_asset": [2, 4], "to_asset_id": [1, 2, 4, 6], "to_atomic_amount": [1, 6], "to_block_height": 3, "to_debug_report": [1, 2], "to_dict": [1, 2, 4, 6], "to_json": [2, 4], "to_str": [2, 4], "token": [1, 2, 3, 4], "token_contract_opt": [1, 2], "token_id": [2, 4], "tokencontractopt": [1, 2, 4, 6], "tokenid": 4, "total": [1, 2, 3, 4], "total_count": [2, 4], "total_suppli": [1, 2, 4], "trace_address": [2, 4], "trace_id": [2, 4], "trace_typ": [2, 4], "track": [0, 4, 5], "trade": [2, 3, 6], "trade_id": [1, 2, 3, 4, 6], "trade_list": [1, 2], "tradelist": [2, 3, 4], "trades_api": [1, 2], "tradesapi": [1, 2, 3], "transact": [0, 2, 3, 5, 6], "transaction_access_list": [2, 4], "transaction_cont": [1, 2], "transaction_hash": [1, 2, 4, 6], "transaction_histori": [1, 6], "transaction_history_api": [1, 2], "transaction_id": [2, 4], "transaction_index": [2, 4], "transaction_link": [1, 2, 4, 6], "transaction_typ": [1, 2], "transactioncont": [2, 4], "transactionhash": 4, "transactionhistoryapi": [1, 2, 3], "transactionindex": 4, "transactionnotsignederror": [1, 6], "transactiontyp": [2, 4], "transfer": [2, 3, 6], "transfer_id": [1, 2, 3, 4, 6], "transfer_list": [1, 2], "transferlist": [2, 3, 4], "transfers_api": [1, 2], "transfersapi": [1, 2, 3], "trigger": 4, "true": [0, 1, 2, 4, 5], "tupl": [2, 3], "two": 2, "tx_hash": [2, 4], "tx_index": [2, 4], "type": [1, 2, 3, 4, 6], "typed_data": 1, "typed_data_hash": [1, 2, 4, 6], "typeerror": 2, "typevar": [1, 2], "typic": 4, "unauthor": 1, "unauthorizederror": [1, 6], "unauthorizedexcept": [1, 2], "unbonded_bal": [2, 4], "underli": [1, 2], "unhandl": 1, "unimpl": 1, "unimplementederror": [1, 6], "union": [1, 2, 4], "uniqu": [3, 4], "unit": [1, 4], "unknown": [1, 2, 4], "unsign": [1, 4], "unsigned_payload": [1, 2, 4, 6], "unspecifi": [1, 2, 4], "unstak": 4, "unstakeable_bal": [2, 4], "unsupport": 1, "unsupportedasseterror": [1, 6], "until": 1, "updat": [0, 1, 2, 3, 4, 5], "update_params_for_auth": [1, 2], "update_webhook": [2, 3], "update_webhook_request": [1, 2, 3], "update_webhook_with_http_info": [2, 3], "update_webhook_without_preload_cont": [2, 3], "updated_at": [2, 4], "updatewebhookrequest": [2, 3, 4], "upgrad": [0, 5], "upper": 3, "uri": [1, 2, 4], "url": [1, 2, 4], "urlencod": [1, 2], "urllib3": 2, "us": [0, 1, 2, 3, 4, 5], "usd": [2, 4], "usd_valu": [2, 4], "usdc": 4, "usdc_faucet_tx": [0, 5], "use_server_sign": [0, 1, 2, 4, 5, 6], "user": [1, 2, 3], "user_ag": [1, 2], "usernam": [1, 2], "users_api": [1, 2], "usersapi": [2, 3], "utc": 4, "uuid": 3, "v": 4, "v0": [0, 5], "v1": [2, 4], "valid": [1, 2, 3], "valid_class": 2, "validate_assign": 4, "validator_detail": [1, 2], "validator_id": [2, 3, 4], "validator_list": [1, 2], "validator_pub_kei": [2, 4], "validator_statu": [1, 2], "validatordetail": [2, 4], "validatorlist": [2, 3, 4], "validators_api": [1, 2], "validatorsapi": [2, 3], "validatorstatu": [2, 3, 4], "valu": [1, 2, 3, 4], "valueerror": [1, 2], "var_dat": [2, 4], "var_from": [2, 4], "variabl": 2, "variou": [1, 2], "verif": 2, "verifi": [2, 4], "verify_ssl": [1, 2], "version": [1, 2, 3, 4], "via": [0, 5], "view": 4, "voluntari": 4, "wa": 4, "wai": [0, 5], "wait": [0, 1, 4, 5, 6], "wallet": [2, 3, 6], "wallet1": [0, 5], "wallet2": [0, 5], "wallet3": [0, 5], "wallet_act": [2, 4], "wallet_address": 6, "wallet_data": 6, "wallet_id": [1, 2, 3, 4, 6], "wallet_list": [1, 2], "wallet_stake_api": [1, 2], "wallet_user_id": [2, 4], "walletaddress": [1, 6], "walletdata": [1, 6], "walletlist": [2, 3, 4], "wallets_api": [1, 2], "walletsapi": [1, 2, 3], "walletstakeapi": [2, 3], "we": [0, 5], "webhook": [1, 2, 3], "webhook_event_filt": [1, 2], "webhook_event_typ": [1, 2], "webhook_event_type_filt": [1, 2], "webhook_id": [2, 3, 4], "webhook_list": [1, 2], "webhook_wallet_activity_filt": [1, 2], "webhookeventfilt": [2, 4], "webhookeventtyp": [2, 4], "webhookeventtypefilt": [2, 4], "webhookid": 4, "webhooklist": [2, 3, 4], "webhooks_api": [1, 2], "webhooksapi": [2, 3], "webhookwalletactivityfilt": [2, 4], "websit": [0, 5], "wei": 4, "were": 4, "what": 4, "when": [1, 2, 4], "where": [1, 4], "whether": [1, 4], "which": [0, 1, 2, 3, 4, 5], "whole": [1, 4], "whole_amount": 1, "whose": 3, "window": [0, 5], "withdraw": 4, "withdrawable_epoch": [2, 4], "withdrawableepoch": 4, "withdrawal_address": [2, 4], "withdrawal_avail": [2, 4], "withdrawal_complet": [2, 4], "within": [3, 4], "without": [0, 1, 5], "wrapper": 1, "www": [1, 2], "x": [1, 2, 4], "you": [0, 2, 5], "your": [0, 4, 5]}, "titles": ["CDP Python SDK", "cdp package", "cdp.client package", "cdp.client.api package", "cdp.client.models package", "CDP SDK documentation", "cdp"], "titleterms": {"address": [1, 4], "address_balance_list": 4, "address_historical_balance_list": 4, "address_list": 4, "address_transaction_list": 4, "addresses_api": 3, "api": 3, "api_cli": [1, 2], "api_respons": 2, "asset": [1, 4], "assets_api": 3, "balanc": [1, 4], "balance_history_api": 3, "balance_map": 1, "broadcast_contract_invocation_request": 4, "broadcast_staking_operation_request": 4, "broadcast_trade_request": 4, "broadcast_transfer_request": 4, "build_staking_operation_request": 4, "cdp": [0, 1, 2, 3, 4, 5, 6], "cdp_api_cli": 1, "check": [0, 5], "client": [2, 3, 4], "configur": 2, "content": [1, 2, 3, 4], "contract_ev": 4, "contract_event_list": 4, "contract_events_api": 3, "contract_invoc": [1, 4], "contract_invocation_list": 4, "contract_invocations_api": 3, "contribut": [0, 5], "creat": [0, 5], "create_address_request": 4, "create_contract_invocation_request": 4, "create_payload_signature_request": 4, "create_server_signer_request": 4, "create_smart_contract_request": 4, "create_staking_operation_request": 4, "create_trade_request": 4, "create_transfer_request": 4, "create_wallet_request": 4, "create_wallet_request_wallet": 4, "create_wallet_webhook_request": 4, "create_webhook_request": 4, "deploy_smart_contract_request": 4, "document": [0, 5], "erc20_transfer_ev": 4, "erc721_transfer_ev": 4, "error": [1, 4], "ethereum_transact": 4, "ethereum_transaction_access": 4, "ethereum_transaction_access_list": 4, "ethereum_transaction_flattened_trac": 4, "ethereum_validator_metadata": 4, "except": 2, "external_addresses_api": 3, "faucet_transact": [1, 4], "feature_set": 4, "fetch_historical_staking_balances200_respons": 4, "fetch_staking_rewards200_respons": 4, "fetch_staking_rewards_request": 4, "fund": [0, 5], "gasless": [0, 5], "get_staking_context_request": 4, "hash_util": 1, "historical_bal": [1, 4], "instal": [0, 5], "list": [0, 5], "model": 4, "modul": [1, 2, 3, 4], "multi_token_contract_opt": 4, "network": 4, "network_identifi": 4, "networks_api": 3, "nft_contract_opt": 4, "packag": [1, 2, 3, 4], "payload_signatur": [1, 4], "payload_signature_list": 4, "python": [0, 5], "repl": [0, 5], "requir": [0, 5], "rest": 2, "sdk": [0, 5], "seed_creation_ev": 4, "seed_creation_event_result": 4, "server_sign": 4, "server_signer_ev": 4, "server_signer_event_ev": 4, "server_signer_event_list": 4, "server_signer_list": 4, "server_signers_api": 3, "signature_creation_ev": 4, "signature_creation_event_result": 4, "signed_voluntary_exit_message_metadata": 4, "smart_contract": [1, 4], "smart_contract_list": 4, "smart_contract_opt": 4, "smart_contract_typ": 4, "smart_contracts_api": 3, "sponsored_send": [1, 4], "stake_api": 3, "staking_bal": 4, "staking_context": 4, "staking_context_context": 4, "staking_oper": 4, "staking_operation_metadata": 4, "staking_reward": 4, "staking_reward_format": 4, "staking_reward_usd_valu": 4, "start": [0, 5], "submodul": [1, 2, 3, 4], "subpackag": [1, 2], "token_contract_opt": 4, "trade": [0, 1, 4, 5], "trade_list": 4, "trades_api": 3, "transact": [1, 4], "transaction_cont": 4, "transaction_history_api": 3, "transaction_typ": 4, "transfer": [0, 1, 4, 5], "transfer_list": 4, "transfers_api": 3, "update_webhook_request": 4, "usdc": [0, 5], "user": 4, "users_api": 3, "valid": 4, "validator_detail": 4, "validator_list": 4, "validator_statu": 4, "validators_api": 3, "version": [0, 5], "wallet": [0, 1, 4, 5], "wallet_address": 1, "wallet_data": 1, "wallet_list": 4, "wallet_stake_api": 3, "wallets_api": 3, "webhook": 4, "webhook_event_filt": 4, "webhook_event_typ": 4, "webhook_event_type_filt": 4, "webhook_list": 4, "webhook_wallet_activity_filt": 4, "webhooks_api": 3}}) \ No newline at end of file