#00: Introduction
#01: Core Design Components
#02: Contract Specification
#03: Client Specification
#04: Operator Specification
#05: Client Architecture
#06: Operator Architecture
#07: Predicate Specifications
ContractWrapper provides an interface for interacting with the various plasma chain smart contracts. Other components are expected to go through ContractWrapper whenever they want to interact with smart contracts.
ContractWrapper
Todo
Add ContractWrapper methods.