xzx-test-osp-wallet
v0.0.1
Published
OSP BLOCKCHAIN TYPES UPDATE >>> Tue Dec 5 19:00:42 CST 2023
Downloads
3
Readme
[email protected]
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);
}