@hashgraphonline/standards-sdk 0.0.109 → 0.0.112-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/fees/fee-config-builder.d.ts +115 -0
- package/dist/cjs/fees/fee-config-builder.d.ts.map +1 -0
- package/dist/cjs/fees/index.d.ts +3 -0
- package/dist/cjs/fees/index.d.ts.map +1 -0
- package/dist/cjs/fees/types.d.ts +26 -0
- package/dist/cjs/fees/types.d.ts.map +1 -0
- package/dist/cjs/hcs-10/base-client.d.ts +289 -0
- package/dist/cjs/hcs-10/base-client.d.ts.map +1 -0
- package/dist/cjs/hcs-10/browser.d.ts +126 -0
- package/dist/cjs/hcs-10/browser.d.ts.map +1 -0
- package/dist/cjs/hcs-10/connections-manager.d.ts +357 -0
- package/dist/cjs/hcs-10/connections-manager.d.ts.map +1 -0
- package/dist/cjs/hcs-10/errors.d.ts +14 -0
- package/dist/cjs/hcs-10/errors.d.ts.map +1 -0
- package/dist/cjs/hcs-10/index.d.ts +8 -0
- package/dist/cjs/hcs-10/index.d.ts.map +1 -0
- package/dist/cjs/hcs-10/registrations.d.ts +49 -0
- package/dist/cjs/hcs-10/registrations.d.ts.map +1 -0
- package/dist/cjs/hcs-10/sdk.d.ts +193 -0
- package/dist/cjs/hcs-10/sdk.d.ts.map +1 -0
- package/dist/cjs/hcs-10/types.d.ts +205 -0
- package/dist/cjs/hcs-10/types.d.ts.map +1 -0
- package/dist/cjs/hcs-11/agent-builder.d.ts +53 -0
- package/dist/cjs/hcs-11/agent-builder.d.ts.map +1 -0
- package/dist/cjs/hcs-11/client.d.ts +82 -0
- package/dist/cjs/hcs-11/client.d.ts.map +1 -0
- package/dist/cjs/hcs-11/index.d.ts +5 -0
- package/dist/cjs/hcs-11/index.d.ts.map +1 -0
- package/dist/cjs/hcs-11/person-builder.d.ts +29 -0
- package/dist/cjs/hcs-11/person-builder.d.ts.map +1 -0
- package/dist/cjs/hcs-11/types.d.ts +165 -0
- package/dist/cjs/hcs-11/types.d.ts.map +1 -0
- package/dist/cjs/hcs-3/index.d.ts +2 -0
- package/dist/cjs/hcs-3/index.d.ts.map +1 -0
- package/dist/cjs/hcs-3/src/index.d.ts +47 -0
- package/dist/cjs/hcs-3/src/index.d.ts.map +1 -0
- package/dist/cjs/hcs-7/evm-bridge.d.ts +25 -0
- package/dist/cjs/hcs-7/evm-bridge.d.ts.map +1 -0
- package/dist/cjs/hcs-7/index.d.ts +3 -0
- package/dist/cjs/hcs-7/index.d.ts.map +1 -0
- package/dist/cjs/hcs-7/redis-cache.d.ts +26 -0
- package/dist/cjs/hcs-7/redis-cache.d.ts.map +1 -0
- package/dist/cjs/hcs-7/wasm-bridge.d.ts +72 -0
- package/dist/cjs/hcs-7/wasm-bridge.d.ts.map +1 -0
- package/dist/cjs/index-BmPzMkW9.cjs +11 -0
- package/dist/cjs/index-BmPzMkW9.cjs.map +1 -0
- package/dist/cjs/index-CHar8dVv-CUVf-if8.cjs +11 -0
- package/dist/cjs/index-CHar8dVv-CUVf-if8.cjs.map +1 -0
- package/dist/cjs/index.d.ts +9 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/inscribe/index.d.ts +3 -0
- package/dist/cjs/inscribe/index.d.ts.map +1 -0
- package/dist/cjs/inscribe/inscriber.d.ts +34 -0
- package/dist/cjs/inscribe/inscriber.d.ts.map +1 -0
- package/dist/cjs/inscribe/types.d.ts +79 -0
- package/dist/cjs/inscribe/types.d.ts.map +1 -0
- package/dist/cjs/services/index.d.ts +3 -0
- package/dist/cjs/services/index.d.ts.map +1 -0
- package/dist/cjs/services/mirror-node.d.ts +444 -0
- package/dist/cjs/services/mirror-node.d.ts.map +1 -0
- package/dist/cjs/services/types.d.ts +573 -0
- package/dist/cjs/services/types.d.ts.map +1 -0
- package/dist/cjs/standards-sdk.cjs +2 -0
- package/dist/cjs/standards-sdk.cjs.map +1 -0
- package/dist/cjs/utils/hrl-resolver.d.ts +53 -0
- package/dist/cjs/utils/hrl-resolver.d.ts.map +1 -0
- package/dist/cjs/utils/index.d.ts +7 -0
- package/dist/cjs/utils/index.d.ts.map +1 -0
- package/dist/cjs/utils/logger.d.ts +24 -0
- package/dist/cjs/utils/logger.d.ts.map +1 -0
- package/dist/cjs/utils/parsers/crypto-parser.d.ts +14 -0
- package/dist/cjs/utils/parsers/crypto-parser.d.ts.map +1 -0
- package/dist/cjs/utils/parsers/file-parser.d.ts +9 -0
- package/dist/cjs/utils/parsers/file-parser.d.ts.map +1 -0
- package/dist/cjs/utils/parsers/hcs-parser.d.ts +9 -0
- package/dist/cjs/utils/parsers/hcs-parser.d.ts.map +1 -0
- package/dist/cjs/utils/parsers/hts-parser.d.ts +20 -0
- package/dist/cjs/utils/parsers/hts-parser.d.ts.map +1 -0
- package/dist/cjs/utils/parsers/parser-utils.d.ts +3 -0
- package/dist/cjs/utils/parsers/parser-utils.d.ts.map +1 -0
- package/dist/cjs/utils/parsers/scs-parser.d.ts +9 -0
- package/dist/cjs/utils/parsers/scs-parser.d.ts.map +1 -0
- package/dist/cjs/utils/parsers/util-parser.d.ts +6 -0
- package/dist/cjs/utils/parsers/util-parser.d.ts.map +1 -0
- package/dist/cjs/utils/progress-reporter.d.ts +54 -0
- package/dist/cjs/utils/progress-reporter.d.ts.map +1 -0
- package/dist/cjs/utils/sleep.d.ts +2 -0
- package/dist/cjs/utils/sleep.d.ts.map +1 -0
- package/dist/cjs/utils/topic-fee-utils.d.ts +12 -0
- package/dist/cjs/utils/topic-fee-utils.d.ts.map +1 -0
- package/dist/cjs/utils/transaction-parser-types.d.ts +317 -0
- package/dist/cjs/utils/transaction-parser-types.d.ts.map +1 -0
- package/dist/cjs/utils/transaction-parser.d.ts +40 -0
- package/dist/cjs/utils/transaction-parser.d.ts.map +1 -0
- package/dist/cjs/utils/types.d.ts +5 -0
- package/dist/cjs/utils/types.d.ts.map +1 -0
- package/dist/es/hcs-10/base-client.d.ts +46 -1
- package/dist/es/hcs-10/base-client.d.ts.map +1 -1
- package/dist/es/hcs-10/browser.d.ts +30 -0
- package/dist/es/hcs-10/browser.d.ts.map +1 -1
- package/dist/es/hcs-10/sdk.d.ts.map +1 -1
- package/dist/es/hcs-10/types.d.ts +34 -0
- package/dist/es/hcs-10/types.d.ts.map +1 -1
- package/dist/es/services/mirror-node.d.ts +231 -3
- package/dist/es/services/mirror-node.d.ts.map +1 -1
- package/dist/es/services/types.d.ts +328 -0
- package/dist/es/services/types.d.ts.map +1 -1
- package/dist/es/standards-sdk.es13.js +4 -4
- package/dist/es/standards-sdk.es13.js.map +1 -1
- package/dist/es/standards-sdk.es15.js +1 -1
- package/dist/es/standards-sdk.es18.js +1 -2
- package/dist/es/standards-sdk.es18.js.map +1 -1
- package/dist/es/standards-sdk.es19.js +10 -10
- package/dist/es/standards-sdk.es19.js.map +1 -1
- package/dist/es/standards-sdk.es20.js +2 -2
- package/dist/es/standards-sdk.es21.js +662 -15
- package/dist/es/standards-sdk.es21.js.map +1 -1
- package/dist/es/standards-sdk.es24.js +5543 -122
- package/dist/es/standards-sdk.es24.js.map +1 -1
- package/dist/es/standards-sdk.es25.js +2 -7190
- package/dist/es/standards-sdk.es25.js.map +1 -1
- package/dist/es/standards-sdk.es26.js +501 -3
- package/dist/es/standards-sdk.es26.js.map +1 -1
- package/dist/es/standards-sdk.es27.js +108 -8
- package/dist/es/standards-sdk.es27.js.map +1 -1
- package/dist/es/standards-sdk.es28.js +66 -2
- package/dist/es/standards-sdk.es28.js.map +1 -1
- package/dist/es/standards-sdk.es29.js +242 -4153
- package/dist/es/standards-sdk.es29.js.map +1 -1
- package/dist/es/standards-sdk.es30.js +169 -1037
- package/dist/es/standards-sdk.es30.js.map +1 -1
- package/dist/es/standards-sdk.es31.js +11 -5
- package/dist/es/standards-sdk.es31.js.map +1 -1
- package/dist/es/standards-sdk.es32.js +7136 -36
- package/dist/es/standards-sdk.es32.js.map +1 -1
- package/dist/es/standards-sdk.es33.js +41 -47
- package/dist/es/standards-sdk.es33.js.map +1 -1
- package/dist/es/standards-sdk.es4.js +2 -2
- package/dist/es/standards-sdk.es4.js.map +1 -1
- package/dist/es/standards-sdk.es5.js +11 -2
- package/dist/es/standards-sdk.es5.js.map +1 -1
- package/dist/es/standards-sdk.es7.js +7 -6
- package/dist/es/standards-sdk.es7.js.map +1 -1
- package/dist/es/standards-sdk.es8.js +6 -5
- package/dist/es/standards-sdk.es8.js.map +1 -1
- package/dist/es/standards-sdk.es9.js +1 -1
- package/dist/umd/hcs-10/base-client.d.ts +46 -1
- package/dist/umd/hcs-10/base-client.d.ts.map +1 -1
- package/dist/umd/hcs-10/browser.d.ts +30 -0
- package/dist/umd/hcs-10/browser.d.ts.map +1 -1
- package/dist/umd/hcs-10/sdk.d.ts.map +1 -1
- package/dist/umd/hcs-10/types.d.ts +34 -0
- package/dist/umd/hcs-10/types.d.ts.map +1 -1
- package/dist/umd/services/mirror-node.d.ts +231 -3
- package/dist/umd/services/mirror-node.d.ts.map +1 -1
- package/dist/umd/services/types.d.ts +328 -0
- package/dist/umd/services/types.d.ts.map +1 -1
- package/dist/umd/standards-sdk.umd.js +12 -12
- package/dist/umd/standards-sdk.umd.js.map +1 -1
- package/package.json +6 -5
- package/dist/es/standards-sdk.es100.js +0 -24
- package/dist/es/standards-sdk.es100.js.map +0 -1
- package/dist/es/standards-sdk.es101.js +0 -47
- package/dist/es/standards-sdk.es101.js.map +0 -1
- package/dist/es/standards-sdk.es102.js +0 -21
- package/dist/es/standards-sdk.es102.js.map +0 -1
- package/dist/es/standards-sdk.es103.js +0 -64
- package/dist/es/standards-sdk.es103.js.map +0 -1
- package/dist/es/standards-sdk.es104.js +0 -1292
- package/dist/es/standards-sdk.es104.js.map +0 -1
- package/dist/es/standards-sdk.es105.js +0 -151
- package/dist/es/standards-sdk.es105.js.map +0 -1
- package/dist/es/standards-sdk.es106.js +0 -94
- package/dist/es/standards-sdk.es106.js.map +0 -1
- package/dist/es/standards-sdk.es107.js +0 -87
- package/dist/es/standards-sdk.es107.js.map +0 -1
- package/dist/es/standards-sdk.es108.js +0 -35
- package/dist/es/standards-sdk.es108.js.map +0 -1
- package/dist/es/standards-sdk.es109.js +0 -9
- package/dist/es/standards-sdk.es109.js.map +0 -1
- package/dist/es/standards-sdk.es110.js +0 -162
- package/dist/es/standards-sdk.es110.js.map +0 -1
- package/dist/es/standards-sdk.es111.js +0 -26
- package/dist/es/standards-sdk.es111.js.map +0 -1
- package/dist/es/standards-sdk.es112.js +0 -796
- package/dist/es/standards-sdk.es112.js.map +0 -1
- package/dist/es/standards-sdk.es113.js +0 -2285
- package/dist/es/standards-sdk.es113.js.map +0 -1
- package/dist/es/standards-sdk.es114.js +0 -177
- package/dist/es/standards-sdk.es114.js.map +0 -1
- package/dist/es/standards-sdk.es115.js +0 -146
- package/dist/es/standards-sdk.es115.js.map +0 -1
- package/dist/es/standards-sdk.es116.js +0 -6
- package/dist/es/standards-sdk.es116.js.map +0 -1
- package/dist/es/standards-sdk.es117.js +0 -5
- package/dist/es/standards-sdk.es117.js.map +0 -1
- package/dist/es/standards-sdk.es118.js +0 -5
- package/dist/es/standards-sdk.es118.js.map +0 -1
- package/dist/es/standards-sdk.es119.js +0 -37
- package/dist/es/standards-sdk.es119.js.map +0 -1
- package/dist/es/standards-sdk.es120.js +0 -36
- package/dist/es/standards-sdk.es120.js.map +0 -1
- package/dist/es/standards-sdk.es121.js +0 -12
- package/dist/es/standards-sdk.es121.js.map +0 -1
- package/dist/es/standards-sdk.es122.js +0 -37
- package/dist/es/standards-sdk.es122.js.map +0 -1
- package/dist/es/standards-sdk.es123.js +0 -24
- package/dist/es/standards-sdk.es123.js.map +0 -1
- package/dist/es/standards-sdk.es124.js +0 -30
- package/dist/es/standards-sdk.es124.js.map +0 -1
- package/dist/es/standards-sdk.es125.js +0 -29
- package/dist/es/standards-sdk.es125.js.map +0 -1
- package/dist/es/standards-sdk.es126.js +0 -41
- package/dist/es/standards-sdk.es126.js.map +0 -1
- package/dist/es/standards-sdk.es127.js +0 -7139
- package/dist/es/standards-sdk.es127.js.map +0 -1
- package/dist/es/standards-sdk.es128.js +0 -13
- package/dist/es/standards-sdk.es128.js.map +0 -1
- package/dist/es/standards-sdk.es129.js +0 -14
- package/dist/es/standards-sdk.es129.js.map +0 -1
- package/dist/es/standards-sdk.es130.js +0 -21
- package/dist/es/standards-sdk.es130.js.map +0 -1
- package/dist/es/standards-sdk.es131.js +0 -9
- package/dist/es/standards-sdk.es131.js.map +0 -1
- package/dist/es/standards-sdk.es132.js +0 -12
- package/dist/es/standards-sdk.es132.js.map +0 -1
- package/dist/es/standards-sdk.es133.js +0 -45
- package/dist/es/standards-sdk.es133.js.map +0 -1
- package/dist/es/standards-sdk.es34.js +0 -504
- package/dist/es/standards-sdk.es34.js.map +0 -1
- package/dist/es/standards-sdk.es35.js +0 -112
- package/dist/es/standards-sdk.es35.js.map +0 -1
- package/dist/es/standards-sdk.es36.js +0 -69
- package/dist/es/standards-sdk.es36.js.map +0 -1
- package/dist/es/standards-sdk.es37.js +0 -260
- package/dist/es/standards-sdk.es37.js.map +0 -1
- package/dist/es/standards-sdk.es38.js +0 -176
- package/dist/es/standards-sdk.es38.js.map +0 -1
- package/dist/es/standards-sdk.es39.js +0 -14
- package/dist/es/standards-sdk.es39.js.map +0 -1
- package/dist/es/standards-sdk.es40.js +0 -13
- package/dist/es/standards-sdk.es40.js.map +0 -1
- package/dist/es/standards-sdk.es41.js +0 -422
- package/dist/es/standards-sdk.es41.js.map +0 -1
- package/dist/es/standards-sdk.es42.js +0 -5
- package/dist/es/standards-sdk.es42.js.map +0 -1
- package/dist/es/standards-sdk.es43.js +0 -123
- package/dist/es/standards-sdk.es43.js.map +0 -1
- package/dist/es/standards-sdk.es44.js +0 -7
- package/dist/es/standards-sdk.es44.js.map +0 -1
- package/dist/es/standards-sdk.es45.js +0 -367
- package/dist/es/standards-sdk.es45.js.map +0 -1
- package/dist/es/standards-sdk.es46.js +0 -9
- package/dist/es/standards-sdk.es46.js.map +0 -1
- package/dist/es/standards-sdk.es47.js +0 -182
- package/dist/es/standards-sdk.es47.js.map +0 -1
- package/dist/es/standards-sdk.es48.js +0 -84
- package/dist/es/standards-sdk.es48.js.map +0 -1
- package/dist/es/standards-sdk.es49.js +0 -117
- package/dist/es/standards-sdk.es49.js.map +0 -1
- package/dist/es/standards-sdk.es50.js +0 -55
- package/dist/es/standards-sdk.es50.js.map +0 -1
- package/dist/es/standards-sdk.es51.js +0 -13
- package/dist/es/standards-sdk.es51.js.map +0 -1
- package/dist/es/standards-sdk.es52.js +0 -100
- package/dist/es/standards-sdk.es52.js.map +0 -1
- package/dist/es/standards-sdk.es53.js +0 -7
- package/dist/es/standards-sdk.es53.js.map +0 -1
- package/dist/es/standards-sdk.es54.js +0 -5
- package/dist/es/standards-sdk.es54.js.map +0 -1
- package/dist/es/standards-sdk.es55.js +0 -116
- package/dist/es/standards-sdk.es55.js.map +0 -1
- package/dist/es/standards-sdk.es56.js +0 -77
- package/dist/es/standards-sdk.es56.js.map +0 -1
- package/dist/es/standards-sdk.es57.js +0 -9
- package/dist/es/standards-sdk.es57.js.map +0 -1
- package/dist/es/standards-sdk.es58.js +0 -8
- package/dist/es/standards-sdk.es58.js.map +0 -1
- package/dist/es/standards-sdk.es59.js +0 -224
- package/dist/es/standards-sdk.es59.js.map +0 -1
- package/dist/es/standards-sdk.es60.js +0 -61
- package/dist/es/standards-sdk.es60.js.map +0 -1
- package/dist/es/standards-sdk.es61.js +0 -72
- package/dist/es/standards-sdk.es61.js.map +0 -1
- package/dist/es/standards-sdk.es62.js +0 -6
- package/dist/es/standards-sdk.es62.js.map +0 -1
- package/dist/es/standards-sdk.es63.js +0 -167
- package/dist/es/standards-sdk.es63.js.map +0 -1
- package/dist/es/standards-sdk.es64.js +0 -35
- package/dist/es/standards-sdk.es64.js.map +0 -1
- package/dist/es/standards-sdk.es65.js +0 -66
- package/dist/es/standards-sdk.es65.js.map +0 -1
- package/dist/es/standards-sdk.es66.js +0 -53
- package/dist/es/standards-sdk.es66.js.map +0 -1
- package/dist/es/standards-sdk.es67.js +0 -13
- package/dist/es/standards-sdk.es67.js.map +0 -1
- package/dist/es/standards-sdk.es68.js +0 -68
- package/dist/es/standards-sdk.es68.js.map +0 -1
- package/dist/es/standards-sdk.es69.js +0 -9
- package/dist/es/standards-sdk.es69.js.map +0 -1
- package/dist/es/standards-sdk.es70.js +0 -18
- package/dist/es/standards-sdk.es70.js.map +0 -1
- package/dist/es/standards-sdk.es71.js +0 -10
- package/dist/es/standards-sdk.es71.js.map +0 -1
- package/dist/es/standards-sdk.es72.js +0 -48
- package/dist/es/standards-sdk.es72.js.map +0 -1
- package/dist/es/standards-sdk.es73.js +0 -5
- package/dist/es/standards-sdk.es73.js.map +0 -1
- package/dist/es/standards-sdk.es74.js +0 -139
- package/dist/es/standards-sdk.es74.js.map +0 -1
- package/dist/es/standards-sdk.es75.js +0 -175
- package/dist/es/standards-sdk.es75.js.map +0 -1
- package/dist/es/standards-sdk.es76.js +0 -5
- package/dist/es/standards-sdk.es76.js.map +0 -1
- package/dist/es/standards-sdk.es77.js +0 -16
- package/dist/es/standards-sdk.es77.js.map +0 -1
- package/dist/es/standards-sdk.es78.js +0 -16
- package/dist/es/standards-sdk.es78.js.map +0 -1
- package/dist/es/standards-sdk.es79.js +0 -104
- package/dist/es/standards-sdk.es79.js.map +0 -1
- package/dist/es/standards-sdk.es80.js +0 -5
- package/dist/es/standards-sdk.es80.js.map +0 -1
- package/dist/es/standards-sdk.es81.js +0 -19
- package/dist/es/standards-sdk.es81.js.map +0 -1
- package/dist/es/standards-sdk.es82.js +0 -412
- package/dist/es/standards-sdk.es82.js.map +0 -1
- package/dist/es/standards-sdk.es83.js +0 -35
- package/dist/es/standards-sdk.es83.js.map +0 -1
- package/dist/es/standards-sdk.es84.js +0 -18
- package/dist/es/standards-sdk.es84.js.map +0 -1
- package/dist/es/standards-sdk.es85.js +0 -7
- package/dist/es/standards-sdk.es85.js.map +0 -1
- package/dist/es/standards-sdk.es86.js +0 -7
- package/dist/es/standards-sdk.es86.js.map +0 -1
- package/dist/es/standards-sdk.es87.js +0 -19
- package/dist/es/standards-sdk.es87.js.map +0 -1
- package/dist/es/standards-sdk.es88.js +0 -8
- package/dist/es/standards-sdk.es88.js.map +0 -1
- package/dist/es/standards-sdk.es89.js +0 -42
- package/dist/es/standards-sdk.es89.js.map +0 -1
- package/dist/es/standards-sdk.es90.js +0 -43
- package/dist/es/standards-sdk.es90.js.map +0 -1
- package/dist/es/standards-sdk.es91.js +0 -40
- package/dist/es/standards-sdk.es91.js.map +0 -1
- package/dist/es/standards-sdk.es92.js +0 -81
- package/dist/es/standards-sdk.es92.js.map +0 -1
- package/dist/es/standards-sdk.es93.js +0 -198
- package/dist/es/standards-sdk.es93.js.map +0 -1
- package/dist/es/standards-sdk.es94.js +0 -441
- package/dist/es/standards-sdk.es94.js.map +0 -1
- package/dist/es/standards-sdk.es95.js +0 -28
- package/dist/es/standards-sdk.es95.js.map +0 -1
- package/dist/es/standards-sdk.es96.js +0 -142
- package/dist/es/standards-sdk.es96.js.map +0 -1
- package/dist/es/standards-sdk.es97.js +0 -21
- package/dist/es/standards-sdk.es97.js.map +0 -1
- package/dist/es/standards-sdk.es98.js +0 -32
- package/dist/es/standards-sdk.es98.js.map +0 -1
- package/dist/es/standards-sdk.es99.js +0 -32
- package/dist/es/standards-sdk.es99.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/inscribe/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { InscriptionSDK } from '@kiloscribe/inscription-sdk';
|
|
2
|
+
import { InscriptionOptions, InscriptionResult, RetrievedInscriptionResult, HederaClientConfig } from './types';
|
|
3
|
+
import { DAppSigner } from '@hashgraph/hedera-wallet-connect';
|
|
4
|
+
import { ProgressCallback } from '../utils/progress-reporter';
|
|
5
|
+
export type InscriptionInput = {
|
|
6
|
+
type: 'url';
|
|
7
|
+
url: string;
|
|
8
|
+
} | {
|
|
9
|
+
type: 'file';
|
|
10
|
+
path: string;
|
|
11
|
+
} | {
|
|
12
|
+
type: 'buffer';
|
|
13
|
+
buffer: ArrayBuffer | Buffer;
|
|
14
|
+
fileName: string;
|
|
15
|
+
mimeType?: string;
|
|
16
|
+
};
|
|
17
|
+
export type InscriptionResponse = {
|
|
18
|
+
confirmed: false;
|
|
19
|
+
result: InscriptionResult;
|
|
20
|
+
sdk: InscriptionSDK;
|
|
21
|
+
} | {
|
|
22
|
+
confirmed: true;
|
|
23
|
+
result: InscriptionResult;
|
|
24
|
+
inscription: RetrievedInscriptionResult;
|
|
25
|
+
sdk: InscriptionSDK;
|
|
26
|
+
};
|
|
27
|
+
export declare function inscribe(input: InscriptionInput, clientConfig: HederaClientConfig, options: InscriptionOptions, existingSDK?: InscriptionSDK): Promise<InscriptionResponse>;
|
|
28
|
+
export declare function inscribeWithSigner(input: InscriptionInput, signer: DAppSigner, options: InscriptionOptions, existingSDK?: InscriptionSDK): Promise<InscriptionResponse>;
|
|
29
|
+
export declare function retrieveInscription(transactionId: string, options: InscriptionOptions & {
|
|
30
|
+
accountId?: string;
|
|
31
|
+
privateKey?: string;
|
|
32
|
+
}): Promise<RetrievedInscriptionResult>;
|
|
33
|
+
export declare function waitForInscriptionConfirmation(sdk: InscriptionSDK, transactionId: string, maxAttempts?: number, intervalMs?: number, progressCallback?: ProgressCallback): Promise<RetrievedInscriptionResult>;
|
|
34
|
+
//# sourceMappingURL=inscriber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inscriber.d.ts","sourceRoot":"","sources":["../../../src/inscribe/inscriber.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EACL,kBAAkB,EAClB,iBAAiB,EACjB,0BAA0B,EAC1B,kBAAkB,EACnB,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAEnE,OAAO,EAAE,gBAAgB,EAAoB,MAAM,4BAA4B,CAAC;AAEhF,MAAM,MAAM,gBAAgB,GACxB;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,GAC5B;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAC9B;IACE,IAAI,EAAE,QAAQ,CAAC;IACf,MAAM,EAAE,WAAW,GAAG,MAAM,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEN,MAAM,MAAM,mBAAmB,GAC3B;IAAE,SAAS,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,iBAAiB,CAAC;IAAC,GAAG,EAAE,cAAc,CAAA;CAAE,GACpE;IACE,SAAS,EAAE,IAAI,CAAC;IAChB,MAAM,EAAE,iBAAiB,CAAC;IAC1B,WAAW,EAAE,0BAA0B,CAAC;IACxC,GAAG,EAAE,cAAc,CAAC;CACrB,CAAC;AAEN,wBAAsB,QAAQ,CAC5B,KAAK,EAAE,gBAAgB,EACvB,YAAY,EAAE,kBAAkB,EAChC,OAAO,EAAE,kBAAkB,EAC3B,WAAW,CAAC,EAAE,cAAc,GAC3B,OAAO,CAAC,mBAAmB,CAAC,CAgJ9B;AAED,wBAAsB,kBAAkB,CACtC,KAAK,EAAE,gBAAgB,EACvB,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,kBAAkB,EAC3B,WAAW,CAAC,EAAE,cAAc,GAC3B,OAAO,CAAC,mBAAmB,CAAC,CAyJ9B;AAED,wBAAsB,mBAAmB,CACvC,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,kBAAkB,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,CAAA;CAAE,GACxE,OAAO,CAAC,0BAA0B,CAAC,CAgErC;AAwBD,wBAAsB,8BAA8B,CAClD,GAAG,EAAE,cAAc,EACnB,aAAa,EAAE,MAAM,EACrB,WAAW,GAAE,MAAW,EACxB,UAAU,GAAE,MAAa,EACzB,gBAAgB,CAAC,EAAE,gBAAgB,GAClC,OAAO,CAAC,0BAA0B,CAAC,CAkFrC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { StartInscriptionRequest, InscriptionResult, RetrievedInscriptionResult as SDKRetrievedInscriptionResult, HederaClientConfig, InscriptionNumbersParams, InscriptionNumberDetails } from '@kiloscribe/inscription-sdk';
|
|
2
|
+
import { LogLevel } from '../utils/logger';
|
|
3
|
+
import { RegistrationProgressCallback } from '../hcs-10/types';
|
|
4
|
+
export type { StartInscriptionRequest, InscriptionResult, InscriptionNumbersParams, InscriptionNumberDetails, };
|
|
5
|
+
export interface RetrievedInscriptionResult extends SDKRetrievedInscriptionResult {
|
|
6
|
+
content?: string;
|
|
7
|
+
url?: string;
|
|
8
|
+
metadata?: Record<string, unknown>;
|
|
9
|
+
message?: string;
|
|
10
|
+
}
|
|
11
|
+
export type { HederaClientConfig };
|
|
12
|
+
export interface AuthConfig {
|
|
13
|
+
accountId: string;
|
|
14
|
+
privateKey: string;
|
|
15
|
+
network?: 'mainnet' | 'testnet';
|
|
16
|
+
}
|
|
17
|
+
export interface AuthResult {
|
|
18
|
+
token: string;
|
|
19
|
+
expiresAt: number;
|
|
20
|
+
}
|
|
21
|
+
export interface InscriptionSDKOptions {
|
|
22
|
+
apiKey?: string;
|
|
23
|
+
network?: 'mainnet' | 'testnet';
|
|
24
|
+
}
|
|
25
|
+
export interface InscriptionOptions {
|
|
26
|
+
mode?: 'file' | 'upload' | 'hashinal' | 'hashinal-collection';
|
|
27
|
+
waitForConfirmation?: boolean;
|
|
28
|
+
waitMaxAttempts?: number;
|
|
29
|
+
waitIntervalMs?: number;
|
|
30
|
+
apiKey?: string;
|
|
31
|
+
tags?: string[];
|
|
32
|
+
metadata?: Record<string, any>;
|
|
33
|
+
jsonFileURL?: string;
|
|
34
|
+
chunkSize?: number;
|
|
35
|
+
logging?: {
|
|
36
|
+
level?: LogLevel;
|
|
37
|
+
};
|
|
38
|
+
progressCallback?: RegistrationProgressCallback;
|
|
39
|
+
network?: 'mainnet' | 'testnet';
|
|
40
|
+
}
|
|
41
|
+
export interface TextInscriptionOptions extends InscriptionOptions {
|
|
42
|
+
contentType?: string;
|
|
43
|
+
metadata?: Record<string, unknown>;
|
|
44
|
+
tags?: string[];
|
|
45
|
+
}
|
|
46
|
+
export interface FileInscriptionOptions extends InscriptionOptions {
|
|
47
|
+
contentType?: string;
|
|
48
|
+
metadata?: Record<string, unknown>;
|
|
49
|
+
tags?: string[];
|
|
50
|
+
chunkSize?: number;
|
|
51
|
+
}
|
|
52
|
+
export interface UrlInscriptionOptions extends InscriptionOptions {
|
|
53
|
+
metadata?: Record<string, unknown> & {
|
|
54
|
+
name?: string;
|
|
55
|
+
description?: string;
|
|
56
|
+
tags?: string[];
|
|
57
|
+
};
|
|
58
|
+
tags?: string[];
|
|
59
|
+
maxFileSize?: number;
|
|
60
|
+
}
|
|
61
|
+
export interface HashinalInscriptionOptions extends InscriptionOptions {
|
|
62
|
+
metadata: {
|
|
63
|
+
name: string;
|
|
64
|
+
creator: string;
|
|
65
|
+
description: string;
|
|
66
|
+
image?: string;
|
|
67
|
+
type: string;
|
|
68
|
+
attributes?: Array<{
|
|
69
|
+
trait_type: string;
|
|
70
|
+
value: string | number;
|
|
71
|
+
}>;
|
|
72
|
+
properties?: Record<string, unknown>;
|
|
73
|
+
tags?: string[];
|
|
74
|
+
[key: string]: unknown;
|
|
75
|
+
};
|
|
76
|
+
jsonFileURL?: string;
|
|
77
|
+
chunkSize?: number;
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/inscribe/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
import { PublicKey } from '@hashgraph/sdk';
|
|
2
|
+
import { Logger } from '../utils/logger';
|
|
3
|
+
import { HCSMessage } from '../hcs-10/base-client';
|
|
4
|
+
import { AccountResponse, CustomFees, ScheduleInfo, TokenInfoResponse, TopicResponse, Transaction as HederaTransaction, AccountTokenBalance, NftDetail, ContractCallQueryResponse, TokenAirdrop, Block, ContractResult, ContractLog, ContractAction, ContractEntity, ContractState, NftInfo, OpcodeTraceResponse, NetworkInfo, NetworkFees, NetworkSupply, NetworkStake } from './types';
|
|
5
|
+
import { NetworkType } from '../utils/types';
|
|
6
|
+
/**
|
|
7
|
+
* Configuration for retry attempts.
|
|
8
|
+
*/
|
|
9
|
+
export interface RetryConfig {
|
|
10
|
+
maxRetries?: number;
|
|
11
|
+
initialDelayMs?: number;
|
|
12
|
+
maxDelayMs?: number;
|
|
13
|
+
backoffFactor?: number;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Configuration for custom mirror node providers.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* // Using HGraph with API key in URL
|
|
20
|
+
* const config = {
|
|
21
|
+
* customUrl: 'https://mainnet.hedera.api.hgraph.dev/v1/<API-KEY>',
|
|
22
|
+
* apiKey: 'your-api-key-here'
|
|
23
|
+
* };
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* // Using custom provider with API key in headers
|
|
27
|
+
* const config = {
|
|
28
|
+
* customUrl: 'https://custom-mirror-node.com',
|
|
29
|
+
* apiKey: 'your-api-key',
|
|
30
|
+
* headers: {
|
|
31
|
+
* 'X-Custom-Header': 'value'
|
|
32
|
+
* }
|
|
33
|
+
* };
|
|
34
|
+
*/
|
|
35
|
+
export interface MirrorNodeConfig {
|
|
36
|
+
/** Custom mirror node URL. Can include <API-KEY> placeholder for URL-based API keys. */
|
|
37
|
+
customUrl?: string;
|
|
38
|
+
/** API key for authentication. Will be used in both Authorization header and URL replacement. */
|
|
39
|
+
apiKey?: string;
|
|
40
|
+
/** Additional custom headers to include with requests. */
|
|
41
|
+
headers?: Record<string, string>;
|
|
42
|
+
}
|
|
43
|
+
export declare class HederaMirrorNode {
|
|
44
|
+
private network;
|
|
45
|
+
private baseUrl;
|
|
46
|
+
private logger;
|
|
47
|
+
private isServerEnvironment;
|
|
48
|
+
private apiKey?;
|
|
49
|
+
private customHeaders;
|
|
50
|
+
private maxRetries;
|
|
51
|
+
private initialDelayMs;
|
|
52
|
+
private maxDelayMs;
|
|
53
|
+
private backoffFactor;
|
|
54
|
+
constructor(network: NetworkType, logger: Logger, config?: MirrorNodeConfig);
|
|
55
|
+
/**
|
|
56
|
+
* Configures the retry mechanism for API requests.
|
|
57
|
+
* @param config The retry configuration.
|
|
58
|
+
*/
|
|
59
|
+
configureRetry(config: RetryConfig): void;
|
|
60
|
+
/**
|
|
61
|
+
* Updates the mirror node configuration.
|
|
62
|
+
* @param config The new mirror node configuration.
|
|
63
|
+
*/
|
|
64
|
+
configureMirrorNode(config: MirrorNodeConfig): void;
|
|
65
|
+
/**
|
|
66
|
+
* Constructs a full URL for API requests, handling custom providers with API keys in the path.
|
|
67
|
+
* @param endpoint The API endpoint (e.g., '/api/v1/accounts/0.0.123')
|
|
68
|
+
* @returns The full URL for the request
|
|
69
|
+
*/
|
|
70
|
+
private constructUrl;
|
|
71
|
+
private getMirrorNodeUrl;
|
|
72
|
+
getBaseUrl(): string;
|
|
73
|
+
/**
|
|
74
|
+
* Retrieves the public key for a given account ID from the mirror node.
|
|
75
|
+
* @param accountId The ID of the account to retrieve the public key for.
|
|
76
|
+
* @returns A promise that resolves to the public key for the given account.
|
|
77
|
+
* @throws An error if the account ID is invalid or the public key cannot be retrieved.
|
|
78
|
+
*/
|
|
79
|
+
getPublicKey(accountId: string): Promise<PublicKey>;
|
|
80
|
+
/**
|
|
81
|
+
* Retrieves the memo for a given account ID from the mirror node.
|
|
82
|
+
* @param accountId The ID of the account to retrieve the memo for.
|
|
83
|
+
* @returns A promise that resolves to the memo for the given account.
|
|
84
|
+
* @throws An error if the account ID is invalid or the memo cannot be retrieved.
|
|
85
|
+
*/
|
|
86
|
+
getAccountMemo(accountId: string): Promise<string | null>;
|
|
87
|
+
/**
|
|
88
|
+
* Retrieves topic information for a given topic ID from the mirror node.
|
|
89
|
+
* @param topicId The ID of the topic to retrieve information for.
|
|
90
|
+
* @returns A promise that resolves to the topic information.
|
|
91
|
+
* @throws An error if the topic ID is invalid or the information cannot be retrieved.
|
|
92
|
+
*/
|
|
93
|
+
getTopicInfo(topicId: string): Promise<TopicResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* Retrieves custom fees for a given topic ID from the mirror node.
|
|
96
|
+
* @param topicId The ID of the topic to retrieve custom fees for.
|
|
97
|
+
* @returns A promise that resolves to the custom fees for the given topic.
|
|
98
|
+
* @throws An error if the topic ID is invalid or the custom fees cannot be retrieved.
|
|
99
|
+
*/
|
|
100
|
+
getTopicFees(topicId: string): Promise<CustomFees | null>;
|
|
101
|
+
/**
|
|
102
|
+
* Retrieves the current HBAR price from the mirror node.
|
|
103
|
+
* @param date The date to retrieve the HBAR price for.
|
|
104
|
+
* @returns A promise that resolves to the HBAR price for the given date.
|
|
105
|
+
* @throws An error if the date is invalid or the price cannot be retrieved.
|
|
106
|
+
*/
|
|
107
|
+
getHBARPrice(date: Date): Promise<number | null>;
|
|
108
|
+
/**
|
|
109
|
+
* Retrieves token information for a given token ID from the mirror node.
|
|
110
|
+
* @param tokenId The ID of the token to retrieve information for.
|
|
111
|
+
* @returns A promise that resolves to the token information.
|
|
112
|
+
* @throws An error if the token ID is invalid or the information cannot be retrieved.
|
|
113
|
+
*/
|
|
114
|
+
getTokenInfo(tokenId: string): Promise<TokenInfoResponse | null>;
|
|
115
|
+
/**
|
|
116
|
+
* Retrieves messages for a given topic ID from the mirror node.
|
|
117
|
+
* @param topicId The ID of the topic to retrieve messages for.
|
|
118
|
+
* @returns A promise that resolves to the messages for the given topic.
|
|
119
|
+
* @throws An error if the topic ID is invalid or the messages cannot be retrieved.
|
|
120
|
+
*/
|
|
121
|
+
getTopicMessages(topicId: string): Promise<HCSMessage[]>;
|
|
122
|
+
/**
|
|
123
|
+
* Requests account information for a given account ID from the mirror node.
|
|
124
|
+
* @param accountId The ID of the account to retrieve information for.
|
|
125
|
+
* @returns A promise that resolves to the account information.
|
|
126
|
+
* @throws An error if the account ID is invalid or the information cannot be retrieved.
|
|
127
|
+
*/
|
|
128
|
+
requestAccount(accountId: string): Promise<AccountResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* Checks if a user has access to a given key list.
|
|
131
|
+
* @param keyBytes The key list to check access for.
|
|
132
|
+
* @param userPublicKey The public key of the user to check access for.
|
|
133
|
+
* @returns A promise that resolves to true if the user has access, false otherwise.
|
|
134
|
+
*/
|
|
135
|
+
checkKeyListAccess(keyBytes: Buffer, userPublicKey: PublicKey): Promise<boolean>;
|
|
136
|
+
/**
|
|
137
|
+
* Evaluates the access of a given key to a user's public key.
|
|
138
|
+
* @param key The key to evaluate access for.
|
|
139
|
+
* @param userPublicKey The public key of the user to evaluate access for.
|
|
140
|
+
* @returns A promise that resolves to true if the key has access, false otherwise.
|
|
141
|
+
*/
|
|
142
|
+
private evaluateKeyAccess;
|
|
143
|
+
/**
|
|
144
|
+
* Evaluates the access of a given key list to a user's public key.
|
|
145
|
+
* @param keyList The key list to evaluate access for.
|
|
146
|
+
* @param userPublicKey The public key of the user to evaluate access for.
|
|
147
|
+
* @returns A promise that resolves to true if the key list has access, false otherwise.
|
|
148
|
+
*/
|
|
149
|
+
private evaluateKeyList;
|
|
150
|
+
/**
|
|
151
|
+
* Compares an Ed25519 key with a user's public key.
|
|
152
|
+
* @param keyData The Ed25519 key data to compare.
|
|
153
|
+
* @param userPublicKey The public key of the user to compare with.
|
|
154
|
+
* @returns A boolean indicating whether the key matches the user's public key.
|
|
155
|
+
*/
|
|
156
|
+
private compareEd25519Key;
|
|
157
|
+
/**
|
|
158
|
+
* Retrieves information about a scheduled transaction
|
|
159
|
+
* @param scheduleId The ID of the scheduled transaction
|
|
160
|
+
* @returns A promise that resolves to the scheduled transaction information
|
|
161
|
+
*/
|
|
162
|
+
getScheduleInfo(scheduleId: string): Promise<ScheduleInfo | null>;
|
|
163
|
+
/**
|
|
164
|
+
* Checks the status of a scheduled transaction
|
|
165
|
+
* @param scheduleId The schedule ID to check
|
|
166
|
+
* @returns Status of the scheduled transaction
|
|
167
|
+
*/
|
|
168
|
+
getScheduledTransactionStatus(scheduleId: string): Promise<{
|
|
169
|
+
executed: boolean;
|
|
170
|
+
executedDate?: Date;
|
|
171
|
+
deleted: boolean;
|
|
172
|
+
}>;
|
|
173
|
+
/**
|
|
174
|
+
* Retrieves details for a given transaction ID or hash from the mirror node.
|
|
175
|
+
* @param transactionIdOrHash The ID or hash of the transaction.
|
|
176
|
+
* @returns A promise that resolves to the transaction details.
|
|
177
|
+
* @throws An error if the transaction ID/hash is invalid or details cannot be retrieved.
|
|
178
|
+
*/
|
|
179
|
+
getTransaction(transactionIdOrHash: string): Promise<HederaTransaction | null>;
|
|
180
|
+
/**
|
|
181
|
+
* Private helper to make GET requests with retry logic using Axios.
|
|
182
|
+
*/
|
|
183
|
+
private _requestWithRetry;
|
|
184
|
+
/**
|
|
185
|
+
* Private helper to make fetch requests with retry logic.
|
|
186
|
+
*/
|
|
187
|
+
private _fetchWithRetry;
|
|
188
|
+
/**
|
|
189
|
+
* Retrieves the numerical balance (in HBAR) for a given account ID.
|
|
190
|
+
* @param accountId The ID of the account.
|
|
191
|
+
* @returns A promise that resolves to the HBAR balance or null if an error occurs.
|
|
192
|
+
*/
|
|
193
|
+
getAccountBalance(accountId: string): Promise<number | null>;
|
|
194
|
+
/**
|
|
195
|
+
* Retrieves messages for a given topic ID with optional filters.
|
|
196
|
+
* @param topicId The ID of the topic.
|
|
197
|
+
* @param sequenceNumber Filter by sequence number (e.g., "gt:10", "lte:20").
|
|
198
|
+
* @param startTime Filter by consensus timestamp (e.g., "gt:1629400000.000000000").
|
|
199
|
+
* @param endTime Filter by consensus timestamp (e.g., "lt:1629500000.000000000").
|
|
200
|
+
* @param limit The maximum number of messages to return.
|
|
201
|
+
* @returns A promise that resolves to an array of HCSMessages or null.
|
|
202
|
+
*/
|
|
203
|
+
getTopicMessagesByFilter(topicId: string, options?: {
|
|
204
|
+
sequenceNumber?: string;
|
|
205
|
+
startTime?: string;
|
|
206
|
+
endTime?: string;
|
|
207
|
+
limit?: number;
|
|
208
|
+
order?: 'asc' | 'desc';
|
|
209
|
+
}): Promise<HCSMessage[] | null>;
|
|
210
|
+
/**
|
|
211
|
+
* Retrieves token balances for a given account ID.
|
|
212
|
+
* @param accountId The ID of the account.
|
|
213
|
+
* @param limit The maximum number of tokens to return.
|
|
214
|
+
* @returns A promise that resolves to an array of AccountTokenBalance or null.
|
|
215
|
+
*/
|
|
216
|
+
getAccountTokens(accountId: string, limit?: number): Promise<AccountTokenBalance[] | null>;
|
|
217
|
+
/**
|
|
218
|
+
* Retrieves transaction details by consensus timestamp.
|
|
219
|
+
* @param timestamp The consensus timestamp of the transaction (e.g., "1629400000.000000000").
|
|
220
|
+
* @returns A promise that resolves to the transaction details or null.
|
|
221
|
+
*/
|
|
222
|
+
getTransactionByTimestamp(timestamp: string): Promise<HederaTransaction[]>;
|
|
223
|
+
/**
|
|
224
|
+
* Retrieves NFTs for a given account ID, optionally filtered by token ID.
|
|
225
|
+
* @param accountId The ID of the account.
|
|
226
|
+
* @param tokenId Optional ID of the token to filter NFTs by.
|
|
227
|
+
* @param limit The maximum number of NFTs to return per page (API has its own max).
|
|
228
|
+
* @returns A promise that resolves to an array of NftDetail or null.
|
|
229
|
+
*/
|
|
230
|
+
getAccountNfts(accountId: string, tokenId?: string, limit?: number): Promise<NftDetail[] | null>;
|
|
231
|
+
/**
|
|
232
|
+
* Validates NFT ownership by checking if a specific serial number of a token ID exists for an account.
|
|
233
|
+
* @param accountId The ID of the account.
|
|
234
|
+
* @param tokenId The ID of the NFT's token.
|
|
235
|
+
* @param serialNumber The serial number of the NFT.
|
|
236
|
+
* @returns A promise that resolves to the NftDetail if owned, or null otherwise.
|
|
237
|
+
*/
|
|
238
|
+
validateNFTOwnership(accountId: string, tokenId: string, serialNumber: number): Promise<NftDetail | null>;
|
|
239
|
+
/**
|
|
240
|
+
* Performs a read-only query against a smart contract (eth_call like).
|
|
241
|
+
* @param contractIdOrAddress The contract ID (e.g., "0.0.123") or EVM address (e.g., "0x...").
|
|
242
|
+
* @param functionSelector The function selector and encoded parameters (e.g., "0xabcdef12...").
|
|
243
|
+
* @param payerAccountId The account ID of the payer (not strictly payer for read-only, but often required as 'from').
|
|
244
|
+
* @param estimate Whether this is an estimate call. Mirror node might not support this directly in /contracts/call for true estimation.
|
|
245
|
+
* @param block Block parameter, e.g., "latest", "pending", or block number.
|
|
246
|
+
* @param value The value in tinybars to send with the call (for payable view/pure functions, usually 0).
|
|
247
|
+
* @returns A promise that resolves to the contract call query response or null.
|
|
248
|
+
*/
|
|
249
|
+
readSmartContractQuery(contractIdOrAddress: string, functionSelector: string, payerAccountId: string, options?: {
|
|
250
|
+
estimate?: boolean;
|
|
251
|
+
block?: string;
|
|
252
|
+
value?: number;
|
|
253
|
+
gas?: number;
|
|
254
|
+
gasPrice?: number;
|
|
255
|
+
}): Promise<ContractCallQueryResponse | null>;
|
|
256
|
+
/**
|
|
257
|
+
* Retrieves token airdrops for a given account ID.
|
|
258
|
+
* @param accountId The ID of the account to retrieve airdrops for.
|
|
259
|
+
* @param limit The maximum number of airdrops to return.
|
|
260
|
+
* @returns A promise that resolves to an array of TokenAirdrop or null.
|
|
261
|
+
*/
|
|
262
|
+
getTokenAirdrops(accountId: string, limit?: number): Promise<TokenAirdrop[] | null>;
|
|
263
|
+
/**
|
|
264
|
+
* Retrieves blocks from the network.
|
|
265
|
+
* @param options Optional parameters for filtering blocks.
|
|
266
|
+
* @returns A promise that resolves to an array of Block or null.
|
|
267
|
+
*/
|
|
268
|
+
getBlocks(options?: {
|
|
269
|
+
limit?: number;
|
|
270
|
+
order?: 'asc' | 'desc';
|
|
271
|
+
timestamp?: string;
|
|
272
|
+
blockNumber?: string;
|
|
273
|
+
}): Promise<Block[] | null>;
|
|
274
|
+
/**
|
|
275
|
+
* Retrieves a specific block by number or hash.
|
|
276
|
+
* @param blockNumberOrHash The block number or hash.
|
|
277
|
+
* @returns A promise that resolves to a Block or null.
|
|
278
|
+
*/
|
|
279
|
+
getBlock(blockNumberOrHash: string): Promise<Block | null>;
|
|
280
|
+
/**
|
|
281
|
+
* Retrieves contract entities from the network.
|
|
282
|
+
* @param options Optional parameters for filtering contracts.
|
|
283
|
+
* @returns A promise that resolves to an array of ContractEntity or null.
|
|
284
|
+
*/
|
|
285
|
+
getContracts(options?: {
|
|
286
|
+
contractId?: string;
|
|
287
|
+
limit?: number;
|
|
288
|
+
order?: 'asc' | 'desc';
|
|
289
|
+
}): Promise<ContractEntity[] | null>;
|
|
290
|
+
/**
|
|
291
|
+
* Retrieves a specific contract by ID or address.
|
|
292
|
+
* @param contractIdOrAddress The contract ID or EVM address.
|
|
293
|
+
* @param timestamp Optional timestamp for historical data.
|
|
294
|
+
* @returns A promise that resolves to a ContractEntity or null.
|
|
295
|
+
*/
|
|
296
|
+
getContract(contractIdOrAddress: string, timestamp?: string): Promise<ContractEntity | null>;
|
|
297
|
+
/**
|
|
298
|
+
* Retrieves contract results from the network.
|
|
299
|
+
* @param options Optional parameters for filtering contract results.
|
|
300
|
+
* @returns A promise that resolves to an array of ContractResult or null.
|
|
301
|
+
*/
|
|
302
|
+
getContractResults(options?: {
|
|
303
|
+
from?: string;
|
|
304
|
+
blockHash?: string;
|
|
305
|
+
blockNumber?: string;
|
|
306
|
+
internal?: boolean;
|
|
307
|
+
limit?: number;
|
|
308
|
+
order?: 'asc' | 'desc';
|
|
309
|
+
timestamp?: string;
|
|
310
|
+
transactionIndex?: number;
|
|
311
|
+
}): Promise<ContractResult[] | null>;
|
|
312
|
+
/**
|
|
313
|
+
* Retrieves a specific contract result by transaction ID or hash.
|
|
314
|
+
* @param transactionIdOrHash The transaction ID or hash.
|
|
315
|
+
* @param nonce Optional nonce filter.
|
|
316
|
+
* @returns A promise that resolves to a ContractResult or null.
|
|
317
|
+
*/
|
|
318
|
+
getContractResult(transactionIdOrHash: string, nonce?: number): Promise<ContractResult | null>;
|
|
319
|
+
/**
|
|
320
|
+
* Retrieves contract results for a specific contract.
|
|
321
|
+
* @param contractIdOrAddress The contract ID or EVM address.
|
|
322
|
+
* @param options Optional parameters for filtering.
|
|
323
|
+
* @returns A promise that resolves to an array of ContractResult or null.
|
|
324
|
+
*/
|
|
325
|
+
getContractResultsByContract(contractIdOrAddress: string, options?: {
|
|
326
|
+
blockHash?: string;
|
|
327
|
+
blockNumber?: string;
|
|
328
|
+
from?: string;
|
|
329
|
+
internal?: boolean;
|
|
330
|
+
limit?: number;
|
|
331
|
+
order?: 'asc' | 'desc';
|
|
332
|
+
timestamp?: string;
|
|
333
|
+
transactionIndex?: number;
|
|
334
|
+
}): Promise<ContractResult[] | null>;
|
|
335
|
+
/**
|
|
336
|
+
* Retrieves contract state for a specific contract.
|
|
337
|
+
* @param contractIdOrAddress The contract ID or EVM address.
|
|
338
|
+
* @param options Optional parameters for filtering.
|
|
339
|
+
* @returns A promise that resolves to an array of ContractState or null.
|
|
340
|
+
*/
|
|
341
|
+
getContractState(contractIdOrAddress: string, options?: {
|
|
342
|
+
limit?: number;
|
|
343
|
+
order?: 'asc' | 'desc';
|
|
344
|
+
slot?: string;
|
|
345
|
+
timestamp?: string;
|
|
346
|
+
}): Promise<ContractState[] | null>;
|
|
347
|
+
/**
|
|
348
|
+
* Retrieves contract actions for a specific transaction.
|
|
349
|
+
* @param transactionIdOrHash The transaction ID or hash.
|
|
350
|
+
* @param options Optional parameters for filtering.
|
|
351
|
+
* @returns A promise that resolves to an array of ContractAction or null.
|
|
352
|
+
*/
|
|
353
|
+
getContractActions(transactionIdOrHash: string, options?: {
|
|
354
|
+
index?: string;
|
|
355
|
+
limit?: number;
|
|
356
|
+
order?: 'asc' | 'desc';
|
|
357
|
+
}): Promise<ContractAction[] | null>;
|
|
358
|
+
/**
|
|
359
|
+
* Retrieves contract logs from the network.
|
|
360
|
+
* @param options Optional parameters for filtering logs.
|
|
361
|
+
* @returns A promise that resolves to an array of ContractLog or null.
|
|
362
|
+
*/
|
|
363
|
+
getContractLogs(options?: {
|
|
364
|
+
index?: string;
|
|
365
|
+
limit?: number;
|
|
366
|
+
order?: 'asc' | 'desc';
|
|
367
|
+
timestamp?: string;
|
|
368
|
+
topic0?: string;
|
|
369
|
+
topic1?: string;
|
|
370
|
+
topic2?: string;
|
|
371
|
+
topic3?: string;
|
|
372
|
+
transactionHash?: string;
|
|
373
|
+
}): Promise<ContractLog[] | null>;
|
|
374
|
+
/**
|
|
375
|
+
* Retrieves contract logs for a specific contract.
|
|
376
|
+
* @param contractIdOrAddress The contract ID or EVM address.
|
|
377
|
+
* @param options Optional parameters for filtering logs.
|
|
378
|
+
* @returns A promise that resolves to an array of ContractLog or null.
|
|
379
|
+
*/
|
|
380
|
+
getContractLogsByContract(contractIdOrAddress: string, options?: {
|
|
381
|
+
index?: string;
|
|
382
|
+
limit?: number;
|
|
383
|
+
order?: 'asc' | 'desc';
|
|
384
|
+
timestamp?: string;
|
|
385
|
+
topic0?: string;
|
|
386
|
+
topic1?: string;
|
|
387
|
+
topic2?: string;
|
|
388
|
+
topic3?: string;
|
|
389
|
+
}): Promise<ContractLog[] | null>;
|
|
390
|
+
/**
|
|
391
|
+
* Retrieves opcode traces for a specific transaction.
|
|
392
|
+
* @param transactionIdOrHash The transaction ID or hash.
|
|
393
|
+
* @param options Optional parameters for trace details.
|
|
394
|
+
* @returns A promise that resolves to an OpcodeTraceResponse or null.
|
|
395
|
+
*/
|
|
396
|
+
getOpcodeTraces(transactionIdOrHash: string, options?: {
|
|
397
|
+
stack?: boolean;
|
|
398
|
+
memory?: boolean;
|
|
399
|
+
storage?: boolean;
|
|
400
|
+
}): Promise<OpcodeTraceResponse | null>;
|
|
401
|
+
/**
|
|
402
|
+
* Retrieves NFT information by token ID and serial number.
|
|
403
|
+
* @param tokenId The token ID.
|
|
404
|
+
* @param serialNumber The serial number of the NFT.
|
|
405
|
+
* @returns A promise that resolves to an NftInfo or null.
|
|
406
|
+
*/
|
|
407
|
+
getNftInfo(tokenId: string, serialNumber: number): Promise<NftInfo | null>;
|
|
408
|
+
/**
|
|
409
|
+
* Retrieves NFTs for a specific token.
|
|
410
|
+
* @param tokenId The token ID.
|
|
411
|
+
* @param options Optional parameters for filtering NFTs.
|
|
412
|
+
* @returns A promise that resolves to an array of NftInfo or null.
|
|
413
|
+
*/
|
|
414
|
+
getNftsByToken(tokenId: string, options?: {
|
|
415
|
+
accountId?: string;
|
|
416
|
+
limit?: number;
|
|
417
|
+
order?: 'asc' | 'desc';
|
|
418
|
+
serialNumber?: string;
|
|
419
|
+
}): Promise<NftInfo[] | null>;
|
|
420
|
+
/**
|
|
421
|
+
* Retrieves network information.
|
|
422
|
+
* @returns A promise that resolves to NetworkInfo or null.
|
|
423
|
+
*/
|
|
424
|
+
getNetworkInfo(): Promise<NetworkInfo | null>;
|
|
425
|
+
/**
|
|
426
|
+
* Retrieves network fees.
|
|
427
|
+
* @param timestamp Optional timestamp for historical fees.
|
|
428
|
+
* @returns A promise that resolves to NetworkFees or null.
|
|
429
|
+
*/
|
|
430
|
+
getNetworkFees(timestamp?: string): Promise<NetworkFees | null>;
|
|
431
|
+
/**
|
|
432
|
+
* Retrieves network supply information.
|
|
433
|
+
* @param timestamp Optional timestamp for historical supply data.
|
|
434
|
+
* @returns A promise that resolves to NetworkSupply or null.
|
|
435
|
+
*/
|
|
436
|
+
getNetworkSupply(timestamp?: string): Promise<NetworkSupply | null>;
|
|
437
|
+
/**
|
|
438
|
+
* Retrieves network stake information.
|
|
439
|
+
* @param timestamp Optional timestamp for historical stake data.
|
|
440
|
+
* @returns A promise that resolves to NetworkStake or null.
|
|
441
|
+
*/
|
|
442
|
+
getNetworkStake(timestamp?: string): Promise<NetworkStake | null>;
|
|
443
|
+
}
|
|
444
|
+
//# sourceMappingURL=mirror-node.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mirror-node.d.ts","sourceRoot":"","sources":["../../../src/services/mirror-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAwB,MAAM,gBAAgB,CAAC;AAEjE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,OAAO,EACL,eAAe,EACf,UAAU,EAEV,YAAY,EACZ,iBAAiB,EAEjB,aAAa,EACb,WAAW,IAAI,iBAAiB,EAChC,mBAAmB,EAEnB,SAAS,EAET,yBAAyB,EACzB,YAAY,EAEZ,KAAK,EAEL,cAAc,EAEd,WAAW,EAEX,cAAc,EAEd,cAAc,EAEd,aAAa,EAEb,OAAO,EAGP,mBAAmB,EACnB,WAAW,EACX,WAAW,EACX,aAAa,EACb,YAAY,EACb,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,WAAW,gBAAgB;IAC/B,wFAAwF;IACxF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iGAAiG;IACjG,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,0DAA0D;IAC1D,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAED,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,mBAAmB,CAAU;IACrC,OAAO,CAAC,MAAM,CAAC,CAAS;IACxB,OAAO,CAAC,aAAa,CAAyB;IAE9C,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,cAAc,CAAgB;IACtC,OAAO,CAAC,UAAU,CAAiB;IACnC,OAAO,CAAC,aAAa,CAAa;gBAEtB,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,gBAAgB;IAqB3E;;;OAGG;IACI,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAUhD;;;OAGG;IACI,mBAAmB,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI;IAe1D;;;;OAIG;IACH,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,gBAAgB;IAMxB,UAAU,IAAI,MAAM;IAIpB;;;;;OAKG;IACG,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC;IAqBzD;;;;;OAKG;IACG,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAuB/D;;;;;OAKG;IACG,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAc3D;;;;;OAKG;IACG,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;IAY/D;;;;;OAKG;IACG,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAsBtD;;;;;OAKG;IACG,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;IAsBtE;;;;;OAKG;IACG,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC;IA0E9D;;;;;OAKG;IACG,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAqBjE;;;;;OAKG;IACG,kBAAkB,CACtB,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,SAAS,GACvB,OAAO,CAAC,OAAO,CAAC;IAYnB;;;;;OAKG;YACW,iBAAiB;IAmB/B;;;;;OAKG;YACW,eAAe;IAyC7B;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAezB;;;;OAIG;IACG,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAyBvE;;;;OAIG;IACU,6BAA6B,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC;QACtE,QAAQ,EAAE,OAAO,CAAC;QAClB,YAAY,CAAC,EAAE,IAAI,CAAC;QACpB,OAAO,EAAE,OAAO,CAAC;KAClB,CAAC;IA2BF;;;;;OAKG;IACG,cAAc,CAClB,mBAAmB,EAAE,MAAM,GAC1B,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;IAoCpC;;OAEG;YACW,iBAAiB;IAgE/B;;OAEG;YACW,eAAe;IA6E7B;;;;OAIG;IACG,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAoBlE;;;;;;;;OAQG;IACG,wBAAwB,CAC5B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;QACR,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;KACxB,GACA,OAAO,CAAC,UAAU,EAAE,GAAG,IAAI,CAAC;IA6G/B;;;;;OAKG;IACG,gBAAgB,CACpB,SAAS,EAAE,MAAM,EACjB,KAAK,GAAE,MAAY,GAClB,OAAO,CAAC,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAgCxC;;;;OAIG;IACG,yBAAyB,CAC7B,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAkB/B;;;;;;OAMG;IACG,cAAc,CAClB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,MAAM,EAChB,KAAK,GAAE,MAAY,GAClB,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;IAuD9B;;;;;;OAMG;IACG,oBAAoB,CACxB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAoB5B;;;;;;;;;OASG;IACG,sBAAsB,CAC1B,mBAAmB,EAAE,MAAM,EAC3B,gBAAgB,EAAE,MAAM,EACxB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE;QACR,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,GACA,OAAO,CAAC,yBAAyB,GAAG,IAAI,CAAC;IAmD5C;;;;;OAKG;IACG,gBAAgB,CACpB,SAAS,EAAE,MAAM,EACjB,KAAK,GAAE,MAAY,GAClB,OAAO,CAAC,YAAY,EAAE,GAAG,IAAI,CAAC;IAejC;;;;OAIG;IACG,SAAS,CAAC,OAAO,CAAC,EAAE;QACxB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,GAAG,OAAO,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC;IAgC3B;;;;OAIG;IACG,QAAQ,CAAC,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAehE;;;;OAIG;IACG,YAAY,CAAC,OAAO,CAAC,EAAE;QAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;KACxB,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,IAAI,CAAC;IA6BpC;;;;;OAKG;IACG,WAAW,CACf,mBAAmB,EAAE,MAAM,EAC3B,SAAS,CAAC,EAAE,MAAM,GACjB,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAmBjC;;;;OAIG;IACG,kBAAkB,CAAC,OAAO,CAAC,EAAE;QACjC,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,GAAG,OAAO,CAAC,cAAc,EAAE,GAAG,IAAI,CAAC;IA8CpC;;;;;OAKG;IACG,iBAAiB,CACrB,mBAAmB,EAAE,MAAM,EAC3B,KAAK,CAAC,EAAE,MAAM,GACb,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAmBjC;;;;;OAKG;IACG,4BAA4B,CAChC,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE;QACR,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,GACA,OAAO,CAAC,cAAc,EAAE,GAAG,IAAI,CAAC;IAkDnC;;;;;OAKG;IACG,gBAAgB,CACpB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE;QACR,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QACvB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,GACA,OAAO,CAAC,aAAa,EAAE,GAAG,IAAI,CAAC;IAkClC;;;;;OAKG;IACG,kBAAkB,CACtB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE;QACR,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;KACxB,GACA,OAAO,CAAC,cAAc,EAAE,GAAG,IAAI,CAAC;IAiCnC;;;;OAIG;IACG,eAAe,CAAC,OAAO,CAAC,EAAE;QAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,eAAe,CAAC,EAAE,MAAM,CAAC;KAC1B,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC;IA+CjC;;;;;OAKG;IACG,yBAAyB,CAC7B,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE;QACR,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,GACA,OAAO,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC;IAgDhC;;;;;OAKG;IACG,eAAe,CACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE;QACR,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,GACA,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;IA+BtC;;;;;OAKG;IACG,UAAU,CACd,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAe1B;;;;;OAKG;IACG,cAAc,CAClB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;QACR,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QACvB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GACA,OAAO,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC;IAkC5B;;;OAGG;IACG,cAAc,IAAI,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAanD;;;;OAIG;IACG,cAAc,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAiBrE;;;;OAIG;IACG,gBAAgB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;IAiBzE;;;;OAIG;IACG,eAAe,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;CAgBxE"}
|