MCPcopy Create free account

hub / github.com/andelf/rust-tron / functions

Functions287 in github.com/andelf/rust-tron

Methodfrom
(v: [u8; 32])
keys/src/private.rs:89
Methodfrom
(v: [u8; 65])
keys/src/signature.rs:140
Methodfrom
(v: [u8; 64])
keys/src/public.rs:136
Methodfrom
(e: Secp256k1Error)
keys/src/error.rs:44
Methodfrom_bytes
Address rom raw 21-byte.
keys/src/address.rs:76
Methodfrom_hex
(hex: T)
keys/src/private.rs:97
Methodfrom_hex
(hex: T)
keys/src/signature.rs:148
Methodfrom_hex
(hex: T)
keys/src/public.rs:144
Methodfrom_hex
(hex: T)
keys/src/address.rs:163
Methodfrom_keypair
(sec: SecretKey, publ: PublicKey)
keys/src/keypair.rs:41
Methodfrom_private
Construct key pair from private key.
keys/src/keypair.rs:36
Methodfrom_private
Public key from private key.
keys/src/public.rs:62
Methodfrom_private
Address of a private key.
keys/src/address.rs:52
Methodfrom_public
Address of a public key.
keys/src/address.rs:40
Methodfrom_str
(s: &str)
keys/src/private.rs:107
Methodfrom_str
(s: &str)
keys/src/signature.rs:81
Methodfrom_str
(s: &str)
keys/src/public.rs:154
Methodfrom_str
(s: &str)
keys/src/address.rs:171
Methodfrom_tvm_bytes
Address from 20-byte address that compatiable with Ethereum.
keys/src/address.rs:67
Methodfrom_vec
Constructs a Merkle Tree from a vector of data blocks. Returns `None` if `values` is empty.
merkle-tree/src/merkle_tree.rs:22
Methodgenerate
Generates a new random KeyPair.
keys/src/keypair.rs:52
Methodget_expanded_spending_key
( &self, request: Request<GetExpandedSpendingKeyRequest>, )
walletd/src/main.rs:347
Methodhandle
(contract: C, matches: &'a ArgMatches<'a>)
wallet-cli/src/utils/trx.rs:179
Methodhash
(input: &Self::Input)
merkle-tree/src/lib.rs:31
Methodhash
(&self, state: &mut H)
keys/src/public.rs:100
Methodhash_empty
()
merkle-tree/src/lib.rs:15
Methodhash_nodes
(left: &H256, right: &H256)
merkle-tree/src/lib.rs:37
Methodheight
Returns the height of Merkle tree
merkle-tree/src/merkle_tree.rs:84
Methodimport_key
(&self, request: Request<ImportKeyRequest>)
walletd/src/main.rs:152
Methodimport_note
(&self, _request: Request<ImportNoteRequest>)
walletd/src/main.rs:343
Methodinto_iter
Creates a consuming iterator, that is, one that moves each value out of the Merkle tree. The tree cannot be used after calling this.
merkle-tree/src/merkle_tree.rs:110
Methodis_low_s
Check if this is a "low" signature (that s part of the signature is in range 0x1 and 0x7FFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 5D576E73 57A4501D DFE92F46
keys/src/signature.rs:33
Functionit_works
()
wallet/src/config.rs:38
Functionkeccak256
(input: &[u8])
crypto/src/lib.rs:15
Methodlist_notes
(&self, _request: Request<ListNotesRequest>)
walletd/src/main.rs:299
Methodlist_private_keys
( &self, _request: Request<ListPrivateKeysRequest>, )
walletd/src/main.rs:233
Methodlock
(&self, request: Request<LockRequest>)
walletd/src/main.rs:74
Functionmain
()
proto/build.rs:1
Functionmain
()
wallet-cli/src/main.rs:18
Functionmain
(matches: &'a ArgMatches<'a>)
wallet-cli/src/commands/batch.rs:17
Functionmain
(matches: &ArgMatches<'_>)
wallet-cli/src/commands/key.rs:6
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/sign.rs:85
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/create.rs:57
Functionmain
(matches: &'a ArgMatches<'a>)
wallet-cli/src/commands/transfer.rs:9
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/get/mod.rs:679
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/wallet/mod.rs:240
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/contract/mod.rs:61
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/contract/create.rs:15
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/contract/call.rs:16
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/list/mod.rs:181
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/set/mod.rs:57
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/system/mod.rs:11
Functionmain
(matches: &ArgMatches)
wallet-cli/src/commands/asset/mod.rs:179
Functionmain
()
walletd/build.rs:1
Functionmain
()
walletd/src/main.rs:392
Methodname
(&self)
wallet/src/lib.rs:97
Methodnew
Create a new tree
merkle-tree/src/tree.rs:29
Methodopen
(&self, request: Request<OpenRequest>)
walletd/src/main.rs:52
Functionpformat_abi_token
(tok: &Token)
wallet-cli/src/utils/abi.rs:86
Methodprepare
(contracts: Vec<C>, matches: &'a ArgMatches<'a>)
wallet-cli/src/commands/batch.rs:46
Methodr
Get a slice into the 'r' portion of the data.
keys/src/signature.rs:16
Methodrecover
Recovers a public key from signature and raw data.
keys/src/public.rs:53
Methodrecover_digest
Recovers a public key from signature and digest.
keys/src/public.rs:43
Methodremove_key
(&mut self, key: &str)
wallet/src/lib.rs:212
Methodroot_hash
Returns the root hash of Merkle tree
merkle-tree/src/merkle_tree.rs:79
Methodrun
(&mut self)
wallet-cli/src/utils/trx.rs:333
Functionsha256
(input: &[u8])
crypto/src/lib.rs:7
Functiontest_address
()
keys/src/address.rs:267
Functiontest_address_from_public
()
keys/src/address.rs:288
Functiontest_keypair_generate
()
keys/src/keypair.rs:74
Functiontest_private_sign
()
keys/src/private.rs:137
Functiontest_public_verify
()
keys/src/public.rs:184
Methodto_eth_address
ETH Address. Ref: EIP-55 Mixed-case checksum address encoding
keys/src/address.rs:89
Methodto_hex_address
To hex address, i.e. 41-address.
keys/src/address.rs:83
Methodto_well_known_name
Is this a well-known address.
keys/src/address.rs:96
Functiontree_with_one_node
()
merkle-tree/src/lib.rs:51
Functiontree_with_three_nodes
()
merkle-tree/src/lib.rs:81
Functiontree_with_two_nodes
()
merkle-tree/src/lib.rs:64
Methodtry_from
(value: &[u8])
keys/src/private.rs:61
Methodtry_from
(s: &'static str)
keys/src/signature.rs:91
Methodtry_from
(value: &[u8])
keys/src/public.rs:108
Methodtry_from
(value: &[u8])
keys/src/address.rs:125
Methodunlock
(&self, request: Request<UnlockRequest>)
walletd/src/main.rs:97
Methodv
Get the recovery byte.
keys/src/signature.rs:26
Methodverify
Verifies a signature of raw data.
keys/src/public.rs:34
Functionwallet_basic_op_works
()
wallet/src/lib.rs:471
Methodwallet_file
(&self)
wallet/src/lib.rs:101
← previous201–287 of 287, ranked by callers