UNPKG

@fizzyflow/suisql

Version:

SuiSQL is a library and set of tools for working with decentralized SQL databases on the Sui blockchain and Walrus protocol.

7 lines (6 loc) 286 B
declare const maxPureArgumentSize: number; declare const maxBinaryArgumentSize: number; declare const maxMoveObjectSize: number; declare const packages: Object; declare const bankIds: Object; export { maxPureArgumentSize, maxBinaryArgumentSize, maxMoveObjectSize, packages, bankIds, };