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

    Properties

    denominator: number | bigint

    denominator of the fee ratio

    numerator: number | bigint

    numerator of the fee ratio