DataSetCreationVerification
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:65
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:75
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:71
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:73
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:79
Error message if something went wrong
gasUsed?
Section titled “gasUsed?”optional gasUsed: bigint;
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:77
Gas used by the transaction (if mined)
transactionMined
Section titled “transactionMined”transactionMined: boolean;
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:67
Whether the transaction has been mined
transactionSuccess
Section titled “transactionSuccess”transactionSuccess: boolean;
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:69
Whether the transaction was successful