Response from storeProof.

P4: storageFee is now a bigint in OS (smallest-unit). Convert via denomination.osToDem(storageFee) for display.

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

Properties

broadcastMessage?: string

Response message from the node

broadcastStatus: number

HTTP status code from broadcast (200 = success)

storageFee: bigint

Total fee burned for storage as a bigint in OS.

txHash: string

Transaction hash of the storage transaction