فهرست منبع

query node - input schema account representation change

ondratra 4 سال پیش
والد
کامیت
b915fc81c5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      query-node/schema.graphql

+ 2 - 2
query-node/schema.graphql

@@ -38,10 +38,10 @@ type Membership @entity {
   about: String
 
   "Member's controller account id"
-  controllerAccount: Bytes!
+  controllerAccount: String!
 
   "Member's root account id"
-  rootAccount: Bytes!
+  rootAccount: String!
 
   "Blocknumber when member was registered"
   registeredAtBlock: Block!