1 guest375996917c/ElrondDevelopers 2years ago can someone help me with dapp-core? how to set transaction timeout?
1 guest375996917c/ElrondDevelopers 2years ago does anyone know how to increase timeout in the dapp-core transactions?
2 guest375996917c/ElrondDevelopers 2years ago is there any chance to get from https://index.elrond.com/accountsesdt/_search the attributes of an esdt as json without a request to ipfs ?
1 guest375996917c/ElrondDevelopers 2years ago something like #[storage_mapper("mymapper")] fn mymapper(&self, idx1: u8, idx2: u8) -> VecMapper; would work?
2 guest375996917c/ElrondDevelopers 2years ago and for 3d array of 25 values like arr[0] = [1,...2,.....25] arr[1] = [1,....2,....25] etc. what u think is the best way to store this?
1 guest375996917c/ElrondDevelopers 2years ago got it. do you know any easy and efficient method for shuffling an array?
1 guest375996917c/ElrondDevelopers 2years ago hi. does anyone know why i receive this when i try to import the rand crate?
1 guest375996917c/ElrondDevelopers 2years ago Hi. I have a question regarding the lottery sc on play.elrond.com #[storage_mapper("numberOfEntriesForUser")] fn number_of_entries_for_user( &self, lottery_name: &ManagedBuffer, user: &ManagedAddress, ) -> SingleValueMapper; How many users you can have... Read more
1 guest375996917c/ElrondDevelopers 2years ago does someone know how to convert block timestamp to current date? current day or current hour?
1 guest375996917c/ElrondDevelopers 2years ago I have the following function #[payable("*")] #[endpoint] fn test( &self, #[payment_token] payment_token: TokenIdentifier, #[payment_amount] payment_amount: BigUint, ) -> u32 { return 5 } And i call it like with this data from sendtransactions ESDTTransfer@495345542d333935636265@05... Read more