-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathoas_operations_gen.go
110 lines (107 loc) · 8.71 KB
/
oas_operations_gen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
// Code generated by ogen, DO NOT EDIT.
package tonapi
// OperationName is the ogen operation name
type OperationName = string
const (
AccountDnsBackResolveOperation OperationName = "AccountDnsBackResolve"
AddressParseOperation OperationName = "AddressParse"
BlockchainAccountInspectOperation OperationName = "BlockchainAccountInspect"
DecodeMessageOperation OperationName = "DecodeMessage"
DnsResolveOperation OperationName = "DnsResolve"
EmulateMessageToAccountEventOperation OperationName = "EmulateMessageToAccountEvent"
EmulateMessageToEventOperation OperationName = "EmulateMessageToEvent"
EmulateMessageToTraceOperation OperationName = "EmulateMessageToTrace"
EmulateMessageToWalletOperation OperationName = "EmulateMessageToWallet"
ExecGetMethodForBlockchainAccountOperation OperationName = "ExecGetMethodForBlockchainAccount"
GaslessConfigOperation OperationName = "GaslessConfig"
GaslessEstimateOperation OperationName = "GaslessEstimate"
GaslessSendOperation OperationName = "GaslessSend"
GetAccountOperation OperationName = "GetAccount"
GetAccountDiffOperation OperationName = "GetAccountDiff"
GetAccountDnsExpiringOperation OperationName = "GetAccountDnsExpiring"
GetAccountEventOperation OperationName = "GetAccountEvent"
GetAccountEventsOperation OperationName = "GetAccountEvents"
GetAccountInfoByStateInitOperation OperationName = "GetAccountInfoByStateInit"
GetAccountInscriptionsOperation OperationName = "GetAccountInscriptions"
GetAccountInscriptionsHistoryOperation OperationName = "GetAccountInscriptionsHistory"
GetAccountInscriptionsHistoryByTickerOperation OperationName = "GetAccountInscriptionsHistoryByTicker"
GetAccountJettonBalanceOperation OperationName = "GetAccountJettonBalance"
GetAccountJettonHistoryByIDOperation OperationName = "GetAccountJettonHistoryByID"
GetAccountJettonsBalancesOperation OperationName = "GetAccountJettonsBalances"
GetAccountJettonsHistoryOperation OperationName = "GetAccountJettonsHistory"
GetAccountMultisigsOperation OperationName = "GetAccountMultisigs"
GetAccountNftHistoryOperation OperationName = "GetAccountNftHistory"
GetAccountNftItemsOperation OperationName = "GetAccountNftItems"
GetAccountNominatorsPoolsOperation OperationName = "GetAccountNominatorsPools"
GetAccountPublicKeyOperation OperationName = "GetAccountPublicKey"
GetAccountSeqnoOperation OperationName = "GetAccountSeqno"
GetAccountSubscriptionsOperation OperationName = "GetAccountSubscriptions"
GetAccountTracesOperation OperationName = "GetAccountTraces"
GetAccountsOperation OperationName = "GetAccounts"
GetAllAuctionsOperation OperationName = "GetAllAuctions"
GetAllRawShardsInfoOperation OperationName = "GetAllRawShardsInfo"
GetBlockchainAccountTransactionsOperation OperationName = "GetBlockchainAccountTransactions"
GetBlockchainBlockOperation OperationName = "GetBlockchainBlock"
GetBlockchainBlockTransactionsOperation OperationName = "GetBlockchainBlockTransactions"
GetBlockchainConfigOperation OperationName = "GetBlockchainConfig"
GetBlockchainConfigFromBlockOperation OperationName = "GetBlockchainConfigFromBlock"
GetBlockchainMasterchainBlocksOperation OperationName = "GetBlockchainMasterchainBlocks"
GetBlockchainMasterchainHeadOperation OperationName = "GetBlockchainMasterchainHead"
GetBlockchainMasterchainShardsOperation OperationName = "GetBlockchainMasterchainShards"
GetBlockchainMasterchainTransactionsOperation OperationName = "GetBlockchainMasterchainTransactions"
GetBlockchainRawAccountOperation OperationName = "GetBlockchainRawAccount"
GetBlockchainTransactionOperation OperationName = "GetBlockchainTransaction"
GetBlockchainTransactionByMessageHashOperation OperationName = "GetBlockchainTransactionByMessageHash"
GetBlockchainValidatorsOperation OperationName = "GetBlockchainValidators"
GetChartRatesOperation OperationName = "GetChartRates"
GetDnsInfoOperation OperationName = "GetDnsInfo"
GetDomainBidsOperation OperationName = "GetDomainBids"
GetEventOperation OperationName = "GetEvent"
GetInscriptionOpTemplateOperation OperationName = "GetInscriptionOpTemplate"
GetItemsFromCollectionOperation OperationName = "GetItemsFromCollection"
GetJettonHoldersOperation OperationName = "GetJettonHolders"
GetJettonInfoOperation OperationName = "GetJettonInfo"
GetJettonInfosByAddressesOperation OperationName = "GetJettonInfosByAddresses"
GetJettonTransferPayloadOperation OperationName = "GetJettonTransferPayload"
GetJettonsOperation OperationName = "GetJettons"
GetJettonsEventsOperation OperationName = "GetJettonsEvents"
GetMarketsRatesOperation OperationName = "GetMarketsRates"
GetMultisigAccountOperation OperationName = "GetMultisigAccount"
GetNftCollectionOperation OperationName = "GetNftCollection"
GetNftCollectionItemsByAddressesOperation OperationName = "GetNftCollectionItemsByAddresses"
GetNftCollectionsOperation OperationName = "GetNftCollections"
GetNftHistoryByIDOperation OperationName = "GetNftHistoryByID"
GetNftItemByAddressOperation OperationName = "GetNftItemByAddress"
GetNftItemsByAddressesOperation OperationName = "GetNftItemsByAddresses"
GetOutMsgQueueSizesOperation OperationName = "GetOutMsgQueueSizes"
GetRatesOperation OperationName = "GetRates"
GetRawAccountStateOperation OperationName = "GetRawAccountState"
GetRawBlockProofOperation OperationName = "GetRawBlockProof"
GetRawBlockchainBlockOperation OperationName = "GetRawBlockchainBlock"
GetRawBlockchainBlockHeaderOperation OperationName = "GetRawBlockchainBlockHeader"
GetRawBlockchainBlockStateOperation OperationName = "GetRawBlockchainBlockState"
GetRawBlockchainConfigOperation OperationName = "GetRawBlockchainConfig"
GetRawBlockchainConfigFromBlockOperation OperationName = "GetRawBlockchainConfigFromBlock"
GetRawConfigOperation OperationName = "GetRawConfig"
GetRawListBlockTransactionsOperation OperationName = "GetRawListBlockTransactions"
GetRawMasterchainInfoOperation OperationName = "GetRawMasterchainInfo"
GetRawMasterchainInfoExtOperation OperationName = "GetRawMasterchainInfoExt"
GetRawShardBlockProofOperation OperationName = "GetRawShardBlockProof"
GetRawShardInfoOperation OperationName = "GetRawShardInfo"
GetRawTimeOperation OperationName = "GetRawTime"
GetRawTransactionsOperation OperationName = "GetRawTransactions"
GetReducedBlockchainBlocksOperation OperationName = "GetReducedBlockchainBlocks"
GetStakingPoolHistoryOperation OperationName = "GetStakingPoolHistory"
GetStakingPoolInfoOperation OperationName = "GetStakingPoolInfo"
GetStakingPoolsOperation OperationName = "GetStakingPools"
GetStorageProvidersOperation OperationName = "GetStorageProviders"
GetTonConnectPayloadOperation OperationName = "GetTonConnectPayload"
GetTraceOperation OperationName = "GetTrace"
GetWalletsByPublicKeyOperation OperationName = "GetWalletsByPublicKey"
ReindexAccountOperation OperationName = "ReindexAccount"
SearchAccountsOperation OperationName = "SearchAccounts"
SendBlockchainMessageOperation OperationName = "SendBlockchainMessage"
SendRawMessageOperation OperationName = "SendRawMessage"
StatusOperation OperationName = "Status"
TonConnectProofOperation OperationName = "TonConnectProof"
)