@fizzyflow/suisql
Version:
SuiSQL is a library and set of tools for working with decentralized SQL databases on the Sui blockchain and Walrus protocol.
9 lines (8 loc) • 412 B
TypeScript
declare const maxPureArgumentSize: number;
declare const maxBinaryArgumentSize: number;
declare const maxMoveObjectSize: number;
declare const packages: Object;
declare const originalPackages: Object;
declare const bankIds: Object;
declare const walrusSystemObjectIds: Object;
export { maxPureArgumentSize, maxBinaryArgumentSize, maxMoveObjectSize, packages, originalPackages, bankIds, walrusSystemObjectIds, };