bsv-sdk 0.2.81

Pure Rust implementation of the BSV Blockchain SDK
Documentation
{
  "json": {
    "tx": [
      1,
      2,
      3,
      4
    ],
    "description": "test transaction",
    "labels": [
      "label1",
      "label2"
    ],
    "seekPermission": true,
    "outputs": [
      {
        "outputIndex": 0,
        "protocol": "wallet payment",
        "paymentRemittance": {
          "derivationPrefix": "cHJlZml4",
          "derivationSuffix": "c3VmZml4",
          "senderIdentityKey": "03b106dae20ae8fca0f4e8983d974c4b583054573eecdcdcfad261c035415ce1ee"
        }
      },
      {
        "outputIndex": 1,
        "protocol": "basket insertion",
        "insertionRemittance": {
          "basket": "test-basket",
          "customInstructions": "instruction",
          "tags": [
            "tag1",
            "tag2"
          ]
        }
      }
    ]
  },
  "wire": "0500040102030402000103b106dae20ae8fca0f4e8983d974c4b583054573eecdcdcfad261c035415ce1ee067072656669780673756666697801020b746573742d6261736b65740b696e737472756374696f6e020474616731047461673202066c6162656c31066c6162656c321074657374207472616e73616374696f6e01"
}