// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.35.1
// 	protoc        v6.33.0
// source: utxo/parsed_block_message.proto

package utxo_messages

import (
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

type ScriptType int32

const (
	ScriptType_UNKNOWN               ScriptType = 0
	ScriptType_PUBKEY                ScriptType = 1
	ScriptType_PUBKEYHASH            ScriptType = 2
	ScriptType_SCRIPTHASH            ScriptType = 3
	ScriptType_MULTISIG              ScriptType = 4
	ScriptType_NULLDATA              ScriptType = 5
	ScriptType_WITNESS_V0_KEYHASH    ScriptType = 6
	ScriptType_WITNESS_V0_SCRIPTHASH ScriptType = 7
	ScriptType_WITNESS_UNKNOWN       ScriptType = 8
)

// Enum value maps for ScriptType.
var (
	ScriptType_name = map[int32]string{
		0: "UNKNOWN",
		1: "PUBKEY",
		2: "PUBKEYHASH",
		3: "SCRIPTHASH",
		4: "MULTISIG",
		5: "NULLDATA",
		6: "WITNESS_V0_KEYHASH",
		7: "WITNESS_V0_SCRIPTHASH",
		8: "WITNESS_UNKNOWN",
	}
	ScriptType_value = map[string]int32{
		"UNKNOWN":               0,
		"PUBKEY":                1,
		"PUBKEYHASH":            2,
		"SCRIPTHASH":            3,
		"MULTISIG":              4,
		"NULLDATA":              5,
		"WITNESS_V0_KEYHASH":    6,
		"WITNESS_V0_SCRIPTHASH": 7,
		"WITNESS_UNKNOWN":       8,
	}
)

func (x ScriptType) Enum() *ScriptType {
	p := new(ScriptType)
	*p = x
	return p
}

func (x ScriptType) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (ScriptType) Descriptor() protoreflect.EnumDescriptor {
	return file_utxo_parsed_block_message_proto_enumTypes[0].Descriptor()
}

func (ScriptType) Type() protoreflect.EnumType {
	return &file_utxo_parsed_block_message_proto_enumTypes[0]
}

func (x ScriptType) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use ScriptType.Descriptor instead.
func (ScriptType) EnumDescriptor() ([]byte, []int) {
	return file_utxo_parsed_block_message_proto_rawDescGZIP(), []int{0}
}

type ParsedBlockMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Header       *BlockHeader         `protobuf:"bytes,1,opt,name=Header,proto3" json:"Header,omitempty"`
	Transactions []*ParsedTransaction `protobuf:"bytes,2,rep,name=Transactions,proto3" json:"Transactions,omitempty"`
}

func (x *ParsedBlockMessage) Reset() {
	*x = ParsedBlockMessage{}
	mi := &file_utxo_parsed_block_message_proto_msgTypes[0]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ParsedBlockMessage) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ParsedBlockMessage) ProtoMessage() {}

func (x *ParsedBlockMessage) ProtoReflect() protoreflect.Message {
	mi := &file_utxo_parsed_block_message_proto_msgTypes[0]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ParsedBlockMessage.ProtoReflect.Descriptor instead.
func (*ParsedBlockMessage) Descriptor() ([]byte, []int) {
	return file_utxo_parsed_block_message_proto_rawDescGZIP(), []int{0}
}

func (x *ParsedBlockMessage) GetHeader() *BlockHeader {
	if x != nil {
		return x.Header
	}
	return nil
}

func (x *ParsedBlockMessage) GetTransactions() []*ParsedTransaction {
	if x != nil {
		return x.Transactions
	}
	return nil
}

type ParsedTransaction struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Header  *TransactionHeader         `protobuf:"bytes,1,opt,name=Header,proto3" json:"Header,omitempty"`
	Inputs  []*ParsedTransactionInput  `protobuf:"bytes,2,rep,name=Inputs,proto3" json:"Inputs,omitempty"`
	Outputs []*ParsedTransactionOutput `protobuf:"bytes,3,rep,name=Outputs,proto3" json:"Outputs,omitempty"`
	Fee     uint64                     `protobuf:"varint,4,opt,name=Fee,proto3" json:"Fee,omitempty"`
}

func (x *ParsedTransaction) Reset() {
	*x = ParsedTransaction{}
	mi := &file_utxo_parsed_block_message_proto_msgTypes[1]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ParsedTransaction) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ParsedTransaction) ProtoMessage() {}

func (x *ParsedTransaction) ProtoReflect() protoreflect.Message {
	mi := &file_utxo_parsed_block_message_proto_msgTypes[1]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ParsedTransaction.ProtoReflect.Descriptor instead.
func (*ParsedTransaction) Descriptor() ([]byte, []int) {
	return file_utxo_parsed_block_message_proto_rawDescGZIP(), []int{1}
}

func (x *ParsedTransaction) GetHeader() *TransactionHeader {
	if x != nil {
		return x.Header
	}
	return nil
}

func (x *ParsedTransaction) GetInputs() []*ParsedTransactionInput {
	if x != nil {
		return x.Inputs
	}
	return nil
}

func (x *ParsedTransaction) GetOutputs() []*ParsedTransactionOutput {
	if x != nil {
		return x.Outputs
	}
	return nil
}

func (x *ParsedTransaction) GetFee() uint64 {
	if x != nil {
		return x.Fee
	}
	return 0
}

type ParsedTransactionInput struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Input       *TransactionInput        `protobuf:"bytes,2,opt,name=Input,proto3" json:"Input,omitempty"`
	SpentOutput *ParsedTransactionOutput `protobuf:"bytes,3,opt,name=SpentOutput,proto3" json:"SpentOutput,omitempty"`
}

func (x *ParsedTransactionInput) Reset() {
	*x = ParsedTransactionInput{}
	mi := &file_utxo_parsed_block_message_proto_msgTypes[2]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ParsedTransactionInput) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ParsedTransactionInput) ProtoMessage() {}

func (x *ParsedTransactionInput) ProtoReflect() protoreflect.Message {
	mi := &file_utxo_parsed_block_message_proto_msgTypes[2]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ParsedTransactionInput.ProtoReflect.Descriptor instead.
func (*ParsedTransactionInput) Descriptor() ([]byte, []int) {
	return file_utxo_parsed_block_message_proto_rawDescGZIP(), []int{2}
}

func (x *ParsedTransactionInput) GetInput() *TransactionInput {
	if x != nil {
		return x.Input
	}
	return nil
}

func (x *ParsedTransactionInput) GetSpentOutput() *ParsedTransactionOutput {
	if x != nil {
		return x.SpentOutput
	}
	return nil
}

type MinBlockHeader struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Hash   []byte `protobuf:"bytes,1,opt,name=Hash,proto3" json:"Hash,omitempty"`
	Height int64  `protobuf:"varint,2,opt,name=Height,proto3" json:"Height,omitempty"`
	Time   int64  `protobuf:"varint,3,opt,name=Time,proto3" json:"Time,omitempty"`
}

func (x *MinBlockHeader) Reset() {
	*x = MinBlockHeader{}
	mi := &file_utxo_parsed_block_message_proto_msgTypes[3]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *MinBlockHeader) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*MinBlockHeader) ProtoMessage() {}

func (x *MinBlockHeader) ProtoReflect() protoreflect.Message {
	mi := &file_utxo_parsed_block_message_proto_msgTypes[3]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use MinBlockHeader.ProtoReflect.Descriptor instead.
func (*MinBlockHeader) Descriptor() ([]byte, []int) {
	return file_utxo_parsed_block_message_proto_rawDescGZIP(), []int{3}
}

func (x *MinBlockHeader) GetHash() []byte {
	if x != nil {
		return x.Hash
	}
	return nil
}

func (x *MinBlockHeader) GetHeight() int64 {
	if x != nil {
		return x.Height
	}
	return 0
}

func (x *MinBlockHeader) GetTime() int64 {
	if x != nil {
		return x.Time
	}
	return 0
}

type ParsedTransactionOutput struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Output     *TransactionOutput `protobuf:"bytes,1,opt,name=Output,proto3" json:"Output,omitempty"`
	Address    string             `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	ScriptType ScriptType         `protobuf:"varint,3,opt,name=ScriptType,proto3,enum=utxo_messages.ScriptType" json:"ScriptType,omitempty"`
	Script     []byte             `protobuf:"bytes,4,opt,name=Script,proto3" json:"Script,omitempty"`
	ReqSigs    uint32             `protobuf:"varint,5,opt,name=ReqSigs,proto3" json:"ReqSigs,omitempty"`
	Value      uint64             `protobuf:"varint,6,opt,name=Value,proto3" json:"Value,omitempty"`
	Block      *MinBlockHeader    `protobuf:"bytes,7,opt,name=Block,proto3" json:"Block,omitempty"`
}

func (x *ParsedTransactionOutput) Reset() {
	*x = ParsedTransactionOutput{}
	mi := &file_utxo_parsed_block_message_proto_msgTypes[4]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ParsedTransactionOutput) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ParsedTransactionOutput) ProtoMessage() {}

func (x *ParsedTransactionOutput) ProtoReflect() protoreflect.Message {
	mi := &file_utxo_parsed_block_message_proto_msgTypes[4]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ParsedTransactionOutput.ProtoReflect.Descriptor instead.
func (*ParsedTransactionOutput) Descriptor() ([]byte, []int) {
	return file_utxo_parsed_block_message_proto_rawDescGZIP(), []int{4}
}

func (x *ParsedTransactionOutput) GetOutput() *TransactionOutput {
	if x != nil {
		return x.Output
	}
	return nil
}

func (x *ParsedTransactionOutput) GetAddress() string {
	if x != nil {
		return x.Address
	}
	return ""
}

func (x *ParsedTransactionOutput) GetScriptType() ScriptType {
	if x != nil {
		return x.ScriptType
	}
	return ScriptType_UNKNOWN
}

func (x *ParsedTransactionOutput) GetScript() []byte {
	if x != nil {
		return x.Script
	}
	return nil
}

func (x *ParsedTransactionOutput) GetReqSigs() uint32 {
	if x != nil {
		return x.ReqSigs
	}
	return 0
}

func (x *ParsedTransactionOutput) GetValue() uint64 {
	if x != nil {
		return x.Value
	}
	return 0
}

func (x *ParsedTransactionOutput) GetBlock() *MinBlockHeader {
	if x != nil {
		return x.Block
	}
	return nil
}

var File_utxo_parsed_block_message_proto protoreflect.FileDescriptor

var file_utxo_parsed_block_message_proto_rawDesc = []byte{
	0x0a, 0x1f, 0x75, 0x74, 0x78, 0x6f, 0x2f, 0x70, 0x61, 0x72, 0x73, 0x65, 0x64, 0x5f, 0x62, 0x6c,
	0x6f, 0x63, 0x6b, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x12, 0x0d, 0x75, 0x74, 0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73,
	0x1a, 0x18, 0x75, 0x74, 0x78, 0x6f, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6d, 0x65, 0x73,
	0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8e, 0x01, 0x0a, 0x12, 0x50,
	0x61, 0x72, 0x73, 0x65, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
	0x65, 0x12, 0x32, 0x0a, 0x06, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x1a, 0x2e, 0x75, 0x74, 0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
	0x73, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x06, 0x48,
	0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x44, 0x0a, 0x0c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x75, 0x74,
	0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x72, 0x73,
	0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x54,
	0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xe0, 0x01, 0x0a, 0x11,
	0x50, 0x61, 0x72, 0x73, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
	0x6e, 0x12, 0x38, 0x0a, 0x06, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x20, 0x2e, 0x75, 0x74, 0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
	0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x65, 0x61,
	0x64, 0x65, 0x72, 0x52, 0x06, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x06, 0x49,
	0x6e, 0x70, 0x75, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x75, 0x74,
	0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x72, 0x73,
	0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x70,
	0x75, 0x74, 0x52, 0x06, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x07, 0x4f, 0x75,
	0x74, 0x70, 0x75, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x75, 0x74,
	0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x72, 0x73,
	0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74,
	0x70, 0x75, 0x74, 0x52, 0x07, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x73, 0x12, 0x10, 0x0a, 0x03,
	0x46, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x46, 0x65, 0x65, 0x22, 0x99,
	0x01, 0x0a, 0x16, 0x50, 0x61, 0x72, 0x73, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x12, 0x35, 0x0a, 0x05, 0x49, 0x6e, 0x70,
	0x75, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x75, 0x74, 0x78, 0x6f, 0x5f,
	0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x52, 0x05, 0x49, 0x6e, 0x70, 0x75, 0x74,
	0x12, 0x48, 0x0a, 0x0b, 0x53, 0x70, 0x65, 0x6e, 0x74, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18,
	0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x75, 0x74, 0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73,
	0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x72, 0x73, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e,
	0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x0b, 0x53,
	0x70, 0x65, 0x6e, 0x74, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x50, 0x0a, 0x0e, 0x4d, 0x69,
	0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04,
	0x48, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x48, 0x61, 0x73, 0x68,
	0x12, 0x16, 0x0a, 0x06, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
	0x52, 0x06, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x69, 0x6d, 0x65,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x54, 0x69, 0x6d, 0x65, 0x22, 0xa5, 0x02, 0x0a,
	0x17, 0x50, 0x61, 0x72, 0x73, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
	0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, 0x38, 0x0a, 0x06, 0x4f, 0x75, 0x74, 0x70,
	0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x75, 0x74, 0x78, 0x6f, 0x5f,
	0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x06, 0x4f, 0x75, 0x74, 0x70,
	0x75, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x39, 0x0a, 0x0a,
	0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e,
	0x32, 0x19, 0x2e, 0x75, 0x74, 0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73,
	0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x53, 0x63, 0x72,
	0x69, 0x70, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x63, 0x72, 0x69, 0x70,
	0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x12,
	0x18, 0x0a, 0x07, 0x52, 0x65, 0x71, 0x53, 0x69, 0x67, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d,
	0x52, 0x07, 0x52, 0x65, 0x71, 0x53, 0x69, 0x67, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x56, 0x61, 0x6c,
	0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12,
	0x33, 0x0a, 0x05, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d,
	0x2e, 0x75, 0x74, 0x78, 0x6f, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x4d,
	0x69, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x05, 0x42,
	0x6c, 0x6f, 0x63, 0x6b, 0x2a, 0xa9, 0x01, 0x0a, 0x0a, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x54,
	0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00,
	0x12, 0x0a, 0x0a, 0x06, 0x50, 0x55, 0x42, 0x4b, 0x45, 0x59, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a,
	0x50, 0x55, 0x42, 0x4b, 0x45, 0x59, 0x48, 0x41, 0x53, 0x48, 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a,
	0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x48, 0x41, 0x53, 0x48, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08,
	0x4d, 0x55, 0x4c, 0x54, 0x49, 0x53, 0x49, 0x47, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x4e, 0x55,
	0x4c, 0x4c, 0x44, 0x41, 0x54, 0x41, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, 0x57, 0x49, 0x54, 0x4e,
	0x45, 0x53, 0x53, 0x5f, 0x56, 0x30, 0x5f, 0x4b, 0x45, 0x59, 0x48, 0x41, 0x53, 0x48, 0x10, 0x06,
	0x12, 0x19, 0x0a, 0x15, 0x57, 0x49, 0x54, 0x4e, 0x45, 0x53, 0x53, 0x5f, 0x56, 0x30, 0x5f, 0x53,
	0x43, 0x52, 0x49, 0x50, 0x54, 0x48, 0x41, 0x53, 0x48, 0x10, 0x07, 0x12, 0x13, 0x0a, 0x0f, 0x57,
	0x49, 0x54, 0x4e, 0x45, 0x53, 0x53, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x08,
	0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_utxo_parsed_block_message_proto_rawDescOnce sync.Once
	file_utxo_parsed_block_message_proto_rawDescData = file_utxo_parsed_block_message_proto_rawDesc
)

func file_utxo_parsed_block_message_proto_rawDescGZIP() []byte {
	file_utxo_parsed_block_message_proto_rawDescOnce.Do(func() {
		file_utxo_parsed_block_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_utxo_parsed_block_message_proto_rawDescData)
	})
	return file_utxo_parsed_block_message_proto_rawDescData
}

var file_utxo_parsed_block_message_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_utxo_parsed_block_message_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
var file_utxo_parsed_block_message_proto_goTypes = []any{
	(ScriptType)(0),                 // 0: utxo_messages.ScriptType
	(*ParsedBlockMessage)(nil),      // 1: utxo_messages.ParsedBlockMessage
	(*ParsedTransaction)(nil),       // 2: utxo_messages.ParsedTransaction
	(*ParsedTransactionInput)(nil),  // 3: utxo_messages.ParsedTransactionInput
	(*MinBlockHeader)(nil),          // 4: utxo_messages.MinBlockHeader
	(*ParsedTransactionOutput)(nil), // 5: utxo_messages.ParsedTransactionOutput
	(*BlockHeader)(nil),             // 6: utxo_messages.BlockHeader
	(*TransactionHeader)(nil),       // 7: utxo_messages.TransactionHeader
	(*TransactionInput)(nil),        // 8: utxo_messages.TransactionInput
	(*TransactionOutput)(nil),       // 9: utxo_messages.TransactionOutput
}
var file_utxo_parsed_block_message_proto_depIdxs = []int32{
	6,  // 0: utxo_messages.ParsedBlockMessage.Header:type_name -> utxo_messages.BlockHeader
	2,  // 1: utxo_messages.ParsedBlockMessage.Transactions:type_name -> utxo_messages.ParsedTransaction
	7,  // 2: utxo_messages.ParsedTransaction.Header:type_name -> utxo_messages.TransactionHeader
	3,  // 3: utxo_messages.ParsedTransaction.Inputs:type_name -> utxo_messages.ParsedTransactionInput
	5,  // 4: utxo_messages.ParsedTransaction.Outputs:type_name -> utxo_messages.ParsedTransactionOutput
	8,  // 5: utxo_messages.ParsedTransactionInput.Input:type_name -> utxo_messages.TransactionInput
	5,  // 6: utxo_messages.ParsedTransactionInput.SpentOutput:type_name -> utxo_messages.ParsedTransactionOutput
	9,  // 7: utxo_messages.ParsedTransactionOutput.Output:type_name -> utxo_messages.TransactionOutput
	0,  // 8: utxo_messages.ParsedTransactionOutput.ScriptType:type_name -> utxo_messages.ScriptType
	4,  // 9: utxo_messages.ParsedTransactionOutput.Block:type_name -> utxo_messages.MinBlockHeader
	10, // [10:10] is the sub-list for method output_type
	10, // [10:10] is the sub-list for method input_type
	10, // [10:10] is the sub-list for extension type_name
	10, // [10:10] is the sub-list for extension extendee
	0,  // [0:10] is the sub-list for field type_name
}

func init() { file_utxo_parsed_block_message_proto_init() }
func file_utxo_parsed_block_message_proto_init() {
	if File_utxo_parsed_block_message_proto != nil {
		return
	}
	file_utxo_block_message_proto_init()
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_utxo_parsed_block_message_proto_rawDesc,
			NumEnums:      1,
			NumMessages:   5,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_utxo_parsed_block_message_proto_goTypes,
		DependencyIndexes: file_utxo_parsed_block_message_proto_depIdxs,
		EnumInfos:         file_utxo_parsed_block_message_proto_enumTypes,
		MessageInfos:      file_utxo_parsed_block_message_proto_msgTypes,
	}.Build()
	File_utxo_parsed_block_message_proto = out.File
	file_utxo_parsed_block_message_proto_rawDesc = nil
	file_utxo_parsed_block_message_proto_goTypes = nil
	file_utxo_parsed_block_message_proto_depIdxs = nil
}
