Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

pea4745295797 activity

pea4745295797 commented on how does your erdjs code look like?

if (!contractInteractor) return; const interaction: Interaction = contractInteractor.methods.getLockStatus(); const res: QueryResponseBundle | undefined = await sendQuery(contractInteractor, proxy, interaction); if (!res || !res.returnCode.isSuccess()) return; const value = res.firstValue.valueOf(); const first = value.field0; connst second = value.field1; const third = value.field2;