Skip to main content

TypeAlias.KeybanNftBalance

type KeybanNftBalance: {
balance: string;
id: string;
nft: {
collection: {
decimals: number | null;
iconUrl: string | null;
id: string;
name: string | null;
symbol: string | null;
type: string;
} | null;
id: string;
metadata: any;
tokenId: string;
} | null;
};

Type declaration

NameType
balancestring
idstring
nft{ collection: { decimals: number | null; iconUrl: string | null; id: string; name: string | null; symbol: string | null; type: string; } | null; id: string; metadata: any; tokenId: string; } | null