Members
# compute_fee
Gets the cost of the compute fee in unil units.
Example
const compute_fee = cost.compute_fee
# congestion_fee
Gets the cost of the congestion fee in unil units.
Example
const congestion_fee = cost.congestion_fee
# preprocessing_fee
Gets the cost of the preprocessing fee in unil units.
Example
const preprocessing_fee = cost.preprocessing_fee
# storage_fee
Gets the cost of the storage fee in unil units.
Example
const storage_fee = cost.storage_fee
# total
Gets the total cost of the quote in unil units. The payment associated for the quoted operation must transfer this amount for it to be considered a valid payment.
Example
const total = cost.total