Skip to content

Commit

Permalink
Merge pull request #537 from alphauslabs/octo-api
Browse files Browse the repository at this point in the history
octo: add data availability status on registered account
  • Loading branch information
gsamuya authored Oct 22, 2024
2 parents 82a56ac + 8169d21 commit d8525b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/cover/accountaccess.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ message RegistrationStatus {
bool payer = 4;
bool stackSet = 5;
bool transferAccount = 6;
bool isDataAvailable = 7;
}

message TagData {
Expand Down
3 changes: 3 additions & 0 deletions openapiv2/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -20744,6 +20744,9 @@
},
"transferAccount": {
"type": "boolean"
},
"isDataAvailable": {
"type": "boolean"
}
}
},
Expand Down

0 comments on commit d8525b6

Please sign in to comment.