Skip to content

Add Incoming Payment methods#9

Open
cozminu wants to merge 13 commits intomainfrom
cozmin/net-5
Open

Add Incoming Payment methods#9
cozminu wants to merge 13 commits intomainfrom
cozmin/net-5

Conversation

@cozminu
Copy link
Contributor

@cozminu cozminu commented Feb 4, 2026

#5

@cozminu cozminu self-assigned this Feb 4, 2026
@cozminu cozminu requested review from golobitch and koekiebox and removed request for koekiebox February 5, 2026 10:01
Copy link

@koekiebox koekiebox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly minor issues. Once looked at, I will 👁️ again.

return GenerateKey(generateKeyArgs);
}
} No newline at end of file
} No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline.

public Task<OutgoingPaymentResponse> CreateOutgoingPaymentAsync(AuthRequestArgs requestArgs,
OutgoingPaymentBody body,
CancellationToken cancellationToken = default);
} No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline.

response.Dispose();
}
}
} No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline.


public async Task<ListIncomingPaymentsResponse> ListIncomingPaymentsAsync(string walletAddress)
{
var waDetails = await client.GetWalletAddressAsync("https://ilp.interledger-test.dev/cozmin");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe read this from a property? Exposing your personal PP/wallet?

}

return list;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline.



var config = new CommandLineConfiguration(rootCommand);
return await config.InvokeAsync(args); No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants