multisig

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: GPL-3.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DisabledMultiSig

type DisabledMultiSig struct {
}

DisabledMultiSig represents a disabled multisigner implementation

func (*DisabledMultiSig) AggregateSigs

func (dms *DisabledMultiSig) AggregateSigs(_ [][]byte, _ [][]byte) ([]byte, error)

AggregateSigs returns a dummy signature, as this is a disabled component

func (*DisabledMultiSig) AggregateSigsV2 added in v1.3.1

func (dms *DisabledMultiSig) AggregateSigsV2(_ []crypto.PublicKey, _ [][]byte) ([]byte, error)

AggregateSigsV2 returns a dummy signature, as this is a disabled component

func (*DisabledMultiSig) CreateSignatureShare

func (dms *DisabledMultiSig) CreateSignatureShare(_ []byte, _ []byte) ([]byte, error)

CreateSignatureShare returns the default signature as this is a disabled component

func (*DisabledMultiSig) CreateSignatureShareV2 added in v1.3.1

func (dms *DisabledMultiSig) CreateSignatureShareV2(_ crypto.PrivateKey, _ []byte) ([]byte, error)

CreateSignatureShareV2 returns the default signature as this is a disabled component

func (*DisabledMultiSig) IsInterfaceNil

func (dms *DisabledMultiSig) IsInterfaceNil() bool

IsInterfaceNil returns true if there is no value under the interface

func (*DisabledMultiSig) VerifyAggregatedSig

func (dms *DisabledMultiSig) VerifyAggregatedSig(_ [][]byte, _ []byte, _ []byte) error

VerifyAggregatedSig returns nil as this is a disabled component

func (*DisabledMultiSig) VerifyAggregatedSigV2 added in v1.3.1

func (dms *DisabledMultiSig) VerifyAggregatedSigV2(_ []crypto.PublicKey, _ []byte, _ []byte) error

VerifyAggregatedSigV2 returns nil as this is a disabled component

func (*DisabledMultiSig) VerifySignatureShare

func (dms *DisabledMultiSig) VerifySignatureShare(_ []byte, _ []byte, _ []byte) error

VerifySignatureShare returns nil as this is a disabled component

func (*DisabledMultiSig) VerifySignatureShareV2 added in v1.3.1

func (dms *DisabledMultiSig) VerifySignatureShareV2(_ crypto.PublicKey, _ []byte, _ []byte) error

VerifySignatureShareV2 returns nil as this is a disabled component

Jump to

Keyboard shortcuts

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