[−][src]Crate safe_vault
Implementation of the "Vault" node for the SAFE Network.
Re-exports
pub use quic_p2p; |
Structs
| COST_OF_PUT | The cost to Put a chunk to the network. |
| Config | Vault configuration |
| Vault | Main vault struct. |
Enums
| ChunkStoreError |
|
| Command | Command that the user can send to a running vault to control its execution. |
| Error | Vault error variants. |
Type Definitions
| Result | Specialisation of |