public static interface ChainNotifierOuterClass.SpendEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ChainNotifierOuterClass.SpendEvent.EventCase |
getEventCase() |
ChainNotifierOuterClass.Reorg |
getReorg()
An event sent when the spending transaction of the request was
reorged out of the chain.
|
ChainNotifierOuterClass.ReorgOrBuilder |
getReorgOrBuilder()
An event sent when the spending transaction of the request was
reorged out of the chain.
|
ChainNotifierOuterClass.SpendDetails |
getSpend()
An event that includes the details of the spending transaction of the
request (outpoint/output script).
|
ChainNotifierOuterClass.SpendDetailsOrBuilder |
getSpendOrBuilder()
An event that includes the details of the spending transaction of the
request (outpoint/output script).
|
boolean |
hasReorg()
An event sent when the spending transaction of the request was
reorged out of the chain.
|
boolean |
hasSpend()
An event that includes the details of the spending transaction of the
request (outpoint/output script).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSpend()
An event that includes the details of the spending transaction of the request (outpoint/output script).
.chainrpc.SpendDetails spend = 1;ChainNotifierOuterClass.SpendDetails getSpend()
An event that includes the details of the spending transaction of the request (outpoint/output script).
.chainrpc.SpendDetails spend = 1;ChainNotifierOuterClass.SpendDetailsOrBuilder getSpendOrBuilder()
An event that includes the details of the spending transaction of the request (outpoint/output script).
.chainrpc.SpendDetails spend = 1;boolean hasReorg()
An event sent when the spending transaction of the request was reorged out of the chain.
.chainrpc.Reorg reorg = 2;ChainNotifierOuterClass.Reorg getReorg()
An event sent when the spending transaction of the request was reorged out of the chain.
.chainrpc.Reorg reorg = 2;ChainNotifierOuterClass.ReorgOrBuilder getReorgOrBuilder()
An event sent when the spending transaction of the request was reorged out of the chain.
.chainrpc.Reorg reorg = 2;ChainNotifierOuterClass.SpendEvent.EventCase getEventCase()