Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: added documentation for offline withdrawal functionality #175

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

NkwaTambe
Copy link
Contributor

@NkwaTambe NkwaTambe commented Feb 26, 2025

Description:

Implement and document the offline withdrawal functionality where both the client and agent authenticate transactions using account certificates. The client generates a signed transaction request, which is then confirmed by the agent and validated by the backend server. The backend verifies both certificates (client and agent), checks the transaction details, and ensures proper authorization before processing the withdrawal.

@nancymuyeh
Copy link
Collaborator

TransactionObjectJson = { ClientAccountID, amount, ClientAccountCert }
OfflineWithrawalRequest = {
header: AgentAccountCert, TransactionObjectJson,
body: AgentAcoountID
}

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.

Offline Withdrawal: Client and Agent Authentication Flow
2 participants