Declaration
func CreateAirDrop(out var createdEntity entity<Airdrop>)
go
Create an airdrop. There are three stages of airdrop: 1. Preparation, 2. Dropping, 3. Landing. The airdrop properties can only be modified in state 1.
func CreateAirDrop(out var createdEntity entity<Airdrop>)
go