@newfound8ion/newcoin.daos-js
Version:
JS Library to read data from newcoin.daos smart contract.
16 lines (15 loc) • 351 B
TypeScript
export interface GetTableRowsPayload {
json: boolean;
code: string;
scope: string;
table: string;
table_key?: string | undefined;
lower_bound?: string;
upper_bound?: string;
key_type?: string;
index_position?: string;
encode_type?: string;
limit?: number;
reverse?: boolean;
show_payer?: boolean;
}