Skip to content

Commit

Permalink
update rpc response types
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Mar 20, 2024
1 parent 433d8f9 commit 9d0602e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/api/spec/avail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const definitions: OverrideBundleDefinition = {
isOptional: true
}
],
type: 'Vec<Option<Vec<u8>>>'
type: 'Vec<Option<Vec<U256>>>'
},
queryDataProof: {
description: 'Generate the data proof for the given `transaction_index`',
Expand Down Expand Up @@ -78,7 +78,7 @@ const definitions: OverrideBundleDefinition = {
isOptional: true
}
],
type: 'Vec<Vec<u8>>'
type: 'Vec<Vec<U256>>'
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-config/src/api/typesBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48645,7 +48645,7 @@ export const typesBundle = {
"isOptional": true
}
],
"type": "Vec<Option<Vec<u8>>>"
"type": "Vec<Option<Vec<U256>>>"
},
"queryDataProof": {
"description": "Generate the data proof for the given `transaction_index`",
Expand Down Expand Up @@ -48675,7 +48675,7 @@ export const typesBundle = {
"isOptional": true
}
],
"type": "Vec<Vec<u8>>"
"type": "Vec<Vec<U256>>"
}
}
},
Expand Down

0 comments on commit 9d0602e

Please sign in to comment.