Home > @theweave/api > AssetLocationAndInfo
AssetLocationAndInfo type
Signature:
typescript
export type AssetLocationAndInfo = {
appletHash: AppletHash;
assetInfo: AssetInfo;
appletDevPort?: number;
};
References: AppletHash, AssetInfo