@wharfkit/session - v4.0.1
    Preparing search index...

    Interface GetTableByScopeParams

    interface GetTableByScopeParams {
        code: NameType;
        limit?: UInt32Type;
        lower_bound?: string;
        reverse?: boolean;
        table?: NameType;
        upper_bound?: string;
    }
    Index
    code: NameType
    limit?: UInt32Type
    lower_bound?: string
    reverse?: boolean
    table?: NameType
    upper_bound?: string