Documentation
    Preparing search index...

    Type Alias FloashloanAsset

    Flash loan asset configuration

    type FloashloanAsset = {
        assetId: number;
        coinType: string;
        flashloanFee: number;
        max: string;
        min: string;
        poolId: string;
        supplierFee: number;
    }
    Index

    Properties

    assetId: number

    Asset identifier

    coinType: string

    Coin type

    flashloanFee: number

    Flash loan fee percentage

    max: string

    Maximum flash loan amount

    min: string

    Minimum flash loan amount

    poolId: string

    Pool identifier

    supplierFee: number

    Supplier fee percentage