@Beta public class MultichainBlock extends Object
Constructor and Description |
---|
MultichainBlock(String hash,
String miner,
Integer confirmations,
Integer size,
Integer height,
Integer version,
String merkleroot,
Integer nonce,
String bits,
Float difficulty,
String chainwork) |
MultichainBlock(String hash,
String miner,
Integer confirmations,
Integer size,
Integer height,
Integer version,
String merkleroot,
List<MultichainTransaction> tx,
Long time,
Integer nonce,
String bits,
Float difficulty,
String chainwork,
String previousblockhash,
String nextblockhash,
Integer txcount) |
public MultichainBlock(@Nonnull String hash, @Nonnull String miner, @Nonnull Integer confirmations, @Nonnull Integer size, @Nonnull Integer height, @Nonnull Integer version, @Nonnull String merkleroot, @Nullable List<MultichainTransaction> tx, @Nullable Long time, @Nonnull Integer nonce, @Nonnull String bits, @Nonnull Float difficulty, @Nonnull String chainwork, @Nullable String previousblockhash, @Nullable String nextblockhash, @Nullable Integer txcount)
public MultichainBlock(@Nonnull String hash, @Nonnull String miner, @Nonnull Integer confirmations, @Nonnull Integer size, @Nonnull Integer height, @Nonnull Integer version, @Nonnull String merkleroot, @Nonnull Integer nonce, @Nonnull String bits, @Nonnull Float difficulty, @Nonnull String chainwork)
@Nullable public List<MultichainTransaction> getTx()
public void setTx(@Nullable List<MultichainTransaction> tx)
protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.