Module stellar

Source

Re-exports§

pub use crate::domain::transaction::common::is_final_state;
pub use validation::StellarTransactionValidationError;
pub use validation::StellarTransactionValidator;
pub use utils::*;
pub use token::*;

Modules§

token
Utility functions for Stellar transaction domain logic.
utils
Utility functions for Stellar transaction domain logic.
validation
Validation logic for Stellar transactions

Structs§

StellarRelayerTransaction

Functions§

claim
Try to claim the lane for relayer_id:tx_id. Returns true if it becomes owner. Returns true if it already owns the lane. Returns false if another tx owns it.
free
Free the lane if we still own it.
pass_to
Pass the lane from current_tx_id to next_tx_id

Type Aliases§

DefaultStellarTransaction