OutPoint

Nervos transaction out-point reference.
Protobuf type TW.Nervos.Proto.OutPoint

Types

Link copied to clipboard
class Builder
Nervos transaction out-point reference.
Protobuf type TW.Nervos.Proto.OutPoint

Functions

Link copied to clipboard
open fun getDefaultInstance(): OutPoint
Link copied to clipboard
open fun getIndex(): Int
The index of the specific output in the transaction.
uint32 index = 2;
Link copied to clipboard
open fun getTxHash(): ByteString
The hash of the referenced transaction.
bytes tx_hash = 1;
Link copied to clipboard
open fun newBuilder(prototype: OutPoint): Nervos.OutPoint.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): OutPoint
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OutPoint
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): OutPoint
open fun parseFrom(data: ByteString): OutPoint
open fun parseFrom(input: CodedInputStream): OutPoint
open fun parseFrom(input: InputStream): OutPoint
open fun parseFrom(data: ByteBuffer): OutPoint
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): OutPoint
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): OutPoint
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): OutPoint
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OutPoint
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): OutPoint
Link copied to clipboard
open fun parser(): Parser<OutPoint>

Properties

Link copied to clipboard
Link copied to clipboard