salt-sdk
    Preparing search index...

    Type Alias LimitEntry

    type LimitEntry = {
        address: string;
        amount: string | number;
        isWarningSuppressed?: boolean;
    }
    Index

    Properties

    address: string
    amount: string | number
    isWarningSuppressed?: boolean