Skip to content

Commit

Permalink
Add getBlobs method and schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jun 28, 2024
1 parent 3ae3d29 commit 39f575f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/engine/openrpc/methods/blob.yaml

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src/engine/openrpc/schemas/blob.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
BlobAndProofV1:
title: Blob and proof object V1
type: object
required:
- blob
- proof
properties:
blob:
title: Blob
$ref: '#/components/schema/bytes'
proof:
title: proof
$ref: '#/components/schemas/bytes48'

0 comments on commit 39f575f

Please sign in to comment.