Module raiden_blockchain::transactions
source · Expand description
Transactions module.
Structs§
- Close channel transaction type
- The retrieved on-chain data.
- Close channel transaction parameters.
- Cooperative settle transaction type.
- Cooperative settle parameters.
- Open a channel transaction type.
- On-chain data for validation while opening a channel.
- Parameters for opening a new channel.
- Channels set total deposit type.
- On-chain data required to validate SetTotalDeposit.
- Parameters for setting the channel’s total deposit.
- Channel withdraw transaction type.
- On-chain data for validating channel withdraw.
- Parameters required to withdraw from a channel.
- Channel settle transaction type.
- On-chain data to validate settling a channel.
- Parameters required for settling a channel.
- Channel unlock transaction type.
- On-chain data to validate unlocking a channel
- Parameters required for unlocking a channel.
- Channel update transfer transaction type.
- On-chain data to validate updating a channel’s transfer.
- Parameters required to update channel’s transfer.
- Register secret transaction type.
- Parameters required for registering a secret.
- The container of data needed to be signed for withdraw
Traits§
- A trait to be implemented by on-chain transactions.