ImportPrivateStatesResult
Midnight.js API Reference v3.1.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / ImportPrivateStatesResult
Interface: ImportPrivateStatesResult
Result of an import operation.
Properties
imported
readonlyimported:number
Number of states successfully imported.
overwritten
readonlyoverwritten:number
Number of states that overwrote existing states (when conflictStrategy is 'overwrite').
skipped
readonlyskipped:number
Number of states skipped due to conflicts (when conflictStrategy is 'skip').