notinuse

package
v2.7.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrPrivateTxManagerNotInUse = errors.New("private transaction manager is not in use")

Functions

This section is empty.

Types

type PrivateTransactionManager

type PrivateTransactionManager struct{}

NotInUsePrivateTxManager returns an error for all communication functions, stating that no private transaction manager is being used by the node

func (*PrivateTransactionManager) GetParticipants

func (ptm *PrivateTransactionManager) GetParticipants(txHash common.EncryptedPayloadHash) ([]string, error)

func (*PrivateTransactionManager) IsSender

func (*PrivateTransactionManager) Name

func (ptm *PrivateTransactionManager) Name() string

func (*PrivateTransactionManager) Receive

func (ptm *PrivateTransactionManager) Receive(data []byte) ([]byte, error)

func (*PrivateTransactionManager) Send

func (ptm *PrivateTransactionManager) Send(data []byte, from string, to []string) ([]byte, error)

func (*PrivateTransactionManager) SendSignedTx

func (ptm *PrivateTransactionManager) SendSignedTx(data []byte, to []string) ([]byte, error)

func (*PrivateTransactionManager) StoreRaw

func (ptm *PrivateTransactionManager) StoreRaw(data []byte, from string) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL