Struct stellar_client::resources::operation::CreateAccount[][src]

pub struct CreateAccount { /* fields omitted */ }

A create account operation represents a new account creation.

Methods

impl CreateAccount
[src]

Creates a new CreateAccount

The public address of a new account that was funded.

The public address of the account that funded a new account.

Amount the account was funded.

Trait Implementations

impl Debug for CreateAccount
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations