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;
tokenId: string;
};
Properties
Property | Type |
---|---|
collection | | { decimals : number | null ; iconUrl : string | null ; id : string ; name : string | null ; symbol : string | null ; type : string ; } | null |
id | string |
metadata | any |
tokenId | string |