Struct stellar_client::resources::payment_path::PaymentPath[][src]

pub struct PaymentPath { /* fields omitted */ }

A path resource contains information about a payment path. A path can be used by code to populate necessary fields on path payment operation, such as path and sendMax. The also describes assets this path hops through.

Methods

impl PaymentPath
[src]

Returns a new Payment Path.

An array of assets that represents the intermediary assets this path hops through

Destination amount

Source amount

Destination asset specified in the search that found this path

Source asset specified in the search that found this path

Trait Implementations

impl Debug for PaymentPath
[src]

Formats the value using the given formatter. Read more

impl Clone for PaymentPath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'de> Deserialize<'de> for PaymentPath
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for PaymentPath

impl Sync for PaymentPath