Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AccountBlockFeeInfo(baseFee: BigInteger, forgerTips: BigInteger, forgerAddress: AddressProposition, forgerKeys: Option[ForgerPublicKeys] = None) extends BytesSerializable with Product with Serializable
    Annotations
    @JsonView()
  2. case class AccountPayment(address: AddressProposition, value: BigInteger, valueFromMainchain: Option[BigInteger] = None, valueFromFees: Option[BigInteger] = None) extends BytesSerializable with Product with Serializable
    Annotations
    @JsonView()
  3. class BigIntegerUInt256 extends AnyRef
  4. class Bloom extends BytesSerializable

    Bloom represents a 2048 bit bloom filter.

    Bloom represents a 2048 bit bloom filter.

    Annotations
    @JsonView()
  5. class EthereumTransactionDecoder extends AnyRef
  6. class EthereumTransactionEncoder extends AnyRef
  7. final class EthereumTransactionUtils extends AnyRef
  8. class ForgerIdentifier extends AnyRef
  9. case class ForgerPayment(identifier: ForgerIdentifier, value: BigInteger, valueFromMainchain: BigInteger) extends Product with Serializable
  10. class RlpStreamDecoder extends AnyRef

    Adapted from org/web3j/rlp/RlpDecoder.java

  11. class RlpStreamEncoder extends AnyRef

    Adapted from org/web3j/rlp/RlpEncoder.java

  12. final class Secp256k1 extends AnyRef

Ungrouped