Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 committed Dec 14, 2023
1 parent 34efc92 commit 85fa529
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dist/app.bundle.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions docs/src/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,22 @@ paths:
required: false
schema:
type: boolean
- name: decodedXcmMsgs
in: query
description: When set to `true`, this will show the decoded XCM messages within
the extrinsics of the requested block.
required: false
schema:
type: boolean
default: false
- name: paraId
in: query
description: When it is set, this will return only the decoded XCM messages
for the specified paraId/parachain Id. To activate this functionality,
ensure that the `decodedXcmMsgs` parameter is set to true.
required: false
schema:
type: string
responses:
"200":
description: successful operation
Expand Down
1 change: 0 additions & 1 deletion src/services/blocks/XCMDecoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
IMessages,
IUpwardMessage,
} from '../../types/responses';
// import type { StagingXcmVersionedXcm } from "@polkadot/types/lookup";

enum ChainType {
Relay = 'Relay',
Expand Down

0 comments on commit 85fa529

Please sign in to comment.