Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/engine/openrpc/methods/blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
result:
name: List of blobs and corresponding cell proofs
schema:
type: array
items:
$ref: '#/components/schemas/BlobAndProofV2'
oneOf:
- type: array
items:
$ref: '#/components/schemas/BlobAndProofV2'
- type: 'null'
errors:
- code: -38004
message: Too large request
Expand Down