Packages

package events

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AddMcAddrOwnership(scAddress: Address, mcAddress_3: Bytes3, mcAddress_32: Bytes32) extends Product with Serializable
  2. case class AddWithdrawalRequest(from: Address, mcDest: Bytes20, value: Uint256, epochNumber: Uint32) extends Product with Serializable
  3. case class DelegateForgerStake(from: Address, owner: Address, stakeId: Bytes32, value: Uint256) extends Product with Serializable
  4. class EthereumEvent extends AnyRef
  5. case class OpenForgerList(forgerIndex: Uint32, from: Address, blockSignProposition: Bytes32) extends Product with Serializable
  6. case class ProxyInvocation(from: Address, to: Address, data: DynamicBytes) extends Product with Serializable
  7. case class RemoveMcAddrOwnership(scAddress: Address, mcAddress_3: Bytes3, mcAddress_32: Bytes32) extends Product with Serializable
  8. case class SubmitKeyRotation(keyType: Uint32, keyIndex: Uint32, newKeyValue_32: Bytes32, newKeyValue_1: Bytes1, epochNumber: Uint32) extends Product with Serializable
  9. case class WithdrawForgerStake(owner: Address, stakeId: Bytes32) extends Product with Serializable

Value Members

  1. object AddMcAddrOwnership extends Serializable
  2. object AddWithdrawalRequest extends Serializable
  3. object DelegateForgerStake extends Serializable
  4. object OpenForgerList extends Serializable
  5. object ProxyInvocation extends Serializable
  6. object RemoveMcAddrOwnership extends Serializable
  7. object SubmitKeyRotation extends Serializable
  8. object WithdrawForgerStake extends Serializable

Ungrouped