Node.js SDK for digi.me
    Preparing search index...

    Interface ReadFileListOptions

    interface ReadFileListOptions {
        contractId: string;
        privateKey: Key;
        sessionKey: string;
        userAccessToken: UserAccessToken;
    }
    Index

    Properties

    contractId: string
    privateKey: Key
    sessionKey: string
    userAccessToken: UserAccessToken