Expand description
Base types some of which are aliases from rust-web3.
Structs§
- Address
Metadata - Networking address metadata
- Bytes
- Raw bytes wrapper
- Canonical
Identifier - The channel’s canonical identifier.
- Default
Addresses - Contains a list of deployed contract addresses vital for the operation of the node.
- H160
- Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
- H256
- Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
- Queue
Identifier - Message queue identifier.
- U64
- A wrapper around web3’s U64 types for consistency.
- U256
- Little-endian large integer type 256-bit unsigned integer.
Enums§
- BlockId
- Block Identifier
- ChainID
- Chain identifier
- Message
Type Id - Message type identifier.
Type Aliases§
- Address
- Address
- Balance
Hash - Balance
Proof Data - Alias type for BalanceProofData
- Block
Expiration - Alias type for block expiration.
- Block
Hash - Alias type for block hash.
- Block
Number - Alias type for block number.
- Block
Timeout - Alias type for block timeout.
- Channel
Identifier - Alias type for channel identifier.
- Encoded
Lock - Alias type for encoded lock.
- FeeAmount
- Alias type for fee amount.
- GasLimit
- Alias type for gas limit.
- GasPrice
- Alias type for gas price.
- Lock
Timeout - Alias type for lock timeout.
- Locked
Amount - Alias price for locked amount.
- Locksroot
- Alias type for locksroot.
- Message
Hash - Alias type for message hash.
- Message
Identifier - Alias type for message identifier.
- Nonce
- Alias type for nonce.
- OneToN
Address - Alias type for OneToN address.
- Payment
Identifier - Alias type for payment identifier.
- Proportional
FeeAmount - Alias type for proportional fee amount.
- Retry
Timeout - Alias type for retry timeout.
- Reveal
Timeout - Alias type for reveal timeout.
- Secret
- Alias type for secret.
- Secret
Hash - Alias type for secret hash.
- Secret
Registry Address - ALias type for secret registry address.
- Settle
Timeout - Alias type for settle timeout.
- Signature
- Alias type for signature.
- Token
Address - Alias type for token address.
- Token
Amount - Alias type for token amount.
- Token
Network Address - Alias type for token network address.
- Token
Network Registry Address - Alias type for token network registry address.
- Transaction
Hash - Alias type for transaction hash.