From 4eb546eb07ab2469a156007c2d4fcbc16979ea6c Mon Sep 17 00:00:00 2001 From: Denis Subbotin Date: Tue, 25 Jul 2023 17:13:55 +0300 Subject: [PATCH] change interfaces for auction --- abi/ordering.go | 57 ++++++++++++++++++++++--------------------- abi/schemas/known.xml | 2 +- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/abi/ordering.go b/abi/ordering.go index bd2b5991..8375cf6c 100644 --- a/abi/ordering.go +++ b/abi/ordering.go @@ -1,39 +1,40 @@ package abi -// Code autogenerated. DO NOT EDIT. + +// Code autogenerated. DO NOT EDIT. import ( -"context" -"github.com/tonkeeper/tongo" + "context" + "github.com/tonkeeper/tongo" ) - type ContractInterface string // more wallet-related contract interfaces are defined in wallet.go const ( - Auction ContractInterface = "auction" - Domain ContractInterface = "domain" - NftEditable ContractInterface = "nft_editable" - NftSale ContractInterface = "nft_sale" - NftSaleGetgems ContractInterface = "nft_sale_getgems" - PaymentChannel ContractInterface = "payment_channel" - StakingNft ContractInterface = "staking_nft" - StonfiPool ContractInterface = "stonfi_pool" - StorageContract ContractInterface = "storage_contract" - StorageProvider ContractInterface = "storage_provider" - Subscription ContractInterface = "subscription" - Telemint ContractInterface = "telemint" - Tep62Collection ContractInterface = "tep62_collection" - Tep62Item ContractInterface = "tep62_item" - Tep66 ContractInterface = "tep66" - Tep74 ContractInterface = "tep74" - Tep85 ContractInterface = "tep85" - TfNominator ContractInterface = "tf_nominator" - TonstakePool ContractInterface = "tonstake_pool" - ValidatorController ContractInterface = "validator_controller" - Wallet ContractInterface = "wallet" - WalletV4R2 ContractInterface = "wallet_v4r2" - WhalesNominators ContractInterface = "whales_nominators" + Auction ContractInterface = "auction" + Domain ContractInterface = "domain" + NftEditable ContractInterface = "nft_editable" + NftSale ContractInterface = "nft_sale" + NftSaleGetgems ContractInterface = "nft_sale_getgems" + NftSaleGetgemsAuction ContractInterface = "nft_sale_getgems_auction" + PaymentChannel ContractInterface = "payment_channel" + StakingNft ContractInterface = "staking_nft" + StonfiPool ContractInterface = "stonfi_pool" + StorageContract ContractInterface = "storage_contract" + StorageProvider ContractInterface = "storage_provider" + Subscription ContractInterface = "subscription" + Telemint ContractInterface = "telemint" + Tep62Collection ContractInterface = "tep62_collection" + Tep62Item ContractInterface = "tep62_item" + Tep66 ContractInterface = "tep66" + Tep74 ContractInterface = "tep74" + Tep85 ContractInterface = "tep85" + TfNominator ContractInterface = "tf_nominator" + TonstakePool ContractInterface = "tonstake_pool" + ValidatorController ContractInterface = "validator_controller" + Wallet ContractInterface = "wallet" + WalletV4R2 ContractInterface = "wallet_v4r2" + WhalesNominators ContractInterface = "whales_nominators" ) type InvokeFn func(ctx context.Context, executor Executor, reqAccountID tongo.AccountID) (string, any, error) @@ -181,7 +182,7 @@ var methodInvocationOrder = []MethodDescription{ case "GetSaleData_BasicResult": return NftSale case "GetSaleData_GetgemsAuctionResult": - return NftSaleGetgems + return NftSaleGetgemsAuction case "GetSaleData_GetgemsResult": return NftSaleGetgems } diff --git a/abi/schemas/known.xml b/abi/schemas/known.xml index 83497bb6..b310ce4c 100644 --- a/abi/schemas/known.xml +++ b/abi/schemas/known.xml @@ -249,7 +249,7 @@ uint64 - + uint64 bool uint32