UNPKG

@dbricks/dbricks-ts

Version:

## Introduction

8 lines (7 loc) 201 B
export interface ISolendLenderWithdrawArgs { mintPubkey: string; quantity: string; } export interface ISolendLenderWithdrawParams extends ISolendLenderWithdrawArgs { ownerPubkey: string; }