UNPKG

@dstoken-solana/rwa-token-sdk

Version:

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

5 lines 298 B
import { type IdlAccounts } from "@coral-xyz/anchor"; import { AssetControllerIdlTypes } from "../programs"; /** Represents on chain asset controller account. */ export type AssetControllerAccount = IdlAccounts<AssetControllerIdlTypes>["assetControllerAccount"]; //# sourceMappingURL=types.d.ts.map