DataSetCreationVerification
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:58
Result of verifying data set creation on-chain
Properties
Section titled “Properties”blockNumber?
Section titled “blockNumber?”optional blockNumber: number;Defined in: packages/synapse-sdk/src/warm-storage/service.ts:68
Block number where the transaction was mined (if mined)
dataSetId?
Section titled “dataSetId?”optional dataSetId: number;Defined in: packages/synapse-sdk/src/warm-storage/service.ts:64
The data set ID that was created (if successful)
dataSetLive
Section titled “dataSetLive”dataSetLive: boolean;Defined in: packages/synapse-sdk/src/warm-storage/service.ts:66
Whether the data set exists and is live on-chain
error?
Section titled “error?”optional error: string;Defined in: packages/synapse-sdk/src/warm-storage/service.ts:72
Error message if something went wrong
gasUsed?
Section titled “gasUsed?”optional gasUsed: bigint;Defined in: packages/synapse-sdk/src/warm-storage/service.ts:70
Gas used by the transaction (if mined)
transactionMined
Section titled “transactionMined”transactionMined: boolean;Defined in: packages/synapse-sdk/src/warm-storage/service.ts:60
Whether the transaction has been mined
transactionSuccess
Section titled “transactionSuccess”transactionSuccess: boolean;Defined in: packages/synapse-sdk/src/warm-storage/service.ts:62
Whether the transaction was successful