Struct stellar_client::resources::effect::data::Effect [−][src]
pub struct Effect { /* fields omitted */ }Contains details about the data that was changed
Methods
impl Effect[src]
impl Effectpub fn new(account: String) -> Self[src]
pub fn new(account: String) -> SelfCreates a new Account
pub fn account(&self) -> &str[src]
pub fn account(&self) -> &strThe public address of a new account that was funded.
Trait Implementations
impl Debug for Effect[src]
impl Debug for Effectfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Effect[src]
impl Clone for Effect