Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound is returned when the vchannel is not found.
Functions ¶
This section is empty.
Types ¶
type VChannelTempStorage ¶
type VChannelTempStorage struct {
// contains filtered or unexported fields
}
VChannelTempStorage is a temporary storage for vchannel messages. It's used to make compatibility between old version and new version message. TODO: removed in 3.0.
func NewVChannelTempStorage ¶
func NewVChannelTempStorage(mix *syncutil.Future[types.MixCoordClient]) *VChannelTempStorage
NewVChannelTempStorage creates a new VChannelTempStorage.
func (*VChannelTempStorage) GetVChannelByPChannelOfCollection ¶
Click to show internal directories.
Click to hide internal directories.