LiquidityProviderToken
Interface specification for Spline liquidity provider token (ERC-20) contracts.
ILiquidityProviderToken
pub trait ILiquidityProviderToken<TStorage>Trait functions
authority
fn authority(self: @TStorage) -> starknet::ContractAddressmint
fn mint(ref self: TStorage, to: starknet::ContractAddress, amount: u256)burn
fn burn(ref self: TStorage, from: starknet::ContractAddress, amount: u256)Last updated