MCPcopy Create free account

hub / github.com/PacktPublishing/Rust-for-Blockchain-Application-Development / functions

Functions381 in github.com/PacktPublishing/Rust-for-Blockchain-Application-Development

↓ 1 callersMethodis_miner
(&self)
chapter 5/config.rs:56
↓ 1 callersMethodload_from_file
(&mut self)
complete_blockchain/src/wallets.rs:131
↓ 1 callersMethodload_from_file
(&mut self)
chapter 5/wallets.rs:131
↓ 1 callersMethodlock
(&mut self, address: &str)
complete_blockchain/src/transactions.rs:75
↓ 1 callersMethodlock
(&mut self, address: &str)
chapter 5/transactions.rs:75
↓ 1 callersMethodnode_is_known
(&self, addr: &str)
chapter 4/node.rs:64
↓ 1 callersMethodnode_is_known
(&self, addr: &str)
complete_blockchain/src/node.rs:64
↓ 1 callersFunctionplus_ten
(a: i32)
chapter 2/code.rs:178
↓ 1 callersMethodprepare_data
(&self, nonce: i64)
chapter 3/block.rs:123
↓ 1 callersMethodprepare_data
(&self, nonce: i64)
complete_blockchain/src/block.rs:123
↓ 1 callersMethodremove
(&self, txid_hex: &str)
chapter 3/req_functions.rs:602
↓ 1 callersMethodremove
(&self, txid_hex: &str)
complete_blockchain/src/req_functions.rs:602
↓ 1 callersFunctionripemd160_digest
(data: &[u8])
complete_blockchain/src/utils.rs:25
↓ 1 callersFunctionripemd160_digest
(data: &[u8])
chapter 5/utilits.rs:25
↓ 1 callersMethodrun
(&self, addr: &str)
chapter 3/req_functions.rs:311
↓ 1 callersMethodrun
(&self, addr: &str)
complete_blockchain/src/req_functions.rs:311
↓ 1 callersMethodsave_to_file
(&self)
complete_blockchain/src/wallets.rs:145
↓ 1 callersMethodsave_to_file
(&self)
chapter 5/wallets.rs:145
↓ 1 callersFunctionsend_block
(addr: &str, block: &Block)
chapter 4/server.rs:131
↓ 1 callersFunctionsend_block
(addr: &str, block: &Block)
complete_blockchain/src/server.rs:131
↓ 1 callersFunctionsend_get_blocks
(addr: &str)
chapter 4/server.rs:168
↓ 1 callersFunctionsend_get_blocks
(addr: &str)
complete_blockchain/src/server.rs:168
↓ 1 callersMethodserialize
(&self)
complete_blockchain/src/transactions.rs:260
↓ 1 callersMethodserialize
(&self)
chapter 5/transactions.rs:260
↓ 1 callersMethodset_mining_addr
(&self, addr: String)
complete_blockchain/src/config.rs:41
↓ 1 callersMethodset_mining_addr
(&self, addr: String)
chapter 5/config.rs:41
↓ 1 callersFunctiontest_changes_message
( user: &Account, contract: &Contract, )
chapter 8/NEAR_complete_app/sandbox-rs/src/tests.rs:45
↓ 1 callersFunctiontest_default_message
( user: &Account, contract: &Contract, )
chapter 8/NEAR_complete_app/sandbox-rs/src/tests.rs:29
↓ 1 callersMethodverify
(&self, blockchain: &Blockchain)
chapter 3/req_functions.rs:372
↓ 1 callersMethodverify
(&self, blockchain: &Blockchain)
complete_blockchain/src/req_functions.rs:372
Methodadd
(&self, tx: Transaction)
chapter 3/req_functions.rs:590
Methodadd
(&self, tx: Transaction)
complete_blockchain/src/req_functions.rs:590
Methodadd_block
(&self, block: &Block)
chapter 3/req_functions.rs:233
Methodadd_block
(&self, block: &Block)
complete_blockchain/src/req_functions.rs:233
Methodadd_item
The constructor function new() initializes the contract, including the vector of items.
chapter 8/NEAR blockchain.rs:21
Methodadd_item
(&mut self, item: String)
chapter 8/foundational elements of NEAR.rs:54
Methodcall_contract_b
(&self, account_id: String, amount: u128)
chapter 8/Cross contract calls.rs:7
Methodcontains
(&self, txid_hex: &str)
chapter 3/req_functions.rs:586
Methodcontains
(&self, txid_hex: &str)
complete_blockchain/src/req_functions.rs:586
Methodcontract_metadata
(&self)
chapter 8/NEAR blockchain.rs:30
Methodcount_transactions
(&self)
chapter 3/req_functions.rs:519
Methodcount_transactions
(&self)
complete_blockchain/src/req_functions.rs:519
Methodcreate_blockchain
(genesis_address: &str)
chapter 4/blockchain.rs:23
Methodcreate_blockchain
(genesis_address: &str)
chapter 3/req_functions.rs:78
Methodcreate_blockchain
(genesis_address: &str)
complete_blockchain/src/req_functions.rs:78
Methodcreate_blockchain
(genesis_address: &str)
complete_blockchain/src/blockchain.rs:23
Functioncreate_full_access_key
(&mut self, public_key: PublicKey)
chapter 8/foundational elements of NEAR.rs:14
Functioncreate_function_call_key
(&mut self, public_key: PublicKey)
chapter 8/foundational elements of NEAR.rs:26
Methodcreate_game
(&mut self, title: String, grid: Vec<Vec<Option<char>>>)
chapter 8/NEAR project Crossword.rs:29
Functioncreate_implicit_account
(&mut self, account_id: String)
chapter 8/foundational elements of NEAR.rs:4
Methoddeserialize
(bytes: &[u8])
chapter 3/req_functions.rs:27
Methoddeserialize
(bytes: &[u8])
chapter 3/block.rs:40
Methoddeserialize
(bytes: &[u8])
complete_blockchain/src/transactions.rs:264
Methoddeserialize
(bytes: &[u8])
complete_blockchain/src/req_functions.rs:27
Methoddeserialize
(bytes: &[u8])
complete_blockchain/src/block.rs:40
Methoddeserialize
(bytes: &[u8])
chapter 5/transactions.rs:264
Methoddispatch_bypass_filter
( origin: T::Origin, _call: T::Call, )
chapter 9/parachain transaction type.rs:34
Methoddo_something
(&self)
chapter 8/Cross contract calls.rs:19
Methodfind_spendable_outputs
( &self, pub_key_hash: &[u8], amount: i32, )
chapter 3/req_functions.rs:469
Methodfind_spendable_outputs
( &self, pub_key_hash: &[u8], amount: i32, )
complete_blockchain/src/req_functions.rs:469
Methodfind_utxo
( K -> txid_hex, V -> Vec<TXOutput )
chapter 4/blockchain.rs:111
Methodfind_utxo
( K -> txid_hex, V -> Vec<TXOutput )
complete_blockchain/src/blockchain.rs:111
Methodfirst
(&self)
complete_blockchain/src/memory_pool.rs:72
Methodfirst
(&self)
chapter 5/memory_pool.rs:72
Methodfrom
(b: Block)
chapter 3/block.rs:89
Methodfrom
(b: Block)
complete_blockchain/src/block.rs:89
Methodgenerate_genesis_block
(transaction: &Transaction)
chapter 3/req_functions.rs:37
Methodgenerate_genesis_block
(transaction: &Transaction)
chapter 3/block.rs:50
Methodgenerate_genesis_block
(transaction: &Transaction)
complete_blockchain/src/req_functions.rs:37
Methodgenerate_genesis_block
(transaction: &Transaction)
complete_blockchain/src/block.rs:50
Methodget_account_metadata
Method to retrieve account metadata
chapter 8/foundational elements of NEAR.rs:85
Methodget_addr
(&self)
chapter 3/req_functions.rs:296
Methodget_addr
(&self)
complete_blockchain/src/req_functions.rs:296
Methodget_address
(&self)
chapter 3/req_functions.rs:437
Methodget_address
(&self)
complete_blockchain/src/req_functions.rs:437
Methodget_all
(&self)
chapter 3/req_functions.rs:607
Methodget_all
(&self)
complete_blockchain/src/req_functions.rs:607
Methodget_block
(&self, block_hash: &[u8])
chapter 3/req_functions.rs:266
Methodget_block
(&self, block_hash: &[u8])
complete_blockchain/src/req_functions.rs:266
Methodget_block_hashes
(&self)
chapter 3/req_functions.rs:276
Methodget_block_hashes
(&self)
complete_blockchain/src/req_functions.rs:276
Methodget_blockchain
(&self)
chapter 3/req_functions.rs:464
Methodget_blockchain
(&self)
complete_blockchain/src/req_functions.rs:464
Methodget_counter
(&self)
chapter 8/foundational elements of NEAR.rs:106
Methodget_id_bytes
(&self)
chapter 3/req_functions.rs:404
Methodget_id_bytes
(&self)
complete_blockchain/src/req_functions.rs:404
Methodget_items
(&self)
chapter 8/NEAR blockchain.rs:24
Methodget_items
(&self)
chapter 8/foundational elements of NEAR.rs:58
Methodget_pkcs8
(&self)
chapter 3/req_functions.rs:452
Methodget_pkcs8
(&self)
complete_blockchain/src/req_functions.rs:452
Methodget_pre_block_hash
(&self)
chapter 3/req_functions.rs:54
Methodget_pre_block_hash
(&self)
complete_blockchain/src/req_functions.rs:54
Methodget_public_key
(&self)
chapter 3/req_functions.rs:448
Methodget_public_key
(&self)
complete_blockchain/src/req_functions.rs:448
Methodget_timestamp
(&self)
chapter 3/req_functions.rs:66
Methodget_timestamp
(&self)
complete_blockchain/src/req_functions.rs:66
Methodget_user
(&self, user_id: AccountId)
chapter 8/State and data structures.rs:32
Methodhash
(&mut self)
chapter 3/req_functions.rs:395
Methodhash
(&mut self)
complete_blockchain/src/req_functions.rs:395
Methodhash_transactions
(&self)
chapter 3/req_functions.rs:42
← previousnext →201–300 of 381, ranked by callers