Documentation ¶ Index ¶ type ByIDs func (b ByIDs) Len() int func (b ByIDs) Less(i, j int) bool func (b ByIDs) Swap(i, j int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ByIDs ¶ type ByIDs []keys.Signer ByIDs implements sort.Interface for []keys.Signer based on the sorted public IDs() for each Signer. This facilitates deterministic order of signatures, which prevents tests that use fixtures from being flaky. func (ByIDs) Len ¶ func (b ByIDs) Len() int func (ByIDs) Less ¶ func (b ByIDs) Less(i, j int) bool func (ByIDs) Swap ¶ func (b ByIDs) Swap(i, j int) Source Files ¶ View all Source files sort.go Click to show internal directories. Click to hide internal directories.