public static interface WalletKitOuterClass.TapscriptFullTreeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.TapLeaf |
getAllLeaves(int index)
The complete, ordered list of all tap leaves of the tree.
|
int |
getAllLeavesCount()
The complete, ordered list of all tap leaves of the tree.
|
java.util.List<WalletKitOuterClass.TapLeaf> |
getAllLeavesList()
The complete, ordered list of all tap leaves of the tree.
|
WalletKitOuterClass.TapLeafOrBuilder |
getAllLeavesOrBuilder(int index)
The complete, ordered list of all tap leaves of the tree.
|
java.util.List<? extends WalletKitOuterClass.TapLeafOrBuilder> |
getAllLeavesOrBuilderList()
The complete, ordered list of all tap leaves of the tree.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<WalletKitOuterClass.TapLeaf> getAllLeavesList()
The complete, ordered list of all tap leaves of the tree.
repeated .walletrpc.TapLeaf all_leaves = 1;WalletKitOuterClass.TapLeaf getAllLeaves(int index)
The complete, ordered list of all tap leaves of the tree.
repeated .walletrpc.TapLeaf all_leaves = 1;int getAllLeavesCount()
The complete, ordered list of all tap leaves of the tree.
repeated .walletrpc.TapLeaf all_leaves = 1;java.util.List<? extends WalletKitOuterClass.TapLeafOrBuilder> getAllLeavesOrBuilderList()
The complete, ordered list of all tap leaves of the tree.
repeated .walletrpc.TapLeaf all_leaves = 1;WalletKitOuterClass.TapLeafOrBuilder getAllLeavesOrBuilder(int index)
The complete, ordered list of all tap leaves of the tree.
repeated .walletrpc.TapLeaf all_leaves = 1;