Versions in this module Expand all Collapse all v0 v0.2.0 Dec 11, 2019 Changes in this version + type Conts struct + Branch string + Contents []block.Contents + type OperationService struct + func NewOperationService(blockService block.TezosBlockService, tzclient tzc.TezosClient) *OperationService + func (o *OperationService) CreateBatchPayment(payments []delegate.Payment, wallet account.Wallet, paymentFee int, ...) ([]string, error) + func (o *OperationService) GetBlockOperationHashes(id interface{}) ([]string, error) + func (o *OperationService) InjectOperation(op string) ([]byte, error) + type TezosOperationsService interface + CreateBatchPayment func(payments []delegate.Payment, wallet account.Wallet, paymentFee int, ...) ([]string, error) + GetBlockOperationHashes func(id interface{}) ([]string, error) + InjectOperation func(op string) ([]byte, error) + type Transfer struct + Protocol string + Signature string