Module sapio_contrib::contracts::channel[][src]

An example of how one might begin building a payment channel contract in Sapio

Structs

DBHandle

Handle for DB Types

Enums

Args

Args are some messages that can be passed to a Channel instance

Traits

DB

DB Trait is for a Trait Object that can be used to record state updates for a channel. Examples implements a MockDB