Struct stellar_client::resources::effect::account::Created[][src]

pub struct Created { /* fields omitted */ }

This effect is the result of a create account operation and represents the fact that an account was created

Methods

impl Created
[src]

Creates a new Account

The public address of a new account that was funded.

Amount the account was funded.

Trait Implementations

impl Debug for Created
[src]

Formats the value using the given formatter. Read more

impl Clone for Created
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Created

impl Sync for Created