public static interface ChainNotifierOuterClass.SpendDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getRawSpendingTx()
The raw bytes of the spending transaction.
|
int |
getSpendingHeight()
The height at which the spending transaction was included in a block.
|
int |
getSpendingInputIndex()
The input of the spending transaction that fulfilled the spend request.
|
ChainNotifierOuterClass.Outpoint |
getSpendingOutpoint()
The outpoint was that spent.
|
ChainNotifierOuterClass.OutpointOrBuilder |
getSpendingOutpointOrBuilder()
The outpoint was that spent.
|
com.google.protobuf.ByteString |
getSpendingTxHash()
The hash of the spending transaction.
|
boolean |
hasSpendingOutpoint()
The outpoint was that spent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSpendingOutpoint()
The outpoint was that spent.
.chainrpc.Outpoint spending_outpoint = 1;ChainNotifierOuterClass.Outpoint getSpendingOutpoint()
The outpoint was that spent.
.chainrpc.Outpoint spending_outpoint = 1;ChainNotifierOuterClass.OutpointOrBuilder getSpendingOutpointOrBuilder()
The outpoint was that spent.
.chainrpc.Outpoint spending_outpoint = 1;com.google.protobuf.ByteString getRawSpendingTx()
The raw bytes of the spending transaction.
bytes raw_spending_tx = 2;com.google.protobuf.ByteString getSpendingTxHash()
The hash of the spending transaction.
bytes spending_tx_hash = 3;int getSpendingInputIndex()
The input of the spending transaction that fulfilled the spend request.
uint32 spending_input_index = 4;int getSpendingHeight()
The height at which the spending transaction was included in a block.
uint32 spending_height = 5;