import FIND from 0x37a05b1ecacc80f7

transaction(name: String, directSellPrice:UFix64) {
	prepare(acct: AuthAccount) {
		let finLeases= acct.borrow<&FIND.LeaseCollection>(from:FIND.LeaseStoragePath)!
		finLeases.listForSale(name: name,  directSellPrice:directSellPrice)
	}
}