Expand description
Module containing a contract’s types and functions.
library HoprChannels {
type Balance is uint96;
type TicketIndex is uint48;
type Timestamp is uint32;
}
Structs§
Functions§
- new
- Creates a new wrapper around an on-chain
HoprChannels
contract instance.