MCPcopy Create free account

hub / github.com/crypto-com/defi-wallet-core-rs / functions

Functions824 in github.com/crypto-com/defi-wallet-core-rs

↓ 1 callersFunctionwallet_demo
()
example/extension-example/test.js:18
MethodPagination
bindings/cpp/src/nft.cc:5
Method__init__
(self, base_dir)
integration_tests/network.py:37
Method__init__
(self, base_dir)
integration_tests/network.py:55
Method__init__
(self, contract_path, private_key=KEYS["validator"], chain_id=777)
integration_tests/utils.py:52
Functionabi_contract_erc1155_loading_test
()
common/src/transaction/ethereum/abi_contract.rs:284
Functionabi_contract_erc721_loading_test
()
common/src/transaction/ethereum/abi_contract.rs:165
Functionabi_contract_loading_test
()
common/src/transaction/ethereum/abi_contract.rs:109
Methodaccept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.treasury.v1beta1.rs:215
Methodaccept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.oracle.v1beta1.rs:114
Methodaccept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.market.v1beta1.rs:107
Methodaccept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.wasm.v1beta1.rs:217
Methodaccept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/chainmain.nft.v1.rs:157
Methodaccept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/chainmain.supply.v1.rs:89
Methodaccept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.tx.v1beta1.rs:88
Methodactives
Actives returns all active denoms
proto/src/prost/terra.oracle.v1beta1.rs:575
Methodaddition_isCorrect
example/android_example/app/src/test/java/com/example/android_example/ExampleUnitTest.kt:14
Methodaddition_isCorrect
mobile_modules/android_module/app/src/test/java/com/crypto/android_dwclib/ExampleUnitTest.kt:13
Methodaggregate_exchange_rate_prevote
AggregateExchangeRatePrevote defines a method for submitting aggregate exchange rate prevote
proto/src/prost/terra.oracle.v1beta1.rs:120
Methodaggregate_exchange_rate_vote
AggregateExchangeRateVote defines a method for submitting aggregate exchange rate vote
proto/src/prost/terra.oracle.v1beta1.rs:144
Methodaggregate_prevote
AggregatePrevote returns an aggregate prevote of a validator
proto/src/prost/terra.oracle.v1beta1.rs:658
Methodaggregate_prevotes
AggregatePrevotes returns aggregate prevotes of all validators
proto/src/prost/terra.oracle.v1beta1.rs:681
Methodaggregate_vote
AggregateVote returns an aggregate vote of a validator
proto/src/prost/terra.oracle.v1beta1.rs:704
Methodaggregate_votes
AggregateVotes returns aggregate votes of all validators
proto/src/prost/terra.oracle.v1beta1.rs:724
Functionbroadcast_approval_contract
( details: ContractApprovalDetails, web3_api_url: String, chain_id: u64, polling_interval_ms:
bindings/wasm/src/ethereum.rs:815
Functionbroadcast_batch_transfer_contract
( details: ContractBatchTransferDetails, web3_api_url: String, chain_id: u64, polling_interval
bindings/wasm/src/ethereum.rs:863
Functionbroadcast_sign_eth_tx_blocking
( to_hex: &str, amount: EthAmount, network: EthNetwork, secret_key: Arc<SecretKey>, web3ap
common/src/node/ethereum/utils.rs:1033
Functionbroadcast_transfer_contract
( details: ContractTransferDetails, web3_api_url: String, chain_id: u64, polling_interval_ms:
bindings/wasm/src/ethereum.rs:839
Methodbroadcast_tx
(&self, raw_signed_tx: Vec<u8>)
bindings/wasm/src/cosmos_sdk.rs:50
Methodbroadcast_tx
broadcast the tx (blocking) default mode is "sync"
common/src/node/cosmos_sdk.rs:346
MethodbuildSignedMsgTxWorkTest
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:134
Methodbuild_array
(values: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:121
Methodbuild_bool
(value: bool)
bindings/wasm/src/ethereum.rs:93
Methodbuild_bytes
(bytes: Vec<u8>)
bindings/wasm/src/ethereum.rs:73
Functionbuild_custom_eth_signed_tx
sign cronos tx with private key in custom network
bindings/cpp/src/lib.rs:1286
Methodbuild_erc1155_safe_transfer_from
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:612
Methodbuild_erc1155_set_approval_for_all
( contract_address: String, operator_address: String, approved: bool, )
bindings/wasm/src/ethereum.rs:440
Methodbuild_erc20_approve
( contract_address: String, spender_address: String, amount: String, )
bindings/wasm/src/ethereum.rs:389
Methodbuild_erc20_transfer
( contract_address: String, to_address: String, amount: String, )
bindings/wasm/src/ethereum.rs:512
Methodbuild_erc20_transfer_from
( contract_address: String, from_address: String, to_address: String, amount:
bindings/wasm/src/ethereum.rs:531
Methodbuild_erc721_approve
( contract_address: String, approved_address: String, token_id: String, )
bindings/wasm/src/ethereum.rs:406
Methodbuild_erc721_safe_transfer_from
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:571
Methodbuild_erc721_safe_transfer_from_with_additional_data
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:591
Methodbuild_erc721_set_approval_for_all
( contract_address: String, operator_address: String, approved: bool, )
bindings/wasm/src/ethereum.rs:423
Methodbuild_erc721_transfer_from
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:551
Methodbuild_fixed_array
(values: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:109
Methodbuild_fixed_bytes
(bytes: Vec<u8>)
bindings/wasm/src/ethereum.rs:65
Methodbuild_int
(int_str: &str)
bindings/wasm/src/ethereum.rs:81
Functionbuild_signed_eth_tx_with_signature
builds an signed ethereum transaction given the inputs and signature
bindings/cpp/src/lib.rs:1266
Functionbuild_signed_eth_tx_with_signature
builds an signed ethereum transaction given the inputs and signature
common/src/transaction/ethereum.rs:207
Methodbuild_string
(value: String)
bindings/wasm/src/ethereum.rs:101
Methodbuild_tuple
(values: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:133
Methodburn_nft
BurnNFT defines a method for burning a nft.
proto/src/prost/chainmain.nft.v1.rs:242
Methodbyte_code
ByteCode returns the stored byte code
proto/src/prost/terra.wasm.v1beta1.rs:590
Functionbytes2hex
(data: Vec<u8>)
bindings/wasm/src/lib.rs:182
Functionchainmain
(tmp_path_factory)
integration_tests/conftest.py:9
Methodclear_contract_admin
ClearContractAdmin remove admin flag from a smart contract
proto/src/prost/terra.wasm.v1beta1.rs:348
Methodcode_info
CodeInfo returns the stored code info
proto/src/prost/terra.wasm.v1beta1.rs:570
Methodcollection
Collection queries the NFTs of the specified denom
proto/src/prost/chainmain.nft.v1.rs:534
Methodcollection
Collection queries the NFTs of the specified denom
bindings/cpp/src/nft.rs:315
Methodcompute_tax
EstimateFee simulates executing a transaction for estimating gas usage.
proto/src/prost/terra.tx.v1beta1.rs:93
Methodconnect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.treasury.v1beta1.rs:161
Methodconnect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.oracle.v1beta1.rs:60
Methodconnect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.market.v1beta1.rs:53
Methodconnect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.wasm.v1beta1.rs:163
Methodconnect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/chainmain.nft.v1.rs:103
Methodconnect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/chainmain.supply.v1.rs:35
Methodconnect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.tx.v1beta1.rs:34
Functionconstruct_contract_approval_tx
given the contract approval details, it'll construct corresponding approval transaction. If successful, it returns typed transaction.
common/src/node/ethereum/utils.rs:611
Functionconstruct_contract_batch_transfer_tx
given the contract batch-transfer details, it'll construct broadcast a corresponding transfer transaction. If successful, it returns the typed transac
common/src/node/ethereum/utils.rs:923
Functionconstruct_contract_transfer_tx
given the contract transfer details, it'll construct a corresponding transfer transaction. If successful, it returns the typed transaction.
common/src/node/ethereum/utils.rs:828
Methodcontract_info
ContractInfo returns the stored contract info
proto/src/prost/terra.wasm.v1beta1.rs:610
Methodcontract_store
ContractStore return smart query result from the contract
proto/src/prost/terra.wasm.v1beta1.rs:630
MethodcosmosDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:200
MethodcosmosSignDirectDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:563
Functioncosmos_sign_direct
( private_key: PrivateKey, chain_id: &str, account_number: &str, auth_info_bytes: &str, bo
bindings/wasm/src/cosmos_sdk/signer.rs:14
Functioncronos
(tmp_path_factory)
integration_tests/conftest.py:14
Methoddefault
()
bindings/wasm/src/lib.rs:101
Methoddefault
()
common/src/wallet.rs:328
Methoddefault
()
common/src/transaction/ethereum.rs:59
Methoddelegate_feed_consent
DelegateFeedConsent defines a method for setting the feeder delegation
proto/src/prost/terra.oracle.v1beta1.rs:167
Methoddenom
Denom queries the definition of a given denom
proto/src/prost/chainmain.nft.v1.rs:554
Methoddenom
Denom queries the definition of a given denom
bindings/cpp/src/nft.rs:328
Methoddenom_by_name
DenomByName queries the definition of a given denom by name
proto/src/prost/chainmain.nft.v1.rs:574
Methoddenom_by_name
DenomByName queries the definition of a given denom by name
bindings/cpp/src/nft.rs:337
Methoddenoms
Denoms queries all the denoms
proto/src/prost/chainmain.nft.v1.rs:594
Methoddenoms
Denoms queries all the denoms
bindings/cpp/src/nft.rs:346
Functiondeserialize_from_str
(deserializer: D)
common/src/transaction/cosmos_sdk/parser/structs.rs:247
Functiondistribution_setwithdraw_address_check
()
common/src/transaction/cosmos_sdk.rs:1030
Functiondistribution_withdraw_delegator_reward_check
()
common/src/transaction/cosmos_sdk.rs:1067
Methodedit_nft
EditNFT defines a method for editing a nft.
proto/src/prost/chainmain.nft.v1.rs:202
Functioneip1559_tx_test
()
common/src/transaction/ethereum.rs:396
Functioneip2930_tx_test
()
common/src/transaction/ethereum.rs:424
Methodencode
(&self, function_name: &str, args: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:40
Methodestimate_gas
TODO Returns the estimated gas cost for the underlying transaction to be executed
common/src/contract.rs:191
MethodethSignDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:540
MethodethSignTransactionEip1559Demo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:470
MethodethSignTransactionEip2930Demo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:457
MethodethSignTransactionLegacyDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:443
MethodethSignTypedDataDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:499
← previousnext →401–500 of 824, ranked by callers