Module HoprChannels

Source
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§

Balance
HoprChannelsInstance
A HoprChannels instance.
TicketIndex
Timestamp

Functions§

new
Creates a new wrapper around an on-chain HoprChannels contract instance.