New RPC call
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
|
||||
package walletrpc
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -16,7 +18,7 @@ var _ = math.Inf
|
||||
// is compatible with the proto package it is being compiled against.
|
||||
// A compilation error at this line likely means your copy of the
|
||||
// proto package needs to be updated.
|
||||
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
||||
|
||||
// CompactBlock is a packaging of ONLY the data from a block that's needed to:
|
||||
// 1. Detect a payment to your shielded Sapling address
|
||||
@@ -39,16 +41,17 @@ func (m *CompactBlock) Reset() { *m = CompactBlock{} }
|
||||
func (m *CompactBlock) String() string { return proto.CompactTextString(m) }
|
||||
func (*CompactBlock) ProtoMessage() {}
|
||||
func (*CompactBlock) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_compact_formats_a15b2a7f016abebd, []int{0}
|
||||
return fileDescriptor_dce29fee3ee34899, []int{0}
|
||||
}
|
||||
|
||||
func (m *CompactBlock) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CompactBlock.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CompactBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CompactBlock.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CompactBlock) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactBlock.Merge(dst, src)
|
||||
func (m *CompactBlock) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactBlock.Merge(m, src)
|
||||
}
|
||||
func (m *CompactBlock) XXX_Size() int {
|
||||
return xxx_messageInfo_CompactBlock.Size(m)
|
||||
@@ -131,16 +134,17 @@ func (m *CompactTx) Reset() { *m = CompactTx{} }
|
||||
func (m *CompactTx) String() string { return proto.CompactTextString(m) }
|
||||
func (*CompactTx) ProtoMessage() {}
|
||||
func (*CompactTx) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_compact_formats_a15b2a7f016abebd, []int{1}
|
||||
return fileDescriptor_dce29fee3ee34899, []int{1}
|
||||
}
|
||||
|
||||
func (m *CompactTx) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CompactTx.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CompactTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CompactTx.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CompactTx) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactTx.Merge(dst, src)
|
||||
func (m *CompactTx) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactTx.Merge(m, src)
|
||||
}
|
||||
func (m *CompactTx) XXX_Size() int {
|
||||
return xxx_messageInfo_CompactTx.Size(m)
|
||||
@@ -197,16 +201,17 @@ func (m *CompactSpend) Reset() { *m = CompactSpend{} }
|
||||
func (m *CompactSpend) String() string { return proto.CompactTextString(m) }
|
||||
func (*CompactSpend) ProtoMessage() {}
|
||||
func (*CompactSpend) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_compact_formats_a15b2a7f016abebd, []int{2}
|
||||
return fileDescriptor_dce29fee3ee34899, []int{2}
|
||||
}
|
||||
|
||||
func (m *CompactSpend) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CompactSpend.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CompactSpend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CompactSpend.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CompactSpend) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactSpend.Merge(dst, src)
|
||||
func (m *CompactSpend) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactSpend.Merge(m, src)
|
||||
}
|
||||
func (m *CompactSpend) XXX_Size() int {
|
||||
return xxx_messageInfo_CompactSpend.Size(m)
|
||||
@@ -237,16 +242,17 @@ func (m *CompactOutput) Reset() { *m = CompactOutput{} }
|
||||
func (m *CompactOutput) String() string { return proto.CompactTextString(m) }
|
||||
func (*CompactOutput) ProtoMessage() {}
|
||||
func (*CompactOutput) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_compact_formats_a15b2a7f016abebd, []int{3}
|
||||
return fileDescriptor_dce29fee3ee34899, []int{3}
|
||||
}
|
||||
|
||||
func (m *CompactOutput) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CompactOutput.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CompactOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CompactOutput.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *CompactOutput) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactOutput.Merge(dst, src)
|
||||
func (m *CompactOutput) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CompactOutput.Merge(m, src)
|
||||
}
|
||||
func (m *CompactOutput) XXX_Size() int {
|
||||
return xxx_messageInfo_CompactOutput.Size(m)
|
||||
@@ -285,11 +291,9 @@ func init() {
|
||||
proto.RegisterType((*CompactOutput)(nil), "cash.z.wallet.sdk.rpc.CompactOutput")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("compact_formats.proto", fileDescriptor_compact_formats_a15b2a7f016abebd)
|
||||
}
|
||||
func init() { proto.RegisterFile("compact_formats.proto", fileDescriptor_dce29fee3ee34899) }
|
||||
|
||||
var fileDescriptor_compact_formats_a15b2a7f016abebd = []byte{
|
||||
var fileDescriptor_dce29fee3ee34899 = []byte{
|
||||
// 346 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xbf, 0x4e, 0xf3, 0x30,
|
||||
0x1c, 0x54, 0xfe, 0x34, 0xfd, 0xfa, 0x6b, 0xfa, 0x09, 0x59, 0x14, 0x59, 0x0c, 0x55, 0x14, 0x18,
|
||||
|
||||
@@ -3,13 +3,14 @@
|
||||
|
||||
package walletrpc
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
|
||||
import (
|
||||
context "golang.org/x/net/context"
|
||||
context "context"
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
grpc "google.golang.org/grpc"
|
||||
codes "google.golang.org/grpc/codes"
|
||||
status "google.golang.org/grpc/status"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@@ -21,7 +22,7 @@ var _ = math.Inf
|
||||
// is compatible with the proto package it is being compiled against.
|
||||
// A compilation error at this line likely means your copy of the
|
||||
// proto package needs to be updated.
|
||||
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
||||
|
||||
// A BlockID message contains identifiers to select a block: a height or a
|
||||
// hash. If the hash is present it takes precedence.
|
||||
@@ -37,16 +38,17 @@ func (m *BlockID) Reset() { *m = BlockID{} }
|
||||
func (m *BlockID) String() string { return proto.CompactTextString(m) }
|
||||
func (*BlockID) ProtoMessage() {}
|
||||
func (*BlockID) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_service_087f17e455cf31eb, []int{0}
|
||||
return fileDescriptor_a0b84a42fa06f626, []int{0}
|
||||
}
|
||||
|
||||
func (m *BlockID) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_BlockID.Unmarshal(m, b)
|
||||
}
|
||||
func (m *BlockID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_BlockID.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *BlockID) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_BlockID.Merge(dst, src)
|
||||
func (m *BlockID) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_BlockID.Merge(m, src)
|
||||
}
|
||||
func (m *BlockID) XXX_Size() int {
|
||||
return xxx_messageInfo_BlockID.Size(m)
|
||||
@@ -86,16 +88,17 @@ func (m *BlockRange) Reset() { *m = BlockRange{} }
|
||||
func (m *BlockRange) String() string { return proto.CompactTextString(m) }
|
||||
func (*BlockRange) ProtoMessage() {}
|
||||
func (*BlockRange) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_service_087f17e455cf31eb, []int{1}
|
||||
return fileDescriptor_a0b84a42fa06f626, []int{1}
|
||||
}
|
||||
|
||||
func (m *BlockRange) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_BlockRange.Unmarshal(m, b)
|
||||
}
|
||||
func (m *BlockRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_BlockRange.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *BlockRange) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_BlockRange.Merge(dst, src)
|
||||
func (m *BlockRange) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_BlockRange.Merge(m, src)
|
||||
}
|
||||
func (m *BlockRange) XXX_Size() int {
|
||||
return xxx_messageInfo_BlockRange.Size(m)
|
||||
@@ -135,16 +138,17 @@ func (m *TxFilter) Reset() { *m = TxFilter{} }
|
||||
func (m *TxFilter) String() string { return proto.CompactTextString(m) }
|
||||
func (*TxFilter) ProtoMessage() {}
|
||||
func (*TxFilter) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_service_087f17e455cf31eb, []int{2}
|
||||
return fileDescriptor_a0b84a42fa06f626, []int{2}
|
||||
}
|
||||
|
||||
func (m *TxFilter) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_TxFilter.Unmarshal(m, b)
|
||||
}
|
||||
func (m *TxFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_TxFilter.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *TxFilter) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_TxFilter.Merge(dst, src)
|
||||
func (m *TxFilter) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_TxFilter.Merge(m, src)
|
||||
}
|
||||
func (m *TxFilter) XXX_Size() int {
|
||||
return xxx_messageInfo_TxFilter.Size(m)
|
||||
@@ -188,16 +192,17 @@ func (m *RawTransaction) Reset() { *m = RawTransaction{} }
|
||||
func (m *RawTransaction) String() string { return proto.CompactTextString(m) }
|
||||
func (*RawTransaction) ProtoMessage() {}
|
||||
func (*RawTransaction) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_service_087f17e455cf31eb, []int{3}
|
||||
return fileDescriptor_a0b84a42fa06f626, []int{3}
|
||||
}
|
||||
|
||||
func (m *RawTransaction) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_RawTransaction.Unmarshal(m, b)
|
||||
}
|
||||
func (m *RawTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_RawTransaction.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *RawTransaction) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_RawTransaction.Merge(dst, src)
|
||||
func (m *RawTransaction) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_RawTransaction.Merge(m, src)
|
||||
}
|
||||
func (m *RawTransaction) XXX_Size() int {
|
||||
return xxx_messageInfo_RawTransaction.Size(m)
|
||||
@@ -227,16 +232,17 @@ func (m *SendResponse) Reset() { *m = SendResponse{} }
|
||||
func (m *SendResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*SendResponse) ProtoMessage() {}
|
||||
func (*SendResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_service_087f17e455cf31eb, []int{4}
|
||||
return fileDescriptor_a0b84a42fa06f626, []int{4}
|
||||
}
|
||||
|
||||
func (m *SendResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SendResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *SendResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SendResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *SendResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SendResponse.Merge(dst, src)
|
||||
func (m *SendResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SendResponse.Merge(m, src)
|
||||
}
|
||||
func (m *SendResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_SendResponse.Size(m)
|
||||
@@ -272,16 +278,17 @@ func (m *ChainSpec) Reset() { *m = ChainSpec{} }
|
||||
func (m *ChainSpec) String() string { return proto.CompactTextString(m) }
|
||||
func (*ChainSpec) ProtoMessage() {}
|
||||
func (*ChainSpec) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_service_087f17e455cf31eb, []int{5}
|
||||
return fileDescriptor_a0b84a42fa06f626, []int{5}
|
||||
}
|
||||
|
||||
func (m *ChainSpec) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ChainSpec.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ChainSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ChainSpec.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *ChainSpec) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ChainSpec.Merge(dst, src)
|
||||
func (m *ChainSpec) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ChainSpec.Merge(m, src)
|
||||
}
|
||||
func (m *ChainSpec) XXX_Size() int {
|
||||
return xxx_messageInfo_ChainSpec.Size(m)
|
||||
@@ -292,6 +299,37 @@ func (m *ChainSpec) XXX_DiscardUnknown() {
|
||||
|
||||
var xxx_messageInfo_ChainSpec proto.InternalMessageInfo
|
||||
|
||||
type Empty struct {
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Empty) Reset() { *m = Empty{} }
|
||||
func (m *Empty) String() string { return proto.CompactTextString(m) }
|
||||
func (*Empty) ProtoMessage() {}
|
||||
func (*Empty) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_a0b84a42fa06f626, []int{6}
|
||||
}
|
||||
|
||||
func (m *Empty) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Empty.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Empty.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Empty) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Empty.Merge(m, src)
|
||||
}
|
||||
func (m *Empty) XXX_Size() int {
|
||||
return xxx_messageInfo_Empty.Size(m)
|
||||
}
|
||||
func (m *Empty) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Empty.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Empty proto.InternalMessageInfo
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*BlockID)(nil), "cash.z.wallet.sdk.rpc.BlockID")
|
||||
proto.RegisterType((*BlockRange)(nil), "cash.z.wallet.sdk.rpc.BlockRange")
|
||||
@@ -299,6 +337,41 @@ func init() {
|
||||
proto.RegisterType((*RawTransaction)(nil), "cash.z.wallet.sdk.rpc.RawTransaction")
|
||||
proto.RegisterType((*SendResponse)(nil), "cash.z.wallet.sdk.rpc.SendResponse")
|
||||
proto.RegisterType((*ChainSpec)(nil), "cash.z.wallet.sdk.rpc.ChainSpec")
|
||||
proto.RegisterType((*Empty)(nil), "cash.z.wallet.sdk.rpc.Empty")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("service.proto", fileDescriptor_a0b84a42fa06f626) }
|
||||
|
||||
var fileDescriptor_a0b84a42fa06f626 = []byte{
|
||||
// 444 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x5f, 0x4f, 0x13, 0x41,
|
||||
0x10, 0x6f, 0xa5, 0x05, 0x3a, 0x2d, 0x18, 0x27, 0x62, 0x48, 0x43, 0xb4, 0xae, 0x9a, 0xf0, 0x74,
|
||||
0x21, 0xa8, 0x5f, 0x80, 0xaa, 0x84, 0x04, 0x13, 0xdd, 0xde, 0x13, 0x3e, 0x90, 0x65, 0x6f, 0xe8,
|
||||
0x9d, 0xb4, 0xbb, 0x97, 0xdd, 0x8d, 0x54, 0x3f, 0x93, 0x1f, 0xd2, 0xdc, 0x6c, 0xc1, 0x92, 0x78,
|
||||
0xf6, 0xde, 0x76, 0x76, 0x7f, 0x7f, 0xe6, 0xdf, 0xc2, 0x8e, 0x27, 0xf7, 0xa3, 0xd0, 0x94, 0x94,
|
||||
0xce, 0x06, 0x8b, 0x7b, 0x5a, 0xf9, 0x3c, 0xf9, 0x95, 0xdc, 0xaa, 0xd9, 0x8c, 0x42, 0xe2, 0xb3,
|
||||
0x9b, 0xc4, 0x95, 0x7a, 0xb8, 0xa7, 0xed, 0xbc, 0x54, 0x3a, 0x5c, 0x5e, 0x5b, 0x37, 0x57, 0xc1,
|
||||
0x47, 0xb4, 0x78, 0x0f, 0x5b, 0x27, 0x33, 0xab, 0x6f, 0xce, 0x3e, 0xe0, 0x33, 0xd8, 0xcc, 0xa9,
|
||||
0x98, 0xe6, 0x61, 0xbf, 0x3d, 0x6a, 0x1f, 0x76, 0xe4, 0x32, 0x42, 0x84, 0x4e, 0xae, 0x7c, 0xbe,
|
||||
0xff, 0x68, 0xd4, 0x3e, 0x1c, 0x48, 0x3e, 0x8b, 0x00, 0xc0, 0x34, 0xa9, 0xcc, 0x94, 0xf0, 0x1d,
|
||||
0x74, 0x7d, 0x50, 0x2e, 0x12, 0xfb, 0xc7, 0xcf, 0x93, 0x7f, 0xa6, 0x90, 0x2c, 0x8d, 0x64, 0x04,
|
||||
0xe3, 0x11, 0x6c, 0x90, 0xc9, 0x58, 0x76, 0x3d, 0xa7, 0x82, 0x8a, 0xef, 0xb0, 0x9d, 0x2e, 0x3e,
|
||||
0x15, 0xb3, 0x40, 0xae, 0xf2, 0xbc, 0xaa, 0xde, 0x9a, 0x7a, 0x32, 0x18, 0x9f, 0x42, 0xb7, 0x30,
|
||||
0x19, 0x2d, 0xd8, 0xb5, 0x23, 0x63, 0x70, 0x5f, 0xe1, 0xc6, 0x4a, 0x85, 0xaf, 0x61, 0x57, 0xaa,
|
||||
0xdb, 0xd4, 0x29, 0xe3, 0x95, 0x0e, 0x85, 0x35, 0x15, 0x2a, 0x53, 0x41, 0xb1, 0xe1, 0x40, 0xf2,
|
||||
0x59, 0x7c, 0x81, 0xc1, 0x84, 0x4c, 0x26, 0xc9, 0x97, 0xd6, 0x78, 0xc2, 0x03, 0xe8, 0x91, 0x73,
|
||||
0xd6, 0x8d, 0x6d, 0x46, 0x0c, 0xec, 0xca, 0xbf, 0x17, 0x28, 0x60, 0xc0, 0xc1, 0x67, 0xf2, 0x5e,
|
||||
0x4d, 0x89, 0x93, 0xe8, 0xc9, 0x07, 0x77, 0xa2, 0x0f, 0xbd, 0x71, 0xae, 0x0a, 0x33, 0x29, 0x49,
|
||||
0x8b, 0x2d, 0xe8, 0x7e, 0x9c, 0x97, 0xe1, 0xe7, 0xf1, 0xef, 0x0e, 0x3c, 0x19, 0xc7, 0x01, 0xa6,
|
||||
0x8b, 0x49, 0x70, 0xa4, 0xe6, 0xe4, 0x30, 0x85, 0xdd, 0x53, 0x0a, 0xe7, 0x2a, 0x90, 0x0f, 0x5c,
|
||||
0x28, 0x8e, 0x6a, 0xda, 0x70, 0x2f, 0x39, 0x5c, 0xd3, 0x28, 0xd1, 0xc2, 0xaf, 0xb0, 0x7d, 0x4a,
|
||||
0x4b, 0xbd, 0x35, 0xe8, 0xe1, 0xab, 0x3a, 0xbf, 0x98, 0x2b, 0xc3, 0x44, 0x0b, 0xbf, 0xc1, 0xce,
|
||||
0x9d, 0x64, 0xdc, 0x98, 0x97, 0xff, 0xd3, 0x65, 0x48, 0x43, 0xe9, 0xa3, 0x36, 0x5e, 0x70, 0x17,
|
||||
0x56, 0x27, 0xf5, 0xa2, 0x86, 0x7a, 0xb7, 0x3c, 0xc3, 0x37, 0x35, 0x80, 0x87, 0x13, 0x17, 0x2d,
|
||||
0xbc, 0x84, 0xc7, 0xd5, 0x7c, 0x57, 0xc5, 0x9b, 0x71, 0x6b, 0xd3, 0x5f, 0x5d, 0x17, 0xd1, 0xc2,
|
||||
0x94, 0x3b, 0x73, 0x5e, 0x7d, 0xb4, 0xec, 0xcc, 0x5c, 0x5b, 0x3c, 0xa8, 0xe1, 0xf1, 0x1e, 0x34,
|
||||
0x54, 0x3d, 0xe9, 0x5f, 0xf4, 0x22, 0xc0, 0x95, 0xfa, 0x6a, 0x93, 0x7f, 0xfa, 0xdb, 0x3f, 0x01,
|
||||
0x00, 0x00, 0xff, 0xff, 0x80, 0xe5, 0x1a, 0xff, 0x28, 0x04, 0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@@ -318,6 +391,7 @@ type CompactTxStreamerClient interface {
|
||||
GetBlockRange(ctx context.Context, in *BlockRange, opts ...grpc.CallOption) (CompactTxStreamer_GetBlockRangeClient, error)
|
||||
GetTransaction(ctx context.Context, in *TxFilter, opts ...grpc.CallOption) (*RawTransaction, error)
|
||||
SendTransaction(ctx context.Context, in *RawTransaction, opts ...grpc.CallOption) (*SendResponse, error)
|
||||
GetLightdInfo(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*SendResponse, error)
|
||||
}
|
||||
|
||||
type compactTxStreamerClient struct {
|
||||
@@ -396,6 +470,15 @@ func (c *compactTxStreamerClient) SendTransaction(ctx context.Context, in *RawTr
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *compactTxStreamerClient) GetLightdInfo(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*SendResponse, error) {
|
||||
out := new(SendResponse)
|
||||
err := c.cc.Invoke(ctx, "/cash.z.wallet.sdk.rpc.CompactTxStreamer/GetLightdInfo", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// CompactTxStreamerServer is the server API for CompactTxStreamer service.
|
||||
type CompactTxStreamerServer interface {
|
||||
GetLatestBlock(context.Context, *ChainSpec) (*BlockID, error)
|
||||
@@ -403,6 +486,30 @@ type CompactTxStreamerServer interface {
|
||||
GetBlockRange(*BlockRange, CompactTxStreamer_GetBlockRangeServer) error
|
||||
GetTransaction(context.Context, *TxFilter) (*RawTransaction, error)
|
||||
SendTransaction(context.Context, *RawTransaction) (*SendResponse, error)
|
||||
GetLightdInfo(context.Context, *Empty) (*SendResponse, error)
|
||||
}
|
||||
|
||||
// UnimplementedCompactTxStreamerServer can be embedded to have forward compatible implementations.
|
||||
type UnimplementedCompactTxStreamerServer struct {
|
||||
}
|
||||
|
||||
func (*UnimplementedCompactTxStreamerServer) GetLatestBlock(ctx context.Context, req *ChainSpec) (*BlockID, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method GetLatestBlock not implemented")
|
||||
}
|
||||
func (*UnimplementedCompactTxStreamerServer) GetBlock(ctx context.Context, req *BlockID) (*CompactBlock, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method GetBlock not implemented")
|
||||
}
|
||||
func (*UnimplementedCompactTxStreamerServer) GetBlockRange(req *BlockRange, srv CompactTxStreamer_GetBlockRangeServer) error {
|
||||
return status.Errorf(codes.Unimplemented, "method GetBlockRange not implemented")
|
||||
}
|
||||
func (*UnimplementedCompactTxStreamerServer) GetTransaction(ctx context.Context, req *TxFilter) (*RawTransaction, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method GetTransaction not implemented")
|
||||
}
|
||||
func (*UnimplementedCompactTxStreamerServer) SendTransaction(ctx context.Context, req *RawTransaction) (*SendResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method SendTransaction not implemented")
|
||||
}
|
||||
func (*UnimplementedCompactTxStreamerServer) GetLightdInfo(ctx context.Context, req *Empty) (*SendResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method GetLightdInfo not implemented")
|
||||
}
|
||||
|
||||
func RegisterCompactTxStreamerServer(s *grpc.Server, srv CompactTxStreamerServer) {
|
||||
@@ -502,6 +609,24 @@ func _CompactTxStreamer_SendTransaction_Handler(srv interface{}, ctx context.Con
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
func _CompactTxStreamer_GetLightdInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(Empty)
|
||||
if err := dec(in); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if interceptor == nil {
|
||||
return srv.(CompactTxStreamerServer).GetLightdInfo(ctx, in)
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: "/cash.z.wallet.sdk.rpc.CompactTxStreamer/GetLightdInfo",
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(CompactTxStreamerServer).GetLightdInfo(ctx, req.(*Empty))
|
||||
}
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
var _CompactTxStreamer_serviceDesc = grpc.ServiceDesc{
|
||||
ServiceName: "cash.z.wallet.sdk.rpc.CompactTxStreamer",
|
||||
HandlerType: (*CompactTxStreamerServer)(nil),
|
||||
@@ -522,6 +647,10 @@ var _CompactTxStreamer_serviceDesc = grpc.ServiceDesc{
|
||||
MethodName: "SendTransaction",
|
||||
Handler: _CompactTxStreamer_SendTransaction_Handler,
|
||||
},
|
||||
{
|
||||
MethodName: "GetLightdInfo",
|
||||
Handler: _CompactTxStreamer_GetLightdInfo_Handler,
|
||||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{
|
||||
{
|
||||
@@ -532,36 +661,3 @@ var _CompactTxStreamer_serviceDesc = grpc.ServiceDesc{
|
||||
},
|
||||
Metadata: "service.proto",
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("service.proto", fileDescriptor_service_087f17e455cf31eb) }
|
||||
|
||||
var fileDescriptor_service_087f17e455cf31eb = []byte{
|
||||
// 420 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x51, 0x6f, 0xd3, 0x30,
|
||||
0x10, 0xc7, 0x1b, 0xda, 0x8e, 0xe5, 0x9a, 0x0d, 0x61, 0x31, 0x34, 0x45, 0x08, 0x8a, 0x01, 0x69,
|
||||
0x4f, 0xd1, 0x34, 0xe0, 0x0b, 0xac, 0x88, 0x09, 0x09, 0x24, 0x70, 0xf3, 0x34, 0x1e, 0xa6, 0x9b,
|
||||
0x73, 0x34, 0x61, 0xa9, 0x1d, 0xd9, 0x16, 0xab, 0xf8, 0xa0, 0x7c, 0x1e, 0x14, 0xbb, 0x1b, 0x99,
|
||||
0x44, 0xd6, 0xbe, 0xf9, 0x9c, 0xdf, 0xfd, 0xff, 0x77, 0xbe, 0x0b, 0xec, 0x59, 0x32, 0xbf, 0x2a,
|
||||
0x49, 0x59, 0x63, 0xb4, 0xd3, 0xec, 0x40, 0xa2, 0x2d, 0xb3, 0xdf, 0xd9, 0x35, 0xd6, 0x35, 0xb9,
|
||||
0xcc, 0x16, 0x57, 0x99, 0x69, 0x64, 0x7a, 0x20, 0xf5, 0xb2, 0x41, 0xe9, 0x2e, 0x7e, 0x68, 0xb3,
|
||||
0x44, 0x67, 0x03, 0xcd, 0xdf, 0xc3, 0xc3, 0xd3, 0x5a, 0xcb, 0xab, 0x4f, 0x1f, 0xd8, 0x53, 0xd8,
|
||||
0x29, 0xa9, 0x5a, 0x94, 0xee, 0x30, 0x9a, 0x46, 0x47, 0x23, 0xb1, 0x8e, 0x18, 0x83, 0x51, 0x89,
|
||||
0xb6, 0x3c, 0x7c, 0x30, 0x8d, 0x8e, 0x12, 0xe1, 0xcf, 0xdc, 0x01, 0xf8, 0x34, 0x81, 0x6a, 0x41,
|
||||
0xec, 0x1d, 0x8c, 0xad, 0x43, 0x13, 0x12, 0x27, 0x27, 0xcf, 0xb3, 0xff, 0x96, 0x90, 0xad, 0x8d,
|
||||
0x44, 0x80, 0xd9, 0x31, 0x0c, 0x49, 0x15, 0x5e, 0x76, 0x73, 0x4e, 0x8b, 0xf2, 0x9f, 0xb0, 0x9b,
|
||||
0xaf, 0x3e, 0x56, 0xb5, 0x23, 0xd3, 0x7a, 0x5e, 0xb6, 0xdf, 0xb6, 0xf5, 0xf4, 0x30, 0x7b, 0x02,
|
||||
0xe3, 0x4a, 0x15, 0xb4, 0xf2, 0xae, 0x23, 0x11, 0x82, 0xdb, 0x0e, 0x87, 0x9d, 0x0e, 0x5f, 0xc3,
|
||||
0xbe, 0xc0, 0xeb, 0xdc, 0xa0, 0xb2, 0x28, 0x5d, 0xa5, 0x55, 0x4b, 0x15, 0xe8, 0xd0, 0x1b, 0x26,
|
||||
0xc2, 0x9f, 0xf9, 0x57, 0x48, 0xe6, 0xa4, 0x0a, 0x41, 0xb6, 0xd1, 0xca, 0x12, 0x7b, 0x06, 0x31,
|
||||
0x19, 0xa3, 0xcd, 0x4c, 0x17, 0xe4, 0xc1, 0xb1, 0xf8, 0x77, 0xc1, 0x38, 0x24, 0x3e, 0xf8, 0x42,
|
||||
0xd6, 0xe2, 0x82, 0x7c, 0x11, 0xb1, 0xb8, 0x73, 0xc7, 0x27, 0x10, 0xcf, 0x4a, 0xac, 0xd4, 0xbc,
|
||||
0x21, 0x79, 0xf2, 0x67, 0x08, 0x8f, 0x67, 0x61, 0x6e, 0xf9, 0x6a, 0xee, 0x0c, 0xe1, 0x92, 0x0c,
|
||||
0xcb, 0x61, 0xff, 0x8c, 0xdc, 0x67, 0x74, 0x64, 0x9d, 0xef, 0x8f, 0x4d, 0x7b, 0xba, 0xbf, 0x55,
|
||||
0x4a, 0x37, 0xbc, 0x0f, 0x1f, 0xb0, 0x6f, 0xb0, 0x7b, 0x46, 0x6b, 0xbd, 0x0d, 0x74, 0xfa, 0xaa,
|
||||
0xcf, 0x2f, 0xd4, 0xea, 0x31, 0x3e, 0x60, 0xdf, 0x61, 0xef, 0x46, 0x32, 0x2c, 0xca, 0xcb, 0xfb,
|
||||
0x74, 0x3d, 0xb2, 0xa5, 0xf4, 0x71, 0xc4, 0xce, 0xfd, 0x2b, 0x74, 0x07, 0xf4, 0xa2, 0x27, 0xf5,
|
||||
0x66, 0x67, 0xd2, 0x37, 0x3d, 0xc0, 0xdd, 0x41, 0xf3, 0x01, 0xbb, 0x80, 0x47, 0xed, 0x58, 0xbb,
|
||||
0xe2, 0xdb, 0xe5, 0xf6, 0x96, 0xdf, 0xdd, 0x12, 0x3e, 0x38, 0x9d, 0x9c, 0xc7, 0x01, 0x30, 0x8d,
|
||||
0xbc, 0xdc, 0xf1, 0xbf, 0xe2, 0xdb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x58, 0x6c, 0xab, 0xf9,
|
||||
0xc9, 0x03, 0x00, 0x00,
|
||||
}
|
||||
|
||||
@@ -40,10 +40,13 @@ message SendResponse {
|
||||
// Empty placeholder. Someday we may want to specify e.g. a particular chain fork.
|
||||
message ChainSpec {}
|
||||
|
||||
message Empty {}
|
||||
|
||||
service CompactTxStreamer {
|
||||
rpc GetLatestBlock(ChainSpec) returns (BlockID) {}
|
||||
rpc GetBlock(BlockID) returns (CompactBlock) {}
|
||||
rpc GetBlockRange(BlockRange) returns (stream CompactBlock) {}
|
||||
rpc GetTransaction(TxFilter) returns (RawTransaction) {}
|
||||
rpc SendTransaction(RawTransaction) returns (SendResponse) {}
|
||||
rpc GetLightdInfo(Empty) returns (SendResponse) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user