poseidon-client 0.5.0

A Simple to use Solana Client that has a fast compile time and cache friendly
Documentation
1
2
3
4
5
6
7
8
/// System Program
pub const SYSTEM_PROGRAM_ID: [u8; 32] = [0; 32];

/// Ed25519 Verify Program  
pub const ED25519_PROGRAM_ID: [u8; 32] = [
    3, 125, 70, 214, 124, 147, 251, 190, 18, 249, 66, 143, 131, 141, 64, 255, 5, 112, 116, 73, 39,
    244, 138, 100, 252, 202, 112, 68, 128, 0, 0, 0,
];