Interface PathPaymentsNodes<N>

interface PathPaymentsNodes<N> {
    nodes: N[];
}

Type Parameters

Properties

Properties

nodes: N[]