Type Alias MultiSigner

MultiSigner: Enum<{
    Ecdsa: FixedSizeBinary<33>;
    Ed25519: FixedSizeBinary<32>;
    Sr25519: FixedSizeBinary<32>;
}>