UNPKG

@dbricks/dbricks-ts

Version:

## Introduction

10 lines (9 loc) 253 B
export interface IMangoLenderWithdrawArgs { mintPubkey: string; quantity: string; isBorrow: boolean; mangoAccountNumber: string; } export interface IMangoLenderWithdrawParams extends IMangoLenderWithdrawArgs { ownerPubkey: string; }