Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface EncryptedState

    interface EncryptedState {
        algorithm: "aes-256-gcm";
        payload: string;
        version: 1;
    }
    Index

    Properties

    algorithm: "aes-256-gcm"
    payload: string
    version: 1