Package org.bitcoinj.wallet
Interface Protos.ScriptWitnessOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protos.ScriptWitness
,Protos.ScriptWitness.Builder
- Enclosing class:
- Protos
public static interface Protos.ScriptWitnessOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getDataList
List<com.google.protobuf.ByteString> getDataList()repeated bytes data = 1;
- Returns:
- A list containing the data.
-
getDataCount
int getDataCount()repeated bytes data = 1;
- Returns:
- The count of data.
-
getData
com.google.protobuf.ByteString getData(int index) repeated bytes data = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The data at the given index.
-