Response from storeProof

interface StoreProofResponse {
    broadcastMessage?: string;
    broadcastStatus: number;
    storageFee: number;
    txHash: string;
}

Properties

broadcastMessage?: string

Response message from the node

broadcastStatus: number

HTTP status code from broadcast (200 = success)

storageFee: number

Total fee burned for storage (in DEM)

txHash: string

Transaction hash of the storage transaction