Struct shuttle_sdk::FriendbotRequest
[−]
[src]
pub struct FriendbotRequest { /* fields omitted */ }
Request to fund a new account.
Methods
impl FriendbotRequest
[src]
fn new(client: InnerClient, public_key: &PublicKey) -> Result<FriendbotRequest>
[src]
Create a new FriendbotRequest
.
fn send(&self) -> Result<FriendbotResponse>
[src]
Send the request to the server.
Trait Implementations
impl Debug for FriendbotRequest
[src]
impl Clone for FriendbotRequest
[src]
fn clone(&self) -> FriendbotRequest
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more