luis360

Results 3 issues of luis360

docknetwork/dock-substrate:mainnet. error: Error importing block 0x72dd51c9cf9a0e5e9ef0e9dc9ca37cbf7249ac43aea27cd3918e72f8e8e84820: Err(Other(ClientImport("Runtime Ethereum block not found, rejecting!"))) cmd: ./dock-node --chain=./cspec/vulcan_raw.json --no-prometheus --no-telemetry --unsafe-ws-external --rpc-cors=all --pruning=archive dock-node -V dock-node 0.14.3-unknown-x86_64-linux-gnu

signingcosmwasmclient.ts signDirect const { signature, signed } = await this.signer.signDirect(signerAddress, signDoc); return TxRaw.fromPartial({ bodyBytes: signed.bodyBytes, authInfoBytes: signed.authInfoBytes, signatures: [fromBase64(signature.signature)], }); Is it possible to return signed? I need to get...

getExpandedQuery,getRelatedQuery获取不到数据 只能通过search()方法获取的到数据