uranik777

Results 5 issues of uranik777

Error on decode trc20 transaction: 0xa9059cbb000000000000000000000000000000000000000000000000000000000d0dacc0 ( tron tx id 02108766a3d408b3662eafad8326d72b34e5b0e8d66d226c71d35c2c0099b9e0 ) Error data: data out-of-bounds (length=32, offset=64, code=BUFFER_OVERRUN, version=abi/5.0.7)

- terra_sdk version: v3.0.1 - Python version: 3.10.6 - Operating System: Windows 10 ### Description method terra.tendermint.block_info return wrong latest block height 467248 for phoenix-1 network, in bock explorer >1171995...

Try run example from README.md ``` this.$noty.create({ text: 'This is a custom notification!', type: 'warning', layout: 'topCenter', timeout: 4500, progressBar: false }).show(); ``` throw error `TypeError: this.$noty.create is not a...

How to use vuejs-noty in html file? I try add ``` Vue.use(VueNoty); ``` but have error: `ReferenceError: VueNoty is not defined`

If try use vue-sanitize in html page: `` script throw error - require not defined.