rosetta-client icon indicating copy to clipboard operation
rosetta-client copied to clipboard

new Session() 这一步就需要联网?

Open ygcool opened this issue 3 years ago • 0 comments

你好,我这边现在需要对接icp。 发现

let session = new Session({ baseUrl: "http://127.0.0.1:8080" });

仿佛这一步就需要联网? 那我离线签名前需要调用:

let payloads_result = await session.transfer_pre_combine()

需要如何改呢?

期待回复,谢谢

ygcool avatar Feb 11 '22 03:02 ygcool