@keystonehq/react-native-keystone-wallet-core
v0.1.5
Published
React Native wrapper for Keystone Wallet Core Rust library
Readme
react-native-pczt
React Native wrapper for PCZT Rust library.
Installation
npm install react-native-pcztUsage
import { createTransparentPczt } from "react-native-pczt";
// ...
const result = await createTransparentPczt(
[
{
txid: "...",
vout: 0,
amount: 1000,
address: "...",
seedFingerprint: "...",
derivationPath: [44, 0, 0, 0, 0],
publicKey: "...",
},
],
[
{
address: "...",
amount: 900,
},
],
800000
);iOS Setup
The package includes a vendored XCFramework. No extra setup should be required other than pod install.
Android Setup
Not yet implemented.
