Interface AssetAdditionalInterest

    interface AssetAdditionalInterest {
        rateBps: bigint;
        yieldBps: bigint;
    }

    Properties

    Properties

    rateBps: bigint
    yieldBps: bigint