UNPKG

@dbricks/dbricks-ts

Version:

## Introduction

8 lines (7 loc) 195 B
export interface ISolendLenderBorrowArgs { mintPubkey: string; quantity: string; } export interface ISolendLenderBorrowParams extends ISolendLenderBorrowArgs { ownerPubkey: string; }