Crate sugar_money

Crate sugar_money 

Source
Expand description

§SugarMoney SDK

A Rust SDK for interacting with the SugarMoney API and Solana programs.

This SDK provides two main components:

  • API SDK for REST API interactions
  • Program SDK for Solana program interactions

Re-exports§

pub use error::SugarMoneyError;
pub use error::Result;
pub use api::constants::SugarMoneyApiEnvironment;
pub use api::SugarMoneyApi;
pub use api::types::*;
pub use program::*;

Modules§

api
Sugar Money — Rust SDK
error
program
SugarMoney Rust SDK — Client README

Structs§

Keypair
A vanilla Ed25519 key pair
PublicKey
The address of a Solana account.

Statics§

ID
The static program ID

Functions§

id
Returns the program ID