• We may need to determine if a scriptTemplate is a kind of ScriptConfig

    if (keyOfScript({ codeHash... })  === 'SECP256K1')  {
    // ...
    }

    Type Parameters

    Parameters

    Returns keyof S | undefined

Generated using TypeDoc