@nexartis/homeport-sdk - v1.0.0
    Preparing search index...

    Interface DelegationGrantResult

    interface DelegationGrantResult {
        delegationId: string;
        expiresAt: number;
        kymVcId: string | null;
    }
    Index

    Properties

    delegationId: string
    expiresAt: number
    kymVcId: string | null