soroban-client 0.5.7

A high-level library Rust client library for interacting with Soroban smart contracts on the Stellar blockchain
Documentation
1
2
3
4
5
6
use serde::Deserialize;

#[derive(Debug, Deserialize)]
pub struct FriendbotResponse {
    pub successful: Option<bool>,
}