pub async fn load_machine_keypair() -> Result<MachineKeypair>Expand description
Load a MachineKeypair from the default storage location.
§Returns
The loaded MachineKeypair, or an error if the file doesn’t exist or is invalid
pub async fn load_machine_keypair() -> Result<MachineKeypair>Load a MachineKeypair from the default storage location.
The loaded MachineKeypair, or an error if the file doesn’t exist or is invalid