use crateKeypair;
// @TODO remove once `Clone` is implemented for `Keypair`
// https://docs.rs/solana-sdk/latest/solana_sdk/signer/keypair/struct.Keypair.html
/// The `TempClone` trait is used as a workaround
/// for making non-cloneable foreign types cloneable.