phoenix-rise 0.1.2

SDK for interacting with Phoenix
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod constants;
mod proxy_instruction;
mod register_builder;
mod update_fee;

pub use constants::*;
pub use proxy_instruction::{
    ProxyInstructionParams, ProxyInstructionParamsBuilder, create_proxy_instruction_ix,
};
pub use register_builder::{
    RegisterBuilderParams, RegisterBuilderParamsBuilder, create_register_builder_ix,
};
pub use update_fee::{UpdateFeeParams, UpdateFeeParamsBuilder, create_update_fee_ix};