Skip to main content

TypeAlias.StellarFeeDetails

type StellarFeeDetails = string;

Stellar fee per operation represented as a string in stroops. In congestion, Horizon exposes a higher mode fee; otherwise it's the base fee (100 stroops).

Example

const fee: StellarFeeDetails = "100"; // 100 stroops per operation