Sign Loan Request
async signLoanRequest()
async signLoanRequest()const response = await this.newBorrowingService.signLoanRequest(
loanData,
walletAddress
)
loanData.signature = response;Last updated
async signLoanRequest()const response = await this.newBorrowingService.signLoanRequest(
loanData,
walletAddress
)
loanData.signature = response;Last updated