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;
nftBalances: {
nodes: (
| {
id: string;
wallet: | {
id: string;
}
| null;
}
| null)[];
};
tokenId: string;
}
| null;
nodeId: string;
walletId: string;
};
Properties
| Property | Type |
|---|---|
balance | string |
id | string |
nft | |
nodeId | string |
walletId | string |