@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface AddEphKeyResponse

    Response from the SDK for adding ephemeral key request. Receive plaintext response from network.

    interface AddEphKeyResponse {
        keyId: string;
        status: string;
    }
    Index

    Properties

    Properties

    keyId: string

    Unique ID of produced key used in subsequent API calls.

    status: string

    Status of the request.