Igor

Results 9 comments of Igor

Так все устроено. Нужно фильтровать свой инструмент в OnParam, OnQuote ... В Луа все аналогично.

Я не спец по Квику, но если не подписаться Subscribe_Level_II_Quotes или же стакан не открыт в Квике - то в OnParam он и не поступит. Вот даже в хэлпе фильтрация...

Если в питоновском скрипте написать с большой буквы: GetQuoteLevel2, то работает.

It is POS from your input https://explorer.myce.world/api/getrawtransaction?txid=fda7c7a230761afa206bacdd626080e11e025d788428307088c7f5e2e3f0fab5&decrypt=1 Its is correct

http://images.devs-on.net/Image/UNdJq4OyRrWTY6pt-.png 16885.0336- 16865.0336 =20 http://images.devs-on.net/Image/4InlvUVtZRij7Jbi-.png Sorry, english not my native language

In the wallet it should be displayed as "Minted"

A similar problem when I did according to the instructions https://bolt.tips/entry/how-to-build-a-personal-blog-with-bolt-cms-in-wonder-30-Minutes Made a small check at \vendor\bolt\core\src\Twig\ContentExtension.php ``` public function pager(Environment $twig, ?Pagerfanta $records = null, string $template = '@bolt/helpers/_pager_basic.html.twig',...

> Does bit allow for the creation of bech32 addresses? Try like this `from bit import Key from bit.crypto import ripemd160_sha256 from bit.base32 import encode key = Key.from_hex('0000000000000000000000000000000000000000000000000000000000000001') byte_public_key_comp =...

I used the following trick: ``` @Composable fun CalendarPicker() { Column( horizontalAlignment = Alignment.CenterHorizontally, verticalArrangement = Arrangement.Center ) { var changeableTime = LocalTime.now() var change by remember {mutableStateOf(false)} if (change){...