UNPKG

@dbricks/dbricks-ts

Version:

## Introduction

9 lines (8 loc) 227 B
export interface IMangoLenderDepositArgs { mintPubkey: string; quantity: string; mangoAccountNumber: string; } export interface IMangoLenderDepositParams extends IMangoLenderDepositArgs { ownerPubkey: string; }