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
Name | Type |
---|---|
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 |