pub fn parse_pubkey(
    key_exp_index: u32,
    sp: &[u8],
    ctx: ParseScriptContext,
    out: &mut FlatSigningProvider,
    error: &mut String
) -> Box<PubkeyProvider>
Expand description

| Parse a public key including origin | information (if enabled). |