File tree 5 files changed +10
-1096
lines changed
5 files changed +10
-1096
lines changed Original file line number Diff line number Diff line change 1087
1087
"ExtraCurrencyTransfer" : {
1088
1088
"$ref" : " #/components/schemas/ExtraCurrencyTransferAction"
1089
1089
},
1090
- "InscriptionMint" : {
1091
- "$ref" : " #/components/schemas/InscriptionMintAction"
1092
- },
1093
- "InscriptionTransfer" : {
1094
- "$ref" : " #/components/schemas/InscriptionTransferAction"
1095
- },
1096
1090
"JettonBurn" : {
1097
1091
"$ref" : " #/components/schemas/JettonBurnAction"
1098
1092
},
1169
1163
" ElectionsRecoverStake" ,
1170
1164
" ElectionsDepositStake" ,
1171
1165
" DomainRenew" ,
1172
- " InscriptionTransfer" ,
1173
- " InscriptionMint" ,
1174
1166
" Unknown"
1175
1167
],
1176
1168
"example" : " TonTransfer" ,
3522
3514
],
3523
3515
"type" : " object"
3524
3516
},
3525
- "InscriptionMintAction" : {
3526
- "properties" : {
3527
- "amount" : {
3528
- "description" : " amount in minimal particles" ,
3529
- "example" : " 123456789" ,
3530
- "type" : " string" ,
3531
- "x-js-format" : " bigint"
3532
- },
3533
- "decimals" : {
3534
- "example" : 9 ,
3535
- "type" : " integer"
3536
- },
3537
- "recipient" : {
3538
- "$ref" : " #/components/schemas/AccountAddress"
3539
- },
3540
- "ticker" : {
3541
- "example" : " nano" ,
3542
- "type" : " string"
3543
- },
3544
- "type" : {
3545
- "enum" : [
3546
- " ton20" ,
3547
- " gram20"
3548
- ],
3549
- "example" : " ton20" ,
3550
- "type" : " string"
3551
- }
3552
- },
3553
- "required" : [
3554
- " type" ,
3555
- " ticker" ,
3556
- " recipient" ,
3557
- " amount" ,
3558
- " decimals"
3559
- ],
3560
- "type" : " object"
3561
- },
3562
- "InscriptionTransferAction" : {
3563
- "properties" : {
3564
- "amount" : {
3565
- "description" : " amount in minimal particles" ,
3566
- "example" : " 123456789" ,
3567
- "type" : " string" ,
3568
- "x-js-format" : " bigint"
3569
- },
3570
- "comment" : {
3571
- "example" : " Hi! This is your salary. \n From accounting with love." ,
3572
- "type" : " string"
3573
- },
3574
- "decimals" : {
3575
- "example" : 9 ,
3576
- "type" : " integer"
3577
- },
3578
- "recipient" : {
3579
- "$ref" : " #/components/schemas/AccountAddress"
3580
- },
3581
- "sender" : {
3582
- "$ref" : " #/components/schemas/AccountAddress"
3583
- },
3584
- "ticker" : {
3585
- "example" : " nano" ,
3586
- "type" : " string"
3587
- },
3588
- "type" : {
3589
- "enum" : [
3590
- " ton20" ,
3591
- " gram20"
3592
- ],
3593
- "example" : " ton20" ,
3594
- "type" : " string"
3595
- }
3596
- },
3597
- "required" : [
3598
- " sender" ,
3599
- " recipient" ,
3600
- " amount" ,
3601
- " type" ,
3602
- " ticker" ,
3603
- " decimals"
3604
- ],
3605
- "type" : " object"
3606
- },
3607
3517
"JettonBalance" : {
3608
3518
"properties" : {
3609
3519
"balance" : {
Original file line number Diff line number Diff line change 1
1
module github.com/tonkeeper/opentonapi
2
2
3
- go 1.22
3
+ go 1.23.0
4
+
4
5
toolchain go1.24.1
5
6
6
7
require (
You can’t perform that action at this time.
0 commit comments