interface RoflAppConfig {
    admin?: Uint8Array;
    id: AppID;
    metadata?: {
        [key: string]: string;
    };
    policy: RoflAppAuthPolicy;
    secrets?: {
        [key: string]: Uint8Array;
    };
    sek: Uint8Array;
    stake: BaseUnits;
}

Properties

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