Skip to content

Commit

Permalink
Update generated rpc schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sanlee42 committed Mar 7, 2022
1 parent 0f2dc6d commit ee070c5
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 83 deletions.
30 changes: 15 additions & 15 deletions rpc/generated_rpc_schema/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -110,7 +110,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -182,7 +182,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -247,7 +247,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -324,7 +324,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -458,7 +458,7 @@
],
"properties": {
"args": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -584,7 +584,7 @@
"minimum": 0.0
},
"payload": {
"anyOf": [
"oneOf": [
{
"description": "A transaction that executes code.",
"type": "object",
Expand Down Expand Up @@ -769,7 +769,7 @@
"properties": {
"authenticator": {
"description": "Public key and signature to authenticate",
"anyOf": [
"oneOf": [
{
"description": "Single signature",
"type": "object",
Expand Down Expand Up @@ -868,7 +868,7 @@
"minimum": 0.0
},
"payload": {
"anyOf": [
"oneOf": [
{
"description": "A transaction that executes code.",
"type": "object",
Expand Down Expand Up @@ -1092,7 +1092,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -1165,7 +1165,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -1254,7 +1254,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -1335,7 +1335,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -1451,7 +1451,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -1579,7 +1579,7 @@
"type": "boolean"
},
"public_key": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down
32 changes: 16 additions & 16 deletions rpc/generated_rpc_schema/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
],
"properties": {
"body": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -321,7 +321,7 @@
"properties": {
"authenticator": {
"description": "Public key and signature to authenticate",
"anyOf": [
"oneOf": [
{
"description": "Single signature",
"type": "object",
Expand Down Expand Up @@ -396,7 +396,7 @@
"decoded_payload": {
"anyOf": [
{
"anyOf": [
"oneOf": [
{
"description": "A transaction that executes code.",
"type": "object",
Expand Down Expand Up @@ -812,7 +812,7 @@
],
"properties": {
"body": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -847,7 +847,7 @@
"properties": {
"authenticator": {
"description": "Public key and signature to authenticate",
"anyOf": [
"oneOf": [
{
"description": "Single signature",
"type": "object",
Expand Down Expand Up @@ -922,7 +922,7 @@
"decoded_payload": {
"anyOf": [
{
"anyOf": [
"oneOf": [
{
"description": "A transaction that executes code.",
"type": "object",
Expand Down Expand Up @@ -1333,7 +1333,7 @@
],
"properties": {
"body": {
"anyOf": [
"oneOf": [
{
"type": "object",
"required": [
Expand Down Expand Up @@ -1368,7 +1368,7 @@
"properties": {
"authenticator": {
"description": "Public key and signature to authenticate",
"anyOf": [
"oneOf": [
{
"description": "Single signature",
"type": "object",
Expand Down Expand Up @@ -1443,7 +1443,7 @@
"decoded_payload": {
"anyOf": [
{
"anyOf": [
"oneOf": [
{
"description": "A transaction that executes code.",
"type": "object",
Expand Down Expand Up @@ -2047,7 +2047,7 @@
"properties": {
"authenticator": {
"description": "Public key and signature to authenticate",
"anyOf": [
"oneOf": [
{
"description": "Single signature",
"type": "object",
Expand Down Expand Up @@ -2122,7 +2122,7 @@
"decoded_payload": {
"anyOf": [
{
"anyOf": [
"oneOf": [
{
"description": "A transaction that executes code.",
"type": "object",
Expand Down Expand Up @@ -2351,7 +2351,7 @@
},
"status": {
"description": "The vm status. If it is not `Executed`, this will provide the general error class. Execution failures and Move abort's receive more detailed information. But other errors are generally categorized with no status code or other information",
"anyOf": [
"oneOf": [
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -2517,7 +2517,7 @@
},
"status": {
"description": "The vm status. If it is not `Executed`, this will provide the general error class. Execution failures and Move abort's receive more detailed information. But other errors are generally categorized with no status code or other information",
"anyOf": [
"oneOf": [
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -2695,7 +2695,7 @@
},
"status": {
"description": "The vm status. If it is not `Executed`, this will provide the general error class. Execution failures and Move abort's receive more detailed information. But other errors are generally categorized with no status code or other information",
"anyOf": [
"oneOf": [
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -3279,7 +3279,7 @@
},
"status": {
"description": "The vm status. If it is not `Executed`, this will provide the general error class. Execution failures and Move abort's receive more detailed information. But other errors are generally categorized with no status code or other information",
"anyOf": [
"oneOf": [
{
"type": "string",
"enum": [
Expand Down Expand Up @@ -3628,7 +3628,7 @@
},
"status": {
"description": "The vm status. If it is not `Executed`, this will provide the general error class. Execution failures and Move abort's receive more detailed information. But other errors are generally categorized with no status code or other information",
"anyOf": [
"oneOf": [
{
"type": "string",
"enum": [
Expand Down
Loading

0 comments on commit ee070c5

Please sign in to comment.