Module stellar_client::endpoint::effect [−][src]
Contains the endpoint for all effects.
Re-exports
pub use super::account::Effects as ForAccount; |
pub use super::ledger::Effects as ForLedger; |
pub use super::operation::Effects as ForOperation; |
pub use super::transaction::Effects as ForTransaction; |
Structs
| All |
This endpoint represents all effects that have resulted from successful opreations in Stellar. The endpoint will return all effects and accepts query params for a cursor, order, and limit. |