pub fn load_keypair_multi_format(path_or_key: &str) -> SdkResult<Keypair>
Try load a Keypair from a file path or given string, supports json format and base58 format.
Keypair