public interface BlockchainInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BootstrappingSnapshotInfo |
getBootstrappingSnapshotInfo()
Specifies bootstrapping snapshot info if the channel is bootstrapped from a snapshot.
|
BootstrappingSnapshotInfoOrBuilder |
getBootstrappingSnapshotInfoOrBuilder()
Specifies bootstrapping snapshot info if the channel is bootstrapped from a snapshot.
|
com.google.protobuf.ByteString |
getCurrentBlockHash()
bytes currentBlockHash = 2 [json_name = "currentBlockHash"]; |
long |
getHeight()
uint64 height = 1 [json_name = "height"]; |
com.google.protobuf.ByteString |
getPreviousBlockHash()
bytes previousBlockHash = 3 [json_name = "previousBlockHash"]; |
boolean |
hasBootstrappingSnapshotInfo()
Specifies bootstrapping snapshot info if the channel is bootstrapped from a snapshot.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getHeight()
uint64 height = 1 [json_name = "height"];
com.google.protobuf.ByteString getCurrentBlockHash()
bytes currentBlockHash = 2 [json_name = "currentBlockHash"];
com.google.protobuf.ByteString getPreviousBlockHash()
bytes previousBlockHash = 3 [json_name = "previousBlockHash"];
boolean hasBootstrappingSnapshotInfo()
Specifies bootstrapping snapshot info if the channel is bootstrapped from a snapshot. It is nil if the channel is not bootstrapped from a snapshot.
.common.BootstrappingSnapshotInfo bootstrappingSnapshotInfo = 4 [json_name = "bootstrappingSnapshotInfo"];
BootstrappingSnapshotInfo getBootstrappingSnapshotInfo()
Specifies bootstrapping snapshot info if the channel is bootstrapped from a snapshot. It is nil if the channel is not bootstrapped from a snapshot.
.common.BootstrappingSnapshotInfo bootstrappingSnapshotInfo = 4 [json_name = "bootstrappingSnapshotInfo"];
BootstrappingSnapshotInfoOrBuilder getBootstrappingSnapshotInfoOrBuilder()
Specifies bootstrapping snapshot info if the channel is bootstrapped from a snapshot. It is nil if the channel is not bootstrapped from a snapshot.
.common.BootstrappingSnapshotInfo bootstrappingSnapshotInfo = 4 [json_name = "bootstrappingSnapshotInfo"];
Copyright © 2022. All rights reserved.