description:Indicate that the batch was discovered by the Bee node, but it awaits enough on-chain confirmations before declaring the batch as usable.
type:boolean
type:boolean
label:
label:
type:string
type:string
...
@@ -333,11 +343,18 @@ components:
...
@@ -333,11 +343,18 @@ components:
type:integer
type:integer
immutableFlag:
immutableFlag:
type:boolean
type:boolean
exists:
type:boolean
DebugPostageBatch:
batchTTL:
allOf:
description:The time (in seconds) remaining until the batch expires; -1 signals that the batch never expires; 0 signals that the batch has already expired.
-$ref:'#/components/schemas/PostageBatch'
type:integer
-type:object
properties:
exists:
description:Internal debugging property. It indicates if the batch is expired.
type:boolean
batchTTL:
description:The time (in seconds) remaining until the batch expires; -1 signals that the batch never expires; 0 signals that the batch has already expired.