Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBloockConnection ¶
func NewBloockConnection() grpc.ClientConnInterface
Types ¶
type BloockBridge ¶
type BloockBridge struct {
// contains filtered or unexported fields
}
func NewBloockBridge ¶
func NewBloockBridge() BloockBridge
func (*BloockBridge) Anchor ¶
func (b *BloockBridge) Anchor() proto.AnchorServiceClient
func (*BloockBridge) Proof ¶
func (b *BloockBridge) Proof() proto.ProofServiceClient
func (*BloockBridge) Record ¶
func (b *BloockBridge) Record() proto.RecordServiceClient
type BloockConnection ¶
type BloockConnection struct{}
func (BloockConnection) Invoke ¶
func (BloockConnection) Invoke(ctx context.Context, method string, args interface{}, reply interface{}, opts ...grpc.CallOption) error
Invoke implements grpc.ClientConnInterface
func (BloockConnection) NewStream ¶
func (BloockConnection) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error)
NewStream implements grpc.ClientConnInterface
Click to show internal directories.
Click to hide internal directories.