pyth-lazer-sdk 0.1.0

Pyth Lazer SDK
Documentation
1
2
3
4
5
6
7
8
9
mod signature;

pub use {
    pyth_lazer_protocol as protocol,
    signature::{
        ed25519_program_args, signature_offsets, verify_message, Ed25519SignatureOffsets,
        VerifiedMessage,
    },
};