#key-pair #pubkey #solana #serde #structs #bs58

svm-engine-keys

Custom serde implementations for Solana Keypair and Pubkey structs

1 unstable release

0.1.0-alpha Feb 7, 2025

#10 in #pubkey

Download history 154/week @ 2025-02-07 83/week @ 2025-02-14 50/week @ 2025-02-21 57/week @ 2025-02-28

344 downloads per month
Used in 2 crates (via zksvm-api-types)

MIT license

7KB
126 lines

This crate provides custom serde implementations for dealing with human-readable values of solana_sdk::pubkey::Pubkey and implementations for deserializing solana_sdk::signature::Keypair from bytes. This is mostly useful for handling config files with keys stored in the solana_sdk::bs58 format.

Dependencies

~13–22MB
~353K SLoC