Skip to main content

route_tax_payment

Function route_tax_payment 

Source
pub fn route_tax_payment(
    gross_amount_micro_cents: u64,
    suite: &TaxRecipientSuite,
) -> Result<TaxDispatchPlan, String>
Expand description

Routes a gross payment through the 12% Tax Router. Produces a TaxDispatchPlan ready for ILP execution.