Structs§
- Multi
Sig  - The struct that contains signatures and public keys necessary for authenticating a MultiSig.
 - Multi
SigPublic Key  - The struct that contains the public key used for authenticating a MultiSig.
 
Constants§
Functions§
- as_
indices  - Interpret a bitmap of 01s as a list of indices that is set to 1s. e.g. 22 = 0b10110, then the result is [1, 2, 4].
 
Type Aliases§
Attribute Macros§
- enum_
dispatch  - Annotating a trait or enum definition with an 
#[enum_dispatch]attribute will register it with the enum_dispatch library, allowing it to be used to generate impl blocks elsewhere.