public static interface Protos.ScriptOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCreationTimestamp()
 Timestamp stored as millis since epoch. 
 | 
com.google.protobuf.ByteString | 
getProgram()
required bytes program = 1; | 
boolean | 
hasCreationTimestamp()
 Timestamp stored as millis since epoch. 
 | 
boolean | 
hasProgram()
required bytes program = 1; | 
boolean hasProgram()
required bytes program = 1;com.google.protobuf.ByteString getProgram()
required bytes program = 1;boolean hasCreationTimestamp()
Timestamp stored as millis since epoch. Useful for skipping block bodies before this point when watching for scripts on the blockchain.
required int64 creation_timestamp = 2;long getCreationTimestamp()
Timestamp stored as millis since epoch. Useful for skipping block bodies before this point when watching for scripts on the blockchain.
required int64 creation_timestamp = 2;