@Beta public class MultichainResult extends Object
Constructor and Description |
---|
MultichainResult(List<String> publishers,
Integer confirmations,
Instant blocktime,
String txid,
List<String> keys) |
MultichainResult(List<String> publishers,
String data,
Map<String,Object> jsonData,
Integer confirmations,
Instant blocktime,
String txid,
String blockhash,
Integer blockindex,
Integer vout,
Boolean valid,
Instant time,
Instant timereceived,
Boolean offchain,
Boolean available,
List<String> keys) |
public MultichainResult(@Nonnull List<String> publishers, @Nullable String data, @Nullable Map<String,Object> jsonData, @Nonnull Integer confirmations, @Nonnull Instant blocktime, @Nonnull String txid, @Nullable String blockhash, @Nullable Integer blockindex, @Nullable Integer vout, @Nullable Boolean valid, @Nullable Instant time, @Nullable Instant timereceived, @Nullable Boolean offchain, @Nullable Boolean available, @Nonnull List<String> keys)
protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.