Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/index.ts>AssetDetails

Package publishing for deno.land/x/polkadot
Go to Latest
interface AssetDetails
implements Struct
import { type AssetDetails } from "https://deno.land/x/polkadot@0.2.38/types/interfaces/index.ts";

Properties

readonly
owner: AccountId
readonly
issuer: AccountId
readonly
admin: AccountId
readonly
freezer: AccountId
readonly
supply: TAssetBalance
readonly
deposit: TAssetDepositBalance
readonly
minBalance: TAssetBalance
readonly
isSufficient: bool
readonly
accounts: u32
readonly
sufficients: u32
readonly
approvals: u32
readonly
isFrozen: bool