Skip to content

P2PK Tests

bitcoincoretech edited this page Nov 17, 2020 · 3 revisions

More P2PK Test Data

image

    {
      "description": "input/output from output/signature",
      "arguments": {
        "output": "030000000000000000000000000000000000000000000000000000000000000001 OP_CHECKSIG",
        "signature": "300602010002010001"
      },
      "expected": {
        "name": "p2pk",
        "pubkey": "030000000000000000000000000000000000000000000000000000000000000001",
        "input": "300602010002010001",
        "witness": []
      }
    }
Clone this wiki locally