Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clients
Ğecko
Commits
2ea2eeb2
Commit
2ea2eeb2
authored
Jun 14, 2022
by
poka
Browse files
wip indexer 2
parent
d38cabe1
Pipeline
#16090
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/models/queries_indexer.dart
View file @
2ea2eeb2
...
...
@@ -76,3 +76,6 @@ query ($address: String!) {
}
}
'''
;
// To parse indexer date format
// log.d(DateTime.parse("2022-06-13T16:51:24.001+00:00").toString());
lib/providers/wallet_options.dart
View file @
2ea2eeb2
...
...
@@ -147,9 +147,6 @@ class WalletOptionsProvider with ChangeNotifier {
);
}
log
.
d
(
'bbbbbbbbbbbb: '
+
DateTime
.
parse
(
"2022-06-13T16:51:24.001+00:00"
).
toString
());
return
Consumer
<
SubstrateSdk
>(
builder:
(
context
,
_sub
,
_
)
{
return
FutureBuilder
(
future:
_sub
.
idtyStatus
(
address
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment