DAO Treasury
Structs
DaoTreasury
struct DaoTreasury<phantom DaoWitness: drop> has key, store {
id: UID,
coins: Bag,
dao: ID,
}DaoTreasury
struct FlashLoan<phantom DaoWitness, phantom CoinType> {
amount: u64,
fee: u64,
type: TypeName
}Interface
dao
balance
donate
transfer
transfer_linear_vesting_wallet
flash_loan
fee
amount
repay_flash_loan
Last updated
Was this helpful?