public static interface Protocol.BlockHeader.rawOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getNumber()
bytes nonce = 5;
bytes difficulty = 6;
int64 number = 7; |
com.google.protobuf.ByteString |
getParentHash()
bytes parentHash = 3; |
long |
getTimestamp()
int64 timestamp = 1; |
com.google.protobuf.ByteString |
getTxTrieRoot()
bytes txTrieRoot = 2; |
int |
getVersion()
int32 version = 10; |
com.google.protobuf.ByteString |
getWitnessAddress()
bytes witness_address = 9; |
long |
getWitnessId()
int64 witness_id = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getTimestamp()
int64 timestamp = 1;
com.google.protobuf.ByteString getTxTrieRoot()
bytes txTrieRoot = 2;
com.google.protobuf.ByteString getParentHash()
bytes parentHash = 3;
long getNumber()
bytes nonce = 5; bytes difficulty = 6;
int64 number = 7;
long getWitnessId()
int64 witness_id = 8;
com.google.protobuf.ByteString getWitnessAddress()
bytes witness_address = 9;
int getVersion()
int32 version = 10;
Copyright © 2020. All rights reserved.