Vana SDK - v0.1.0
    Preparing search index...

    Interface VanaPlatformAdapter

    Main platform adapter interface that combines all platform-specific functionality

    interface VanaPlatformAdapter {
        crypto: VanaCryptoAdapter;
        pgp: VanaPGPAdapter;
        http: VanaHttpAdapter;
        platform: PlatformType;
    }

    Implemented by

    Index

    Properties

    Properties

    Crypto operations adapter

    PGP operations adapter

    HTTP operations adapter

    platform: PlatformType

    Platform identifier for debugging/telemetry