Struct shuttle_core::CreateAccountOperationBuilder
[−]
[src]
pub struct CreateAccountOperationBuilder { /* fields omitted */ }CreateAccountOperation builder.
Methods
impl CreateAccountOperationBuilder[src]
fn new(destination: PublicKey, balance: Amount) -> Self[src]
Create with destination address and starting balance.
fn with_source(self, source: PublicKey) -> Self[src]
Set the operation source.
fn build(self) -> Operation[src]
Return the Operation.
Trait Implementations
impl Debug for CreateAccountOperationBuilder[src]
impl Clone for CreateAccountOperationBuilder[src]
fn clone(&self) -> CreateAccountOperationBuilder[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