We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pallet-loan-intents
The pallet-loan-intents deals with signaling repayment intents of assets, that can later be resolved automatically by a bot.
The main use-case is described below.
RepayIntent
Intent
Permission::Borrower
PalletId
PoolId
LoanId
fn resolve_intent
Full Spec
The text was updated successfully, but these errors were encountered:
pallet-repayments
No branches or pull requests
Description
The
pallet-loan-intents
deals with signaling repayment intents of assets, that can later be resolved automatically by a bot.The main use-case is described below.
RepayIntent
on Centrifuge chain - setting a permanent default MUST be possibleIntent
s can ONLY be set withPermission::Borrower
for said assetPalletId
,PoolId
,LoanId
fn resolve_intent
which repays from the dedicated account to the respective assetFull Spec
Research/based on
What are foreseen obstacles or hurdles to overcome?
The text was updated successfully, but these errors were encountered: