interface RoflmarketDeployment {
    app_id: AppID;
    manifest_hash: Uint8Array;
    metadata: {
        [key: string]: string;
    };
}

Properties

app_id: AppID
manifest_hash: Uint8Array
metadata: {
    [key: string]: string;
}