@aleph-sdk/monorepo
    Preparing search index...

    Type Alias TrustedExecutionEnvironment

    Properties of the trusted execution environment

    firmware: Firmware to use for the trusted execution policy: Policy to use for trusted execution

    type TrustedExecutionEnvironment = {
        firmware: string;
        policy: number;
    }
    Index

    Properties

    Properties

    firmware: string
    policy: number