Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Oct 18, 2023
1 parent d3c840c commit 2319a99
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions esdt-safe/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
////////////////////////////////////////////////////

// Init: 1
// Endpoints: 27
// Endpoints: 23
// Async Callback: 1
// Promise callbacks: 1
// Total number of exported functions: 30
// Total number of exported functions: 26

#![no_std]

Expand All @@ -24,19 +24,15 @@ multiversx_sc_wasm_adapter::endpoints! {
(
init => init
upgrade => upgrade
createTransaction => create_transaction
deposit => deposit
claimRefund => claim_refund
getRefundAmounts => get_refund_amounts
setTransactionBatchStatus => set_transaction_batch_status
setMinValidSigners => set_min_valid_signers
addSigners => add_signers
removeSigners => remove_signers
registerToken => register_token
clearRegisteredToken => clear_registered_token
batchTransferEsdtToken => batch_transfer_esdt_token
addTokenToWhitelist => add_token_to_whitelist
removeTokenFromWhitelist => remove_token_from_whitelist
getAllKnownTokens => token_whitelist
setMaxTxBatchSize => set_max_tx_batch_size
setMaxTxBatchBlockDuration => set_max_tx_batch_block_duration
getCurrentTxBatch => get_current_tx_batch
Expand Down

0 comments on commit 2319a99

Please sign in to comment.