Skip to main content

TransactionFees

For the complete documentation index, see llms.txt

Fees information for a transaction, including both paid and estimated fees.

type TransactionFees {
paidFees: String!
estimatedFees: String!
}

Fields

TransactionFees.paidFees ● String! non-null scalar

The actual fees paid for this transaction in DUST.

TransactionFees.estimatedFees ● String! non-null scalar

The estimated fees that was calculated for this transaction in DUST.

Member Of

RegularTransaction object