• Decodes an optional pubkey from a protobuf Any into Pubkey | null. This supports single pubkeys such as Cosmos ed25519 and secp256k1 keys as well as multisig threshold pubkeys.

    Parameters

    • pubkey: undefined | null | Any

    Returns Pubkey | null

Generated using TypeDoc