pub fn envelope_fee_in_stroops(
envelope: &TransactionEnvelope,
) -> Result<u64, StellarTransactionUtilsError>Expand description
Extract the fee (in stroops) from a V1 transaction envelope.
pub fn envelope_fee_in_stroops(
envelope: &TransactionEnvelope,
) -> Result<u64, StellarTransactionUtilsError>Extract the fee (in stroops) from a V1 transaction envelope.