package events
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AddMcAddrOwnership(scAddress: Address, mcAddress_3: Bytes3, mcAddress_32: Bytes32) extends Product with Serializable
- case class AddWithdrawalRequest(from: Address, mcDest: Bytes20, value: Uint256, epochNumber: Uint32) extends Product with Serializable
- case class DelegateForgerStake(from: Address, owner: Address, stakeId: Bytes32, value: Uint256) extends Product with Serializable
- class EthereumEvent extends AnyRef
- case class OpenForgerList(forgerIndex: Uint32, from: Address, blockSignProposition: Bytes32) extends Product with Serializable
- case class ProxyInvocation(from: Address, to: Address, data: DynamicBytes) extends Product with Serializable
- case class RemoveMcAddrOwnership(scAddress: Address, mcAddress_3: Bytes3, mcAddress_32: Bytes32) extends Product with Serializable
- case class SubmitKeyRotation(keyType: Uint32, keyIndex: Uint32, newKeyValue_32: Bytes32, newKeyValue_1: Bytes1, epochNumber: Uint32) extends Product with Serializable
- case class WithdrawForgerStake(owner: Address, stakeId: Bytes32) extends Product with Serializable
Value Members
- object AddMcAddrOwnership extends Serializable
- object AddWithdrawalRequest extends Serializable
- object DelegateForgerStake extends Serializable
- object OpenForgerList extends Serializable
- object ProxyInvocation extends Serializable
- object RemoveMcAddrOwnership extends Serializable
- object SubmitKeyRotation extends Serializable
- object WithdrawForgerStake extends Serializable