package utils
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
AccountBlockFeeInfo(baseFee: BigInteger, forgerTips: BigInteger, forgerAddress: AddressProposition) extends BytesSerializable with Product with Serializable
- Annotations
- @JsonView()
-
case class
AccountPayment(address: AddressProposition, value: BigInteger) extends BytesSerializable with Product with Serializable
- Annotations
- @JsonView()
- class BigIntegerUInt256 extends AnyRef
-
class
Bloom extends BytesSerializable
Bloom represents a 2048 bit bloom filter.
Bloom represents a 2048 bit bloom filter.
- Annotations
- @JsonView()
- class EthereumTransactionDecoder extends AnyRef
- class EthereumTransactionEncoder extends AnyRef
- final class EthereumTransactionUtils extends AnyRef
-
class
RlpStreamDecoder extends AnyRef
Adapted from org/web3j/rlp/RlpDecoder.java
-
class
RlpStreamEncoder extends AnyRef
Adapted from org/web3j/rlp/RlpEncoder.java
- final class Secp256k1 extends AnyRef
Value Members
- object AccountBlockFeeInfoSerializer extends SparkzSerializer[AccountBlockFeeInfo]
- object AccountBlockUtil
- object AccountFeePaymentsUtils
- object AccountForwardTransfersHelper
- object AccountPaymentSerializer extends SparkzSerializer[AccountPayment]
- object BigIntegerUtil
- object Bloom extends Serializable
- object BloomSerializer extends SparkzSerializer[Bloom]
- object FeeUtils
- object MainchainTxCrosschainOutputAddressUtil
- object WellKnownAddresses
- object ZenWeiConverter