org.bitcoinj.wallet
Interface Protos.ScriptOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protos.Script, Protos.Script.Builder
Enclosing class:
Protos

public static interface Protos.ScriptOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasProgram

boolean hasProgram()
required bytes program = 1;


getProgram

com.google.protobuf.ByteString getProgram()
required bytes program = 1;


hasCreationTimestamp

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.
 


getCreationTimestamp

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 © 2014. All rights reserved.