Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Rust-for-Blockchain-Application-Development
/ Wallet
Class
Wallet
chapter 3/structs.rs:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
pub struct Wallet {
38
pkcs8: Vec<u8>,
39
public_key: Vec<u8>,
40
}
41
42
pub struct Node {
43
addr: String,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected