Interface GetPathPaymentsStrictReceiveByPublicKeyResponse

interface GetPathPaymentsStrictReceiveByPublicKeyResponse {
    pathPaymentsStrictReceiveByPublicKey: PathPaymentsNodes<NodeStrictReceive>;
}

Properties

pathPaymentsStrictReceiveByPublicKey: PathPaymentsNodes<NodeStrictReceive>