Skip to main content

TypeAlias.KeybanNft

type KeybanNft = {
collection: | {
decimals: number | null;
iconUrl: string | null;
id: string;
name: string | null;
symbol: string | null;
type: string;
}
| null;
id: string;
metadata: any;
nftBalances: {
nodes: (
| {
id: string;
wallet: | {
id: string;
}
| null;
}
| null)[];
};
tokenId: string;
};

Properties

PropertyType
collection| { decimals: number | null; iconUrl: string | null; id: string; name: string | null; symbol: string | null; type: string; } | null
idstring
metadataany
nftBalances{ nodes: ( | { id: string; wallet: | { id: string; } | null; } | null)[]; }
nftBalances.nodes( | { id: string; wallet: | { id: string; } | null; } | null)[]
tokenIdstring