Module raiden_blockchain::proxies
source · Expand description
Proxies module.
Structs§
- The account type holding nonce and private key.
- Channel on-chain data.
- Stores account’s nonce in sync with the one on-chain.
- Details of one of the pariticpants in a channel.
- Details of both participants in a channel.
- The proxy singleton manager.
- Secret registry proxy to interact with the on-chain contract.
- The service registry proxy to interact with the on-chain contract.
- Token network proxy to interact with the on-chain contract.
- Token network registry proxy to interact with the on-chain contract.
- Token proxy to interact with the on-chain contract.
- User deposit proxy to interact with the on-chain contract.
- Information about planned withdraw.
Enums§
- The proxy error type.
Type Aliases§
- Proxies error type.