mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-16 07:02:36 +03:00
Added queue length method
This commit is contained in:
@@ -190,6 +190,10 @@ class OrionBlockchain {
|
||||
);
|
||||
}
|
||||
|
||||
getQueueLength() {
|
||||
return fetchWithValidation(`https://${this.apiUrl}/api/queueLength`, z.number().int());
|
||||
}
|
||||
|
||||
getIDOInfo() {
|
||||
return fetchWithValidation(`https://${this.apiUrl}/api/solarflare`, IDOSchema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user