Module sapio_contrib::contracts::derivatives::exploding[][src]

Contracts which have a expiration date before which they must be executed…

Structs

ExplodingOption

Wraps a generic option opt with functionality to refund both parties on timeout.

UnderFundedExplodingOption

Similar to ExplodingOption except that the option requires an additional value amount to be paid in in order to execute, hence being “under funded”

Traits

Explodes

Generic functionality required for Exploding contracts