Interface FreezeRequest

    interface FreezeRequest {
        amount: AmountLike;
        kda?: string;
    }
    Index

    Properties

    Properties

    amount: AmountLike
    kda?: string