stellar-plus
Version:
beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain
13 lines (12 loc) • 446 B
TypeScript
import { Spec } from '@stellar/stellar-sdk/contract';
export declare enum Methods {
deposit = "deposit",
withdraw = "withdraw",
getEstimatedYield = "get_estimated_yield",
getPosition = "get_position",
getEstimatedPrematureWithdraw = "get_estimated_premature_withdraw",
getTimeLeft = "get_time_left",
extendContractValidity = "extend_contract_validity",
initialize = "initialize"
}
export declare const spec: Spec;