interface ExternalNodeAuth {
    metadataUrl: string;
    nodeSecretKey: string;
}

Properties

metadataUrl: string
nodeSecretKey: string