Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crypto-com/defi-wallet-core-rs
/ functions
Functions
824 in github.com/crypto-com/defi-wallet-core-rs
⨍
Functions
824
◇
Types & classes
307
↓ 1 callers
Function
wallet_demo
()
example/extension-example/test.js:18
Method
Pagination
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
Function
abi_contract_erc1155_loading_test
()
common/src/transaction/ethereum/abi_contract.rs:284
Function
abi_contract_erc721_loading_test
()
common/src/transaction/ethereum/abi_contract.rs:165
Function
abi_contract_loading_test
()
common/src/transaction/ethereum/abi_contract.rs:109
Method
accept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.treasury.v1beta1.rs:215
Method
accept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.oracle.v1beta1.rs:114
Method
accept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.market.v1beta1.rs:107
Method
accept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.wasm.v1beta1.rs:217
Method
accept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/chainmain.nft.v1.rs:157
Method
accept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/chainmain.supply.v1.rs:89
Method
accept_compressed
(mut self, encoding: CompressionEncoding)
proto/src/prost/terra.tx.v1beta1.rs:88
Method
actives
Actives returns all active denoms
proto/src/prost/terra.oracle.v1beta1.rs:575
Method
addition_isCorrect
example/android_example/app/src/test/java/com/example/android_example/ExampleUnitTest.kt:14
Method
addition_isCorrect
mobile_modules/android_module/app/src/test/java/com/crypto/android_dwclib/ExampleUnitTest.kt:13
Method
aggregate_exchange_rate_prevote
AggregateExchangeRatePrevote defines a method for submitting aggregate exchange rate prevote
proto/src/prost/terra.oracle.v1beta1.rs:120
Method
aggregate_exchange_rate_vote
AggregateExchangeRateVote defines a method for submitting aggregate exchange rate vote
proto/src/prost/terra.oracle.v1beta1.rs:144
Method
aggregate_prevote
AggregatePrevote returns an aggregate prevote of a validator
proto/src/prost/terra.oracle.v1beta1.rs:658
Method
aggregate_prevotes
AggregatePrevotes returns aggregate prevotes of all validators
proto/src/prost/terra.oracle.v1beta1.rs:681
Method
aggregate_vote
AggregateVote returns an aggregate vote of a validator
proto/src/prost/terra.oracle.v1beta1.rs:704
Method
aggregate_votes
AggregateVotes returns aggregate votes of all validators
proto/src/prost/terra.oracle.v1beta1.rs:724
Function
broadcast_approval_contract
( details: ContractApprovalDetails, web3_api_url: String, chain_id: u64, polling_interval_ms:
bindings/wasm/src/ethereum.rs:815
Function
broadcast_batch_transfer_contract
( details: ContractBatchTransferDetails, web3_api_url: String, chain_id: u64, polling_interval
bindings/wasm/src/ethereum.rs:863
Function
broadcast_sign_eth_tx_blocking
( to_hex: &str, amount: EthAmount, network: EthNetwork, secret_key: Arc<SecretKey>, web3ap
common/src/node/ethereum/utils.rs:1033
Function
broadcast_transfer_contract
( details: ContractTransferDetails, web3_api_url: String, chain_id: u64, polling_interval_ms:
bindings/wasm/src/ethereum.rs:839
Method
broadcast_tx
(&self, raw_signed_tx: Vec<u8>)
bindings/wasm/src/cosmos_sdk.rs:50
Method
broadcast_tx
broadcast the tx (blocking) default mode is "sync"
common/src/node/cosmos_sdk.rs:346
Method
buildSignedMsgTxWorkTest
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:134
Method
build_array
(values: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:121
Method
build_bool
(value: bool)
bindings/wasm/src/ethereum.rs:93
Method
build_bytes
(bytes: Vec<u8>)
bindings/wasm/src/ethereum.rs:73
Function
build_custom_eth_signed_tx
sign cronos tx with private key in custom network
bindings/cpp/src/lib.rs:1286
Method
build_erc1155_safe_transfer_from
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:612
Method
build_erc1155_set_approval_for_all
( contract_address: String, operator_address: String, approved: bool, )
bindings/wasm/src/ethereum.rs:440
Method
build_erc20_approve
( contract_address: String, spender_address: String, amount: String, )
bindings/wasm/src/ethereum.rs:389
Method
build_erc20_transfer
( contract_address: String, to_address: String, amount: String, )
bindings/wasm/src/ethereum.rs:512
Method
build_erc20_transfer_from
( contract_address: String, from_address: String, to_address: String, amount:
bindings/wasm/src/ethereum.rs:531
Method
build_erc721_approve
( contract_address: String, approved_address: String, token_id: String, )
bindings/wasm/src/ethereum.rs:406
Method
build_erc721_safe_transfer_from
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:571
Method
build_erc721_safe_transfer_from_with_additional_data
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:591
Method
build_erc721_set_approval_for_all
( contract_address: String, operator_address: String, approved: bool, )
bindings/wasm/src/ethereum.rs:423
Method
build_erc721_transfer_from
( contract_address: String, from_address: String, to_address: String, token_id
bindings/wasm/src/ethereum.rs:551
Method
build_fixed_array
(values: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:109
Method
build_fixed_bytes
(bytes: Vec<u8>)
bindings/wasm/src/ethereum.rs:65
Method
build_int
(int_str: &str)
bindings/wasm/src/ethereum.rs:81
Function
build_signed_eth_tx_with_signature
builds an signed ethereum transaction given the inputs and signature
bindings/cpp/src/lib.rs:1266
Function
build_signed_eth_tx_with_signature
builds an signed ethereum transaction given the inputs and signature
common/src/transaction/ethereum.rs:207
Method
build_string
(value: String)
bindings/wasm/src/ethereum.rs:101
Method
build_tuple
(values: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:133
Method
burn_nft
BurnNFT defines a method for burning a nft.
proto/src/prost/chainmain.nft.v1.rs:242
Method
byte_code
ByteCode returns the stored byte code
proto/src/prost/terra.wasm.v1beta1.rs:590
Function
bytes2hex
(data: Vec<u8>)
bindings/wasm/src/lib.rs:182
Function
chainmain
(tmp_path_factory)
integration_tests/conftest.py:9
Method
clear_contract_admin
ClearContractAdmin remove admin flag from a smart contract
proto/src/prost/terra.wasm.v1beta1.rs:348
Method
code_info
CodeInfo returns the stored code info
proto/src/prost/terra.wasm.v1beta1.rs:570
Method
collection
Collection queries the NFTs of the specified denom
proto/src/prost/chainmain.nft.v1.rs:534
Method
collection
Collection queries the NFTs of the specified denom
bindings/cpp/src/nft.rs:315
Method
compute_tax
EstimateFee simulates executing a transaction for estimating gas usage.
proto/src/prost/terra.tx.v1beta1.rs:93
Method
connect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.treasury.v1beta1.rs:161
Method
connect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.oracle.v1beta1.rs:60
Method
connect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.market.v1beta1.rs:53
Method
connect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.wasm.v1beta1.rs:163
Method
connect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/chainmain.nft.v1.rs:103
Method
connect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/chainmain.supply.v1.rs:35
Method
connect
Attempt to create a new client by connecting to a given endpoint.
proto/src/prost/terra.tx.v1beta1.rs:34
Function
construct_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
Function
construct_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
Function
construct_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
Method
contract_info
ContractInfo returns the stored contract info
proto/src/prost/terra.wasm.v1beta1.rs:610
Method
contract_store
ContractStore return smart query result from the contract
proto/src/prost/terra.wasm.v1beta1.rs:630
Method
cosmosDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:200
Method
cosmosSignDirectDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:563
Function
cosmos_sign_direct
( private_key: PrivateKey, chain_id: &str, account_number: &str, auth_info_bytes: &str, bo
bindings/wasm/src/cosmos_sdk/signer.rs:14
Function
cronos
(tmp_path_factory)
integration_tests/conftest.py:14
Method
default
()
bindings/wasm/src/lib.rs:101
Method
default
()
common/src/wallet.rs:328
Method
default
()
common/src/transaction/ethereum.rs:59
Method
delegate_feed_consent
DelegateFeedConsent defines a method for setting the feeder delegation
proto/src/prost/terra.oracle.v1beta1.rs:167
Method
denom
Denom queries the definition of a given denom
proto/src/prost/chainmain.nft.v1.rs:554
Method
denom
Denom queries the definition of a given denom
bindings/cpp/src/nft.rs:328
Method
denom_by_name
DenomByName queries the definition of a given denom by name
proto/src/prost/chainmain.nft.v1.rs:574
Method
denom_by_name
DenomByName queries the definition of a given denom by name
bindings/cpp/src/nft.rs:337
Method
denoms
Denoms queries all the denoms
proto/src/prost/chainmain.nft.v1.rs:594
Method
denoms
Denoms queries all the denoms
bindings/cpp/src/nft.rs:346
Function
deserialize_from_str
(deserializer: D)
common/src/transaction/cosmos_sdk/parser/structs.rs:247
Function
distribution_setwithdraw_address_check
()
common/src/transaction/cosmos_sdk.rs:1030
Function
distribution_withdraw_delegator_reward_check
()
common/src/transaction/cosmos_sdk.rs:1067
Method
edit_nft
EditNFT defines a method for editing a nft.
proto/src/prost/chainmain.nft.v1.rs:202
Function
eip1559_tx_test
()
common/src/transaction/ethereum.rs:396
Function
eip2930_tx_test
()
common/src/transaction/ethereum.rs:424
Method
encode
(&self, function_name: &str, args: Vec<JsValue>)
bindings/wasm/src/ethereum.rs:40
Method
estimate_gas
TODO Returns the estimated gas cost for the underlying transaction to be executed
common/src/contract.rs:191
Method
ethSignDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:540
Method
ethSignTransactionEip1559Demo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:470
Method
ethSignTransactionEip2930Demo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:457
Method
ethSignTransactionLegacyDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:443
Method
ethSignTypedDataDemo
mobile_modules/android_module/dwclib/src/androidTest/java/com/crypto/dwclib/ExampleInstrumentedTest.kt:499
← previous
next →
401–500 of 824, ranked by callers