Struct shuttle_core::CreateAccountOperation [] [src]

pub struct CreateAccountOperation {
    pub source: Option<PublicKey>,
    pub destination: PublicKey,
    pub balance: Amount,
}

Create and fund a new account.

Fields

The source account for the operation.

New account id.

Amount (in XLM) the account should be funded for. Must be greater than the reserve balance amount

Trait Implementations

impl Debug for CreateAccountOperation
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateAccountOperation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CreateAccountOperation
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for CreateAccountOperation
[src]