@rainfi/sdk
Version:
This package is used to interact with Rain.fi protocol on Solana
23 lines (22 loc) • 563 B
TypeScript
/**
* This code was GENERATED using the solita package.
* Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
*
* See: https://github.com/metaplex-foundation/solita
*/
import * as beet from '@metaplex-foundation/beet';
/**
* @category enums
* @category generated
*/
export declare enum LoanStatus {
Ongoing = 0,
Repaid = 1,
Liquidated = 2,
Sold = 3
}
/**
* @category userTypes
* @category generated
*/
export declare const loanStatusBeet: beet.FixedSizeBeet<LoanStatus, LoanStatus>;