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
source: Option<PublicKey>
The source account for the operation.
destination: PublicKey
New account id.
balance: Amount
Amount (in XLM) the account should be funded for. Must be greater than the reserve balance amount
Trait Implementations
impl Debug for CreateAccountOperation[src]
impl Clone for CreateAccountOperation[src]
fn clone(&self) -> CreateAccountOperation[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
impl PartialEq for CreateAccountOperation[src]
fn eq(&self, __arg_0: &CreateAccountOperation) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CreateAccountOperation) -> bool[src]
This method tests for !=.