阿Sai

Results 8 issues of 阿Sai

Hi, "titleTxt" prop have change method? Now I want to switch through the drop-down box above. I want to..

hi, I want to see if a transaction was successful by block hash ``` const hash = await Promise.all([ api.tx.balances.transfer(polkaPnsAddr, amount * 1e10).signAndSend(alice), api.tx.system.remark('i am a remark') ]) ``` I...

<support>
<stackoverflow>

I want to implement payment function(dot、ksm),but I don't know how to add custom parameters to an transaction with API, such as to api.tx.balances.transfer, thanks.

<support>

1. ``` server.post("/worker/signMessage", async (request, reply) => { const keyring = new Keyring({ type: 'sr25519' }); const alice = keyring.addFromUri('//Bob', { name: 'Alice default' }); console.log(`${alice.meta.name}: has address ${alice.address} with...

<support>

``` // http "localhost:8080/worker/transferHash" hash=0xe538bc7a849674eee8a80e13e7d3ef16848884378860d1e15fa7bd5f26fc09e0 server.post("/worker/transferHash", async (request, reply) => { let { pay, hash } = request.body let wsProvider = new WsProvider('wss://rpc.polkadot.io'); if(pay == 'dot') { wsProvider = new...

Hello, I want to change the default base_url(https://generativelanguage.googleapis.com/v1) to https://www.wobuaixuexi.com/. How can I do this? Thank you. client = Gemini.new( credentials: { base_address: ENV['GEMINI_BASE_URL'], service: 'generative-language-api', api_key: ENV['GEMINI_API_KEY'] }, options:...

**url:** api/core/app/version/publish?appId=6710656fad1b40b46c7988fa 参数: ``` { "nodes": [ { "nodeId": "userGuide", "name": "系统配置", "intro": "", "flowNodeType": "userGuide", "position": { "x": 531.2422736065552, "y": -486.7611729549753 }, "version": "481", "inputs": [], "outputs": [] },...

bug