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

Properties

code: NameType
limit?: UInt32Type
lower_bound?: string
reverse?: boolean
table?: NameType
upper_bound?: string