andreashuber69/lightning-node-operator

View on GitHub
src/lightning/Identity.ts

Summary

Maintainability
A
0 mins
Test Coverage
// https://github.com/andreashuber69/lightning-node-operator/develop/README.md
import type { GetIdentityResult } from "lightning";

export type Identity = Readonly<GetIdentityResult>;