UNPKG

btcpay-greenfield-node-client

Version:
7 lines (6 loc) 152 B
export declare type ConnectToNodeRequest = { /** * Node URI in the form `pubkey@endpoint[:port]` */ nodeURI?: string | null; };