Struct stellar_client::resources::operation::PathPayment[][src]

pub struct PathPayment { /* fields omitted */ }

A path payment operation represents a payment from one account to another through a path. This type of payment starts as one type of asset and ends as another type of asset. There can be other assets that are traded into and out of along the path.

Methods

impl PathPayment
[src]

Creates a new PathPayment

Sender of a payment.

Destination of a payment.

Asset at the destination of payment path.

Amount received.

Asset at the source of payment path.

Max send amount.

Trait Implementations

impl Debug for PathPayment
[src]

Formats the value using the given formatter. Read more

impl Clone for PathPayment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PathPayment

impl Sync for PathPayment