3.0.0 • Published 1 year ago

osp-wallet v3.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year 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

1 year ago

2.0.0

1 year ago

1.9.1

1 year ago

1.9.0

1 year ago

1.8.4

1 year ago

1.8.2

1 year ago

1.8.1

1 year ago

1.8.3

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago