ssts-org-client 0.2.0

Rust client for the Solana Security Token
Documentation

Security Token Client

Rust client for the Solana Security Token Standard (SSTS). This crate exposes instructions, account types, errors, and program IDs for the SSTS program.

Installation

[dependencies]
ssts-org-client = "1.0.0"

Usage

use security_token_client::{instructions, types};

The library crate name is security_token_client.