interface RoflUpdate {
    admin?: Uint8Array;
    id: AppID;
    metadata?: {
        [key: string]: string;
    };
    policy: RoflAppAuthPolicy;
    secrets?: {
        [key: string]: Uint8Array;
    };
}

Properties

admin?: Uint8Array
id: AppID
metadata?: {
    [key: string]: string;
}
secrets?: {
    [key: string]: Uint8Array;
}