3.0.0 • Published 11 days ago

osp-wallet v3.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
11 days ago

osp-wallet@0.0.1

Usage

const provider = new BundlerJsonRpcProvider(url, bundlerRpcUrl);
const ospAccount = new OspAccount(signer, accountFactoryAddress);
const sender = new Sender(provider, ospAccount);

async function main() {
  const userOperationReceipt = await sender.sendUserOperation({
    target: "0x490Dd3cCc7ff94823d4F10bb6d97c7802957e6bf",
    value: 0,
    data: "0x",
  });
  console.log(userOperationReceipt);
}
3.0.0

11 days ago

2.0.0

25 days ago

1.9.1

1 month ago

1.9.0

1 month ago

1.8.4

2 months ago

1.8.2

2 months ago

1.8.1

2 months ago

1.8.3

2 months ago

1.8.0

2 months ago

1.7.1

2 months ago

1.7.0

3 months ago

1.6.2

3 months ago

1.6.1

3 months ago

1.6.0

4 months ago

1.3.0

5 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago