MCPcopy Create free account

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

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

Methodhash_transactions
(&self)
complete_blockchain/src/req_functions.rs:42
Methodincrement
(&mut self)
chapter 8/foundational elements of NEAR.rs:103
Functioninitialize
(ctx: Context<Initialize>)
chapter 7/complete_code_chapter_7/programs/solana-custom/src/lib.rs:9
Methodlen
(&self)
complete_blockchain/src/memory_pool.rs:48
Functionmain
variables in rust
chapter 2/code.rs:19
Functionmain
()
chapter 8/NEAR_complete_app/sandbox-rs/src/tests.rs:6
Functionmain
()
complete_blockchain/src/main.rs:60
Functionmain
()
chapter 5/main.rs:60
Methodmine_block
(&self, transactions: &[Transaction])
chapter 3/req_functions.rs:140
Methodmine_block
(&self, transactions: &[Transaction])
complete_blockchain/src/req_functions.rs:140
Methodnew
(tip_hash: String, db: Db)
chapter 4/blockchain.rs:242
Methodnew
(blockchain: Blockchain)
chapter 4/server.rs:44
Methodnew
(addr: String)
chapter 4/node.rs:10
Methodnew
(addr: String)
chapter 3/req_functions.rs:292
Methodnew
()
chapter 8/NEAR blockchain.rs:14
Methodnew
()
chapter 8/NEAR project Crossword.rs:22
Methodnew
()
chapter 8/foundational elements of NEAR.rs:100
Methodnew
()
chapter 8/NEAR_complete_app/src/lib.rs:23
Methodnew
()
complete_blockchain/src/config.rs:20
Methodnew
(txid: &[u8], vout: usize)
complete_blockchain/src/transactions.rs:21
Methodnew
(addr: String)
complete_blockchain/src/req_functions.rs:292
Methodnew
(blockchain: Blockchain)
complete_blockchain/src/utxoSet.rs:15
Methodnew
(tip_hash: String, db: Db)
complete_blockchain/src/blockchain.rs:242
Methodnew
()
complete_blockchain/src/memory_pool.rs:12
Methodnew
(blockchain: Blockchain)
complete_blockchain/src/server.rs:44
Methodnew
()
complete_blockchain/src/wallets.rs:16
Methodnew
(addr: String)
complete_blockchain/src/node.rs:10
Methodnew
()
chapter 5/config.rs:20
Methodnew
(txid: &[u8], vout: usize)
chapter 5/transactions.rs:21
Methodnew
(blockchain: Blockchain)
chapter 5/utxoSet.rs:15
Methodnew
()
chapter 5/memory_pool.rs:12
Methodnew
()
chapter 5/wallets.rs:16
Methodnew_block
(pre_block_hash: String, transactions: &[Transaction], height: usize)
chapter 3/req_functions.rs:9
Methodnew_block
(pre_block_hash: String, transactions: &[Transaction], height: usize)
chapter 3/block.rs:22
Methodnew_block
(pre_block_hash: String, transactions: &[Transaction], height: usize)
complete_blockchain/src/req_functions.rs:9
Methodnew_block
(pre_block_hash: String, transactions: &[Transaction], height: usize)
complete_blockchain/src/block.rs:22
Methodnew_blockchain
()
chapter 4/blockchain.rs:53
Methodnew_blockchain
()
chapter 3/req_functions.rs:108
Methodnew_blockchain
()
complete_blockchain/src/req_functions.rs:108
Methodnew_blockchain
()
complete_blockchain/src/blockchain.rs:53
Methodnew_coinbase_tx
(to: &str)
chapter 3/req_functions.rs:335
Methodnew_coinbase_tx
(to: &str)
complete_blockchain/src/transactions.rs:96
Methodnew_coinbase_tx
(to: &str)
complete_blockchain/src/req_functions.rs:335
Methodnew_coinbase_tx
(to: &str)
chapter 5/transactions.rs:96
Methodnew_proof_of_work
(block: Block)
chapter 3/block.rs:116
Methodnew_proof_of_work
(block: Block)
complete_blockchain/src/block.rs:116
Methodnew_user
(&mut self, name: String, age: u32, address: String)
chapter 8/State and data structures.rs:23
Methodnew_utxo_transaction
( from: &str, to: &str, amount: i32, utxo_set: &UTXOSet, )
chapter 3/req_functions.rs:344
Methodnew_utxo_transaction
( from: &str, to: &str, amount: i32, utxo_set: &UTXOSet, )
complete_blockchain/src/transactions.rs:112
Methodnew_utxo_transaction
( from: &str, to: &str, amount: i32, utxo_set: &UTXOSet, )
complete_blockchain/src/req_functions.rs:344
Methodnew_utxo_transaction
( from: &str, to: &str, amount: i32, utxo_set: &UTXOSet, )
chapter 5/transactions.rs:112
Functionnumber_assign
(web3: Web3)
chapter 2/code.rs:191
Methodparse_socket_addr
(&self)
chapter 4/node.rs:18
Methodparse_socket_addr
(&self)
chapter 3/req_functions.rs:300
Methodparse_socket_addr
(&self)
complete_blockchain/src/req_functions.rs:300
Methodparse_socket_addr
(&self)
complete_blockchain/src/node.rs:18
Methodreindex
(&self)
chapter 3/req_functions.rs:529
Methodreindex
(&self)
complete_blockchain/src/req_functions.rs:529
Methodrelease_tokens
(&mut self)
chapter 8/foundational elements of NEAR.rs:173
Methodrun
(&self, addr: &str)
chapter 4/server.rs:48
Methodrun
(&self, addr: &str)
complete_blockchain/src/server.rs:48
Functionsend_message
(ctx: Context<SendMessage>, topic: String, content: String)
chapter 7/message accounts lib.rs:43
Functionserve
(blockchain: Blockchain, stream: TcpStream)
chapter 4/server.rs:179
Functionserve
(blockchain: Blockchain, stream: TcpStream)
complete_blockchain/src/server.rs:179
Methodset_account_metadata
Method to set or update account metadata
chapter 8/foundational elements of NEAR.rs:81
Methodsign
(&mut self, blockchain: &Blockchain, pkcs8: &[u8])
chapter 3/req_functions.rs:365
Methodsign
(&mut self, blockchain: &Blockchain, pkcs8: &[u8])
complete_blockchain/src/req_functions.rs:365
Methodsubmit_word
(&mut self, game_id: u64, word: String, row: usize, column: usize, direction: String)
chapter 8/NEAR project Crossword.rs:41
Methodsubmit_word
(&mut self, game_id: u64, word: String, row: usize, column: usize, direction: String)
chapter 8/NEAR_complete_app/src/lib.rs:48
Functiontest_create_game
()
chapter 8/NEAR_complete_app/src/lib.rs:108
Functiontest_get_game
()
chapter 8/NEAR_complete_app/src/lib.rs:116
Functiontransfer_tokens
Implementing token transfer safeguards
chapter 8/foundational elements of NEAR.rs:155
Methodtransfer_tokens
(&mut self, receiver_id: String, amount: u64)
chapter 8/foundational elements of NEAR.rs:127
Methodupdate
(&self, block: &Block)
chapter 3/req_functions.rs:543
Methodupdate
(&self, block: &Block)
complete_blockchain/src/req_functions.rs:543
Methodupdate_blocks_tree
(blocks_tree: &Tree, block: &Block)
chapter 4/blockchain.rs:43
Methodupdate_blocks_tree
(blocks_tree: &Tree, block: &Block)
chapter 3/req_functions.rs:98
Methodupdate_blocks_tree
(blocks_tree: &Tree, block: &Block)
complete_blockchain/src/req_functions.rs:98
Methodupdate_blocks_tree
(blocks_tree: &Tree, block: &Block)
complete_blockchain/src/blockchain.rs:43
Methoduses_key
(&self, pub_key_hash: &[u8])
complete_blockchain/src/transactions.rs:43
Methoduses_key
(&self, pub_key_hash: &[u8])
chapter 5/transactions.rs:43
← previous301–381 of 381, ranked by callers