permissions accepts everything.
Examples on this page use @rhinestone/sdk, where rhinestone is the RhinestoneSDK instance from Create a session with a custom setup.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
permissions accepts everything.
Examples on this page use @rhinestone/sdk, where rhinestone is the RhinestoneSDK instance from Create a session with a custom setup.
import { base } from "viem/chains";
const session = await rhinestone.createSession({
chain: base,
owners: {
type: "ecdsa",
accounts: [sessionOwnerAccount],
},
});
Was this page helpful?