Left Curve Software Stack
    Preparing search index...

    Type Alias QueryContractsRequest

    type QueryContractsRequest = {
        limit?: number;
        startAfter?: Address;
    }
    Index

    Properties

    Properties

    limit?: number
    startAfter?: Address