interface RoflUpdate{ admin?: Uint8Array; id: AppID; metadata?: { [key: string]: string; }; policy: RoflAppAuthPolicy; secrets?: { [key: string]: Uint8Array; }; sek?: "warning: attempted to pass RoflAppConfig type into RoflUpdate. Extraneous fields will cause this subcall to silently fail."; stake?: "warning: attempted to pass RoflAppConfig type into RoflUpdate. Extraneous fields will cause this subcall to silently fail."; }