Coda by Ian Macalinao
    Preparing search index...
    type FeeArgs = {
        denominator: number | bigint;
        numerator: number | bigint;
    }
    Index
    denominator: number | bigint

    denominator of the fee ratio

    numerator: number | bigint

    numerator of the fee ratio