UNPKG

@dstoken-solana/rwa-token-sdk

Version:

RWA Token SDK for the development of permissioned tokens on SVM blockchains.

10 lines 269 B
import { type ConfirmOptions, type Connection } from "@solana/web3.js"; export type Config = { connection: Connection; rpcUrl: string; confirmationOptions: ConfirmOptions; }; export type AssetInfo = { mint: string; }; //# sourceMappingURL=types.d.ts.map