Package org.bitcoinj.protobuf.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getData(int index)
repeated bytes data = 1;
int
getDataCount()
repeated bytes data = 1;
java.util.List<com.google.protobuf.ByteString>
getDataList()
repeated bytes data = 1;
-
-
-
Method Detail
-
getDataList
java.util.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.
-
-