public static interface Protos.ScriptOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimestamp()
required int64 creation_timestamp = 2; |
com.google.protobuf.ByteString |
getProgram()
required bytes program = 1; |
boolean |
hasCreationTimestamp()
required int64 creation_timestamp = 2; |
boolean |
hasProgram()
required bytes program = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasProgram()
required bytes program = 1;
com.google.protobuf.ByteString getProgram()
required bytes program = 1;
boolean hasCreationTimestamp()
required int64 creation_timestamp = 2;
Timestamp stored as millis since epoch. Useful for skipping block bodies before this point when watching for scripts on the blockchain.
long getCreationTimestamp()
required int64 creation_timestamp = 2;
Timestamp stored as millis since epoch. Useful for skipping block bodies before this point when watching for scripts on the blockchain.
Copyright © 2016. All rights reserved.