diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 18ba89d1d9a..a3b42da755f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -32,7 +32,6 @@ steps: key: nix commands: - './nix/regenerate.sh' - - 'nix build .#checkStackProject -o check-stack-project.sh && ./check-stack-project.sh' agents: system: x86_64-linux diff --git a/README.md b/README.md index ff9f44fb995..595b51ce767 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ See **Installation Instructions** for each available [release](https://github.co > > | cardano-wallet | cardano-node (compatible versions) | SMASH (compatible versions) > | --- | --- | --- -> | `master` branch | [1.34.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.34.1) | [1.6.1](https://github.com/input-output-hk/smash/releases/tag/1.6.1) +> | `master` branch | [1.35.0-rc2](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.0-rc2) | [1.6.1](https://github.com/input-output-hk/smash/releases/tag/1.6.1) > | [v2022-05-27](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2022-05-27) | [1.34.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.34.1) | [1.6.1](https://github.com/input-output-hk/smash/releases/tag/1.6.1) > | [v2022-04-27](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2022-04-27) | [1.34.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.34.1) | [1.6.1](https://github.com/input-output-hk/smash/releases/tag/1.6.1) > | [v2022-01-18](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2022-01-18) | [1.33.0](https://github.com/input-output-hk/cardano-node/releases/tag/1.33.0) | [1.6.1](https://github.com/input-output-hk/smash/releases/tag/1.6.1) diff --git a/cabal.project b/cabal.project index b23963ff1f9..7506bf7346a 100644 --- a/cabal.project +++ b/cabal.project @@ -38,7 +38,7 @@ -- -------------------------------------------------------------------------------- -index-state: 2022-03-29T23:10:49Z +index-state: 2022-05-18T00:00:00Z with-compiler: ghc-8.10.7 packages: @@ -53,6 +53,11 @@ packages: , lib/shelley/ , lib/strict-non-empty-containers/ +-- Using RDRAND instead of /dev/urandom as an entropy source for key +-- generation is dubious. Set the flag so we use /dev/urandom by default. +package cryptonite + flags: -support_rdrand + -- Using a fork until our patches can be merged upstream -- TODO: ADP-1713 @@ -60,27 +65,32 @@ source-repository-package type: git location: https://github.com/biocad/servant-openapi3 tag: 4165b837d3a71debd1059c3735460075840000b5 + --sha256: 1dngrr353kjhmwhn0b289jzqz5rf32llwcv79zcyq15ldpqpbib9 -- TODO: ADP-1713 source-repository-package type: git location: https://github.com/paolino/openapi3 tag: c30d0de6875d75edd64d1aac2272886528bc492d + --sha256: 0b0fzj5vrnfrc8qikabxhsnp4p8lrjpssblbh2rb7aji5hzzfli9 source-repository-package type: git location: https://github.com/input-output-hk/optparse-applicative tag: 7497a29cb998721a9068d5725d49461f2bba0e7a + --sha256: 1gvsrg925vynwgqwplgjmp53vj953qyh3wbdf34pw21c8r47w35r source-repository-package type: git location: https://github.com/input-output-hk/Win32-network tag: 3825d3abf75f83f406c1f7161883c438dac7277d + --sha256: 19wahfv726fa3mqajpqdqhnl9ica3xmf68i254q45iyjcpj1psqx source-repository-package type: git location: https://github.com/input-output-hk/cardano-addresses - tag: ba8390504b6613957b73bf8d0d2aab1a989f104d + tag: b9f424cc64459a95a2f190a1839ec9bc94cc778c + --sha256: 0iqzppqqb1xqnp55yd0xil9qfy8fz8474w834nmfg2w692bynyb9 subdir: command-line core @@ -88,13 +98,15 @@ source-repository-package type: git location: https://github.com/input-output-hk/bech32 tag: ab61914443e5f53624d3b2995767761b3f68e576 + --sha256: 0isqh5s6rdhmqa3jhvc32zb3kvzy149hmzddx1ld9f9jhls4f3wg subdir: bech32 bech32-th source-repository-package type: git location: https://github.com/input-output-hk/cardano-base - tag: 41545ba3ac6b3095966316a99883d678b5ab8da8 + tag: 631cb6cf1fa01ab346233b610a38b3b4cba6e6ab + --sha256: 0944wg2nqazmhlmsynwgdwxxj6ay0hb9qig9l128isb2cjia0hlp subdir: base-deriving-via binary @@ -111,11 +123,13 @@ source-repository-package type: git location: https://github.com/input-output-hk/cardano-crypto tag: f73079303f663e028288f9f4a9e08bcca39a923e + --sha256: 1n87i15x54s0cjkh3nsxs4r1x016cdw1fypwmr68936n3xxsjn6q source-repository-package type: git location: https://github.com/input-output-hk/plutus - tag: fc5fe94d3d9525d032bcbc79ff0e1ebcfd8ef143 + tag: d24a7540e4659b57ce2ab25dadb968991e232191 + --sha256: 15glaghkaa5kh1ayfkw2jahkqq3955kmfzplmb210gvrlnlghlaa subdir: plutus-core plutus-ledger-api @@ -129,19 +143,24 @@ source-repository-package type: git location: https://github.com/input-output-hk/ekg-forward tag: 297cd9db5074339a2fb2e5ae7d0780debb670c63 + --sha256: 1zcwry3y5rmd9lgxy89wsb3k4kpffqji35dc7ghzbz603y1gy24g source-repository-package type: git location: https://github.com/input-output-hk/cardano-config tag: 1646e9167fab36c0bff82317743b96efa2d3adaa + --sha256: 11kf65x38laqhwspsl28j2x5a4rky8mfr6356w0li5g53sfykmjc source-repository-package type: git location: https://github.com/input-output-hk/cardano-ledger - tag: 1a9ec4ae9e0b09d54e49b2a40c4ead37edadcce5 + tag: e290bf8d0ea272a51e9acd10adc96b4e12e00d37 + --sha256: 1pmdg80a8irrqgdhbp46a9jx628mjbrj0k89xv5nb5dy37z5ig5f subdir: eras/alonzo/impl eras/alonzo/test-suite + eras/babbage/impl + eras/babbage/test-suite eras/byron/chain/executable-spec eras/byron/crypto eras/byron/crypto/test @@ -156,7 +175,7 @@ source-repository-package libs/cardano-ledger-pretty libs/cardano-protocol-tpraos libs/cardano-data - libs/compact-map + libs/vector-map libs/set-algebra libs/small-steps libs/small-steps-test @@ -165,7 +184,8 @@ source-repository-package source-repository-package type: git location: https://github.com/input-output-hk/cardano-node - tag: 73f9a746362695dc2cb63ba757fbcabb81733d23 + tag: 95c3692cfbd4cdb82071495d771b23e51840fb0e + --sha256: 1s4jjksz185dg4lp36ldha7vccxh0rk8zlvqms00zhg8kla21kr5 subdir: cardano-api cardano-git-rev @@ -180,38 +200,48 @@ source-repository-package type: git location: https://github.com/input-output-hk/cardano-prelude tag: bb4ed71ba8e587f672d06edf9d2e376f4b055555 + --sha256: 00h10l5mmiza9819p9v5q5749nb9pzgi20vpzpy1d34zmh6gf1cj subdir: cardano-prelude cardano-prelude-test +-- In particular we rely on the code from this PR: +-- * +-- being merged. source-repository-package type: git - location: https://github.com/input-output-hk/cardano-sl-x509 - tag: 12925934c533b3a6e009b61ede555f8f26bac037 + location: https://github.com/MELD-labs/cardano-sl-x509 + tag: 819997049b9cc675b28059d3d6f511d08f934d10 + --sha256: 1ia8vlqghis92cla8qmqa6kh8f3jn29b01fshyk5hmgy5373s684 source-repository-package type: git location: https://github.com/input-output-hk/goblins tag: cde90a2b27f79187ca8310b6549331e59595e7ba + --sha256: 17c88rbva3iw82yg9srlxjv2ia5wjb9cyqw44hik565f5v9svnyg +-- In particular we rely on the code from this PR: +-- * +-- being merged. source-repository-package type: git location: https://github.com/input-output-hk/iohk-monitoring-framework - tag: 808724ff8a19a33d0ed06f9ef59fbd900b08553c + tag: 066f7002aac5a0efc20e49643fea45454f226caa + --sha256: 0s6x4in11k5ba7nl7la896g28sznf9185xlqg9c604jqz58vj9nj subdir: contra-tracer iohk-monitoring plugins/backend-aggregation plugins/backend-ekg plugins/backend-monitoring plugins/backend-trace-forwarder + plugins/scribe-systemd tracer-transformers source-repository-package type: git location: https://github.com/input-output-hk/ouroboros-network - tag: 4fac197b6f0d2ff60dc3486c593b68dc00969fbf + tag: 04245dbd69387da98d3a37de9f400965e922bb0e + --sha256: 0bgfclc7h441dwq9z69697nqfir6shj4358zxmwjiaifp93zkc2p subdir: - io-sim - io-classes monoidal-synchronisation network-mux ouroboros-consensus @@ -222,25 +252,48 @@ source-repository-package ouroboros-network ouroboros-network-framework ouroboros-network-testing - strict-stm - typed-protocols - typed-protocols-cborg - typed-protocols-examples ntp-client source-repository-package - type: git - location: https://github.com/snoyberg/http-client.git - tag: 1a75bdfca014723dd5d40760fad854b3f0f37156 - subdir: http-client + type: git + location: https://github.com/input-output-hk/io-sim + tag: 57e888b1894829056cb00b7b5785fdf6a74c3271 + --sha256: 1kv8lwmrw1c0g03jy3i3fgk3c8d47ihjcslg295djqj442y95y2f + subdir: + io-classes + io-sim + strict-stm + +source-repository-package + type: git + location: https://github.com/input-output-hk/typed-protocols + tag: 181601bc3d9e9d21a671ce01e0b481348b3ca104 + --sha256: 1lr97b2z7l0rpsmmz92rsv27qzd5vavz10cf7n25svya4kkiysp5 + subdir: + typed-protocols + typed-protocols-cborg + typed-protocols-examples -- Drops an instance breaking cardano-node. source-repository-package type: git - location: https://github.com/input-output-hk/flat.git + location: https://github.com/input-output-hk/flat tag: ee59880f47ab835dbd73bea0847dab7869fc20d8 --sha256: 1lrzknw765pz2j97nvv9ip3l1mcpf2zr4n56hwlz0rk7wq7ls4cm +-- Until https://github.com/tibbe/ekg-json/pull/12 gets merged with aeson2 support +source-repository-package + type: git + location: https://github.com/vshabanov/ekg-json + tag: 00ebe7211c981686e65730b7144fbf5350462608 + --sha256: 1zvjm3pb38w0ijig5wk5mdkzcszpmlp5d4zxvks2jk1rkypi8gsm + +source-repository-package + type: git + location: https://github.com/input-output-hk/hedgehog-extras + tag: 967d79533c21e33387d0227a5f6cc185203fe658 + --sha256: 0rbqb7a64aya1qizlr3im06hdydg9zr6sl3i8bvqqlf7kpa647sd + -- ------------------------------------------------------------------------- -- Constraints tweaking @@ -252,18 +305,22 @@ allow-newer: hjsonschema:* , hjsonpointer:* , cardano-sl-x509:ip - , cardano-addresses:aeson + , *:aeson , size-based:template-haskell +-- Copied from (copied from cardano-node/cabal.project) +allow-newer: + *:aeson, + monoidal-containers:aeson, + size-based:template-haskell + +allow-newer: + async-timer:unliftio-core + constraints: - hedgehog >= 1.0.2 - -- QUICK FIX: hedgehog >= 1.1 defines Rec constructor, PlutusIR also defines - -- Rec constructor, and imports Hedgehog unqualified, leading to ambiguous - -- reference to Rec. - -- FIXME: https://input-output.atlassian.net/browse/ADP-1545 - , hedgehog < 1.1 - , hashable < 1.4 + hashable < 1.4 , bimap >= 0.4.0 + , openapi3 >= 3.2.0 , libsystemd-journal >= 1.4.4 , systemd >= 2.3.0 -- dependency of systemd-2.3.0 @@ -271,14 +328,22 @@ constraints: -- choose versions that work with base >= 4.12 , hjsonpointer >= 1.5.0 , hjsonschema >= 1.10.0 + , Cabal >= 3.4.0.0 + , async-timer >= 0.2.0.0 + , unliftio-core >= 0.2.0.1 + + -- This pin is just here to make cabalProejct == stackProject. + -- Remove it if you are happy for a newer version to be picked when possible. + , semigroups == 0.19.2 + , persistent < 2.13.3.4 -- ---------------------------------------------------------------- -- Flags for dependencies package cardano-config - flags: -systemd + flags: +systemd package cardano-node - flags: -systemd + flags: +systemd -- ------------------------------------------------------------------------- -- Enable specific tests in this repo diff --git a/flake.lock b/flake.lock index 2c3fa7a9246..40724616a6f 100644 --- a/flake.lock +++ b/flake.lock @@ -120,23 +120,18 @@ } }, "ema_2": { - "inputs": { - "flake-compat": "flake-compat_2", - "flake-utils": "flake-utils_3", - "nixpkgs": "nixpkgs_3", - "pre-commit-hooks": "pre-commit-hooks_2" - }, + "flake": false, "locked": { - "lastModified": 1646661767, - "narHash": "sha256-5zxUr3nO4r04K5WGrW/+nW84qbOW8wNJLt902yQmyF4=", + "lastModified": 1654625708, + "narHash": "sha256-8Hr2pGJnRoaPMwT1k8xlZeXaW+exc1NQ2dvuyFOZq1A=", "owner": "srid", "repo": "ema", - "rev": "bcabc170b7de9cdd83b4bbcf59130b54933602ea", + "rev": "460b3da070a7f1cf22d02beac6aaec9daa529311", "type": "github" }, "original": { "owner": "srid", - "ref": "master", + "ref": "multisite", "repo": "ema", "type": "github" } @@ -144,23 +139,20 @@ "emanote": { "inputs": { "ema": "ema_2", - "flake-compat": "flake-compat_3", - "flake-utils": "flake-utils_5", - "heist": "heist", - "nixpkgs": [ - "emanote", - "ema", - "nixpkgs" - ], - "pathtree": "pathtree", + "flake-parts": "flake-parts", + "haskell-flake": "haskell-flake", + "heist-emanote": "heist-emanote", + "ixset-typed": "ixset-typed", + "nixpkgs": "nixpkgs_4", + "pandoc-link-context": "pandoc-link-context", "tailwind-haskell": "tailwind-haskell" }, "locked": { - "lastModified": 1646661989, - "narHash": "sha256-uiEyfsNZpR7PuqhSjxVs8ZJ4Bzj7Qkw3CmNiFVP/VNQ=", + "lastModified": 1654873971, + "narHash": "sha256-nTOXKhW4FlM30t3hS6Ma7//ztWsiYcgee7C1TXgj/B4=", "owner": "srid", "repo": "emanote", - "rev": "196b8dcabeff606874f5f3c1c9f301e34fe2eee6", + "rev": "6157ef9e6cfcf59dd9a0eb55e659d5048d42daac", "type": "github" }, "original": { @@ -188,81 +180,34 @@ "flake-compat_2": { "flake": false, "locked": { - "lastModified": 1641205782, - "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_3": { - "flake": false, - "locked": { - "lastModified": 1641205782, - "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_4": { - "flake": false, - "locked": { - "lastModified": 1641205782, - "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", - "owner": "edolstra", + "lastModified": 1635892615, + "narHash": "sha256-harGbMZr4hzat2BWBU+Y5OYXlu+fVz7E4WeQzHi5o8A=", + "owner": "input-output-hk", "repo": "flake-compat", - "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", + "rev": "eca47d3377946315596da653862d341ee5341318", "type": "github" }, "original": { - "owner": "edolstra", + "owner": "input-output-hk", "repo": "flake-compat", "type": "github" } }, - "flake-compat_5": { - "flake": false, - "locked": { - "lastModified": 1641205782, - "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", - "type": "github" + "flake-parts": { + "inputs": { + "nixpkgs": "nixpkgs_3" }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_6": { - "flake": false, "locked": { - "lastModified": 1638445031, - "narHash": "sha256-dtIZLlf2tfYeLvpZa/jFxP5HvfoXAzr7X76yn6FQAdM=", - "owner": "input-output-hk", - "repo": "flake-compat", - "rev": "20f79e3976b76a37090fbeec7b49dc08dac96b8e", + "lastModified": 1654330348, + "narHash": "sha256-jedUKLSqRk/4ToHolO7xnOuztbdDUGCSElvTi5hUGYg=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "6ac93cfc7f0fea4c889a609b18b3333f10091030", "type": "github" }, "original": { - "owner": "input-output-hk", - "ref": "fixes", - "repo": "flake-compat", + "owner": "hercules-ci", + "repo": "flake-parts", "type": "github" } }, @@ -298,26 +243,27 @@ }, "flake-utils_3": { "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1652776076, + "narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8", "type": "github" }, "original": { "owner": "numtide", + "ref": "v1.0.0", "repo": "flake-utils", "type": "github" } }, "flake-utils_4": { "locked": { - "lastModified": 1619345332, - "narHash": "sha256-qHnQkEp1uklKTpx3MvKtY6xzgcqXDsz5nLilbbuL+3A=", + "lastModified": 1653893745, + "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "2ebf2558e5bf978c7fb8ea927dfaed8fefab2e28", + "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", "type": "github" }, "original": { @@ -341,66 +287,6 @@ "type": "github" } }, - "flake-utils_6": { - "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_7": { - "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_8": { - "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_9": { - "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "ghc-8.6.5-iohk": { "flake": false, "locked": { @@ -421,11 +307,11 @@ "hackage": { "flake": false, "locked": { - "lastModified": 1648602989, - "narHash": "sha256-FmOPaq2425FkeaGjuRd4ziXeh4mF7GtMdy3CU6HBxc4=", + "lastModified": 1655342080, + "narHash": "sha256-mF/clPxSJJkKAq6Y+0oYXrU3rGOuQXFN9btSde3uvvE=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "f9b50d3ab29a64adb47ba06d861fc6057b5e11fb", + "rev": "567e2e865d42d8e5cfe796bf03b6b38e42bc00ab", "type": "github" }, "original": { @@ -434,6 +320,21 @@ "type": "github" } }, + "haskell-flake": { + "locked": { + "lastModified": 1654001497, + "narHash": "sha256-GfrpyoQrVT9Z/j9its8BQs3I5O5X5Lc2IkK922bz7zg=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "4c0b0ff295f0b97238a600d2381c37ee46b67f9c", + "type": "github" + }, + "original": { + "owner": "srid", + "repo": "haskell-flake", + "type": "github" + } + }, "haskellNix": { "inputs": { "HTTP": "HTTP", @@ -441,7 +342,7 @@ "cabal-34": "cabal-34", "cabal-36": "cabal-36", "cardano-shell": "cardano-shell", - "flake-utils": "flake-utils_9", + "flake-utils": "flake-utils_5", "ghc-8.6.5-iohk": "ghc-8.6.5-iohk", "hackage": "hackage", "hpc-coveralls": "hpc-coveralls", @@ -458,11 +359,11 @@ "stackage": "stackage" }, "locked": { - "lastModified": 1648603159, - "narHash": "sha256-LW1ONy+omgWmlBZBizglfjDDYX6Hj8HR+qRA/XdE5n0=", + "lastModified": 1655369909, + "narHash": "sha256-Z3d17WvaXY2kWdfsOE6yPKViQ1RBfGi4d7XZgXA/j2I=", "owner": "input-output-hk", "repo": "haskell.nix", - "rev": "83bf601595baeaf1b0789fb44572f59143e28034", + "rev": "5a310b0b3904d9b90239390eb2dfb59e4dcb0d96", "type": "github" }, "original": { @@ -471,14 +372,14 @@ "type": "github" } }, - "heist": { + "heist-emanote": { "flake": false, "locked": { - "lastModified": 1624205223, - "narHash": "sha256-+bcrEKjB/kDRAqOunCD/cKBBVOJUTmY9RoCQ++I42oM=", + "lastModified": 1653920837, + "narHash": "sha256-GUHQy909iroTNSkrk15/f1Ht9eWB3A5rF//wfRzhGy8=", "owner": "srid", "repo": "heist", - "rev": "a8be6f93656f87199e03b9dfb9979dc061614108", + "rev": "988692ea850b3cbe966c7dc4dd26ba1d49647706", "type": "github" }, "original": { @@ -534,11 +435,11 @@ ] }, "locked": { - "lastModified": 1646330344, - "narHash": "sha256-EbhMDeneH26wDi+x5kz8nfru/dE9JZ241hJed4a8lz8=", + "lastModified": 1653579289, + "narHash": "sha256-wveDdPsgB/3nAGAdFaxrcgLEpdi0aJ5kEVNtI+YqVfo=", "owner": "input-output-hk", "repo": "iohk-nix", - "rev": "0a0126d8fb1bdc61ce1fd2ef61cf396de800fdad", + "rev": "edb2d2df2ebe42bbdf03a0711115cf6213c9d366", "type": "github" }, "original": { @@ -547,6 +448,22 @@ "type": "github" } }, + "ixset-typed": { + "flake": false, + "locked": { + "lastModified": 1652177108, + "narHash": "sha256-g0N1jiumsxHzfo9SGVR+q9awRvHEehSRaoW89LXCCnY=", + "owner": "well-typed", + "repo": "ixset-typed", + "rev": "244d3b72fd051b8d78f2d4edb6208269f29d85b7", + "type": "github" + }, + "original": { + "owner": "well-typed", + "repo": "ixset-typed", + "type": "github" + } + }, "lowdown-src": { "flake": false, "locked": { @@ -587,11 +504,11 @@ "nix-tools": { "flake": false, "locked": { - "lastModified": 1644395812, - "narHash": "sha256-BVFk/BEsTLq5MMZvdy3ZYHKfaS3dHrsKh4+tb5t5b58=", + "lastModified": 1649424170, + "narHash": "sha256-XgKXWispvv5RCvZzPb+p7e6Hy3LMuRjafKMl7kXzxGw=", "owner": "input-output-hk", "repo": "nix-tools", - "rev": "d847c63b99bbec78bf83be2a61dc9f09b8a9ccc1", + "rev": "e109c94016e3b6e0db7ed413c793e2d4bdb24aa7", "type": "github" }, "original": { @@ -634,11 +551,11 @@ }, "nixpkgs-2105": { "locked": { - "lastModified": 1642244250, - "narHash": "sha256-vWpUEqQdVP4srj+/YLJRTN9vjpTs4je0cdWKXPbDItc=", + "lastModified": 1645296114, + "narHash": "sha256-y53N7TyIkXsjMpOG7RhvqJFGDacLs9HlyHeSTBioqYU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0fd9ee1aa36ce865ad273f4f07fdc093adeb5c00", + "rev": "530a53dcbc9437363471167a5e4762c5fcfa34a1", "type": "github" }, "original": { @@ -650,11 +567,11 @@ }, "nixpkgs-2111": { "locked": { - "lastModified": 1644510859, - "narHash": "sha256-xjpVvL5ecbyi0vxtVl/Fh9bwGlMbw3S06zE5nUzFB8A=", + "lastModified": 1648744337, + "narHash": "sha256-bYe1dFJAXovjqiaPKrmAbSBEK5KUkgwVaZcTbSoJ7hg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0d1d5d7e3679fec9d07f2eb804d9f9fdb98378d3", + "rev": "0a58eebd8ec65ffdef2ce9562784123a73922052", "type": "github" }, "original": { @@ -681,11 +598,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1644486793, - "narHash": "sha256-EeijR4guVHgVv+JpOX3cQO+1XdrkJfGmiJ9XVsVU530=", + "lastModified": 1648219316, + "narHash": "sha256-Ctij+dOi0ZZIfX5eMhgwugfvB+WZSrvVNAyAuANOsnQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1882c6b7368fd284ad01b0a5b5601ef136321292", + "rev": "30d3d79b7d3607d56546dd2a6b49e156ba0ec634", "type": "github" }, "original": { @@ -711,27 +628,27 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1646470760, - "narHash": "sha256-dQISyucVCCPaFioUhy5ZgfBz8rOMKGI8k13aPDFTqEs=", - "owner": "nixos", + "lastModified": 1654682581, + "narHash": "sha256-Jb1PQCwKgwdNAp907eR5zPzuxV+kRroA3UIxUxCMJ9s=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "1fc7212a2c3992eedc6eedf498955c321ad81cc2", + "rev": "e0169d7a9d324afebf5679551407756c77af8930", "type": "github" }, "original": { - "owner": "nixos", + "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", - "rev": "1fc7212a2c3992eedc6eedf498955c321ad81cc2", "type": "github" } }, "nixpkgs_4": { "locked": { - "lastModified": 1619531122, - "narHash": "sha256-ovm5bo6PkZzNKh2YGXbRKYIjega0EjiEP0YDwyeXEYU=", + "lastModified": 1654398695, + "narHash": "sha256-Kw/KeoFXszNsF5mORP45mrxCP+k9Aq03hWcuWCL9sdI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bb80d578e8ad3cb5a607f468ac00cc546d0396dc", + "rev": "c5d810f4c74c824ae0fb788103003c6c9d366a08", "type": "github" }, "original": { @@ -741,18 +658,16 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1645937171, - "narHash": "sha256-n9f9GZBNMe8UMhcgmmaXNObkH01jjgp7INMrUgBgcy4=", - "owner": "nixos", + "lastModified": 1654845941, + "narHash": "sha256-uXulXu4BQ9ch1ItV0FlL2Ns8X83m6unT5h/0X//VRLQ=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "22dc22f8cedc58fcb11afe1acb08e9999e78be9c", + "rev": "7b3e907a6fef935794b5049c2c57c519853deb90", "type": "github" }, "original": { - "owner": "nixos", - "repo": "nixpkgs", - "rev": "22dc22f8cedc58fcb11afe1acb08e9999e78be9c", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "nixpkgs_6": { @@ -787,27 +702,20 @@ "type": "github" } }, - "pathtree": { - "inputs": { - "flake-compat": "flake-compat_4", - "flake-utils": "flake-utils_6", - "nixpkgs": [ - "emanote", - "ema", - "nixpkgs" - ] - }, + "pandoc-link-context": { + "flake": false, "locked": { - "lastModified": 1644018894, - "narHash": "sha256-aPzercxeSfWDdJ8CcyA6tBN83DnzUVLWG+atkWdPkuc=", + "lastModified": 1653170888, + "narHash": "sha256-bA/Oj2pt3H2b4lqWqVBYo3Qhvhd01r4vM39+vLuPMtA=", "owner": "srid", - "repo": "pathtree", - "rev": "ff594e51b6b97e9158f0a4dc5c4c720fb72aadf0", + "repo": "pandoc-link-context", + "rev": "c3a3de34b291b2bfec04387af65e0cc0822373c5", "type": "github" }, "original": { "owner": "srid", - "repo": "pathtree", + "ref": "master", + "repo": "pandoc-link-context", "type": "github" } }, @@ -830,32 +738,13 @@ "type": "github" } }, - "pre-commit-hooks_2": { - "inputs": { - "flake-utils": "flake-utils_4", - "nixpkgs": "nixpkgs_4" - }, - "locked": { - "lastModified": 1639823344, - "narHash": "sha256-jlsQb2y6A5dB1R0wVPLOfDGM0wLyfYqEJNzMtXuzCXw=", - "owner": "cachix", - "repo": "pre-commit-hooks.nix", - "rev": "ff9c0b459ddc4b79c06e19d44251daa8e9cd1746", - "type": "github" - }, - "original": { - "owner": "cachix", - "repo": "pre-commit-hooks.nix", - "type": "github" - } - }, "root": { "inputs": { "customConfig": "customConfig", "ema": "ema", "emanote": "emanote", - "flake-compat": "flake-compat_6", - "flake-utils": "flake-utils_8", + "flake-compat": "flake-compat_2", + "flake-utils": "flake-utils_4", "haskellNix": "haskellNix", "hostNixpkgs": [ "nixpkgs" @@ -863,18 +752,18 @@ "iohkNix": "iohkNix", "nixpkgs": [ "haskellNix", - "nixpkgs-2111" + "nixpkgs-unstable" ] } }, "stackage": { "flake": false, "locked": { - "lastModified": 1648603096, - "narHash": "sha256-d1WKzMnk+2ZOXz3YSSqYHrMSHRVSZth+eS/pO5iSwVE=", + "lastModified": 1655255731, + "narHash": "sha256-0C3RDc1Uoofcw3e1s+7Gj+KYQ2JiRiSNQB2BKzXI6Vo=", "owner": "input-output-hk", "repo": "stackage.nix", - "rev": "c2bdc5825795d3a6938aa74e598da57591b2e150", + "rev": "3e945e88ffdf2d2251e56db002419627f32f17c9", "type": "github" }, "original": { @@ -885,16 +774,15 @@ }, "tailwind-haskell": { "inputs": { - "flake-compat": "flake-compat_5", - "flake-utils": "flake-utils_7", + "flake-utils": "flake-utils_3", "nixpkgs": "nixpkgs_5" }, "locked": { - "lastModified": 1645986656, - "narHash": "sha256-Bo9bjvCmxd8M0DLwjY6cfRYP48GI07Pi0p06I8328ZY=", + "lastModified": 1654211622, + "narHash": "sha256-N5Xa/JhF9PRgmt+ZVZFaHT7onezENxp7ktnGhhqOBaw=", "owner": "srid", "repo": "tailwind-haskell", - "rev": "e471ced826d9192ac8b25a893e1b65cab56ad192", + "rev": "8d08cda7a1cb67435de1ba1739f65e25b303364f", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 74517d2e7d4..27d4b621b37 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ ############################################################################ inputs = { - nixpkgs.follows = "haskellNix/nixpkgs-2111"; + nixpkgs.follows = "haskellNix/nixpkgs-unstable"; hostNixpkgs.follows = "nixpkgs"; haskellNix = { url = "github:input-output-hk/haskell.nix"; @@ -45,7 +45,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; flake-compat = { - url = "github:input-output-hk/flake-compat/fixes"; + url = "github:input-output-hk/flake-compat"; flake = false; }; customConfig.url = "github:input-output-hk/empty-flake"; @@ -241,7 +241,7 @@ }); docs = pkgs.mkShell { name = "cardano-wallet-docs"; - nativeBuildInputs = [ emanote.defaultPackage.${system} pkgs.yq ]; + nativeBuildInputs = [ pkgs.yq ]; # allow building the shell so that it can be cached in hydra phases = [ "installPhase" ]; installPhase = "echo $nativeBuildInputs > $out"; @@ -367,7 +367,7 @@ inherit dockerImage; inherit (config) dockerHubRepoName; }; - inherit (pkgs) sha256map-regenerate checkStackProject; + inherit (pkgs) checkCabalProject cabalProjectRegenerate; inherit (project.stack-nix.passthru) generateMaterialized; buildToolsGenerateMaterialized = pkgs.haskell-build-tools.regenerateMaterialized; iohkNixGenerateMaterialized = pkgs.iohk-nix-utils.regenerateMaterialized; diff --git a/lib/cli/src/Cardano/CLI.hs b/lib/cli/src/Cardano/CLI.hs index 5e0ab6eb7f6..e5c62c600da 100644 --- a/lib/cli/src/Cardano/CLI.hs +++ b/lib/cli/src/Cardano/CLI.hs @@ -12,6 +12,7 @@ {-# LANGUAGE LambdaCase #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE NumericUnderscores #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeApplications #-} @@ -239,7 +240,8 @@ import Network.HTTP.Client , newManager , responseTimeoutNone ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( ArgumentFields , CommandFields , Mod @@ -274,9 +276,11 @@ import Options.Applicative , switch , value ) -import Options.Applicative.Help.Pretty +-- See ADP-1910 +import "optparse-applicative" Options.Applicative.Help.Pretty ( string, vsep ) -import Options.Applicative.Types +-- See ADP-1910 +import "optparse-applicative" Options.Applicative.Types ( ReadM (..), readerAsk ) import Servant.Client ( BaseUrl (..), ClientM, Scheme (..), mkClientEnv, runClientM ) diff --git a/lib/cli/test/data/Cardano/CLISpec/--help b/lib/cli/test/data/Cardano/CLISpec/--help index 7246ee2008e..81fec2bd074 100644 --- a/lib/cli/test/data/Cardano/CLISpec/--help +++ b/lib/cli/test/data/Cardano/CLISpec/--help @@ -5,6 +5,7 @@ require an active server and can be run offline (e.g. 'recovery-phrase generate'). Usage: COMMAND + Cardano Wallet Command-Line Interface (CLI) Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/address --help b/lib/cli/test/data/Cardano/CLISpec/address --help index 5e4ebac107c..2c1a2de3e96 100644 --- a/lib/cli/test/data/Cardano/CLISpec/address --help +++ b/lib/cli/test/data/Cardano/CLISpec/address --help @@ -1,4 +1,5 @@ Usage: address COMMAND + About addresses Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/address create --help b/lib/cli/test/data/Cardano/CLISpec/address create --help index 59116e49570..bdf7a9a39f7 100644 --- a/lib/cli/test/data/Cardano/CLISpec/address create --help +++ b/lib/cli/test/data/Cardano/CLISpec/address create --help @@ -1,5 +1,6 @@ Usage: address create [--port INT] [--address-index INDEX] WALLET_ID + Create a new random address. Only available for random wallets. The address index is optional, give none to let the wallet generate a random one. diff --git a/lib/cli/test/data/Cardano/CLISpec/address import --help b/lib/cli/test/data/Cardano/CLISpec/address import --help index 068f6be5ed2..90c10a37f6b 100644 --- a/lib/cli/test/data/Cardano/CLISpec/address import --help +++ b/lib/cli/test/data/Cardano/CLISpec/address import --help @@ -1,4 +1,5 @@ Usage: address import [--port INT] WALLET_ID ADDRESS + Import a random address generated elsewhere. Only available for random wallets. The address must belong to the target wallet. diff --git a/lib/cli/test/data/Cardano/CLISpec/address list --help b/lib/cli/test/data/Cardano/CLISpec/address list --help index cfdf5e50fed..10c9b1607a3 100644 --- a/lib/cli/test/data/Cardano/CLISpec/address list --help +++ b/lib/cli/test/data/Cardano/CLISpec/address list --help @@ -1,4 +1,5 @@ Usage: address list [--port INT] [--state STRING] WALLET_ID + List all known addresses of a given wallet. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/key --help b/lib/cli/test/data/Cardano/CLISpec/key --help index e73fd35b969..4418e3b2251 100644 --- a/lib/cli/test/data/Cardano/CLISpec/key --help +++ b/lib/cli/test/data/Cardano/CLISpec/key --help @@ -1,4 +1,5 @@ Usage: key COMMAND + About public/private keys Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/key child --help b/lib/cli/test/data/Cardano/CLISpec/key child --help index a087621feba..c4fa1c680d7 100644 --- a/lib/cli/test/data/Cardano/CLISpec/key child --help +++ b/lib/cli/test/data/Cardano/CLISpec/key child --help @@ -1,4 +1,5 @@ Usage: key child DERIVATION-PATH + Derive child keys from a parent public/private key Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/key from-recovery-phrase --help b/lib/cli/test/data/Cardano/CLISpec/key from-recovery-phrase --help index 80a4a57c2cb..2809e328073 100644 --- a/lib/cli/test/data/Cardano/CLISpec/key from-recovery-phrase --help +++ b/lib/cli/test/data/Cardano/CLISpec/key from-recovery-phrase --help @@ -1,4 +1,5 @@ Usage: key from-recovery-phrase STYLE + Convert a recovery phrase to an extended private key Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/key inspect --help b/lib/cli/test/data/Cardano/CLISpec/key inspect --help index 905db8aa840..97df88f297c 100644 --- a/lib/cli/test/data/Cardano/CLISpec/key inspect --help +++ b/lib/cli/test/data/Cardano/CLISpec/key inspect --help @@ -1,4 +1,5 @@ Usage: key inspect + Show information about a key Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/key public --help b/lib/cli/test/data/Cardano/CLISpec/key public --help index fdc834aac51..f98ef77f3af 100644 --- a/lib/cli/test/data/Cardano/CLISpec/key public --help +++ b/lib/cli/test/data/Cardano/CLISpec/key public --help @@ -1,4 +1,5 @@ Usage: key public (--without-chain-code | --with-chain-code) + Get the public counterpart of a private key Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/network --help b/lib/cli/test/data/Cardano/CLISpec/network --help index b33e03a2d37..7b012cffb5a 100644 --- a/lib/cli/test/data/Cardano/CLISpec/network --help +++ b/lib/cli/test/data/Cardano/CLISpec/network --help @@ -1,4 +1,5 @@ Usage: network COMMAND + About the network Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/network clock --help b/lib/cli/test/data/Cardano/CLISpec/network clock --help index b7e4f1a4d17..0e54f62cf52 100644 --- a/lib/cli/test/data/Cardano/CLISpec/network clock --help +++ b/lib/cli/test/data/Cardano/CLISpec/network clock --help @@ -1,4 +1,5 @@ Usage: network clock [--port INT] [--force-ntp-check] + View NTP offset. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/network information --help b/lib/cli/test/data/Cardano/CLISpec/network information --help index dee639dffeb..6c31471bb7f 100644 --- a/lib/cli/test/data/Cardano/CLISpec/network information --help +++ b/lib/cli/test/data/Cardano/CLISpec/network information --help @@ -1,4 +1,5 @@ Usage: network information [--port INT] + View network information. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/network parameters --help b/lib/cli/test/data/Cardano/CLISpec/network parameters --help index dafc07105e5..65b5b719589 100644 --- a/lib/cli/test/data/Cardano/CLISpec/network parameters --help +++ b/lib/cli/test/data/Cardano/CLISpec/network parameters --help @@ -1,4 +1,5 @@ Usage: network parameters [--port INT] + View network parameters for the current epoch. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/recovery-phrase --help b/lib/cli/test/data/Cardano/CLISpec/recovery-phrase --help index b917bb3f6b9..2f9b1fb67ad 100644 --- a/lib/cli/test/data/Cardano/CLISpec/recovery-phrase --help +++ b/lib/cli/test/data/Cardano/CLISpec/recovery-phrase --help @@ -1,4 +1,5 @@ Usage: recovery-phrase COMMAND + About recovery phrases Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/recovery-phrase generate --help b/lib/cli/test/data/Cardano/CLISpec/recovery-phrase generate --help index b7e61ff01d2..c9cce3523eb 100644 --- a/lib/cli/test/data/Cardano/CLISpec/recovery-phrase generate --help +++ b/lib/cli/test/data/Cardano/CLISpec/recovery-phrase generate --help @@ -1,4 +1,5 @@ Usage: recovery-phrase generate [--size INT] + Generate an English recovery phrase Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/stake-pool list --help b/lib/cli/test/data/Cardano/CLISpec/stake-pool list --help index aa0f441236d..e241e8d1be2 100644 --- a/lib/cli/test/data/Cardano/CLISpec/stake-pool list --help +++ b/lib/cli/test/data/Cardano/CLISpec/stake-pool list --help @@ -1,4 +1,5 @@ Usage: stake-pool list [--port INT] [--stake STAKE] + List all known stake pools. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/transaction --help b/lib/cli/test/data/Cardano/CLISpec/transaction --help index d84b0029831..2d953d27101 100644 --- a/lib/cli/test/data/Cardano/CLISpec/transaction --help +++ b/lib/cli/test/data/Cardano/CLISpec/transaction --help @@ -1,4 +1,5 @@ Usage: transaction COMMAND + About transactions Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/transaction create --help b/lib/cli/test/data/Cardano/CLISpec/transaction create --help index f9f20802eae..8f31c11a570 100644 --- a/lib/cli/test/data/Cardano/CLISpec/transaction create --help +++ b/lib/cli/test/data/Cardano/CLISpec/transaction create --help @@ -1,6 +1,7 @@ Usage: transaction create [--port INT] WALLET_ID (--payment PAYMENT) [--metadata JSON] [--ttl DURATION] + Create and submit a new transaction. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/transaction fees --help b/lib/cli/test/data/Cardano/CLISpec/transaction fees --help index 430cabd479f..f48a3e18970 100644 --- a/lib/cli/test/data/Cardano/CLISpec/transaction fees --help +++ b/lib/cli/test/data/Cardano/CLISpec/transaction fees --help @@ -1,6 +1,7 @@ Usage: transaction fees [--port INT] WALLET_ID (--payment PAYMENT) [--metadata JSON] [--ttl DURATION] + Estimate fees for a transaction. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/transaction forget --help b/lib/cli/test/data/Cardano/CLISpec/transaction forget --help index 55355162f74..b76d8b14f31 100644 --- a/lib/cli/test/data/Cardano/CLISpec/transaction forget --help +++ b/lib/cli/test/data/Cardano/CLISpec/transaction forget --help @@ -1,4 +1,5 @@ Usage: transaction forget [--port INT] WALLET_ID TRANSACTION_ID + Forget a pending transaction with specified id. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/transaction get --help b/lib/cli/test/data/Cardano/CLISpec/transaction get --help index 36cab7120ca..2b727a52059 100644 --- a/lib/cli/test/data/Cardano/CLISpec/transaction get --help +++ b/lib/cli/test/data/Cardano/CLISpec/transaction get --help @@ -1,5 +1,6 @@ Usage: transaction get [--port INT] WALLET_ID TRANSACTION_ID [--simple-metadata] + Get a transaction with specified id. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/transaction list --help b/lib/cli/test/data/Cardano/CLISpec/transaction list --help index 00775354138..3e32232a06c 100644 --- a/lib/cli/test/data/Cardano/CLISpec/transaction list --help +++ b/lib/cli/test/data/Cardano/CLISpec/transaction list --help @@ -1,6 +1,7 @@ Usage: transaction list [--port INT] WALLET_ID [--start TIME] [--end TIME] [--order ORDER] [--simple-metadata] + List the transactions associated with a wallet. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/transaction submit --help b/lib/cli/test/data/Cardano/CLISpec/transaction submit --help index 46dfe249436..83479595755 100644 --- a/lib/cli/test/data/Cardano/CLISpec/transaction submit --help +++ b/lib/cli/test/data/Cardano/CLISpec/transaction submit --help @@ -1,4 +1,5 @@ Usage: transaction submit [--port INT] BINARY_BLOB + Submit an externally-signed transaction. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet --help b/lib/cli/test/data/Cardano/CLISpec/wallet --help index 3876e4c4d1f..f4f4b278a77 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet --help @@ -1,4 +1,5 @@ Usage: wallet COMMAND + About wallets Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet create from-public-key --help b/lib/cli/test/data/Cardano/CLISpec/wallet create from-public-key --help index 3678292af79..8aad56735ba 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet create from-public-key --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet create from-public-key --help @@ -1,6 +1,7 @@ -Usage: wallet create from-public-key [--port INT] WALLET_NAME - [--address-pool-gap INT] - ACCOUNT_PUBLIC_KEY +Usage: wallet create from-public-key + [--port INT] WALLET_NAME [--address-pool-gap INT] + ACCOUNT_PUBLIC_KEY + Create a wallet using a public account key. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet create from-recovery-phrase --help b/lib/cli/test/data/Cardano/CLISpec/wallet create from-recovery-phrase --help index 955674ee4ec..739eb6c0e10 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet create from-recovery-phrase --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet create from-recovery-phrase --help @@ -1,6 +1,6 @@ -Usage: wallet create from-recovery-phrase [--port INT] - WALLET_NAME - [--address-pool-gap INT] +Usage: wallet create from-recovery-phrase + [--port INT] WALLET_NAME [--address-pool-gap INT] + Create a new wallet using a recovery phrase. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet delete --help b/lib/cli/test/data/Cardano/CLISpec/wallet delete --help index c3636d83782..529e31ed367 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet delete --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet delete --help @@ -1,4 +1,5 @@ Usage: wallet delete [--port INT] WALLET_ID + Deletes wallet with specified wallet id. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet get --help b/lib/cli/test/data/Cardano/CLISpec/wallet get --help index 6a4bae76f14..e517141df04 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet get --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet get --help @@ -1,4 +1,5 @@ Usage: wallet get [--port INT] WALLET_ID + Fetch the wallet with specified id. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet list --help b/lib/cli/test/data/Cardano/CLISpec/wallet list --help index daa98ab6950..1a2bdbb49c0 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet list --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet list --help @@ -1,4 +1,5 @@ Usage: wallet list [--port INT] + List all known wallets. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet update --help b/lib/cli/test/data/Cardano/CLISpec/wallet update --help index 712ddef21f4..0d5ef2edf9a 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet update --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet update --help @@ -1,4 +1,5 @@ Usage: wallet update COMMAND + Update a wallet. Available options: diff --git a/lib/cli/test/data/Cardano/CLISpec/wallet utxo --help b/lib/cli/test/data/Cardano/CLISpec/wallet utxo --help index 56ea78b1bf3..448e96123eb 100644 --- a/lib/cli/test/data/Cardano/CLISpec/wallet utxo --help +++ b/lib/cli/test/data/Cardano/CLISpec/wallet utxo --help @@ -1,4 +1,5 @@ Usage: wallet utxo [--port INT] WALLET_ID + Get UTxO statistics for the wallet with specified id. Available options: diff --git a/lib/cli/test/unit/Cardano/CLISpec.hs b/lib/cli/test/unit/Cardano/CLISpec.hs index 873381b474c..35e49846374 100644 --- a/lib/cli/test/unit/Cardano/CLISpec.hs +++ b/lib/cli/test/unit/Cardano/CLISpec.hs @@ -3,6 +3,7 @@ {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE MultiParamTypeClasses #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TypeApplications #-} @@ -54,7 +55,8 @@ import Data.Text ( Text ) import Data.Text.Class ( FromText (..), TextDecodingError (..), toText ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( ParserInfo , ParserPrefs , ParserResult (..) diff --git a/lib/core-integration/src/Cardano/Wallet/BenchShared.hs b/lib/core-integration/src/Cardano/Wallet/BenchShared.hs index d2daf2c7ad4..f43d48fa0f2 100644 --- a/lib/core-integration/src/Cardano/Wallet/BenchShared.hs +++ b/lib/core-integration/src/Cardano/Wallet/BenchShared.hs @@ -1,5 +1,6 @@ {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE LambdaCase #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE TypeApplications #-} -- | @@ -69,7 +70,8 @@ import Fmt ( Buildable (..), nameF, pretty ) import GHC.Generics ( Generic ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( HasValue , Mod , Parser diff --git a/lib/core-integration/src/Test/Integration/Framework/DSL.hs b/lib/core-integration/src/Test/Integration/Framework/DSL.hs index f1febf3ea9a..ee7bbcee4ee 100644 --- a/lib/core-integration/src/Test/Integration/Framework/DSL.hs +++ b/lib/core-integration/src/Test/Integration/Framework/DSL.hs @@ -466,6 +466,7 @@ import qualified Cardano.Wallet.Primitive.Types.TokenMap as TokenMap import qualified Cardano.Wallet.Primitive.Types.TokenQuantity as TokenQuantity import qualified Codec.Binary.Bech32 as Bech32 import qualified Data.Aeson as Aeson +import qualified Data.Aeson.Key as Aeson import qualified Data.ByteArray as BA import qualified Data.ByteString as BS import qualified Data.ByteString.Char8 as B8 @@ -703,6 +704,7 @@ maximumCollateralInputCountByEra = \case ApiMary -> 0 -- value from alonzo-genesis.yaml: ApiAlonzo -> 3 + ApiBabbage -> 3 minimumCollateralPercentageByEra :: ApiEra -> Natural minimumCollateralPercentageByEra = \case @@ -712,6 +714,7 @@ minimumCollateralPercentageByEra = \case ApiMary -> 0 -- value from alonzo-genesis.yaml: ApiAlonzo -> 150 + ApiBabbage -> 150 -- -- Helpers @@ -2570,7 +2573,7 @@ toQueryString kvs = if T.null suffix then mempty else "?" <> suffix addField :: ToJSON a => Text -> a -> Payload -> Payload addField fieldName field = \case Json (Aeson.Object o) -> - Json (Aeson.Object (o <> (fieldName .= field))) + Json (Aeson.Object (o <> ((Aeson.fromText fieldName) .= field))) _ -> error "addField called on a non-json payload" diff --git a/lib/core-integration/src/Test/Integration/Plutus.hs b/lib/core-integration/src/Test/Integration/Plutus.hs index 43434f456b0..481169d9a68 100644 --- a/lib/core-integration/src/Test/Integration/Plutus.hs +++ b/lib/core-integration/src/Test/Integration/Plutus.hs @@ -2,6 +2,7 @@ {-# LANGUAGE DataKinds #-} {-# LANGUAGE NumericUnderscores #-} {-# LANGUAGE OverloadedLabels #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} @@ -66,7 +67,7 @@ import qualified Codec.Binary.Bech32 as Bech32 import qualified Codec.CBOR.Term as CBOR import qualified Data.Aeson as Aeson import qualified Data.ByteString as BS -import qualified Data.ByteString.Base16 as Base16 +import qualified "base16-bytestring" Data.ByteString.Base16 as Base16 import qualified Data.ByteString.Lazy as BSL import qualified Data.Text.Encoding as T import qualified Data.Text.Lazy as TL diff --git a/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Network.hs b/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Network.hs index 454b3fe912f..c7b245c6efe 100644 --- a/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Network.hs +++ b/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Network.hs @@ -68,6 +68,7 @@ spec = describe "SHELLEY_NETWORK" $ do ApiAllegra -> expectField (#eras . #allegra) toBe ApiMary -> expectField (#eras . #mary) toBe ApiAlonzo -> expectField (#eras . #alonzo) toBe + ApiBabbage -> expectField (#eras . #babbage) toBe let knownEras = [minBound .. _mainEra ctx] let unknownEras = [minBound .. maxBound] \\ knownEras diff --git a/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Transactions.hs b/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Transactions.hs index 0235fc8b051..1d6d5d33b1f 100644 --- a/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Transactions.hs +++ b/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Transactions.hs @@ -174,6 +174,7 @@ import qualified Cardano.Wallet.Api.Link as Link import qualified Cardano.Wallet.Primitive.Types.TokenMap as TokenMap import qualified Cardano.Wallet.Primitive.Types.TokenPolicy as TokenPolicy import qualified Data.Aeson as Aeson +import qualified Data.Aeson.Key as Aeson import qualified Data.ByteString as BS import qualified Data.ByteString.Char8 as B8 import qualified Data.HashSet as Set @@ -1008,7 +1009,7 @@ spec = describe "SHELLEY_TRANSACTIONS" $ do -- This will encode to at least 32k of CBOR. The max tx size for the -- integration tests cluster is 16k. let txMeta = Aeson.object - [ (toText @Int i, bytes) + [ (Aeson.fromText $ toText @Int i, bytes) | i <- [0..511] ] bytes = [json|{ "bytes": #{T.replicate 64 "a"} }|] let payload = addTxMetadata txMeta basePayload @@ -1140,7 +1141,7 @@ spec = describe "SHELLEY_TRANSACTIONS" $ do -- This will encode to at least 32k of CBOR. The max tx size for the -- integration tests cluster is 16k. let txMeta = Aeson.object - [ (toText @Int i, bytes) + [ (Aeson.fromText $ toText @Int i, bytes) | i <- [0..511] ] bytes = [json|{ "bytes": #{T.replicate 64 "a"} }|] let payload = addTxMetadata txMeta basePayload diff --git a/lib/core/cardano-wallet-core.cabal b/lib/core/cardano-wallet-core.cabal index 448620c7c6d..a5af1093313 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -111,6 +111,7 @@ library , persistent-sqlite >=2.13 && <2.14 , persistent-template >=2.12 && <2.13 , plutus-ledger-api + , plutus-core , pretty-simple , profunctors , quiet @@ -169,6 +170,7 @@ library Cardano.Byron.Codec.Cbor Cardano.DB.Sqlite Cardano.DB.Sqlite.Delete + Cardano.Ledger.Credential.Safe Cardano.Pool.DB Cardano.Pool.DB.Log Cardano.Pool.DB.MVar @@ -381,6 +383,7 @@ test-suite unit , nothunks , persistent >=2.13 && <2.14 , persistent-sqlite >=2.13 && <2.14 + , plutus-core , plutus-ledger-api , pretty-simple , regex-pcre-builtin @@ -395,7 +398,6 @@ test-suite unit , random , retry , safe - , scrypt , servant , servant-server , should-not-typecheck @@ -420,6 +422,9 @@ test-suite unit , wai , wai-extra , warp + if (flag(scrypt)) + cpp-options: -DHAVE_SCRYPT + build-depends: scrypt build-tool-depends: hspec-discover:hspec-discover type: diff --git a/lib/core/src/Cardano/Api/Extra.hs b/lib/core/src/Cardano/Api/Extra.hs index 03acf2e4191..d683bafee80 100644 --- a/lib/core/src/Cardano/Api/Extra.hs +++ b/lib/core/src/Cardano/Api/Extra.hs @@ -54,3 +54,5 @@ asAnyShelleyBasedEra = \case Just $ InAnyShelleyBasedEra ShelleyBasedEraMary a InAnyCardanoEra AlonzoEra a -> Just $ InAnyShelleyBasedEra ShelleyBasedEraAlonzo a + InAnyCardanoEra BabbageEra a -> + Just $ InAnyShelleyBasedEra ShelleyBasedEraBabbage a diff --git a/lib/core/src/Cardano/Api/Gen.hs b/lib/core/src/Cardano/Api/Gen.hs index 83e8cc70822..d9914e7cc67 100644 --- a/lib/core/src/Cardano/Api/Gen.hs +++ b/lib/core/src/Cardano/Api/Gen.hs @@ -23,7 +23,8 @@ module Cardano.Api.Gen , genExecutionUnitPrices , genExecutionUnits , genExtraKeyWitnesses - , genIx + , genTxIx + , genCertIx , genLovelace , genMIRPot , genMIRTarget @@ -54,6 +55,7 @@ module Cardano.Api.Gen , genSigningKey , genSimpleScript , genSlotNo + , genSlotNo32 , genStakeAddress , genStakeAddressReference , genStakeCredential @@ -110,16 +112,19 @@ import Cardano.Api.Byron import Cardano.Api.Shelley ( Hash (..) , PlutusScript (..) + , PlutusScriptOrReferenceInput (..) , PoolId , ProtocolParameters (..) + , ReferenceScript (..) , StakeCredential (..) , StakePoolMetadata (..) , StakePoolMetadataReference (..) , StakePoolParameters (..) , StakePoolRelay (..) + , refInsScriptsAndInlineDatsSupportedInEra ) -import Cardano.Ledger.Credential - ( Ix, Ptr (..) ) +import Cardano.Ledger.Credential.Safe + ( Ptr, SlotNo32 (..), safePtr ) import Cardano.Ledger.SafeHash ( unsafeMakeSafeHash ) import Cardano.Ledger.Shelley.API @@ -189,7 +194,7 @@ import qualified Cardano.Binary as CBOR import qualified Cardano.Crypto.Hash as Crypto import qualified Cardano.Crypto.Seed as Crypto import qualified Cardano.Ledger.BaseTypes as Ledger - ( Port, dnsToText ) + ( CertIx (..), Port, TxIx (..), dnsToText ) import qualified Cardano.Ledger.Shelley.API as Ledger ( StakePoolRelay (..), portToWord16 ) import qualified Cardano.Ledger.Shelley.TxBody as Ledger @@ -204,7 +209,7 @@ import qualified Data.Map as Map import qualified Data.Set as Set import qualified Data.Text as T import qualified Data.Text.Encoding as T -import qualified Plutus.V1.Ledger.Api as Plutus +import qualified PlutusCore as Plutus import qualified Test.Cardano.Ledger.Shelley.Serialisation.Generators.Genesis as Ledger ( genStakePoolRelay ) @@ -244,15 +249,13 @@ genTxId :: Gen TxId genTxId = TxId <$> genShelleyHash genTxIndex :: Gen TxIx -genTxIndex = frequency - [ ( 45, do - -- 2 ^ 32 - 1 is the upper limit on TxIxs in the Byron era - n <- chooseInteger (0, fromIntegral $ ((2 :: Word32) ^ (32 :: Word32)) - 1) - pure $ TxIx $ fromIntegral n - ) - -- Make sure to choose some small values too - , ( 45, (TxIx . fromIntegral) <$> chooseInteger (0, fromIntegral (maxBound :: Word16)) ) - , ( 10, pure $ TxIx 0 ) +genTxIndex = oneof + [ (TxIx . intCast) <$> (arbitrary @Word16) + -- FIXME: cardano-api uses a full Word here, yet the ledger uses Word16 + -- and we'll fail to construct a tx unless we constrain ourselves to + -- Word16 here. + , TxIx . fromIntegral . getNonNegative <$> (arbitrary @(NonNegative Int)) + -- For some bias towards small values ] genTxInsCollateral :: CardanoEra era -> Gen (TxInsCollateral era) @@ -266,7 +269,26 @@ genTxInsCollateral era = ] genSlotNo :: Gen SlotNo -genSlotNo = SlotNo <$> arbitrary +genSlotNo = do + boundary <- genBoundary + frequency + [ (20, pure $ SlotNo boundary) + , (20, pure $ SlotNo (maxBound @Word64 - boundary) ) + , (60, SlotNo <$> arbitrary @Word64) + ] + where + genBoundary = choose (0, 10_000) + +genSlotNo32 :: Gen SlotNo32 +genSlotNo32 = do + offset <- genOffset + frequency + [ (20, pure $ SlotNo32 offset) + , (20, pure $ SlotNo32 (maxBound @Word32 - offset) ) + , (60, SlotNo32 <$> arbitrary @Word32) + ] + where + genOffset = choose (0, 10_000) genLovelace :: Gen Lovelace genLovelace = frequency @@ -388,6 +410,13 @@ genPlutusScript _ = -- We make no attempt to create a valid script PlutusScriptSerialised . SBS.toShort <$> arbitrary +genPlutusScriptOrReferenceInput + :: PlutusScriptVersion lang + -> Gen (PlutusScriptOrReferenceInput lang) +genPlutusScriptOrReferenceInput lang = + -- TODO add proper generator, perhaps as part of ADP-1655 + PScript <$> genPlutusScript lang + genSimpleScript :: SimpleScriptVersion lang -> Gen (SimpleScript lang) genSimpleScript lang = sized genTerm @@ -664,7 +693,7 @@ genScriptWitnessMint langEra = SimpleScriptWitness langEra ver <$> genSimpleScript ver (PlutusScriptLanguage ver) -> PlutusScriptWitness langEra ver - <$> genPlutusScript ver + <$> genPlutusScriptOrReferenceInput ver <*> pure NoScriptDatumForMint <*> genScriptData <*> genExecutionUnits @@ -678,7 +707,7 @@ genScriptWitnessStake langEra = SimpleScriptWitness langEra ver <$> genSimpleScript ver (PlutusScriptLanguage ver) -> PlutusScriptWitness langEra ver - <$> genPlutusScript ver + <$> genPlutusScriptOrReferenceInput ver <*> pure NoScriptDatumForStake <*> genScriptData <*> genExecutionUnits @@ -692,7 +721,7 @@ genScriptWitnessSpend langEra = SimpleScriptWitness langEra ver <$> genSimpleScript ver (PlutusScriptLanguage ver) -> PlutusScriptWitness langEra ver - <$> genPlutusScript ver + <$> genPlutusScriptOrReferenceInput ver <*> (ScriptDatumForTxIn <$> genScriptData) <*> genScriptData <*> genExecutionUnits @@ -765,12 +794,13 @@ genTxMetadataValue = ((,) <$> genTxMetadataValue <*> genTxMetadataValue) genPtr :: Gen Ptr -genPtr = Ptr <$> genSlotNo <*> genIx <*> genIx +genPtr = safePtr <$> genSlotNo32 <*> genTxIx <*> genCertIx -genIx :: Gen Ix -genIx = do - (Large (n :: Word64)) <- arbitrary - pure n +genTxIx :: Gen Ledger.TxIx +genTxIx = Ledger.TxIx <$> arbitrary + +genCertIx :: Gen Ledger.CertIx +genCertIx = Ledger.CertIx <$> arbitrary genStakeAddressReference :: Gen StakeAddressReference genStakeAddressReference = @@ -836,6 +866,7 @@ genTxOut era = TxOut <$> genAddressInEra era <*> genTxOutValue era <*> genTxOutDatum era + <*> genReferenceScript era genTxOutDatum :: CardanoEra era -> Gen (TxOutDatum ctx era) genTxOutDatum era = case scriptDataSupportedInEra era of @@ -845,6 +876,14 @@ genTxOutDatum era = case scriptDataSupportedInEra era of , TxOutDatumHash supported <$> genHashScriptData ] +genReferenceScript :: CardanoEra era -> Gen (ReferenceScript era) +genReferenceScript era = case refInsScriptsAndInlineDatsSupportedInEra era of + Nothing -> pure ReferenceScriptNone + Just supported -> oneof + [ pure ReferenceScriptNone + , ReferenceScript supported <$> genScriptInAnyLang + ] + mkDummyHash :: forall h a. Crypto.HashAlgorithm h => Int -> Crypto.Hash h a mkDummyHash = coerce . Crypto.hashWithSerialiser @h CBOR.toCBOR @@ -915,7 +954,7 @@ genProtocolParameters :: Gen ProtocolParameters genProtocolParameters = ProtocolParameters <$> ((,) <$> genNat <*> genNat) - <*> genRational + <*> (Just <$> genRational) <*> liftArbitrary genPraosNonce <*> genNat <*> genNat @@ -944,7 +983,7 @@ genProtocolParametersWithAlonzoScripts :: Gen ProtocolParameters genProtocolParametersWithAlonzoScripts = ProtocolParameters <$> ((,) <$> genNat <*> genNat) - <*> genRational + <*> (Just <$> genRational) <*> liftArbitrary genPraosNonce <*> genNat <*> genNat @@ -1283,8 +1322,20 @@ genTxBodyContent era = do let txBody = TxBodyContent { Api.txIns - , Api.txInsCollateral = TxInsCollateralNone , Api.txOuts + -- NOTE: We are adding collateral at a later step, despite only + -- generating @TxInsCollateralNone@ here. This seems to be because + -- the generation currently is dependent on + -- @collectTxBodyScriptWitnesses txBody@. + , Api.txInsCollateral = TxInsCollateralNone + + -- TODO add proper generator, perhaps as part of ADP-1655 + , Api.txInsReference = TxInsReferenceNone + + -- TODO add proper generators, perhaps as part of ADP-1653 + , Api.txTotalCollateral = TxTotalCollateralNone + , Api.txReturnCollateral = TxReturnCollateralNone + , Api.txFee , Api.txValidityRange , Api.txMetadata diff --git a/lib/core/src/Cardano/Ledger/Credential/Safe.hs b/lib/core/src/Cardano/Ledger/Credential/Safe.hs new file mode 100644 index 00000000000..169afae624b --- /dev/null +++ b/lib/core/src/Cardano/Ledger/Credential/Safe.hs @@ -0,0 +1,95 @@ +{-# LANGUAGE DerivingStrategies #-} +{-# LANGUAGE GeneralizedNewtypeDeriving #-} +{-# LANGUAGE TypeApplications #-} + +-- | +-- Copyright: © 2022 IOHK +-- License: Apache-2.0 +-- +-- Re-exports functionality provided by module 'Cardano.Ledger.Credential', +-- but with a safer interface. +-- +module Cardano.Ledger.Credential.Safe + ( + -- * Safe 'Ptr' interface + Ptr + , safePtr + , safeUnwrapPtr + + -- * Conversions to and from 'Slot32' + , SlotNo32 (..) + , toSlotNo32 + , fromSlotNo32 + ) + where + +import Prelude + +import Cardano.Api + ( SlotNo (..) ) +import Cardano.Ledger.BaseTypes + ( CertIx, TxIx ) +import Cardano.Ledger.Credential + ( Ptr (..) ) +import Data.IntCast + ( intCast, intCastMaybe ) +import Data.Maybe + ( fromMaybe ) +import Data.Word + ( Word32, Word64 ) +import GHC.Stack + ( HasCallStack ) + +-------------------------------------------------------------------------------- +-- Safe public interface +-------------------------------------------------------------------------------- + +-- | Safely constructs a 'Ptr' without silent truncation of slot numbers. +-- +-- Use 'toSlotNo32' to convert an ordinary 'SlotNo' to a 'SlotNo32'. +-- +-- This function should satisfy the following property: +-- +-- prop> safeUnwrapPtr (safePtr s t c) == (s, t, c) +-- +safePtr :: SlotNo32 -> TxIx -> CertIx -> Ptr +safePtr = Ptr . fromSlotNo32 + +-- | Safely deconstructs a 'Ptr'. +-- +-- Use 'fromSlotNo32' to convert the returned slot number to a 'SlotNo'. +-- +-- This function should satisfy the following property: +-- +-- prop> safeUnwrapPtr (safePtr s t c) == (s, t, c) +-- +safeUnwrapPtr :: Ptr -> (SlotNo32, TxIx, CertIx) +safeUnwrapPtr (Ptr s t c) = (unsafeToSlotNo32 s, t, c) + +-- | A 32-bit wide slot number. +-- +newtype SlotNo32 = SlotNo32 Word32 + deriving newtype (Eq, Num, Ord) + deriving stock Show + +-- | Converts an ordinary 'SlotNo' into a 'SlotNo32'. +-- +-- Returns 'Nothing' if the slot number could not be converted safely. +-- +toSlotNo32 :: SlotNo -> Maybe SlotNo32 +toSlotNo32 (SlotNo n) = SlotNo32 <$> intCastMaybe @Word64 @Word32 n + +-- | Converts a 'SlotNo32' into an ordinary 'SlotNo'. +-- +fromSlotNo32 :: SlotNo32 -> SlotNo +fromSlotNo32 (SlotNo32 n) = SlotNo (intCast @Word32 @Word64 n) + +-------------------------------------------------------------------------------- +-- Unsafe internal interface +-------------------------------------------------------------------------------- + +unsafeToSlotNo32 :: HasCallStack => SlotNo -> SlotNo32 +unsafeToSlotNo32 = fromMaybe reportFailure . toSlotNo32 + where + reportFailure = error + "unsafeToSlotNo32: unable to convert SlotNo to SlotNo32" diff --git a/lib/core/src/Cardano/Wallet/Api/Server.hs b/lib/core/src/Cardano/Wallet/Api/Server.hs index 9d11ee1e949..4226bdd27b3 100644 --- a/lib/core/src/Cardano/Wallet/Api/Server.hs +++ b/lib/core/src/Cardano/Wallet/Api/Server.hs @@ -136,6 +136,8 @@ import Cardano.Api.Extra ( asAnyShelleyBasedEra, inAnyCardanoEra, withShelleyBasedTx ) import Cardano.BM.Tracing ( HasPrivacyAnnotation (..), HasSeverityAnnotation (..) ) +import Cardano.Ledger.Alonzo.TxInfo + ( TranslationError (TimeTranslationPastHorizon) ) import Cardano.Mnemonic ( SomeMnemonic ) import Cardano.Wallet @@ -3458,6 +3460,7 @@ getNetworkInformation st nl = liftIO $ do toApiEra (AnyCardanoEra AllegraEra) = ApiAllegra toApiEra (AnyCardanoEra MaryEra) = ApiMary toApiEra (AnyCardanoEra AlonzoEra) = ApiAlonzo + toApiEra (AnyCardanoEra BabbageEra) = ApiBabbage -- (network tip, next epoch) -- May be unavailable if the node is still syncing. @@ -5051,8 +5054,22 @@ instance IsServerError ErrAssignRedeemers where , "part of the API request. The unknown inputs are:\n\n" , pretty ins ] - ErrAssignRedeemersPastHorizon e -> - toServerError e + ErrAssignRedeemersTranslationError TimeTranslationPastHorizon -> + -- We differentiate this from @TranslationError@ for partial API + -- backwards compatibility. + apiError err400 PastHorizon $ T.unwords + [ "The transaction's validity interval is past the horizon" + , "of safe slot-to-time conversions." + , "This may happen when I know about a future era" + , "which has not yet been confirmed on-chain. Try setting the" + , "bounds of the validity interval to be earlier." + ] + ErrAssignRedeemersTranslationError e -> + apiError err400 TranslationError $ T.unwords + [ "The transaction I was given contains bits that cannot be" + , "translated in the current era. The following is wrong:\n\n" + , showT e + ] instance IsServerError (Request, ServerError) where toServerError (req, err@(ServerError code _ body _)) diff --git a/lib/core/src/Cardano/Wallet/Api/Types.hs b/lib/core/src/Cardano/Wallet/Api/Types.hs index 9cfe7225f0e..a6251bc92a4 100644 --- a/lib/core/src/Cardano/Wallet/Api/Types.hs +++ b/lib/core/src/Cardano/Wallet/Api/Types.hs @@ -479,11 +479,12 @@ import qualified Cardano.Wallet.Primitive.Types.TokenPolicy as W import qualified Codec.Binary.Bech32 as Bech32 import qualified Codec.Binary.Bech32.TH as Bech32 import qualified Data.Aeson as Aeson +import qualified Data.Aeson.Key as Aeson +import qualified Data.Aeson.KeyMap as Aeson import qualified Data.Aeson.Types as Aeson import qualified Data.ByteString as BS import qualified Data.ByteString.Char8 as B8 import qualified Data.ByteString.Lazy as BL -import qualified Data.HashMap.Strict as HM import qualified Data.Map as Map import qualified Data.Text as T import qualified Data.Text.Encoding as T @@ -1095,6 +1096,7 @@ data ApiEraInfo = ApiEraInfo , allegra :: !(Maybe ApiEpochInfo) , mary :: !(Maybe ApiEpochInfo) , alonzo :: !(Maybe ApiEpochInfo) + , babbage :: !(Maybe ApiEpochInfo) } deriving (Eq, Generic, Show) toApiNetworkParameters @@ -1109,8 +1111,9 @@ toApiNetworkParameters (NetworkParameters gp sp pp) txConstraints toEpochInfo = allegra <- traverse toEpochInfo (pp ^. #eras . #allegra) mary <- traverse toEpochInfo (pp ^. #eras . #mary) alonzo <- traverse toEpochInfo (pp ^. #eras . #alonzo) + babbage <- traverse toEpochInfo (pp ^. #eras . #babbage) - let apiEras = ApiEraInfo { byron, shelley, allegra, mary, alonzo } + let apiEras = ApiEraInfo { byron, shelley, allegra, mary, alonzo, babbage } return $ ApiNetworkParameters { genesisBlockHash = ApiT $ getGenesisBlockHash gp @@ -1417,6 +1420,7 @@ data ApiEra | ApiAllegra | ApiMary | ApiAlonzo + | ApiBabbage deriving (Show, Eq, Generic, Enum, Ord, Bounded) deriving anyclass NFData @@ -1721,6 +1725,7 @@ data ApiErrorCode | TransactionAlreadyBalanced | TransactionAlreadyInLedger | TransactionIsTooBig + | TranslationError | UnableToAssignInputOutput | UnableToDetermineCurrentEpoch | UnexpectedError @@ -2587,7 +2592,7 @@ withExtraField -> Value -> Value withExtraField (k,v) = \case - Aeson.Object m -> Aeson.Object (HM.insert k v m) + Aeson.Object m -> Aeson.Object (Aeson.insert (Aeson.fromText k) v m) json -> json instance MkSomeMnemonic mw => FromJSON (ByronWalletPostData mw) where @@ -2644,10 +2649,10 @@ instance FromJSON WalletPutPassphraseData where parseJSON = fmap WalletPutPassphraseData . variants "PutPassphrase data" [ variant "old passphrase" - (HM.member "old_passphrase") + (Aeson.member "old_passphrase") $ fmap Left <$> parseJSON , variant "mnemonic" - (HM.member "mnemonic_sentence") + (Aeson.member "mnemonic_sentence") $ fmap Right <$> parseJSON ] @@ -2805,7 +2810,7 @@ instance FromJSON AnyAddress where parseFromText :: FromText a => String -> Text -> Aeson.Value -> Aeson.Parser a parseFromText typeName k = withObject typeName $ \o -> do - v <- o .: k + v <- o .: (Aeson.fromText k) case fromText v of Right bytes -> pure bytes Left (TextDecodingError err) -> fail err @@ -3242,8 +3247,8 @@ parseExtendedAesonObject -> Value -> Parser a parseExtendedAesonObject txt fieldtoremove = withObject txt $ \o -> do - let removeCertType (numTxt,_) = numTxt /= fieldtoremove - let o' = HM.fromList $ filter removeCertType $ HM.toList o + let removeCertType numKey _ = Aeson.toText numKey /= fieldtoremove + let o' = Aeson.filterWithKey removeCertType o genericParseJSON defaultRecordTypeOptions (Object o') extendAesonObject @@ -3573,10 +3578,11 @@ instance FromJSON ApiScriptTemplateEntry where ApiScriptTemplateEntry <$> (Map.fromList <$> cosigners') <*> template' where parseCosignerPairs = withObject "Cosigner pairs" $ \o -> - case HM.toList o of + case Aeson.toList o of [] -> fail "Cosigners object array should not be empty" cs -> for (reverse cs) $ \(numTxt, str) -> do - cosigner' <- parseJSON @Cosigner (String numTxt) + cosigner' <- parseJSON @Cosigner $ + String $ Aeson.toText numTxt xpubOrSelf <- parseJSON str pure (cosigner', xpubOrSelf) @@ -3585,10 +3591,12 @@ instance ToJSON ApiScriptTemplateEntry where object [ "cosigners" .= object (fmap toPair (Map.toList cosigners')) , "template" .= toJSON template'] where - cosignerToText (Cosigner ix) = "cosigner#"<> T.pack (show ix) + cosignerToKey (Cosigner ix) = + Aeson.fromText $ "cosigner#"<> T.pack (show ix) toPair (cosigner', xpubOrSelf) = - ( cosignerToText cosigner' - , toJSON xpubOrSelf ) + ( cosignerToKey cosigner' + , toJSON xpubOrSelf + ) instance FromJSON ApiSharedWalletPostDataFromAccountPubX where parseJSON = genericParseJSON defaultRecordTypeOptions @@ -3625,17 +3633,18 @@ instance ToJSON (ApiT Cosigner) where instance FromJSON ApiSharedWalletPatchData where parseJSON = withObject "ApiSharedWalletPatchData" $ \o -> - case HM.toList o of - [] -> fail "ApiSharedWalletPatchData should not be empty" - [(numTxt, str)] -> do - cosigner' <- parseJSON @(ApiT Cosigner) (String numTxt) - xpub <- parseJSON @ApiAccountPublicKey str - pure $ ApiSharedWalletPatchData cosigner' xpub - _ -> fail "ApiSharedWalletPatchData should have one pair" + case Aeson.toList o of + [] -> fail "ApiSharedWalletPatchData should not be empty" + [(numTxt, str)] -> do + cosigner' <- parseJSON @(ApiT Cosigner) + (String $ Aeson.toText numTxt) + xpub <- parseJSON @ApiAccountPublicKey str + pure $ ApiSharedWalletPatchData cosigner' xpub + _ -> fail "ApiSharedWalletPatchData should have one pair" instance ToJSON ApiSharedWalletPatchData where toJSON (ApiSharedWalletPatchData cosigner accXPub) = - object [ toText cosigner .= toJSON accXPub ] + object [ Aeson.fromText (toText cosigner) .= toJSON accXPub ] instance FromJSON ApiActiveSharedWallet where parseJSON = genericParseJSON defaultRecordTypeOptions @@ -3645,13 +3654,16 @@ instance ToJSON ApiActiveSharedWallet where instance FromJSON ApiPendingSharedWallet where parseJSON val = case val of Aeson.Object obj -> do - let obj' = HM.delete "state" obj + let obj' = Aeson.delete (Aeson.fromText "state") obj genericParseJSON defaultRecordTypeOptions (Aeson.Object obj') _ -> fail "ApiPendingSharedWallet should be object" + instance ToJSON ApiPendingSharedWallet where - toJSON wal = Aeson.Object $ HM.insert "state" (object ["status" .= String "incomplete"]) obj + toJSON wal = Aeson.Object $ Aeson.insert + (Aeson.fromText "state") + (object ["status" .= String "incomplete"]) obj where - (Aeson.Object obj) = genericToJSON defaultRecordTypeOptions wal + Aeson.Object obj = genericToJSON defaultRecordTypeOptions wal instance FromJSON ApiSharedWallet where parseJSON obj = do @@ -4163,7 +4175,7 @@ instance EncodeAddress n => ToJSON (ApiMintBurnOperation n) where instance DecodeAddress n => FromJSON (ApiMintBurnOperation n) where parseJSON = Aeson.withObject "ApiMintBurnOperation" $ \o -> - case HM.keys o of + case Aeson.keys o of ["mint"] -> ApiMint <$> o .: "mint" ["burn"] -> ApiBurn <$> o .: "burn" [] -> fail "Must include a \"mint\" or \"burn\" property." diff --git a/lib/core/src/Cardano/Wallet/DB/Sqlite/CheckpointsOld.hs b/lib/core/src/Cardano/Wallet/DB/Sqlite/CheckpointsOld.hs index ade4f6d4180..d0db99dbf2f 100644 --- a/lib/core/src/Cardano/Wallet/DB/Sqlite/CheckpointsOld.hs +++ b/lib/core/src/Cardano/Wallet/DB/Sqlite/CheckpointsOld.hs @@ -3,13 +3,11 @@ {-# LANGUAGE DuplicateRecordFields #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} -{-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE OverloadedLabels #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} -{-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeOperators #-} @@ -106,22 +104,14 @@ import Cardano.Wallet.Primitive.Types.TokenBundle ( TokenBundle ) import Cardano.Wallet.Primitive.Types.TokenMap ( AssetId (..) ) -import Control.Applicative - ( Alternative ) import Control.Monad - ( MonadPlus, forM, forM_, unless, void, when ) -import Control.Monad.Class.MonadSTM - ( MonadSTM (..) ) -import Control.Monad.IO.Class - ( MonadIO (..) ) + ( forM, forM_, unless, void, when ) import Control.Monad.Trans.Class ( lift ) import Control.Monad.Trans.Except ( ExceptT (..), runExceptT ) import Control.Monad.Trans.Maybe ( MaybeT (..) ) -import Control.Monad.Trans.Reader - ( ReaderT (..) ) import Data.Bifunctor ( bimap, second ) import Data.DBVar @@ -145,7 +135,6 @@ import Data.Typeable import Database.Persist.Sql ( Entity (..) , SelectOpt (..) - , SqlBackend , deleteWhere , insertMany_ , insert_ @@ -172,11 +161,6 @@ import qualified Cardano.Wallet.Primitive.Types.Coin as W import qualified Cardano.Wallet.Primitive.Types.TokenBundle as TokenBundle import qualified Cardano.Wallet.Primitive.Types.Tx as W import qualified Cardano.Wallet.Primitive.Types.UTxO as W -import qualified Control.Concurrent.STM.TBQueue as STM -import qualified Control.Concurrent.STM.TMVar as STM -import qualified Control.Concurrent.STM.TQueue as STM -import qualified Control.Concurrent.STM.TVar as STM -import qualified Control.Monad.STM as STM import qualified Data.Map.Merge.Strict as Map import qualified Data.Map.Strict as Map @@ -718,68 +702,3 @@ selectRndStatePending wid = do where assocFromEntity (RndStatePendingAddress _ accIx addrIx addr) = ((W.Index accIx, W.Index addrIx), addr) - -{------------------------------------------------------------------------------- - Provide ReaderT instance for MonadSTM --------------------------------------------------------------------------------} - -instance MonadSTM (ReaderT SqlBackend IO) where - type STM (ReaderT SqlBackend IO) = WrapSTM - atomically = liftIO . STM.atomically . unWrapSTM - - type TVar (ReaderT SqlBackend IO) = TVar IO - type TMVar (ReaderT SqlBackend IO) = TMVar IO - type TBQueue (ReaderT SqlBackend IO) = TBQueue IO - type TQueue (ReaderT SqlBackend IO) = TQueue IO - - newTVar = WrapSTM . STM.newTVar - readTVar = WrapSTM . STM.readTVar - writeTVar = \v -> WrapSTM . STM.writeTVar v - retry = WrapSTM STM.retry - orElse = \(WrapSTM a) (WrapSTM b) -> WrapSTM (STM.orElse a b) - modifyTVar = \v -> WrapSTM . STM.modifyTVar v - modifyTVar' = \v -> WrapSTM . STM.modifyTVar' v - stateTVar = \v -> WrapSTM . STM.stateTVar v - swapTVar = \v -> WrapSTM . STM.swapTVar v - check = WrapSTM . STM.check - newTMVar = WrapSTM . STM.newTMVar - newEmptyTMVar = WrapSTM STM.newEmptyTMVar - takeTMVar = WrapSTM . STM.takeTMVar - tryTakeTMVar = WrapSTM . STM.tryTakeTMVar - putTMVar = \v -> WrapSTM . STM.putTMVar v - tryPutTMVar = \v -> WrapSTM . STM.tryPutTMVar v - readTMVar = WrapSTM . STM.readTMVar - tryReadTMVar = WrapSTM . STM.tryReadTMVar - swapTMVar = \v -> WrapSTM . STM.swapTMVar v - isEmptyTMVar = WrapSTM . STM.isEmptyTMVar - newTQueue = WrapSTM STM.newTQueue - readTQueue = WrapSTM . STM.readTQueue - tryReadTQueue = WrapSTM . STM.tryReadTQueue - peekTQueue = WrapSTM . STM.peekTQueue - tryPeekTQueue = WrapSTM . STM.tryPeekTQueue - flushTBQueue = WrapSTM . STM.flushTBQueue - writeTQueue = \q -> WrapSTM . STM.writeTQueue q - isEmptyTQueue = WrapSTM . STM.isEmptyTQueue - newTBQueue = WrapSTM . STM.newTBQueue - readTBQueue = WrapSTM . STM.readTBQueue - tryReadTBQueue = WrapSTM . STM.tryReadTBQueue - peekTBQueue = WrapSTM . STM.peekTBQueue - tryPeekTBQueue = WrapSTM . STM.tryPeekTBQueue - writeTBQueue = \q -> WrapSTM . STM.writeTBQueue q - lengthTBQueue = WrapSTM . STM.lengthTBQueue - isEmptyTBQueue = WrapSTM . STM.isEmptyTBQueue - isFullTBQueue = WrapSTM . STM.isFullTBQueue - - newTVarIO = liftIO . STM.newTVarIO - readTVarIO = liftIO . STM.readTVarIO - newTMVarIO = liftIO . STM.newTMVarIO - newEmptyTMVarIO = liftIO STM.newEmptyTMVarIO - newTQueueIO = liftIO STM.newTQueueIO - newTBQueueIO = liftIO . STM.newTBQueueIO - --- | MonadSTM is an injective typeclass, so we need a unique newtype to target. -newtype WrapSTM a = WrapSTM { unWrapSTM :: STM.STM a } - deriving (Applicative, Functor, Monad) - -deriving instance MonadPlus WrapSTM -deriving instance Alternative WrapSTM diff --git a/lib/core/src/Cardano/Wallet/Primitive/Types.hs b/lib/core/src/Cardano/Wallet/Primitive/Types.hs index 630f42cf7b0..942dfc73aa5 100644 --- a/lib/core/src/Cardano/Wallet/Primitive/Types.hs +++ b/lib/core/src/Cardano/Wallet/Primitive/Types.hs @@ -1051,22 +1051,24 @@ data EraInfo info = EraInfo , allegra :: Maybe info , mary :: Maybe info , alonzo :: Maybe info + , babbage :: Maybe info } deriving (Eq, Generic, Show, Functor) emptyEraInfo :: EraInfo info -emptyEraInfo = EraInfo Nothing Nothing Nothing Nothing Nothing +emptyEraInfo = EraInfo Nothing Nothing Nothing Nothing Nothing Nothing instance NFData info => NFData (EraInfo info) instance Buildable (EraInfo EpochNo) where - build (EraInfo byron shelley allegra mary alonzo) = blockListF' "-" id - [ "byron" <> boundF byron - , "shelley" <> boundF shelley - , "allegra" <> boundF allegra - , "mary" <> boundF mary - , "alonzo" <> boundF alonzo - ] - + build (EraInfo byron shelley allegra mary alonzo babbage) = + blockListF' "-" id + [ "byron" <> boundF byron + , "shelley" <> boundF shelley + , "allegra" <> boundF allegra + , "mary" <> boundF mary + , "alonzo" <> boundF alonzo + , "babbage" <> boundF babbage + ] where boundF (Just e) = " from " <> build e boundF Nothing = " " diff --git a/lib/core/src/Cardano/Wallet/Primitive/Types/Tx.hs b/lib/core/src/Cardano/Wallet/Primitive/Types/Tx.hs index 6fe3a41e747..34f4e36abfa 100644 --- a/lib/core/src/Cardano/Wallet/Primitive/Types/Tx.hs +++ b/lib/core/src/Cardano/Wallet/Primitive/Types/Tx.hs @@ -619,7 +619,23 @@ cardanoTxFromBytes -> ByteString -- ^ Serialised transaction -> Either DecoderError (InAnyCardanoEra Cardano.Tx) cardanoTxFromBytes maxEra bs = asum $ map snd $ filter (withinEra maxEra . fst) + -- NOTE: Attempting to deserialise in Alonzo before Babbage is intentional. + -- + -- It seems Alonzo transactions can be deserialized as Babbage + -- transactions. This causes new-tx workflow integration tests to fail. + -- The txs are interpreted as Babbage txs right before submitting them to + -- the Alonzo-era ledger. + -- + -- This may also cause problems with our store of pending txs. + -- + -- TODO: Can we come up with a better solution? + -- - Using Alonzo txs once we're in Babbage doesn't sound good? + -- - Ideally we should set @maxEra == currentNodeEra@ argument. + -- - But we can't access currentNodeEra from PersistField instances + -- - It might be good to ensure txs in the DB also store which era they + -- correspond to. [ deserialise AlonzoEra Cardano.AsAlonzoEra + , deserialise BabbageEra Cardano.AsBabbageEra , deserialise MaryEra Cardano.AsMaryEra , deserialise AllegraEra Cardano.AsAllegraEra , deserialise ShelleyEra Cardano.AsShelleyEra @@ -656,10 +672,11 @@ withinEra = (>=) `on` numberEra AllegraEra -> 3 MaryEra -> 4 AlonzoEra -> 5 + BabbageEra -> 6 -- | Deserialise a transaction to construct a 'SealedTx'. sealedTxFromBytes :: ByteString -> Either DecoderError SealedTx -sealedTxFromBytes = sealedTxFromBytes' (anyCardanoEra AlonzoEra) +sealedTxFromBytes = sealedTxFromBytes' (anyCardanoEra BabbageEra) -- | Deserialise a transaction to construct a 'SealedTx'. sealedTxFromBytes' diff --git a/lib/core/src/Cardano/Wallet/Primitive/Types/Tx/Gen.hs b/lib/core/src/Cardano/Wallet/Primitive/Types/Tx/Gen.hs index e0f59225e56..adaa155bf9d 100644 --- a/lib/core/src/Cardano/Wallet/Primitive/Types/Tx/Gen.hs +++ b/lib/core/src/Cardano/Wallet/Primitive/Types/Tx/Gen.hs @@ -72,7 +72,7 @@ import Data.Map.Strict import Data.Text.Class ( FromText (..) ) import Data.Word - ( Word32 ) + ( Word16, Word32 ) import Generics.SOP ( NP (..) ) import GHC.Generics @@ -210,7 +210,9 @@ shrinkTxIndex 0 = [] shrinkTxIndex _ = [0] txIndices :: [Word32] -txIndices = [0 ..] +txIndices = + let w16range = [0 ..] :: [Word16] + in fromIntegral <$> w16range -------------------------------------------------------------------------------- -- Transaction inputs generated according to the size parameter diff --git a/lib/core/src/Cardano/Wallet/TokenMetadata.hs b/lib/core/src/Cardano/Wallet/TokenMetadata.hs index 1a64ac1afce..b47c3131355 100644 --- a/lib/core/src/Cardano/Wallet/TokenMetadata.hs +++ b/lib/core/src/Cardano/Wallet/TokenMetadata.hs @@ -559,7 +559,7 @@ instance FromJSON SubjectProperties where Just p -> Just <$> parseJSON @(Property name) p Nothing -> pure Nothing where - propName = T.pack (symbolVal (Proxy @name)) + propName = fromString $ symbolVal (Proxy @name) instance (HasValidator name, FromJSON (PropertyValue name)) => FromJSON (Property name) where parseJSON = withObject "Property value" $ \o -> Property diff --git a/lib/core/src/Cardano/Wallet/Transaction.hs b/lib/core/src/Cardano/Wallet/Transaction.hs index 5238e21d675..f7eafb0f6e0 100644 --- a/lib/core/src/Cardano/Wallet/Transaction.hs +++ b/lib/core/src/Cardano/Wallet/Transaction.hs @@ -57,6 +57,8 @@ import Cardano.Address.Script ( KeyHash, Script ) import Cardano.Api ( AnyCardanoEra ) +import Cardano.Ledger.Alonzo.TxInfo + ( TranslationError ) import Cardano.Wallet.CoinSelection ( SelectionCollateralRequirement (..) , SelectionLimit @@ -269,13 +271,12 @@ data TransactionLayer k tx = TransactionLayer , distributeSurplus :: FeePolicy -> Coin - -- Surplus transaction balance to distribute. + -- Surplus transaction balance to distribute. -> TxFeeAndChange [TxOut] - -- Original fee and change outputs. + -- Original fee and change outputs. -> Either ErrMoreSurplusNeeded (TxFeeAndChange [TxOut]) - -- ^ Adjusted fee and change outputs. -- - -- Distributes a surplus transaction balance between the given change + -- ^ Distributes a surplus transaction balance between the given change -- outputs and the given fee. This function is aware of the fact that -- any increase in a 'Coin' value could increase the size and fee -- requirement of a transaction. @@ -507,10 +508,10 @@ data ErrAssignRedeemers -- ^ The given redeemer target couldn't be located in the transaction. | ErrAssignRedeemersInvalidData Redeemer String -- ^ Redeemer's data isn't a valid Plutus' data. - | ErrAssignRedeemersPastHorizon PastHorizonException - -- ^ Evaluating the Plutus script failed past the visible horizon. | ErrAssignRedeemersUnresolvedTxIns [TxIn] -- ^ The transaction contains inputs which couldn't be resolved. + | ErrAssignRedeemersTranslationError TranslationError + -- ^ Mistranslating of hashes, credentials, certificates etc. deriving (Generic, Eq, Show) -- | Possible signing error diff --git a/lib/core/src/Network/Wai/Middleware/Logging.hs b/lib/core/src/Network/Wai/Middleware/Logging.hs index cf98003eb3f..de7320a48fa 100644 --- a/lib/core/src/Network/Wai/Middleware/Logging.hs +++ b/lib/core/src/Network/Wai/Middleware/Logging.hs @@ -65,6 +65,8 @@ import UnliftIO.MVar ( MVar, modifyMVar, newMVar ) import qualified Data.Aeson as Aeson +import qualified Data.Aeson.Key as Aeson +import qualified Data.Aeson.KeyMap as Aeson import qualified Data.ByteString as BS import qualified Data.ByteString.Builder as B import qualified Data.ByteString.Lazy as BL @@ -277,7 +279,12 @@ instance ToJSON HandlerLog where sanitize :: [Text] -> ByteString -> Text sanitize keys bytes = encode' $ case decode' bytes of Just (Object o) -> - Object (foldr (HM.adjust obfuscate) o keys) + Object + $ Aeson.fromHashMap + $ foldr + (HM.adjust obfuscate . Aeson.fromText) + (Aeson.toHashMap o) + keys Just v -> v Nothing -> diff --git a/lib/core/test/data/Cardano/Wallet/Api/AccountPostData.json b/lib/core/test/data/Cardano/Wallet/Api/AccountPostData.json index 1e680d3bcf8..303316e69a9 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/AccountPostData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/AccountPostData.json @@ -1,45 +1,45 @@ { - "seed": 1753098215995741121, "samples": [ { - "name": "ꌘ1𘔇#𖥧𧺆k𣇌^B饟YV,", - "account_public_key": "98ac68ae5237056118eb22649748d0b6c3e83c1dd31dfdd89b6f44f62a45d633a6113539480a41dc5cd1db5fa0e3ed076aec0ebe4174f64810209e56d81fddac" + "account_public_key": "4b4bf20f5e34aaa04263a69da69fed067482a2fc605bb4c9e29a8faf69fa82444f952f15a1aede595996b343bb78ed24a06af26bf23de8586f6f16d2a55a3102", + "name": "s&][j𠩥+j4RoW" }, { - "name": "WaqV}s𡨂~m6r튃D-k04𖼝Y,Iz(d4", - "account_public_key": "55c8d8d16a14e6d7de982f0089e0654f7bc532d38e77cd88ec5689cd2719cee33074c23864d4fa71188c4aa351a29b8ede625bec454a88c8cf7d80d6ae9d1aab" + "account_public_key": "3f28af524087e4298f6aa4035486b40e66fd7a25ab02f9793a6441f347a577a400c1bbc5f568811bb15fbb35f167b34b66a835acb2b5690c23fe73d8bc185abb", + "name": "l0𝜉u.a:fT船@" }, { - "name": "T[[]_귊%;ꩫ#f𑚒&J$htcG/㺌s𦌽𗕹Gj𤀣", - "account_public_key": "4ea21d1287fd377037cb4989ced1640746d68e1bf00170e424f2b3fecd73afc04bfa979c8a5593de89706571bb3e1749d86a4fc79de5eb0b766c0ebbb5cc05c2" + "account_public_key": "3108fb1a7a07dec5e86e84a822f9da528a3dfee49d1482508f5d5907391c817742de7ff78f8dd947b23af26010a03fffcca04b094dfbb44c7730639d60c53519", + "name": "𡐦9NBCvlg4vV1$r@𨠾黕:m3>n=p㞍8A燦^" }, { - "name": "𠖻", - "account_public_key": "70fe81cfdc3cf5d8a0fe49f5134e43fc241c4e95297bdc37d26903d27ef3d301450c66ce31e4ca450eee13a3ae494f43f65b27cf7444826f323c507e351daac1" + "account_public_key": "a9af1fe341be6e81a601a5760e2a2486a079aaaa18bcc497026714f5583ffc63d93664bfd80ac2ee666aa984ef9a12c9696d42732227964a1f8cc05b220870f1", + "name": "IQoi𣄵$\\'eR(zs?𰮠S4F" }, { - "name": "\\%VM7ᥒm", - "account_public_key": "b2af73936645872ac8eabd5ee5ba33317430e202cfaf85e13454268a76de9fe33e1c120094db71d35c05665765790af56a9b13e3a41927bb2b8c58de85c16a09" + "account_public_key": "b7a113694232d04b67c9347ec57f6cd4fd983505870f4bda1fd06f3a7bd9e53a320bebe61ba992cf0f3d569bbb71eb864e15df4aa289d682014cbadf0f0b4449", + "name": "*lmjH0i'b7쫧𝗱-[)" }, { - "name": "~IW?lo\\N:LL냁H-l[a", - "account_public_key": "68e483847c2e5b679d0c60539d86a2f35c547fff1ccd2a10819bf62671b744d84df859488745bb193b9060d4c7fd8ce763901f9f75a7804038d1d8f6ab67cfa7" + "account_public_key": "ccaf5743323751894de52bc314ac5c64f9525307be4c97eeb910fb796c573aed6f43cba26210451e642a4bcfe46388c4c7c46967b3055aacc3f3199906267313", + "name": "Yl𭍭d%|𦦞%m" }, { - "name": "~Nd⊌FLz𤐼𫔮yfd&;𰪕/Lr𥷨䏦\\w\\3=𡸪𖬓EL𩱨", - "account_public_key": "0cb805107ce78509edf589861e8bb648fe50bbb59af24726311cb04411ae02aa2dd396d368df42977db4599d49ad8a3ecf9c255932f5d10ea4ff4178ef9a62fd" + "account_public_key": "b91241c3836fdd887257710e518679ef82eec3d87f96409fd4e95696b26fa199112f8b84ae416621850e2e8e525929ca6d8e148c8bc227b56bf8c6c699903c10", + "name": "𘂇" }, { - "name": "㯋s8QjV|p擦⁉h𩛈'#", - "account_public_key": "2129c760ba10645d3d3a4332c71389285599b199e771d73608df3ec0e69442adbd0f57acbb128be5c9f11f701680ae0b70c1e732443382687d2e3023b3d42734" + "account_public_key": "820b61cad7c28597c1efb468befc554474440134dfcd5b1424db1796dcea8f3b95d161488a54443dc7f3febb22cfe370d24f531017860a197d534ebef8d2a6d9", + "name": "h`31o𘞣'厢瞽PgD~@𦍆s]0M z[*" }, { - "name": "6N녤𰷬*iYF\";C[Afsd𥩦_Fk", - "account_public_key": "5fa07e8c4c95b6749f0bcaedb52feaee0c789833742c0d8697534904c052bf67c8c66de776cfff414510d38af402693fa77afe0827d93e05cba2550938a8529c" + "account_public_key": "53acd319daeface658021bd0ced581ae1cfb624e651e1892c04bebc2a046e8c03405a22656ac8719c7d69e97a51db5136563f913220990f838fb341e66e2ab99", + "name": "𢝚g`:H䪖1kU@n,W Tecj𰄉𢫧]E𪥕yue🛻L&|" }, { - "name": "𐀊,oFLc仫{", - "account_public_key": "d385048550f209e8409b1285f2ca4292d781c649bbddd8454f69540fd8eeaac4a7187575b5ec680742a8e2efab24fd42bec0186b85374d3ad9173d7059b7a9b1" + "account_public_key": "52d171f25c770125de7c1f8cd59427eea5edce54c55296f5b37f2860acd1a0c3370915c249e20a6686a2ead8e6f2b9648adef16c282cbb96338d54a484d054c2", + "name": "}͎ohpn0LAd𣬲%<𢮿9 ᎗𫱏" } - ] + ], + "seed": 1219143271 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/AddressAmountApiTAddressProxyNetworkDiscriminantTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/AddressAmountApiTAddressProxyNetworkDiscriminantTestnet0.json index e27980f595a..d7076129299 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/AddressAmountApiTAddressProxyNetworkDiscriminantTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/AddressAmountApiTAddressProxyNetworkDiscriminantTestnet0.json @@ -1,24 +1,47 @@ { - "seed": 6280062185333792048, "samples": [ { "address": "", "amount": { - "quantity": 234, + "quantity": 95, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 } ] }, { "address": "", "amount": { - "quantity": 115, + "quantity": 32, "unit": "lovelace" }, "assets": [] @@ -26,95 +49,75 @@ { "address": "", "amount": { - "quantity": 135, + "quantity": 188, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 34, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 70, + "quantity": 142, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 53 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ] }, { "address": "", "amount": { - "quantity": 149, + "quantity": 132, "unit": "lovelace" }, "assets": [] @@ -122,21 +125,21 @@ { "address": "", "amount": { - "quantity": 105, + "quantity": 127, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 155, + "quantity": 126, "unit": "lovelace" }, "assets": [] @@ -144,72 +147,25 @@ { "address": "", "amount": { - "quantity": 113, + "quantity": 103, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 33, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 } ] }, { "address": "", "amount": { - "quantity": 241, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 36, + "quantity": 200, "unit": "lovelace" }, "assets": [] } - ] + ], + "seed": 92514671 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/AddressAmountNoAssetsApiTAddressProxyNetworkDiscriminantTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/AddressAmountNoAssetsApiTAddressProxyNetworkDiscriminantTestnet0.json index 315774c97a5..9a270aee95c 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/AddressAmountNoAssetsApiTAddressProxyNetworkDiscriminantTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/AddressAmountNoAssetsApiTAddressProxyNetworkDiscriminantTestnet0.json @@ -1,75 +1,75 @@ { - "seed": 4955423387302849722, "samples": [ { + "address": "", "amount": { - "quantity": 60, + "quantity": 199, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 9, + "quantity": 14, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 117, + "quantity": 78, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 109, + "quantity": 68, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 110, + "quantity": 13, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 233, + "quantity": 126, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 46, + "quantity": 139, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 33, + "quantity": 230, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 96, + "quantity": 254, "unit": "lovelace" - }, - "address": "" + } }, { + "address": "", "amount": { - "quantity": 134, + "quantity": 239, "unit": "lovelace" - }, - "address": "" + } } - ] + ], + "seed": 1500902440 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/AnyAddress.json b/lib/core/test/data/Cardano/Wallet/Api/AnyAddress.json index a42c72c2b4b..b12fd93516c 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/AnyAddress.json +++ b/lib/core/test/data/Cardano/Wallet/Api/AnyAddress.json @@ -1,35 +1,35 @@ { - "seed": 7035318664667158068, "samples": [ { - "address": "addr19khqzyhhn3fkpkc06j5t9ram5tq9nhfxq08ezzkthhyhq8wax6xqtj4gsh" + "address": "addr_test1h9g9spzftz63rnhck23rpzy0sg4l0e7neh4umyjp6693nh7dpg6q06v9dj" }, { - "address": "stake18ff4n64v3x3x3pq6z9k3uqh0x9anke5nmdyf2249ldp8pnr225hsc3y53j" + "address": "addr_test12tfcmulwq3hf6s2qzat2hwnf3zzg0xl890wgukpuu3gguqle4ryskxe4s5" }, { - "address": "addr_test188hh9s60tgzlszyet7f97z9qwxjgmjhqptcg5nsfkvvuc638wkrqjc0dqh" + "address": "addr_test1wqj72mc9484370wannslzvc6tedyqkuge8q7n5ap2xk6mpgfsa0qxwcnl7" }, { - "address": "stake_test1azs39hmtjga04a9ehxzx90t33lwpmzsneeuwel8f3atkd2aktp6qjft4jn" + "address": "addr1j24l8zjfl0vf9ktc6g85j6d2jedxafr4wafsawztns6r7x4r6lcs5g7mwy" }, { - "address": "stake_test1g05qqh4r23457aacpunz9snfxs4c67ejcrv4vxdhd3t0pw640umsgnasm2" + "address": "stake10emvqw8qgwreya8gd3wjgjf0sk98t5w4c2t5e0elwuamyhmv3tkqkglv78" }, { - "address": "stake_test12l5798v69sm5a7suz38kt0c9ga566dxu82823sfpgzc0q0k9dwgsam6r79" + "address": "addr13auj647zpv8pp22xc6sgy48yxr99xd6gmqfdcmvn5c9v9ejv0jlq0kr98e" }, { - "address": "addr16x7wvw2memrsrc0nhpkt2dqx5xsetnn37s9mm4fy2h2fyk8yjdhs35qdtx" + "address": "stake1v76yufslk9rjq86lyr9lqkjnprtrvhkuv39cfe4zlgdvl59umtfsk9azfj" }, { - "address": "addr_test1h4q9pu3ptjthysf2hmtgrx9a6vwulnjm4l8nq5e67krcrv08ag6qvxvhpj" + "address": "addr_test14usm7dpkqqa3vg79jkzd0pq52gxfm5zj00hfmkh2wzl94h3gvy0qr6vkxn" }, { - "address": "addr_test19kkra8nnsexa0pyqh64332ehqdny763uvwuwsldry423axfxln4s249v25" + "address": "stake_test14zappum3mh8wy872pmq4ylkwlwc08tfv7te99ujg2zc8lz7dw3jqka9v0q" }, { - "address": "addr1nr7uh0eyrpe5z5urerlnc9lynmjyvzsa6jf0aqmy8l7vsk9ukemslp27nl" + "address": "stake1a2zsn7gn0cskq49rk6nza74spk4m2z4de6y6eu30luqz70enmp3s5rwmv5" } - ] + ], + "seed": 855575841 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKey.json b/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKey.json index 03a35f55757..5a899a0c233 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKey.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKey.json @@ -1,15 +1,15 @@ { - "seed": 2116153677813625171, "samples": [ - "acct_shared_xvk1jsnrx395hzfx3nq4sxvrsdda8amz6zyq5kx37p0pmyxpnh4ya9yj7hec9vk7qrngs0a5pkykeu805829ftvj00mxhqrk8p2nrdhrrfcxnhv4r", - "acct_shared_vk1qkruhy3hxaqtkjyy3cgefra236lk0cdanmr3zfnxksxpujmjpnwqwc50ck", - "acct_shared_vk1lhgasafemhezu7fl25dkfkj8hzsnl4j6aeuzssffh6dmf86avsns6nulzr", - "acct_shared_xvk100cavmcspq45pw2cw49gzzldzctecn5a6w3cfyrmzustdp9vynv87mwvx3tps6a77uqf4xkh2txlt7prfrsw0lrateqqd7hlvsapppch5n6cu", - "acct_shared_vk1ltrzyjjvy2n6rq4c9vydcs9rnmchh00c67cxj9wntewq0pdfgjascwz53z", - "acct_shared_vk1599xlyyww6my9qpext89vszlk46jdnynwf69ffl6ewnf6j0ujcfqvd45ly", - "acct_shared_vk109nfu9vhrupctgays2vn894sageukjw9epezaxzpxa7m6usn5vtqdlut44", - "acct_shared_vk1tl63wah9ejqp60ex5524eerhz6mu6c3pvcqacmjalcq2j5frtz0sjm24q3", - "acct_vk1yhvt695w7e0t0ej7tqhzmcpepssydk9khzntp49j6y4yzcwkj7tqjv9un7", - "acct_xvk1dpvn4rvt2vrvr2wjsc9k5vsag9wqcecs47khtlgwj40j5gjc7vn7wg82fx8tw6etqjq42fph0d6ndngf3ef662ut3v7650h8jrkfl6qhsk83c" - ] + "acct_shared_vk1h08cx33uzsd3h3z0qrksnkm2k0c04aypsfgwye27c82gqferhhuss3f23n", + "acct_vk1csaclger7agq2a8xps5rr5sceh2vtwzvht79sr2paupzqrcjysaq6u7pg6", + "acct_xvk1shw28pgx48k0za6kt6vdjqvgnnagp5lyme0sp59lpr2yk9huy2r78psncvls5z3emhs3s8jfd46aq760lx3s9vgthacag5yy7phz0ns7sae0x", + "acct_xvk1m86yg9s8f92rez73s8y5sga6tg0phzt7h59erx77wpwskzuv8e5nws3puajmu4jt9ayer9k7vfzq47whe7ytd4eamaz9plt8dnva83cerzycq", + "acct_shared_xvk13apepy8h7q392h65xze672059xv5hgnn72yd48fdelfsgn65p75gj2mx93x4ynp0dyu4zgua5tp8sy5frgvzst7d260et49tpalzk6ssk9p3u", + "acct_vk18temnre57rmc4ayj74yfusvcskqsewptlen747pxhfu9qf4r933s2vw3zv", + "acct_xvk16he5js5lsnfsxapn40xvy3w0quwp7tv5w9q6pce97pemtcf8r9u67a2cdrnzdusq2w2vqr749rp3ugl3va8zl6mn0l9c5u8f882hujs77uck0", + "acct_xvk10x2emqwtj5s9d5httanwhyz38ac3645745meg88fj5h5d77dpcsmuwwfchpqt52mu4dl7rfek74mz3vfvesah6rwlee03u782cuxypc6j2jd0", + "acct_shared_xvk1jjud3dhygzy2cacz4wzr5d3rn66pgkxsqnlvqrft0sdpt2wp9fwsnnylrlzlj25t8cu9yewd0l8eldfyhf3gj47efsllz9nxesw7apqp9mhha", + "acct_xvk13f6pgtyxhrxv6n82aa6uxghu6qxvjrnt67ywcg39gjwk7aa87xl63u3n88lylrjsjghzgww4zrct4jf7wwsngpyn6f4ds42034vm4mcpwkp0t" + ], + "seed": 739453379 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKeyShared.json b/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKeyShared.json index 11279e9d212..f5464a33778 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKeyShared.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiAccountKeyShared.json @@ -1,15 +1,15 @@ { - "seed": 8015282503999558516, "samples": [ - "acct_shared_vk1ww5jdnpjrflk3gjq6s7243rdydtmz04tyzwxcsfyz54ec5ar37lql044y6", - "acct_shared_vk1l7nhnd4rar5zz2cfszeurdzvh8f95vwrsq3ya9fgh7zztxwg8y9sqdugkj", - "acct_shared_xvk1vjpr7442pa2fdtt300mtp0xx92se2paej0w9w8qqyed8kpy96z7rznpdnt6s22vkkp3k85mykmv2z4tdqr2dd29x3p88vccjrs0uvcclxv3ql", - "acct_shared_xvk15a3utxavsfln0exhmdwh3uzvmx09jv4tc45ya5wm79wgeaev240g0mwq5ghuaz3p7nztzwc3wf9zpes3lenkqwteznxdyg3r06lsssglzjsj0", - "acct_shared_xvk1tpp8n8yhmsyxek4rkxjkghccfl7gklpr8m9k5xp6ec5swrkutdruvm7gvl0gdfkmqknmqpgxawj7zl65e8cgf7pclmnm6l79w3llkcsezkc2c", - "acct_shared_vk13kwdez9zm3d79v75pvr57rkw3vqhnslv866p9j9rv2zn3cvvx6gq56hfjq", - "acct_shared_vk1hp8rfc5jaurmwzjv2n5aexd2xedn4489u90kgg3h8ew9934y70vqtvhcgw", - "acct_shared_vk134mdrlflhkpu4787nejc370kfq784q3j5pdkvrclxywk2f70h2asr8vl47", - "acct_shared_xvk1mprye9v7cntdsr746vrasll8uyfn4csv8wuapkqugfmfdqycmtthzpwyfxl8tuq7q33k5hxpymtqkrmdu8knu9zevxllz40859g2e2cpz33pg", - "acct_shared_xvk1pdqs2nhmpf4fjysl4alm3gc7jstldsnmmld59rs63028naqn79f9ffhceq4cwavvzgzpe9wjfklf5znacvcfwudyr8dsscc5pf32urcfttc82" - ] + "acct_shared_vk1gmevfy3qvhcfkvqmras5w9760jzqpmr3er2kdhnuudhpcyl0h3wsrlsnuu", + "acct_shared_vk12yl97skzgk8yslpp2lf4xs3zqh5zsdlywmzkv5xfetulsrv9xreqsvgtlj", + "acct_shared_xvk1t04anywtc7v70n73x7faja524wy37y9lac47wkgx2kqdffnj6p07h5f279g9fj6wr3wchc249xk5ghuk40vrvs59ntjsmjnh59kqqmsq4y8m9", + "acct_shared_xvk13mmc2s87y5f0rma9welnkxqrsr85g2wza69ewpxpsusxjugpk6v4yuhag2tzmx4vz3fd95vew295jamdmc4paw8rwvwclfjnfl97cjs6p8hp7", + "acct_shared_xvk1d6huxs0zywmda0xlvrsxxzw92m9dth0xydajxhard2muaasq7v0qja5fl55dlp0v6k0hrfpphhfy62fg0cejnc3zhjfuru45ghawsdsxxzerg", + "acct_shared_xvk15vqvn54prccczwpcmavjch7c2c22m9f2wsx99m6vsr0wkp8ncyyjxnsmv5jskvztz8x2u2s0uhhx0yfwzn9w5jkgq64eqa8kymmeaaq8z22na", + "acct_shared_xvk14a7dara2ykke28f85ycp05zt8vng5ycat5vqryh4s2hdcwmltdnq4q6nkvt4pjel532yfrjskqtw9fu4xcdwl4lf2c2nxhreydtxywcqdrs0l", + "acct_shared_xvk1l694rxss6w5u6g5vp4wx5uv8x9hd5l6kfj0q4uhalzeuz5t96sqjwyvp70e4qxpjd3w3wm2n82yq38h8ajry9fs8gthhcxhcnd4p59s24e90x", + "acct_shared_vk1gyqyyu59srp75w8s04cn68rs5ryas6wzh86va2dmjde52xyqvvlqzx9h84", + "acct_shared_xvk1s7cmj3fjx7m9gc0pj798uj9mlj4cgcngfs46l9qfkpd99rm4wu8920le6jl04kr603excm5rmfx7ajrmgsurdt3w7u65ckg7s8tleksqrr9xu" + ], + "seed": -1399492740 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiActiveSharedWallet.json b/lib/core/test/data/Cardano/Wallet/Api/ApiActiveSharedWallet.json index cb8f1e894cd..372a8a819b5 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiActiveSharedWallet.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiActiveSharedWallet.json @@ -1,262 +1,278 @@ { - "seed": 3043095520411628123, "samples": [ { - "account_index": "25339", - "balance": { - "total": { - "quantity": 40, - "unit": "lovelace" - }, - "available": { - "quantity": 139, - "unit": "lovelace" - }, - "reward": { - "quantity": 50, - "unit": "lovelace" - } - }, - "name": "╃~}𢰴=DD=~袒𢗅7x䜆/~(!mX", - "id": "1c33235e93cb07fffebeae474aa397f24246bd85", - "tip": { - "height": { - "quantity": 2906, - "unit": "block" - }, - "epoch_number": 24873, - "time": "1883-12-02T11:40:11Z", - "absolute_slot_number": 8169391, - "slot_number": 13930 - }, - "payment_script_template": { - "cosigners": { - "cosigner#2": "6f951a7f4b9efca38aa822e9096de7fdea3457ac5618634b1e36c0f18515423a4113dbb8616b98f797c186f6d4e3c293e5704e9094fd5ddfa6ab15473c786a26" - }, - "template": { - "all": [ - { - "any": [ - { - "active_until": 1 - }, - "cosigner#2" - ] - }, - { - "any": [ - { - "active_until": 8 - }, - { - "active_until": 4 - }, - "cosigner#3" - ] - }, - { - "any": [ - { - "active_until": 9 - }, - { - "active_from": 3 - }, - { - "active_until": 5 - } - ] - } - ] - } - }, - "passphrase": { - "last_updated_at": "1861-07-08T20:00:00Z" - }, - "address_pool_gap": 8768, - "state": { - "status": "ready" - }, - "delegation": { - "next": [ - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1860-05-03T19:19:20.9360791191Z", - "epoch_number": 859 - } - } - ], - "active": { - "status": "not_delegating" - } - }, + "account_index": "4921", + "address_pool_gap": 98547, "assets": { - "total": [], "available": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + }, { "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 54 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 }, { "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 }, { "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 }, { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + } + ], + "total": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] - } - }, - { - "account_index": "31737", + }, "balance": { - "total": { - "quantity": 221, - "unit": "lovelace" - }, "available": { - "quantity": 66, + "quantity": 253, "unit": "lovelace" }, "reward": { - "quantity": 88, + "quantity": 172, + "unit": "lovelace" + }, + "total": { + "quantity": 62, "unit": "lovelace" } }, - "name": "qxAOwn[~j~戧P𭞧y𧔲0-灚𐒑𩄚aGsyemy+", - "id": "799fd3c9908aa4b3f811acf10227fee69ff04378", - "tip": { - "height": { - "quantity": 9742, - "unit": "block" + "delegation": { + "active": { + "status": "not_delegating" }, - "epoch_number": 12004, - "time": "1876-10-10T21:09:46Z", - "absolute_slot_number": 10882085, - "slot_number": 27339 + "next": [ + { + "changes_at": { + "epoch_number": 11041, + "epoch_start_time": "1897-08-08T10:32:44Z" + }, + "status": "delegating", + "target": "pool18u6njspdn8f7st86spsttfzz20exrvfntyr9j6hpp68vsmr6v2z" + }, + { + "changes_at": { + "epoch_number": 10533, + "epoch_start_time": "1874-12-26T08:55:18.580485907722Z" + }, + "status": "delegating", + "target": "pool1vfv5rznj8ufkmf8kgzt6zraqpeq0kyt59lnh4929tajrqz8efds" + } + ] }, - "payment_script_template": { + "delegation_script_template": { "cosigners": { - "cosigner#4": "2f224633bf7ccca7f8b1cc1c52b4c197156e185cc4ce3b86100e317030535d89713c583baca4baa0a51b4719454be76e83bfe228ccf18e86b884884e9de5eabd", - "cosigner#3": "8722cc235036fcd23e737e448f97aee8b4d7e7fdc141fedc3f89ed0cb6e414195e32d51e40b5132c926dee1dd1bd0ca8c3fc274d40a3da52f489a4c94c0cad9a", - "cosigner#1": "12f904f5cfb66367d7c54c8081e35e3f28495008d5acad24d919d45638ee21e19d23e103d4b904eec0220e682f6400b9f2cf229fa1fcdb68839df14717643b90" + "cosigner#0": "30a3cc692dd77dbbb500cafae33adb6b59ece8f7dd7628c8d2d23974e2c4826ef06fcc375a2710bd5828d2ec81177cccb007b75d60953d2f0ad2b961f91c1e0f", + "cosigner#5": "a3e0803012d58ea22882ea04d7272d0eabca46a5fd1c3a812671b8299f706eb4d324487bbf8115a7e36bd68104f01473b1e3c173422e422e62177214ee74ca07" }, "template": { - "any": [ + "all": [ { - "any": [ - { - "active_from": 1 - }, - "cosigner#3", - "cosigner#4" - ] + "some": { + "at_least": 2, + "from": [ + { + "active_until": 5 + }, + { + "active_from": 5 + }, + { + "active_from": 4 + }, + { + "active_from": 9 + }, + "cosigner#1", + "cosigner#5" + ] + } }, { "any": [ { - "active_until": 6 - }, - { - "active_until": 2 + "active_from": 3 }, + "cosigner#5", + "cosigner#5", { - "active_until": 8 + "active_until": 4 }, - "cosigner#1" + "cosigner#6" ] }, { "all": [ + "cosigner#0", + { + "active_from": 6 + }, { "active_from": 9 }, + { + "active_from": 2 + }, + { + "active_until": 4 + }, + { + "active_from": 6 + }, { "active_until": 2 }, - "cosigner#3", { - "active_until": 6 + "active_from": 9 }, { - "active_from": 3 + "active_until": 5 } ] } ] } }, + "id": "960c526901e4cd6582f6660d9b4464dec3adf6a1", + "name": "i-IL1𨷗lO𗎢8K:J㸷tF𪇣C._#Q𐃫.潙Hm륄v", "passphrase": { - "last_updated_at": "1885-07-31T10:45:12.06570675253Z" + "last_updated_at": "1901-01-18T22:21:47Z" }, - "address_pool_gap": 59338, - "state": { - "status": "syncing", - "progress": { - "quantity": 63.82, - "unit": "percent" - } - }, - "delegation_script_template": { + "payment_script_template": { "cosigners": { - "cosigner#3": "06202ffa68610b4b1150744b2c41ac57ee6e8f6c069b0b816943da84077fd15f86d0a9b885ec6ea86e4eb45bfbb7d3df627088cce77d585b737708de65676660", - "cosigner#1": "4018e6315cd003eabc1c0d90b8f2638bab50f2dd1e6e5746e6c5c6d2309059ec0856dca7afee019a51db629b6953ff516f1f9307626d3a7fce95546ac29de929" + "cosigner#0": "74cef4db774655e77eccda00a1c0e8915fe0db982dd13374b6bba4fee40595bb7b4cd16e9d87732d8432164bff3a02bf9dc42d73a8bbe5c714bfb5bc04880971", + "cosigner#2": "f8b9e3b72d3d579d7ded39e06e9b6d07635f294500b5dabeafd3da1adbc798c4c31bf2eca2cfe1dea54f5aa408ef80f4055f5f29536154c6ca6b579956c2774b", + "cosigner#3": "9c22eda62941bc9566b4d88b42435aac939ebfe326e9dd34a49e5581b06356315e424fe26bc4922dc63d2c6c0aa45cca44c2ed02504d8dabda32eaa05e8b078f", + "cosigner#6": "3800216825aa45219b60d916ae38ee714b655e8d7dbef9369607ac3828677ddcfdeefdbba839d17dc1bdb24efa3c725f16fdaea684cc2c8d3e82dbed4937b410" }, "template": { "some": { - "at_least": 1, + "at_least": 3, "from": [ + { + "any": [ + { + "active_until": 6 + }, + "cosigner#0" + ] + }, + { + "any": [ + { + "active_until": 8 + }, + { + "active_from": 5 + }, + "cosigner#5" + ] + }, + { + "any": [ + { + "active_until": 4 + }, + "cosigner#4", + "cosigner#3", + { + "active_until": 8 + }, + { + "active_until": 0 + }, + { + "active_from": 3 + }, + "cosigner#6" + ] + }, { "some": { - "at_least": 1, + "at_least": 3, "from": [ { - "any": [ - "cosigner#2", - "cosigner#3", - { - "active_from": 2 - }, - "cosigner#2", - { - "active_until": 8 - } - ] + "active_until": 3 + }, + "cosigner#1", + { + "active_until": 4 } ] } @@ -264,914 +280,729 @@ { "all": [ { - "active_from": 9 + "active_until": 4 + }, + { + "active_from": 4 + }, + "cosigner#2", + { + "active_until": 8 }, - "cosigner#1", { "active_from": 3 + }, + { + "active_until": 6 } ] - } + }, + { + "all": [ + { + "active_from": 4 + }, + { + "active_until": 4 + }, + { + "active_from": 5 + }, + "cosigner#4" + ] + }, + { + "some": { + "at_least": 7, + "from": [ + "cosigner#0", + "cosigner#3", + "cosigner#0", + { + "active_until": 8 + }, + "cosigner#6", + { + "active_from": 5 + }, + { + "active_until": 4 + } + ] + } + }, + { + "some": { + "at_least": 3, + "from": [ + { + "active_from": 5 + }, + { + "active_until": 7 + }, + { + "active_from": 9 + } + ] + } + } ] } } }, - "delegation": { - "next": [ + "state": { + "status": "ready" + }, + "tip": { + "absolute_slot_number": 547595, + "epoch_number": 2464, + "height": { + "quantity": 10301, + "unit": "block" + }, + "slot_number": 282, + "time": "1889-06-15T05:00:00Z" + } + }, + { + "account_index": "13447", + "address_pool_gap": 85030, + "assets": { + "available": [], + "total": [ { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1894-04-03T09:00:00Z", - "epoch_number": 13248 - }, - "target": "pool1x4a3ypag5tetljn4u4syfvu47w003p77cnffxxccprvyzvwykxr" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1876-02-21T02:00:00Z", - "epoch_number": 14807 - } + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 } - ], - "active": { - "status": "not_delegating" - } + ] }, - "assets": { - "total": [], - "available": [] - } - }, - { - "account_index": "12194", "balance": { - "total": { - "quantity": 55, - "unit": "lovelace" - }, "available": { - "quantity": 39, + "quantity": 89, "unit": "lovelace" }, "reward": { - "quantity": 201, + "quantity": 87, "unit": "lovelace" - } - }, - "name": "(붥", - "id": "a92633d467210e524f8c695ed4ce29256dab1d1b", - "tip": { - "height": { - "quantity": 7675, - "unit": "block" }, - "epoch_number": 9473, - "time": "1873-03-28T14:00:00Z", - "absolute_slot_number": 4016053, - "slot_number": 12764 + "total": { + "quantity": 168, + "unit": "lovelace" + } }, - "payment_script_template": { - "cosigners": { - "cosigner#4": "5980527ba34916b7d9e948dfa2d383f6e96f74425bebff9fb52e22fb92c93d25b5e08246c872da2d041f6ae4171525ac0c42bb8f34a961667d0e348e3be9dc9a", - "cosigner#2": "d1fc491f62821072d7534d75e79396467044366240acc9aa427d2a427aff468fca53b09cc7daf5f6634bc27034612bcf29fef0cc4563609d26d9ff8bc07274f6", - "cosigner#0": "b11552ded16601a1d3107464e3acaef59e56bcb67c99e611f7eb847097c911e95a55bf66a88e37352835695967a5d1e7ca3305f84ddf3ec75c89423f2e063ca4", - "cosigner#5": "abeea1154fb04cd7d060e7dc4c07407eea0262914f3818b7d60c99c84fc2809d90711730dc26deec803066cd76533fa11a1213c4a1a834d9ad1db992e6f1981a", - "cosigner#3": "fb72277aeb16db7163430355184754551d0c219ce5a2dfa6d6ea11c648a9d2a73f3bcfb7351032bf7e1b7e0b64d1f802ffdd2e9aa02869f800372a0bd2897707", - "cosigner#1": "d026c1c78553a8dd79ced858244c916cee0177f4b3bf6c4fc302436a382bbe3a3a78d3c96f5ab370436df2533cb0b34dfe5f7049f05652a2a91c426e3ae289b1", - "cosigner#6": "50a0b1f93f2596afa7f813ec3fe0a7903cccbce7d0eb6a8656ee9f3f4970e6723712c4a754747f1612da4aac687654399fb2ea2a396fcbe94fa254256789914c" + "delegation": { + "active": { + "status": "delegating", + "target": "pool17lpajw50q3ywgcaqyazsq803t3tcad0sejn7ejzuupuru2q2y24" }, - "template": { - "some": { - "at_least": 1, - "from": [ - { - "any": [ - { - "some": { - "at_least": 4, - "from": [ - { - "active_until": 3 - }, - { - "active_from": 10 - }, - "cosigner#4", - { - "active_until": 4 - } - ] - } - }, - { - "all": [ - "cosigner#1", - { - "active_until": 0 - }, - "cosigner#0", - { - "active_from": 5 - } - ] - }, - { - "all": [ - { - "active_from": 5 - }, - { - "active_from": 3 - }, - "cosigner#5", - "cosigner#5", - "cosigner#3", - "cosigner#0", - "cosigner#2", - { - "active_from": 10 - }, - { - "active_until": 9 - }, - { - "active_from": 2 - } - ] - }, - { - "some": { - "at_least": 6, - "from": [ - "cosigner#6", - { - "active_until": 4 - }, - { - "active_until": 7 - }, - { - "active_from": 6 - }, - { - "active_from": 7 - }, - { - "active_until": 3 - }, - { - "active_until": 4 - }, - { - "active_from": 10 - }, - "cosigner#6" - ] - } - } - ] - } - ] + "next": [ + { + "changes_at": { + "epoch_number": 1408, + "epoch_start_time": "1862-08-06T04:00:00Z" + }, + "status": "delegating", + "target": "pool1frftkmzg9jm9s6cffacuyd06ys69y05xtjkw4all3hmvshay2wv" + }, + { + "changes_at": { + "epoch_number": 14424, + "epoch_start_time": "1874-08-15T14:55:53Z" + }, + "status": "delegating", + "target": "pool1ykcxsgyvs5a8g9lsyaja0zd2jkpptln2dk904vyy97hw6vhjn3s" } - } - }, - "address_pool_gap": 21705, - "state": { - "status": "not_responding" + ] }, "delegation_script_template": { "cosigners": { - "cosigner#2": "17b14a8be7b9503212fb50069159cc63a62991a2da518a01358f4987a73779919b04927fd122b9fd39ddb2a5070a54053337631a5a7e81f3ccb1000b2415eb25", - "cosigner#0": "0ab282036316d00775a4d20660ab976e211a01fe340dc3723d0ba9582d10c74900fd912d9bfa8bf372381b2c37fed55fc797fcfdd18c6417a4c9b1c7aca6e352", - "cosigner#3": "bbdb0410740a46e10a7bbc79a52c1d48be461ed5de1b8fc2db2c43e59402290a2cec15e29698bbc9be5ef84872c207c525cd330e2c1fcd3058ea95f9ab206776", - "cosigner#1": "41826cd83304322c66ee472f02a25394aff6c03459db546432356fc2340f5dfadef7966625a5dcc4321f98e9b402b6585f5cae62d7842675deeb4dc4a666db1e" + "cosigner#1": "dc357e0132b56c3d648f5d104aa9e1a91fae4f76434cffb57439121a47085466f6dc17e97a4074d612dfbc7295e05745536450fe87e8c668534e7917cb368871", + "cosigner#2": "ff3d33c88babb794e85b8ad6200ca4328c2a4aa9d974f4b1351107156f4c7f94fdfd1b4d9c7bf5acca3765614aa331852016f7996f20732e0c6c1518c88517e2", + "cosigner#3": "d7fc0b5da97922706e015422445bb4bd265a9c57f256cd5768caa1f07bdb0f0f03411450415819ad9ac29521667b3e934e0276db696b632de64106bd86bbd46b", + "cosigner#4": "3153c642d1905ddef9ac5fb649f484636be4eb677fd4fe71d6cb911b88e632980a6f3cfc846070b27a7ec6b027db1536def33e88ad4332bc4fd30dd15b41ecf3", + "cosigner#5": "e06f8ef5a8f3391a4226d1eb5ff2a053606e3062523e485d715107eedfdcf94723bcf104c2590e0df8fac52cb5a9024d37d021b35fa8e1f87c5d7605b2a720bd", + "cosigner#6": "50d3185e38393213bc2f88cdcc80d9b67986109e788b53c63637cbbc7f3926743afce48a020fc85750bf2da0a4993b9ff9faa0e1a97df62deef1ab23bce017e3" }, "template": { "any": [ { "all": [ + "cosigner#6", { - "active_from": 7 + "active_from": 1 }, - "cosigner#2", { - "active_from": 2 + "active_from": 5 }, { "active_until": 8 }, - "cosigner#3", - { - "active_until": 4 - }, { - "active_until": 8 + "active_until": 5 }, - "cosigner#0", - { - "active_until": 2 - } + "cosigner#6" ] }, { "all": [ - "cosigner#4", - { - "active_from": 4 - }, - { - "active_until": 4 - }, - { - "active_from": 5 - }, - { - "active_until": 0 - }, - { - "active_from": 7 - }, - { - "active_until": 10 - } + "cosigner#2" ] }, { - "all": [ - { - "active_from": 5 - }, - "cosigner#1", - { - "active_until": 2 - }, - { - "active_from": 8 - } - ] + "some": { + "at_least": 3, + "from": [ + { + "active_until": 3 + }, + { + "active_until": 2 + }, + "cosigner#6", + { + "active_until": 5 + }, + "cosigner#4", + "cosigner#1", + { + "active_until": 7 + } + ] + } }, { - "any": [ - { - "active_from": 10 - }, - { - "active_from": 1 - }, - { - "active_from": 10 - }, - "cosigner#3", - { - "active_until": 3 - }, - { - "active_until": 3 - }, - { - "active_until": 7 - }, - { - "active_until": 9 - }, - { - "active_from": 8 - }, - { - "active_until": 10 - } - ] + "some": { + "at_least": 8, + "from": [ + { + "active_until": 7 + }, + "cosigner#3", + "cosigner#3", + { + "active_from": 2 + }, + { + "active_from": 9 + }, + "cosigner#5", + "cosigner#3", + "cosigner#0" + ] + } }, { "all": [ { - "active_until": 7 - }, - "cosigner#3", - { - "active_from": 9 - }, - "cosigner#1" - ] - }, - { - "all": [ - "cosigner#1", - "cosigner#0", - "cosigner#1", - { - "active_from": 3 - }, - { - "active_from": 5 - }, - { - "active_from": 4 - }, - { - "active_from": 6 - }, - { - "active_from": 10 - }, - "cosigner#3" - ] - }, - { - "all": [ - "cosigner#1" - ] - }, - { - "any": [ - { - "active_from": 0 - }, - "cosigner#0", - "cosigner#2", - "cosigner#2" + "active_until": 9 + } ] } ] } }, - "delegation": { - "next": [], - "active": { - "status": "delegating", - "target": "pool1thrusw3c2vzvrn4wan7hx2fh5n02sa5kugf4kqn4ch907q23etk" + "id": "60db0356aa63cf5364983c8e8016301e7470f75f", + "name": "<,𡫈5쒴\"P띀𪋞S}qYu𢛫𨮾6B\"d<", + "passphrase": { + "last_updated_at": "1872-03-17T01:15:01.291513083121Z" + }, + "payment_script_template": { + "cosigners": { + "cosigner#1": "e9fee39eac7abb88c6e2ba7ae8698c12340117c30de678e323f6589577eb7e7af295a56ff506820d2c740c1efffbd3f63bf157454146cbd9e5d8f28de1f2ae97", + "cosigner#5": "01b418ab4017e47b2cbf2397dcdab7bb3318d5a46f5a32720011754dee6af6c9a8ceec3c39d59d50016f4c83a026d4dfc3026c7324e51fbc6f47c168a0856118", + "cosigner#6": "e4c74b1111bb300c6e83ac2fcf71f9142edab214fa20bedb88fe3ab68dcaf9f8fd03c2c693dd872883b7be7f258bd67e609968f6230c9338a97aa743c833ece1" + }, + "template": { + "some": { + "at_least": 2, + "from": [ + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 9 + }, + { + "active_from": 6 + }, + { + "active_from": 6 + } + ] + } + }, + { + "all": [ + "cosigner#5", + "cosigner#5" + ] + }, + { + "all": [ + "cosigner#6", + "cosigner#6", + { + "active_from": 3 + }, + "cosigner#1", + { + "active_until": 8 + } + ] + }, + { + "any": [ + "cosigner#5", + "cosigner#3", + { + "active_until": 8 + }, + { + "active_from": 1 + }, + { + "active_until": 9 + }, + { + "active_until": 2 + } + ] + } + ] + } } }, + "state": { + "status": "not_responding" + }, + "tip": { + "absolute_slot_number": 4687452, + "epoch_number": 4177, + "height": { + "quantity": 15122, + "unit": "block" + }, + "slot_number": 12426, + "time": "1905-11-23T06:00:00Z" + } + }, + { + "account_index": "7131", + "address_pool_gap": 49530, "assets": { - "total": [ - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, + "available": [ { "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } ], - "available": [] - } - }, - { - "account_index": "11264", + "total": [] + }, "balance": { - "total": { - "quantity": 229, - "unit": "lovelace" - }, "available": { - "quantity": 74, + "quantity": 9, "unit": "lovelace" }, "reward": { - "quantity": 142, + "quantity": 164, + "unit": "lovelace" + }, + "total": { + "quantity": 178, "unit": "lovelace" } }, - "name": "Pu^cd(\":M_F", - "id": "5bde878702fac264eef72f42d611256e2cf7e71f", - "tip": { - "height": { - "quantity": 7242, - "unit": "block" + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [ + { + "changes_at": { + "epoch_number": 7228, + "epoch_start_time": "1863-01-27T15:26:09.936978203189Z" + }, + "status": "delegating", + "target": "pool1j09tfw9mfkyajft8c5802ll94jdrdmlgrf2t5hxf3wj05ap04jh" + } + ] + }, + "delegation_script_template": { + "cosigners": { + "cosigner#3": "949bd834a95c9cd9f5d743dd157b0ebd7b1cdb3152288e2be9745bb8f73ec3481d4625b66e0034ce13a21cc18ee07b93957955173ab53361a3c4220871166f9c" }, - "epoch_number": 15072, - "time": "1886-08-15T23:03:02.46296206515Z", - "absolute_slot_number": 13234528, - "slot_number": 851 + "template": { + "all": [ + { + "some": { + "at_least": 1, + "from": [ + { + "active_from": 5 + }, + "cosigner#4", + "cosigner#3", + { + "active_until": 3 + }, + { + "active_from": 3 + }, + { + "active_from": 9 + }, + { + "active_from": 2 + }, + { + "active_until": 6 + }, + { + "active_until": 1 + } + ] + } + } + ] + } }, + "id": "82a3f3c7413ecefdbad5257ac29696032504ada7", + "name": "u^𨻏;,3<$ప失hF𑤮ywBI諦OF*#u", "payment_script_template": { "cosigners": { - "cosigner#0": "bc5bda6769aac9a80f1ad11290453b0d261ae2f7bb32e105408954b939ef483b01be0b0c3e995bf4a9ac807bb68a1a86ad0a4355539bd63a2087790ab9464c6c", - "cosigner#1": "9041b6c55fef949bde14245ba8a34f9e5204f00dd5a2f22ee7ea88029a805f8fa7cd5860ef532385c9f50074c14209b11f933349267c2c01b782dc5f9ccc25d4" + "cosigner#1": "5154cb08d2cae2a7c7c0f7ca16c8e78f62b6c368081751c76a68c73dc16d59a9dba3a8f115f4228dfb171787293f27b328d75a94e6bcbd6adae02176c161ec88", + "cosigner#2": "496cf4172bfd94d106d6412f45e3cc01cca4b08fae1129b52e9ab3e6f59b31c36825f455d128ec03929de37949a21a43d120a1dfef0d8bfe8577ea2534223302", + "cosigner#3": "2168e7341dbeef1596c4f62297beb84b08c53aa84e46cf03bb529a76bde1ea21499cc7d3f132e8fa32a5d77e3c11d7a5400e19e747dc13f164219058f3f77fc5" }, "template": { "some": { - "at_least": 2, + "at_least": 6, "from": [ { "all": [ { - "active_until": 1 + "active_from": 7 }, + "cosigner#1", "cosigner#2", { - "active_until": 8 - }, - "cosigner#0", - { - "active_from": 6 + "active_from": 5 }, - "cosigner#0", - { - "active_until": 3 - } + "cosigner#1" ] }, { "all": [ { - "active_until": 6 + "active_until": 0 }, { - "active_until": 7 - } + "active_from": 4 + }, + "cosigner#2", + { + "active_until": 6 + }, + "cosigner#0", + "cosigner#1" ] }, { "all": [ { - "active_from": 1 + "active_until": 2 }, - "cosigner#1", { - "active_until": 10 + "active_until": 8 + }, + "cosigner#0", + { + "active_from": 8 }, "cosigner#0", "cosigner#1", { "active_until": 9 + } + ] + }, + { + "any": [ + { + "active_from": 5 }, { - "active_until": 3 + "active_from": 3 }, + "cosigner#2", { - "active_from": 8 + "active_from": 0 + } + ] + }, + { + "any": [ + { + "active_from": 5 }, + "cosigner#2", { - "active_until": 10 + "active_from": 2 }, { - "active_until": 3 + "active_until": 8 } ] - } - ] - } - } - }, - "passphrase": { - "last_updated_at": "1869-04-09T06:18:53Z" - }, - "address_pool_gap": 94478, - "state": { - "status": "ready" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#5": "9bade205e446d5e48db53f47d00883399f4709158fb34960b2189daf93fe489602ff4a39dd604494eb1c6e0a8940098324d94c99bd33fa07a29f225c1798c8bd", - "cosigner#8": "392e87297ce9cae0d635ee4d0d904e35353114d67a7f8c0ac76a9d26d5dd16736b73b13fcd490df8c2cd4141eb92ca2cca5bba9085c463c162bbb4927797252e", - "cosigner#10": "ae61b28d5f8b66ae4c2a6e48e6f6b9abe346bd324e87b504440ebbdf8594b8c909241bb5da389059b85d8e9ca59ac48da08470731deac7a22df1b62a8377270d", - "cosigner#1": "710a0740cce2c263e49d831ebb0b4794f921aef16f489da665a56d4423500996b11d00989404c6864be059cacf655335f74a776584a01429317b75376af14fa7" - }, - "template": { - "all": [ - { - "any": [ - { - "all": [ + }, + { + "all": [ + { + "active_until": 7 + }, + "cosigner#3", + { + "active_until": 8 + }, + { + "active_from": 5 + }, + "cosigner#2" + ] + }, + { + "some": { + "at_least": 7, + "from": [ { - "active_from": 10 + "active_from": 2 }, { - "active_until": 1 + "active_from": 2 }, { - "active_until": 1 + "active_until": 5 }, "cosigner#2", - { - "active_from": 10 - }, - { - "active_until": 7 - } - ] - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#8" - ] - } - }, - { - "some": { - "at_least": 6, - "from": [ - "cosigner#4", - { - "active_from": 9 - }, - { - "active_from": 6 - }, - "cosigner#1", - "cosigner#8", - { - "active_from": 5 - }, - { - "active_until": 6 - }, - "cosigner#3", - "cosigner#10" - ] - } - }, - { - "any": [ - "cosigner#5", - { - "active_until": 0 - }, - { - "active_until": 10 - }, - { - "active_until": 1 - }, - { - "active_from": 7 - }, + "cosigner#0", + "cosigner#1", { "active_until": 6 }, + "cosigner#3", { - "active_from": 0 + "active_from": 1 } ] } - ] - } - ] + } + ] + } } }, - "delegation": { - "next": [], - "active": { - "status": "delegating", - "target": "pool1dx7gj7xl6mez3qxn9z8hws9fgw589vpd3y2pf9vkef8p2tsf0p9" - } + "state": { + "progress": { + "quantity": 48.47, + "unit": "percent" + }, + "status": "syncing" }, + "tip": { + "absolute_slot_number": 6080809, + "epoch_number": 7694, + "height": { + "quantity": 1540, + "unit": "block" + }, + "slot_number": 7081, + "time": "1882-05-30T05:00:00Z" + } + }, + { + "account_index": "3054", + "address_pool_gap": 92095, "assets": { - "total": [ - { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ], "available": [ - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 } - ] - } - }, - { - "account_index": "1344", + ], + "total": [] + }, "balance": { - "total": { - "quantity": 21, - "unit": "lovelace" - }, "available": { - "quantity": 35, + "quantity": 128, "unit": "lovelace" }, "reward": { - "quantity": 60, + "quantity": 103, + "unit": "lovelace" + }, + "total": { + "quantity": 3, "unit": "lovelace" } }, - "name": "숐uL,YQ-\"5C_vV+jxCWfpUc1.🐨J", - "id": "1f4151b71078fe8d4da3b6cc21059306bdfa4b85", - "tip": { - "height": { - "quantity": 3816, - "unit": "block" + "delegation": { + "active": { + "status": "not_delegating" }, - "epoch_number": 7387, - "time": "1873-10-29T00:22:10.450053726567Z", - "absolute_slot_number": 8272920, - "slot_number": 21019 + "next": [ + { + "changes_at": { + "epoch_number": 15727, + "epoch_start_time": "1883-06-09T15:16:13Z" + }, + "status": "not_delegating" + }, + { + "changes_at": { + "epoch_number": 9069, + "epoch_start_time": "1879-05-24T16:00:00Z" + }, + "status": "delegating", + "target": "pool1yqupzf8rq42dg3qs66kmknusef7acyz939yjprt2mddlwxhf6qc" + } + ] }, - "payment_script_template": { + "delegation_script_template": { "cosigners": { - "cosigner#0": "599dbe76eaa2e76421a0c87390ebf0f7db21064a5aff458c7b173d12dab0374db5a5c163ffcca0b0c42a9c7898880b943ea92f2a89b368d50c2712ee9f7c2417", - "cosigner#1": "db3e5279e95358f0d1890868d3b76ca134aef496d271cd46dd869d8c5bfa7c99e51c05fc9fb7fb47f377700f9558fc22e2b8ba3f608ba7c683d05575757f1e26" + "cosigner#0": "8748d8bf807ac42ee52d540a3f30f171949f8e5620870d101d921826935bb308b992750888be2c06d87105e7705b6fef9ccd93b21adb4a02037c3227507cdc25", + "cosigner#1": "877c7b1a00ce3961f5fce8e017f64e345b16153d835332c8a3e6a343fc9e28698b8ef16f441fac29ddad7405b451e7e490c87af27b8073a8804ab72d9b79f409" }, "template": { - "some": { - "at_least": 4, - "from": [ - { - "all": [ - { - "active_until": 5 - }, - { - "active_until": 6 - }, + "any": [ + { + "some": { + "at_least": 4, + "from": [ + "cosigner#1", { "active_until": 2 }, { - "active_from": 6 - }, - { - "active_until": 8 + "active_from": 2 }, - "cosigner#0", { - "active_from": 5 + "active_from": 9 } ] - }, - { - "any": [ + } + }, + { + "any": [ + { + "active_from": 5 + } + ] + }, + { + "some": { + "at_least": 3, + "from": [ { - "active_until": 10 + "active_from": 0 }, { - "active_from": 8 + "active_from": 5 }, - "cosigner#1", { - "active_until": 1 + "active_from": 8 }, { - "active_from": 2 - } - ] - }, - { - "any": [ - { - "active_until": 9 - } - ] - }, - { - "any": [ - "cosigner#0", - "cosigner#0" - ] - }, - { - "any": [ - { - "active_from": 10 + "active_until": 1 }, { - "active_until": 1 + "active_until": 7 }, + "cosigner#1", { - "active_until": 3 + "active_from": 8 } ] - }, - { - "all": [ - "cosigner#0", + } + }, + { + "some": { + "at_least": 1, + "from": [ { - "active_from": 1 + "active_until": 4 }, "cosigner#1", { - "active_from": 1 + "active_until": 8 }, { "active_from": 9 }, - "cosigner#0", + "cosigner#1", { - "active_until": 2 + "active_from": 4 }, - "cosigner#0", { - "active_from": 2 + "active_from": 3 + }, + { + "active_until": 3 } ] - }, - { - "any": [ - "cosigner#0", - { - "active_from": 6 - }, + } + }, + { + "some": { + "at_least": 2, + "from": [ "cosigner#1", { - "active_until": 10 + "active_from": 6 } ] } - ] - } - } - }, - "passphrase": { - "last_updated_at": "1903-12-15T05:00:00Z" - }, - "address_pool_gap": 61281, - "state": { - "status": "not_responding" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#9": "ffe9c17f58f995629fe343e98b56fcbe680042c91a64f4270f72804b62b9f2ea3b74456d70c3ebcfd940b1a80be1e17f4a0899e82a3d2bcc324d6873c62a77eb", - "cosigner#0": "c16ba460ffa19372906b788d10761bce8c5a59f168e87df695a0b4ea7bc970a76c57a001261d4af385b4f4854331ea8ddaaf9c5fb572718e05cd58875c28de17" - }, - "template": { - "all": [ + }, { "all": [ { - "all": [ - { - "active_from": 10 - }, - "cosigner#9", - "cosigner#10", - { - "active_until": 3 - }, - { - "active_from": 2 - }, - { - "active_until": 4 - }, - "cosigner#0", - { - "active_from": 0 - }, - { - "active_until": 1 - } - ] - } + "active_until": 0 + }, + "cosigner#1" ] }, { "all": [ + "cosigner#0", { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 10 - } - ] - } - } - ] - } - ] - } - }, - "delegation": { - "next": [], - "active": { - "status": "not_delegating" - } - }, - "assets": { - "total": [ - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ], - "available": [] - } - }, - { - "account_index": "22247", - "balance": { - "total": { - "quantity": 250, - "unit": "lovelace" - }, - "available": { - "quantity": 143, - "unit": "lovelace" - }, - "reward": { - "quantity": 110, - "unit": "lovelace" - } - }, - "name": "B9[ccfMg𝈔_o𛃨2r흿𬃔iB4𧾈🎣KY(PYKEr", - "id": "bb54ea15dae6bc77ccfa3c873e7fa457f2c0a383", - "tip": { - "height": { - "quantity": 28540, - "unit": "block" - }, - "epoch_number": 3416, - "time": "1867-09-12T06:30:24.933435918389Z", - "absolute_slot_number": 1066056, - "slot_number": 4677 - }, - "payment_script_template": { - "cosigners": { - "cosigner#9": "8dc4e3bd320fca4511c18d3a61b5e6f7b6c57648b45c12aa0621e02d460515ab3592771cf4ea3a467519d20b9785db6456dfb2cdfee9196881a44923f5357b75", - "cosigner#7": "d839ddc9eab86aaf5f77da5296b7163c7560e2b1c789ee12a55146a9affbd11d5c986b131e913b61b2ec2fa32da0323a8db84034230f9c85db6435bd3aa26bdc", - "cosigner#0": "6b488e957db0e5c990e6fdeb61a4f822a14da0467d0f93edde26d9be208dffae6ba49043f2eadf831603ba02914189c79bc61c6e7cd620bbafbe18ddd9f7f1fe", - "cosigner#5": "47851ab823d39287a317368da4a231b279f58b5a5241de10f1376a51d93e928b8a19e95487cc0a86c09b49bd875142bb247e2725b940d51c2b255e20915cfd2b", - "cosigner#3": "29efe7f0d7c341ca25e4e9c1af7a07b927ab7a3441cfe0799c085ca4cfb01fad547fd61ef24f3c61723e36505242e2d8d98af85fdb7648e1966979dbfb77e196", - "cosigner#6": "1afc5fc025d1b3dddecaa5aa07d5e4f4188ed90032030b02259736beb7e58785b35054d52ef2120275bb7716a33e9b871dd9681da234468f60e9d3eb9daa40ca" - }, - "template": { - "all": [ - { - "any": [ - "cosigner#6", - { - "active_until": 2 - }, - { - "active_until": 6 - }, - "cosigner#9", - { - "active_from": 5 + "active_until": 1 }, + "cosigner#0", { - "active_until": 6 + "active_from": 6 }, { "active_until": 4 }, - "cosigner#3" + "cosigner#1", + "cosigner#0" ] }, { @@ -1179,176 +1010,65 @@ "at_least": 3, "from": [ { - "active_until": 0 - }, - { - "active_until": 7 + "active_until": 2 }, { - "active_from": 1 - } - ] - } - }, - { - "some": { - "at_least": 4, - "from": [ - { - "active_from": 1 + "active_from": 6 }, - "cosigner#6", - "cosigner#0", { - "active_until": 6 + "active_until": 1 }, { - "active_from": 7 + "active_from": 0 }, { - "active_until": 4 + "active_from": 8 }, + "cosigner#1", { - "active_from": 10 - }, - "cosigner#7", - "cosigner#6" + "active_until": 2 + } ] } - }, - { - "all": [ - { - "active_from": 6 - }, - { - "active_from": 2 - }, - "cosigner#3", - "cosigner#8", - "cosigner#7", - "cosigner#5", - { - "active_from": 6 - }, - { - "active_until": 5 - } - ] - }, + } + ] + } + }, + "id": "ddbb452be5ec51f5bc255becc7b6c069e1f03818", + "name": "P", + "payment_script_template": { + "cosigners": { + "cosigner#0": "861fe90c9272f3bc672e86190a0746b81492863b23850cd468e63452a2c6824c04dec9257e63e4061ae5a4d79346b0db6012fc7365808dac758f48b7428d70cf", + "cosigner#6": "79d1732272e28d9c7089e9a5ade05725640fed2dd002e7f50b6ba726019ac272e31984311b1d14c7ba794cca80bb2062005476c9921051ce3489daf2994633ef" + }, + "template": { + "all": [ { "some": { - "at_least": 4, + "at_least": 2, "from": [ - "cosigner#6", - { - "active_from": 2 - }, { - "active_from": 7 + "active_from": 0 }, - "cosigner#7", { - "active_from": 9 - }, - "cosigner#1" + "active_until": 1 + } ] } }, { "all": [ { - "active_until": 3 + "active_from": 9 }, { - "active_from": 0 - } - ] - }, - { - "all": [ - { - "active_until": 10 + "active_from": 6 }, { - "active_until": 4 - } - ] - } - ] - } - }, - "passphrase": { - "last_updated_at": "1906-12-22T10:00:00Z" - }, - "address_pool_gap": 93823, - "state": { - "status": "ready" - }, - "delegation": { - "next": [ - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1901-07-26T03:34:38Z", - "epoch_number": 18104 - }, - "target": "pool19zlnu4h2xz9xrw6caedarksu9fcqnx4n4gkmklf520rws6tyhf2" - } - ], - "active": { - "status": "not_delegating" - } - }, - "assets": { - "total": [], - "available": [] - } - }, - { - "account_index": "31733", - "balance": { - "total": { - "quantity": 224, - "unit": "lovelace" - }, - "available": { - "quantity": 222, - "unit": "lovelace" - }, - "reward": { - "quantity": 244, - "unit": "lovelace" - } - }, - "name": "f𦥁A2<𰙷𪄊4똣宥憪-\".뿗n𢵟ꙍ/薙釺_@", - "id": "09e73aa5d01ac305a58ae0eb49aa20acf72cffec", - "tip": { - "height": { - "quantity": 9466, - "unit": "block" - }, - "epoch_number": 1662, - "time": "1908-04-01T23:02:53.35901039904Z", - "absolute_slot_number": 6091813, - "slot_number": 20003 - }, - "payment_script_template": { - "cosigners": { - "cosigner#2": "1d9250715bb1321aa8898e58b5e797a93211d6d4f0bfadc2f4b86cf08093f569d51f3abc3eb17398dbe1e38e9fc3db8e299ce1775a224b990d73c6c9dd3a4c1f", - "cosigner#5": "b6f10f15f14e54df331786126294bbcd13a3a06dd363436b5e2342d1a33f1a5e3f48b1608c5426cfbda1a98036c317fc3e0b38dfe8056120cf4d39d03b018899", - "cosigner#6": "b8f2c127d4c1c8c4833f2907772078cd1d51413400d6731d92fd78d8bce95e1a405a84f0bea14b3b6805c6801fe427332fa7cbd15b71a9c1a54b98d5bce708f5" - }, - "template": { - "any": [ - { - "any": [ - "cosigner#5", - { - "active_until": 8 + "active_from": 4 }, { - "active_until": 8 + "active_from": 8 }, { "active_until": 9 @@ -1356,248 +1076,251 @@ ] }, { - "all": [ - { - "active_from": 7 - }, + "any": [ { "active_from": 1 }, { - "active_until": 7 + "active_from": 1 }, { - "active_from": 3 - }, + "active_until": 6 + } + ] + }, + { + "any": [ + "cosigner#8", { - "active_until": 3 + "active_until": 9 }, { - "active_until": 7 + "active_from": 2 } ] }, { "any": [ { - "active_until": 6 + "active_until": 2 + }, + { + "active_from": 8 }, { "active_until": 5 }, { - "active_from": 10 + "active_until": 9 }, { - "active_from": 8 + "active_from": 6 } ] }, { - "all": [ - "cosigner#0", - "cosigner#2", + "any": [ { - "active_from": 0 + "active_until": 7 }, { - "active_until": 4 + "active_from": 0 }, { - "active_from": 4 + "active_from": 5 }, "cosigner#6", { - "active_from": 3 + "active_until": 1 }, { - "active_until": 10 + "active_until": 8 } ] }, { - "all": [ - { - "active_until": 9 - }, - { - "active_until": 9 - } - ] - }, - { - "any": [ - "cosigner#5" - ] - } - ] - } - }, - "passphrase": { - "last_updated_at": "1874-07-12T10:00:00Z" - }, - "address_pool_gap": 44594, - "state": { - "status": "not_responding" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#4": "a1e1108844f7482803d171ecc347a10a851b3c82c0264bc68a02744bb9de4a4364d720a161f0311ece4717371a21c28c34ac01a5d17c444076ea12f06198cea9", - "cosigner#2": "ec4f2c84eddf831d375de33dd2002bc937893596a4119f7d293535eac1e3fcef750d5a7f90f7af9717979cf99ef047eb8e1fb704bfae4baa517e5c01e84833ed", - "cosigner#7": "a6fe7e47bdc7ed3dab742ec2712ed6361b15a6ea9d093b10e1d254de8e3061ef13cbbab89d9173618d47839bb2a7d993272c92e0c267fd17a1b8497755e4cd08", - "cosigner#0": "e3e90ccc06733cbd5f67fa4c71e0be122e80de36b7497b7f63deccb00ae20450f04a83a685653017592a34398b81d88945ff4b551bd9be666313fec36b2e3488", - "cosigner#3": "6a9ca86cc8d242bfbf12f143d562ff6f3d1779cca9a18b00498c6d9db59fc1a4a3dfc6c06904450dec045f91311e3ba54f0ae151fd96720277c90e0a3e3f87f4", - "cosigner#1": "c6ab2781eba2d58213411000c8102de8f6d15970db607014a1a49946b8ff0d61c744befcc5c210d538c107e73bb3a78f8832e694d797f4c69a57d2ed367d7987", - "cosigner#6": "edff41efa0df5f5e800520d0ac1c05fc7dd285555a31e057cf5b6b6925afd9e12abff3b8a4fd624d1894e706a661c8fa76714793086fe7696750a55eba7dc50b" - }, - "template": { - "some": { - "at_least": 5, - "from": [ - { - "any": [ - "cosigner#7", - "cosigner#3", - { - "active_until": 9 - }, - { - "active_until": 0 - }, + "some": { + "at_least": 8, + "from": [ + "cosigner#6", { - "active_until": 10 + "active_from": 1 }, - "cosigner#4" - ] - }, - { - "any": [ { - "active_until": 5 + "active_from": 0 }, - "cosigner#2", { "active_from": 4 }, - "cosigner#3", { - "active_until": 10 + "active_until": 0 }, - "cosigner#7", - "cosigner#2", + "cosigner#1", + "cosigner#0", { - "active_from": 8 + "active_until": 5 } ] - }, + } + } + ] + } + }, + "state": { + "status": "ready" + }, + "tip": { + "absolute_slot_number": 6806248, + "epoch_number": 8148, + "height": { + "quantity": 13046, + "unit": "block" + }, + "slot_number": 13222, + "time": "1895-08-29T06:00:00Z" + } + }, + { + "account_index": "9817", + "address_pool_gap": 40371, + "assets": { + "available": [ + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + } + ], + "total": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + } + ] + }, + "balance": { + "available": { + "quantity": 116, + "unit": "lovelace" + }, + "reward": { + "quantity": 251, + "unit": "lovelace" + }, + "total": { + "quantity": 243, + "unit": "lovelace" + } + }, + "delegation": { + "active": { + "status": "delegating", + "target": "pool13j40tn2fqdl28tvnduvthd6xxz5ur08ra7g5dgr5er3vsd2yv34" + }, + "next": [] + }, + "delegation_script_template": { + "cosigners": { + "cosigner#0": "e5aa388e9771994a09844e250468b425325a30970b14979ae189ac6ac8d63d166d63baa238f0a39249eeea19642fe621563e09a04e48aff6627f5d14964b9577", + "cosigner#1": "785b6a3755f48cd47ec397d01bdbe41463e7d2c0bd014286895143ce9ff9a3c8c53dbd97bea8708e070e2886bde4e55ff235c5b11d449aecfd7c28900116e258", + "cosigner#2": "8713f7d257bea01c1838bd1e5086708fe578f7aba355f2e7c6dc6657ee86259d5e0f7e3ff6a45d8f7df7c0f7bfecfd5d6616379abd42ea73a9a8f28967ab4aeb", + "cosigner#3": "fc832e327c674f79e88c9cd7abc5f33321688d65e7fe35656fdcb64f01cadb352482636832c0cf05d74d9fb627e5007af8ce94a5240c8cfeeb68a3d8979f5c5c", + "cosigner#4": "6142ae593865c84fc959cd311d04a5cf1f39c62e90ea8024818efbb645facf2245a555a3b0983d6c0d2100b8068dc9325121accab1ffd4f4e9128c184c8a7d96", + "cosigner#5": "571ef396806328239862af4af4b080e08c0b3935b2da974d990d599cd2505ad6dd51f21759ba728bbeceb9a8a5c3e2ff86eee04406007ac908c0ba0eabeba1c5", + "cosigner#6": "0fa6a654202e70db1e82ed7e78178045cc110ab0e22eb8b8a7909e332083c781047f633921099adfe5de6285293555641f1a9de7e1bc6b22eb6cfed4d1a97f55" + }, + "template": { + "some": { + "at_least": 6, + "from": [ { "some": { - "at_least": 10, + "at_least": 4, "from": [ + "cosigner#5", { - "active_until": 9 - }, - { - "active_until": 6 - }, - "cosigner#1", - { - "active_until": 0 - }, - { - "active_from": 3 + "active_until": 3 }, - "cosigner#7", { - "active_until": 9 + "active_from": 5 }, - "cosigner#6", + "cosigner#5", + "cosigner#2", + "cosigner#5", { "active_from": 4 }, + "cosigner#6", { - "active_until": 9 + "active_until": 5 } ] } }, { - "any": [ - "cosigner#3", - "cosigner#6", - { - "active_from": 5 - }, - { - "active_from": 8 - }, + "all": [ + "cosigner#4", { - "active_until": 1 - }, - "cosigner#2" + "active_until": 0 + } ] }, { - "all": [ + "any": [ + { + "active_from": 6 + }, "cosigner#0" ] }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#3" - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#3", - { - "active_from": 0 - }, - { - "active_from": 1 - } - ] - } - }, - { - "some": { - "at_least": 2, - "from": [ - { - "active_from": 8 - }, - { - "active_from": 5 - } - ] - } - }, { "any": [ + "cosigner#1", { - "active_until": 7 + "active_until": 3 }, - "cosigner#7", - "cosigner#6", + "cosigner#4", + "cosigner#4" + ] + }, + { + "all": [ { - "active_from": 8 + "active_until": 2 }, - "cosigner#0", "cosigner#5", + "cosigner#0", + "cosigner#2", { - "active_until": 1 + "active_from": 1 }, + "cosigner#3", + "cosigner#5" + ] + }, + { + "any": [ { - "active_from": 7 + "active_until": 2 }, - "cosigner#7", + "cosigner#4", { - "active_until": 5 + "active_from": 4 + }, + "cosigner#1", + { + "active_until": 8 } ] } @@ -1605,627 +1328,1078 @@ } } }, - "delegation": { - "next": [], - "active": { - "status": "not_delegating" - } - }, - "assets": { - "total": [ - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ], - "available": [] - } - }, - { - "account_index": "24265", - "balance": { - "total": { - "quantity": 220, - "unit": "lovelace" - }, - "available": { - "quantity": 11, - "unit": "lovelace" + "id": "aacae1fef2914ed31075738416c4102453c6a473", + "name": "b7m\\", + "payment_script_template": { + "cosigners": { + "cosigner#10": "e53a8a66b300954de37c4c21ff54d683eb7a30993cd4724d0d3a8f1117636f1ffbb27368d9c5861fbe4023b6954aae592ac4c88d8855142b94846aae95711cf3", + "cosigner#3": "0c1ee917ce65aafc1795df625d9cce25599849b9155d6a14fea0df3ab282ad3bd2ebc75241dfafa6770aafdc1b30ff3a9a36ea9f4da915ae7eeaf3a5ed2f3933" }, - "reward": { - "quantity": 75, - "unit": "lovelace" + "template": { + "any": [ + { + "all": [ + { + "active_from": 7 + }, + { + "active_until": 9 + }, + "cosigner#10", + { + "active_from": 9 + }, + { + "active_until": 7 + } + ] + }, + { + "all": [ + { + "active_from": 2 + }, + "cosigner#3", + { + "active_from": 5 + }, + "cosigner#3" + ] + }, + { + "any": [ + { + "active_from": 1 + }, + { + "active_until": 8 + }, + { + "active_from": 1 + }, + { + "active_until": 9 + }, + { + "active_from": 7 + } + ] + }, + { + "any": [ + { + "active_from": 7 + }, + { + "active_until": 9 + }, + "cosigner#3", + { + "active_from": 4 + }, + { + "active_until": 9 + }, + "cosigner#1" + ] + }, + { + "all": [ + { + "active_from": 2 + }, + { + "active_until": 3 + }, + { + "active_until": 5 + }, + "cosigner#10", + { + "active_until": 7 + }, + { + "active_from": 6 + }, + "cosigner#3" + ] + }, + { + "all": [ + "cosigner#10" + ] + }, + { + "some": { + "at_least": 4, + "from": [ + { + "active_from": 9 + }, + { + "active_from": 3 + }, + "cosigner#8", + "cosigner#3", + { + "active_from": 2 + }, + { + "active_from": 2 + }, + { + "active_from": 6 + }, + { + "active_until": 0 + } + ] + } + }, + { + "all": [ + { + "active_until": 3 + } + ] + } + ] + } + }, + "state": { + "status": "not_responding" + }, + "tip": { + "absolute_slot_number": 2831968, + "epoch_number": 15236, + "height": { + "quantity": 7671, + "unit": "block" + }, + "slot_number": 8615, + "time": "1869-12-16T14:00:00Z" + } + }, + { + "account_index": "5871", + "address_pool_gap": 33544, + "assets": { + "available": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + } + ], + "total": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 + } + ] + }, + "balance": { + "available": { + "quantity": 249, + "unit": "lovelace" + }, + "reward": { + "quantity": 255, + "unit": "lovelace" + }, + "total": { + "quantity": 80, + "unit": "lovelace" + } + }, + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [ + { + "changes_at": { + "epoch_number": 7599, + "epoch_start_time": "1863-05-20T05:33:16.731983129366Z" + }, + "status": "not_delegating" + } + ] + }, + "id": "06e528c60c3275c59d1cb001e6d1a8a14616afb3", + "name": "n3🔹漌𩉼)壃oAP9QfW\\5𐓍A)m5Byt𠾾", + "payment_script_template": { + "cosigners": { + "cosigner#0": "1db104dbcd806150880d933197acab03e3a1c5fdcdda52a5d5216530c7c4ae5fb58ba499aaf3b5ddb5f73a43eedf90ecc4b805a5689871e7d5b23fe7af0ffdc9", + "cosigner#1": "93a2a6cda28f1562a4c98cc9a8d8b01c2a7fb99d2cf0a8b74c7b9e2412025fbcc121f18ce0a875638b092522bd31e1b89dba1e724054adbdd002ed59c9f327bc" + }, + "template": { + "any": [ + { + "some": { + "at_least": 8, + "from": [ + { + "active_until": 8 + }, + "cosigner#0", + { + "active_from": 1 + }, + "cosigner#1", + { + "active_until": 5 + }, + { + "active_from": 9 + }, + { + "active_from": 4 + }, + { + "active_until": 3 + }, + { + "active_until": 5 + } + ] + } + }, + { + "all": [ + "cosigner#1", + "cosigner#1", + "cosigner#1", + "cosigner#0" + ] + }, + { + "any": [ + "cosigner#1", + { + "active_until": 3 + }, + { + "active_until": 5 + }, + { + "active_until": 4 + } + ] + }, + { + "any": [ + { + "active_until": 7 + }, + "cosigner#0" + ] + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 6 + }, + { + "active_until": 3 + }, + { + "active_from": 9 + } + ] + } + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 1 + }, + { + "active_from": 3 + } + ] + } + } + ] + } + }, + "state": { + "progress": { + "quantity": 94.38, + "unit": "percent" + }, + "status": "syncing" + }, + "tip": { + "absolute_slot_number": 8376862, + "epoch_number": 756, + "height": { + "quantity": 7404, + "unit": "block" + }, + "slot_number": 7323, + "time": "1885-11-02T23:22:34.524655656529Z" + } + }, + { + "account_index": "11707", + "address_pool_gap": 61094, + "assets": { + "available": [], + "total": [] + }, + "balance": { + "available": { + "quantity": 77, + "unit": "lovelace" + }, + "reward": { + "quantity": 251, + "unit": "lovelace" + }, + "total": { + "quantity": 185, + "unit": "lovelace" + } + }, + "delegation": { + "active": { + "status": "delegating", + "target": "pool1nx82nffs8gdztkqas5avu6me0hlggtt283jchx7a806xugvklsd" + }, + "next": [ + { + "changes_at": { + "epoch_number": 6242, + "epoch_start_time": "1885-01-25T11:00:00Z" + }, + "status": "delegating", + "target": "pool1q52gqnn6aedta00d9dtdc8k52klnndpkwtw3efa2h4ssvxzc7mh" + } + ] + }, + "id": "e42b3c76f93e1a41701e70ddc42b11e5e6410960", + "name": "𦯛pu쒪}", + "passphrase": { + "last_updated_at": "1896-05-14T22:57:25Z" + }, + "payment_script_template": { + "cosigners": { + "cosigner#0": "8606f2bceac0c2b231653125d93cc43c42fa7a85cd69d6f0fc16644525b978acf6d9f63f5cf9b39d379f9fcd75d77c35c3bd20983698d28d7a510e14cb1f4ae9", + "cosigner#1": "8afacd4d9550e582626db83130d459c8b38501fd279fb289c2bd29e880702682af11152a2d88625efc9068f3cc5719e2a2bd6096d6f032c437ced2e1dca88d80" + }, + "template": { + "some": { + "at_least": 1, + "from": [ + { + "all": [ + { + "active_from": 0 + }, + { + "active_until": 0 + }, + { + "active_until": 5 + }, + { + "active_from": 8 + }, + "cosigner#1", + "cosigner#0" + ] + } + ] + } + } + }, + "state": { + "status": "ready" + }, + "tip": { + "absolute_slot_number": 7963583, + "epoch_number": 9645, + "height": { + "quantity": 5171, + "unit": "block" + }, + "slot_number": 1528, + "time": "1893-11-05T16:39:10.644739651996Z" + } + }, + { + "account_index": "13774", + "address_pool_gap": 99286, + "assets": { + "available": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + } + ], + "total": [] + }, + "balance": { + "available": { + "quantity": 48, + "unit": "lovelace" + }, + "reward": { + "quantity": 235, + "unit": "lovelace" + }, + "total": { + "quantity": 238, + "unit": "lovelace" + } + }, + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [] + }, + "delegation_script_template": { + "cosigners": { + "cosigner#0": "5d54e28fbdd84a4be785af07a419cee95cbce1f45df8f7a305fdd48660043d8706d016b552720036641199f6a9c8791b6b3738831cfb585c21b848d71de2e85a", + "cosigner#1": "4e296e3d111194bc3e1f886ef2dcad1862f3de414924e329a6c76ce8d504e962239e15bc02eea329b4d6e4b0e1ef614d908dfa4d87e7827f1d4b77339d4e1025" + }, + "template": { + "all": [ + { + "some": { + "at_least": 1, + "from": [ + "cosigner#1" + ] + } + }, + { + "all": [ + "cosigner#1" + ] + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_from": 2 + }, + "cosigner#0" + ] + } + }, + { + "all": [ + "cosigner#0", + { + "active_from": 7 + }, + { + "active_from": 6 + }, + "cosigner#1", + "cosigner#0" + ] + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_from": 7 + }, + { + "active_until": 7 + }, + { + "active_from": 7 + }, + { + "active_until": 5 + }, + { + "active_until": 8 + }, + { + "active_from": 7 + } + ] + } + } + ] } }, - "name": "𩹎.8@䬞ldT3+ndDa⧃믽𔓡Ύﶄ3}糅[umZJzl5", - "id": "ee2987087eabce3e1084a83446b7f5c7c7450469", - "tip": { - "height": { - "quantity": 28644, - "unit": "block" - }, - "epoch_number": 27898, - "time": "1904-03-07T18:00:00Z", - "absolute_slot_number": 14482587, - "slot_number": 21466 + "id": "3632eef63c83b9b1d4ed29c9af79d83115743d87", + "name": ":d𝅧z@𧨣+$QQ9\\@}zT䘰𨂂J*7>\"iB*9𰭖𰶢", + "passphrase": { + "last_updated_at": "1903-04-06T12:37:27.434935745029Z" }, "payment_script_template": { "cosigners": { - "cosigner#0": "f669f2a57c594d2c9f0a80b2670ef31e52c46004155b1b563aa417b6d596339fcac98bba553f5ff678aa22b9cfc97cfb1c7acec80f3a3c4801b62f190a199f6d", - "cosigner#1": "f06e524ab5494a556d08e95f7a4492bcbd8fd85fb133a3eba2126066edd44c1c10dbcff522cceba7837f0c059f9ae4942dadae43035682a1c074d050df7edbff" + "cosigner#10": "dcbb6b2e65cb9af8340eb319d99bfd6515236fca264f50eeae629fae43a32e228d81995e28681df9f9003d59530b884bcc4cc4aa652d23565421bf5e9d418f81", + "cosigner#4": "56e384cb6a2537a9c236f8bec81bac218379dc7984a6bfac842dc653e450b13d4b0e6bf21a82e3bd3f706a7060756b913906cc9b3eb88b27031946196dca9e41", + "cosigner#5": "ccd2e95759d9fc6e73aa8ee40b61e02575b4dc15a6ce84abd482b0f0763908f50dd9fecbde7b07487c55bc701fc01f2cc1595d2bbaa6fe05fc7a86a8bc4310c0", + "cosigner#6": "6b955c566e0b4822a227a8aa9f4ee06df6e9ce0005c82fce9f2d7916706fa8c19f0d4883f82e438b68e324dc126309cb91e685bbcc9c459cc5d4248cc721633c" }, "template": { - "all": [ + "any": [ { - "any": [ - "cosigner#1", - "cosigner#0", + "all": [ { - "active_until": 6 + "active_from": 5 }, { - "active_from": 6 + "active_from": 8 }, { "active_from": 9 - }, - "cosigner#1", + } + ] + }, + { + "some": { + "at_least": 1, + "from": [ + { + "active_until": 2 + } + ] + } + }, + { + "any": [ + "cosigner#2", + "cosigner#5", { - "active_from": 9 + "active_from": 0 }, { - "active_from": 1 + "active_until": 8 }, + "cosigner#4", + "cosigner#5", { "active_from": 6 + }, + { + "active_until": 4 } ] - } - ] - } - }, - "address_pool_gap": 39283, - "state": { - "status": "syncing", - "progress": { - "quantity": 58.15, - "unit": "percent" - } - }, - "delegation_script_template": { - "cosigners": { - "cosigner#5": "47d251c574b77cec3608c155863fb24997b64fb530b387024962b6a2f74d78a3fe8965e3d2553aa936a2cd0f81f4c0ac74a6ae20747cdc24aeacfc5e73594644" - }, - "template": { - "any": [ - { - "active_from": 10 - }, - "cosigner#5", - { - "active_until": 4 }, { - "active_until": 1 - }, - { - "active_until": 0 - }, - { - "active_until": 7 - }, - { - "active_until": 5 - }, - { - "active_from": 7 + "all": [ + "cosigner#10", + { + "active_from": 6 + }, + { + "active_until": 8 + }, + "cosigner#7", + { + "active_from": 4 + }, + { + "active_until": 8 + }, + { + "active_until": 8 + }, + { + "active_from": 6 + }, + { + "active_from": 0 + } + ] }, { - "active_until": 10 + "some": { + "at_least": 2, + "from": [ + { + "active_until": 4 + }, + { + "active_until": 6 + }, + "cosigner#6", + { + "active_until": 4 + }, + { + "active_from": 4 + } + ] + } }, { - "active_from": 5 + "all": [ + { + "active_until": 7 + } + ] } ] } }, - "delegation": { - "next": [], - "active": { - "status": "delegating", - "target": "pool1a3epw48xpl9gxln8chc4hy3qjflzztax8v0z5ttpysqvzy7lzpu" - } + "state": { + "status": "ready" }, + "tip": { + "absolute_slot_number": 4106593, + "epoch_number": 4072, + "height": { + "quantity": 2603, + "unit": "block" + }, + "slot_number": 5425, + "time": "1870-12-09T06:00:00Z" + } + }, + { + "account_index": "16375", + "address_pool_gap": 6774, "assets": { + "available": [], "total": [ { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ], - "available": [ - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 } ] - } - }, - { - "account_index": "21798", + }, "balance": { - "total": { - "quantity": 86, - "unit": "lovelace" - }, "available": { - "quantity": 202, + "quantity": 74, "unit": "lovelace" }, "reward": { - "quantity": 241, + "quantity": 141, "unit": "lovelace" - } - }, - "name": "}둑5筍}h]H6㧢𘤊 bwVs샺\"", - "id": "51ca050cc5a16f0f59bdc0f14d2cad9b7d54fdfc", - "tip": { - "height": { - "quantity": 23006, - "unit": "block" }, - "epoch_number": 25150, - "time": "1871-02-24T05:00:00Z", - "absolute_slot_number": 11937393, - "slot_number": 18322 + "total": { + "quantity": 180, + "unit": "lovelace" + } }, - "payment_script_template": { - "cosigners": { - "cosigner#0": "92d7e90d9e1ec189cfc7549c7896b75967ce3906c7f335cb2271cfcca1dcfdf0e1d9a9b8832f20e43003d0eae351b3b9003997c8834013f7e4d460fc8c049b1c", - "cosigner#3": "dee8dd1979ccded9d3e7ee9015c39e39bddb61b48fd556f2214ccafbfef2584027d0179b7b5874d285b8b8b95f99fe2cd198c904e52c75aee6ee0002e2b46fa7", - "cosigner#1": "895ac298dadd90becb049b45a09d7bc0dc6ab4b41cf47de2809ad47cf7351316ba17ddee099499e27cdd93b970633aa37ed2a27b41fa66af6fe22a6896427a9f" + "delegation": { + "active": { + "status": "not_delegating" }, - "template": { - "some": { - "at_least": 2, - "from": [ - { - "any": [ - { - "active_from": 8 - }, - { - "active_until": 1 - }, - { - "active_from": 3 - }, - "cosigner#4", - { - "active_from": 3 - }, - { - "active_from": 10 - }, - "cosigner#0" - ] - }, - { - "some": { - "at_least": 4, - "from": [ - { - "active_until": 7 - }, - "cosigner#4", - { - "active_until": 1 - }, - "cosigner#3" - ] - } - }, - { - "any": [ - { - "all": [ - { - "active_from": 9 - }, - "cosigner#0", - { - "active_until": 10 - }, - { - "active_from": 2 - }, - "cosigner#0", - "cosigner#1", - { - "active_from": 3 - }, - { - "active_from": 0 - }, - { - "active_until": 2 - }, - { - "active_from": 1 - }, - "cosigner#1" - ] - } - ] - }, - { - "all": [ - { - "active_until": 6 - }, - { - "active_from": 1 - }, - { - "active_from": 9 - } - ] - } - ] + "next": [ + { + "changes_at": { + "epoch_number": 8427, + "epoch_start_time": "1895-06-10T10:31:33.23293741583Z" + }, + "status": "delegating", + "target": "pool1v4swwd9fv5fzvra90thp5hfc9x9vul6qawrlav46ljx5sl9k43l" + }, + { + "changes_at": { + "epoch_number": 9419, + "epoch_start_time": "1885-01-10T20:20:32.708980586531Z" + }, + "status": "delegating", + "target": "pool1lq3a6nnknucu0lq8f2pgw439rs2tkzg23uq90k9lj7tnglw0yu6" } - } + ] }, + "id": "4d570c7a8033fd3c45d651b2eda8a0718a905bc7", + "name": "U(O3M.Z\"𪩿𰺕tUvV`|o", "passphrase": { - "last_updated_at": "1897-07-02T08:21:15Z" - }, - "address_pool_gap": 254, - "state": { - "status": "not_responding" + "last_updated_at": "1890-06-02T00:00:00Z" }, - "delegation_script_template": { + "payment_script_template": { "cosigners": { - "cosigner#9": "aaec5bb4695b05d5ed2c75e8e4bbd4024768ac4fe5d11ec4d0fc2641ef1d6c308fa9f2732d2e0fe75f91b10c9094ed13364d966697236d5279aa436f765551d7", - "cosigner#2": "943b507c10076be93adaa55b67536fa751c1e9bd3f6bfdaeb7e60b64dfbf46b1596ac4999d5cfb91e9ab95eaaa1142765e57602627d38e895756f602d47cd1ee", - "cosigner#0": "9cfa4fa9ba938a3b8a62cc2f09dbe91656be23ca2fd9789236efa9b7d801931e89bc20deee1920436e6514619e78e9e4c44db0bc35544664aea0ecec0f11fcb5", - "cosigner#5": "660283ef313d849a144dd3178d8072423ae450712c435f8096f216778f1d5c97d6f73eed2443f76f96e8be3735268e1615ff43ad12898c8bfed498300d34f0e4", - "cosigner#3": "235eb1e692c57a3d5e97c7c7f8b8ade3a6b099b1fc490c6bd062e46479db0cfa7b6823850699a06315933003b96ce5ae4810470358f7aded2d2422860fe0bde8", - "cosigner#8": "62fc521548fc096349ca5e7ff7bad80f78d8f3a52f4315c18cc1a40a325cfca8836542fe35760e3a5cbf5b9f3073c3bfd67080ddcac9c35c982fed535e15796a" + "cosigner#0": "d7599ef91f73a35bb2f5a5ebef5fed1f79b5e36570c727828db76fc5509f064ccb54344ab5760070162993faa91bbb953912ffc4cc98584d67f07fd13c179e14", + "cosigner#1": "03bf7df7ef9a706177312bae5f85c59995f37b4af76b18753beb34ec032eb64a9dca4d2707bf07d4979cb8972e739dfc38547188d0a637bafc9a06ae65709df1", + "cosigner#2": "80a9b094c9418768d2d0be5fb86450ec28e386f90a0903317882ba01b14d04f6f8953f8cf2fd3e357f1dfcb103765c9e93ba08774e8f16872f2f319eeb480aca" }, "template": { "all": [ - { - "any": [ - "cosigner#6", - "cosigner#8", - { - "active_until": 6 - }, - { - "active_from": 5 - }, - { - "active_until": 8 - }, - "cosigner#5", - "cosigner#8", - { - "active_until": 5 - }, - "cosigner#6", - "cosigner#0" - ] - }, { "some": { - "at_least": 7, + "at_least": 1, "from": [ "cosigner#1", - "cosigner#5", + "cosigner#0" + ] + } + }, + { + "some": { + "at_least": 5, + "from": [ { - "active_from": 4 + "active_until": 3 }, { - "active_from": 9 + "active_until": 7 }, + "cosigner#2", { - "active_from": 7 + "active_from": 4 }, - "cosigner#9", { - "active_from": 9 + "active_from": 8 + }, + { + "active_until": 2 } ] } }, { "any": [ - "cosigner#3", { - "active_from": 10 - }, + "active_from": 1 + } + ] + }, + { + "any": [ { - "active_from": 6 + "active_from": 3 }, + "cosigner#1", { - "active_from": 0 + "active_until": 5 }, - "cosigner#3", { - "active_from": 5 + "active_from": 2 }, - "cosigner#8", { - "active_from": 4 + "active_from": 2 }, { - "active_from": 10 + "active_until": 8 }, { - "active_until": 6 - } + "active_until": 3 + }, + "cosigner#1" ] }, { "any": [ + "cosigner#2", + "cosigner#0", { - "active_from": 6 + "active_until": 9 }, { - "active_from": 3 + "active_from": 6 }, { - "active_from": 8 + "active_until": 7 }, + "cosigner#1", + "cosigner#2", { - "active_from": 10 + "active_until": 8 }, { "active_from": 0 + } + ] + }, + { + "all": [ + "cosigner#0", + { + "active_until": 3 }, { - "active_until": 6 + "active_from": 5 }, { - "active_from": 10 - } + "active_until": 5 + }, + "cosigner#0", + { + "active_from": 6 + }, + { + "active_until": 6 + }, + "cosigner#1", + "cosigner#1" ] }, { - "all": [ - "cosigner#5", - "cosigner#2", + "some": { + "at_least": 1, + "from": [ + { + "active_from": 4 + }, + { + "active_until": 4 + }, + { + "active_from": 0 + } + ] + } + }, + { + "any": [ + "cosigner#0", { - "active_until": 2 + "active_until": 4 }, { "active_from": 2 }, + "cosigner#2", + { + "active_until": 8 + }, { - "active_until": 7 + "active_until": 5 }, - "cosigner#5" + { + "active_from": 5 + } ] } ] } }, - "delegation": { - "next": [ - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1889-04-04T14:22:47Z", - "epoch_number": 16125 - }, - "target": "pool1s6z4mg8lp67cwcefesdja25qrvvsynyw574y68wt4xq8qg89tp8" - } - ], - "active": { - "status": "not_delegating" - } + "state": { + "progress": { + "quantity": 13.89, + "unit": "percent" + }, + "status": "syncing" }, + "tip": { + "absolute_slot_number": 3505049, + "epoch_number": 11197, + "height": { + "quantity": 15441, + "unit": "block" + }, + "slot_number": 11164, + "time": "1873-09-08T19:01:28.285324883357Z" + } + }, + { + "account_index": "2770", + "address_pool_gap": 85934, "assets": { - "total": [ + "available": [ { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 } ], - "available": [ + "total": [ { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, { "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 31, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 44, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } ] - } - }, - { - "account_index": "21229", + }, "balance": { - "total": { - "quantity": 26, - "unit": "lovelace" - }, "available": { - "quantity": 15, + "quantity": 188, "unit": "lovelace" }, "reward": { - "quantity": 215, + "quantity": 157, + "unit": "lovelace" + }, + "total": { + "quantity": 137, "unit": "lovelace" } }, - "name": "\"㴮Qi𩆁#C𧹒𗉀$Md", - "id": "673fd6aba0c8a65d90fbda3a6078014276264922", - "tip": { - "height": { - "quantity": 1870, - "unit": "block" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1qjrjsdugyyg4tfzpq93wsrahgwc744p3kzmjmsygj5mvu9qem2u" }, - "epoch_number": 20673, - "time": "1881-07-05T12:00:00Z", - "absolute_slot_number": 6667468, - "slot_number": 2680 + "next": [ + { + "changes_at": { + "epoch_number": 9469, + "epoch_start_time": "1886-10-09T11:00:00Z" + }, + "status": "not_delegating" + } + ] + }, + "id": "e37b665934fa5609465fda50b51e354cab0dd07f", + "name": "𧗀TF𧣣㜚䭡K.>𬀪$4][𩜠$", + "passphrase": { + "last_updated_at": "1892-09-03T16:47:39Z" }, "payment_script_template": { "cosigners": { - "cosigner#0": "8331caa118ffbdeb9071e323b6790ffe8baa2401d1a0502c9c0235b4d075a2c1c6f73dde855a204853f3596ec60d2164c2bb1e961a1ed351ea2014d31d94abfc", - "cosigner#1": "0a5f11734b6d5d976928ef0c46b05cc3c749708155ccee6ced0a9cfa2b7d4243aac9633dea25820b612c1bbd9eee57819931f1949b31bb638d75673a51c2f43d" + "cosigner#2": "500e02b78323947d3dd9db780b6eaeafdf05c54c2056614dee458de35faf28021b5639116798fe3614add48462b519c36d117ba8c1f1d4c6c0cc4732a8453cbe" }, "template": { - "any": [ - "cosigner#0", - "cosigner#1", + "all": [ + "cosigner#2", { - "active_until": 3 + "active_until": 7 }, { - "active_until": 4 + "active_from": 8 }, - "cosigner#1", { - "active_until": 1 + "active_from": 0 }, { - "active_until": 0 + "active_from": 7 }, { - "active_from": 0 + "active_from": 3 }, + "cosigner#6", { - "active_from": 7 + "active_until": 3 }, { - "active_until": 3 + "active_until": 4 } ] } }, - "passphrase": { - "last_updated_at": "1885-01-23T23:00:00Z" - }, - "address_pool_gap": 39020, "state": { - "status": "ready" + "status": "not_responding" }, - "delegation_script_template": { - "cosigners": { - "cosigner#0": "511511110c11563f9199afa29bf476bf240703b788fd6c2342388b5bd1d13bab908236801e924420ac52884533d744bfb074449317386f08b0295e1fdc17edc7" + "tip": { + "absolute_slot_number": 2943583, + "epoch_number": 7401, + "height": { + "quantity": 2472, + "unit": "block" }, - "template": { - "some": { - "at_least": 1, - "from": [ - { - "some": { - "at_least": 4, - "from": [ - "cosigner#1", - "cosigner#0", - "cosigner#2", - "cosigner#1" - ] - } - }, - { - "any": [ - "cosigner#1", - "cosigner#1", - "cosigner#0" - ] - } - ] - } - } - }, - "delegation": { - "next": [ - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1896-12-05T18:26:03.123685523898Z", - "epoch_number": 31809 - } - }, - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1889-03-13T00:47:39.844871628214Z", - "epoch_number": 12162 - }, - "target": "pool1sexrhhxdkz0jpvvtkgg8tpnvaxzuzyqgggka99dkk9w6wx849s8" - } - ], - "active": { - "status": "not_delegating" - } - }, - "assets": { - "total": [ - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ], - "available": [ - { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "slot_number": 7509, + "time": "1895-08-24T23:00:00Z" } } - ] + ], + "seed": -1270895927 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiAddressData.json b/lib/core/test/data/Cardano/Wallet/Api/ApiAddressData.json index 2aee3cd9ad9..729a0ad8b4e 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiAddressData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiAddressData.json @@ -1,571 +1,622 @@ { - "seed": 2096979688337121698, "samples": [ { - "payment": "addr_vk15dy0uslwrnda6mwzxz3329sqw285hp48ak5fjx5v2uph85angnwqq2yslj", - "stake": "addr_vk1ntjhk0t0ewnknd6yqcwxghyl9asu7z4w6sxjc7fgpqqazwhe75ksgc2mqr", - "validation": "required" - }, - { - "payment": "addr_vk15emgx0def5z9yhx7e0dhxrzutej0qh5xwjtcm6mxke7nq5ghl6vswpuqle", "stake": { - "all": [ - { - "some": { - "at_least": 1, - "from": [ - "stake_shared_vkh1zdw0qv982466mp7kcdg558kdm6pxumzmdjxmxghjlsnqkx7mf7h", - { - "active_until": 6 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - "stake_shared_vkh18zpz9t5taktwudqv07w9cqfkqvxsc900rntj0frx2n3kwzk80g7", - "stake_shared_vkh1dqyg33rcaxkmeclv2a0wtg9lgevn4h4r4r742rakgyd9uajzhsc", - "stake_shared_vkh1wwsdhh7fklf8ld9xkasef9w6q5d60n30jmt4ks4ge3sdx6qpugd", - { - "active_from": 3 - }, + "some": { + "at_least": 3, + "from": [ + { + "any": [ + "stake_shared_vkh1pvzaa8rmqpfw3hzknsaycjzgwz0pgpssaz2vrnj5gem964pfkha", + "stake_shared_vkh1zn5pl7da662k6qkxlypvaxq48d9rh78kuf3pq2jgvsxasepp3rk", { - "active_from": 3 + "active_until": 5 }, { - "active_from": 4 + "active_until": 9 }, - { - "active_from": 4 - } + "stake_shared_vkh1j3f7zmc00xy96jp07eernd7kzxawxs5rfmf076xjdekn5xn62y9" ] - } - }, - { - "some": { - "at_least": 4, - "from": [ - { - "active_from": 10 - }, - "stake_shared_vkh1ptgv4mq402n4grg0wejgl9q7h0xxal96pzc7ad7tpymhwuj8q9t", + }, + { + "any": [ + "stake_shared_vkh1zn5pl7da662k6qkxlypvaxq48d9rh78kuf3pq2jgvsxasepp3rk", { - "active_until": 6 + "active_until": 9 }, + "stake_shared_vkh146pwtefg9qyxllgdjtdqhgk87l7kg4v8t6vzarmwc760wfash2a", { "active_until": 4 }, { - "active_until": 8 - }, - { - "active_from": 3 + "active_until": 9 }, { - "active_until": 0 + "active_until": 9 }, - "stake_shared_vkh1dzp96try44w4srmx3qrfgzcg5mp243g2xx3386py85q85c23gsw", - "stake_shared_vkh1n30lg0dd6u4xpsd27zveqmlh2wky8prtzmewhaharldwk8wgj9y", - { - "active_until": 6 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ { - "active_from": 10 + "active_from": 7 }, { "active_until": 1 }, - { - "active_until": 2 - }, - { - "active_until": 7 - }, - "stake_shared_vkh18zpz9t5taktwudqv07w9cqfkqvxsc900rntj0frx2n3kwzk80g7", - { - "active_from": 6 - }, - { - "active_until": 0 - }, - { - "active_until": 6 - }, - { - "active_from": 0 - }, - { - "active_from": 3 - } + "stake_shared_vkh1df8gpf28eq2cuup207d4hx5v0wuzj8s05tt53gazeqkh2xamj30" ] - } - }, - { - "all": [ - { - "active_until": 6 - }, - { - "active_from": 5 - }, - { - "active_from": 6 - }, - { - "active_from": 5 - }, - "stake_shared_vkh18zpz9t5taktwudqv07w9cqfkqvxsc900rntj0frx2n3kwzk80g7", - { - "active_until": 8 - }, - { - "active_until": 10 - }, - { - "active_from": 10 - }, - { - "active_from": 9 - }, - "stake_shared_vkh1zd8q8lfmy4yr6ndt8380q2s6lmvp97fuepmnruraf4407dz7vzd" - ] - }, - { - "any": [ - { - "active_until": 8 - }, - "stake_shared_vkh1dzp96try44w4srmx3qrfgzcg5mp243g2xx3386py85q85c23gsw" - ] - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_from": 5 - }, - { - "active_from": 9 - }, - { - "active_until": 4 - }, - "addr_shared_vkh178uqhwcvmpquklvx2q0zegh26j5hvlqky2n0r7aamftd2h7dsst", - { - "active_from": 9 - }, - "addr_shared_vkh178uqhwcvmpquklvx2q0zegh26j5hvlqky2n0r7aamftd2h7dsst", + }, + { + "all": [ + "addr_shared_vkh1099rz8u7zh0ef989x6rw2gfv345e78jkqmvrmvxl6vn6yalp3ke", { - "active_from": 9 + "active_from": 4 }, - "addr_shared_vkh178uqhwcvmpquklvx2q0zegh26j5hvlqky2n0r7aamftd2h7dsst", - "stake_shared_vkh1ptgv4mq402n4grg0wejgl9q7h0xxal96pzc7ad7tpymhwuj8q9t", - { - "active_from": 2 - } - ] - } - } - ] - } - }, - { - "payment": { - "some": { - "at_least": 2, - "from": [ - { - "any": [ + "stake_shared_vkh18spgcwvq6jfu0zz8u2rjwfhjr2zsqsyt8ev93a4xrvfcqjc60pk", + "addr_shared_vkh1l4dk4j356dgzpgvf0ye4223nrclh4fmp8ks3kuxx92g525p80gu", + "stake_shared_vkh146pwtefg9qyxllgdjtdqhgk87l7kg4v8t6vzarmwc760wfash2a", { - "active_from": 3 + "active_until": 3 }, - "stake_shared_vkh1q6mzv5kagxmvqpzvq2pjycetedryqdhp3z2a5qq045ttqgraqya" + "addr_shared_vkh1a8dv52ccppetvql6hhyz0cz5acx3vszzryhla04mev9zjctp77r" ] }, { "some": { - "at_least": 2, + "at_least": 3, "from": [ - "addr_shared_vkh1554szwvqgvnq8m23c790arwz7q6yxpef3uv2l79gc8qpgkq395h", { - "active_from": 5 + "active_until": 2 + }, + { + "active_until": 0 + }, + "stake_shared_vkh146pwtefg9qyxllgdjtdqhgk87l7kg4v8t6vzarmwc760wfash2a", + { + "active_from": 6 + }, + { + "active_from": 1 + }, + { + "active_from": 4 + }, + { + "active_until": 3 + }, + { + "active_until": 7 + }, + { + "active_from": 6 } ] } }, { - "all": [ - { - "active_until": 6 - }, - "stake_shared_vkh1hfdd0qwvqetmjfzcs44ky8aq3uwfwcy4m7agvd5pj7l0knpk257", + "any": [ { - "active_from": 5 + "active_from": 6 } ] }, { "all": [ + "addr_shared_vkh1099rz8u7zh0ef989x6rw2gfv345e78jkqmvrmvxl6vn6yalp3ke", { - "active_until": 9 + "active_until": 4 }, - "addr_shared_vkh134neulpycqqfw5qm9pjcm9rmm693yhc42lwj4qw4ls00qdt2yt9", + "addr_shared_vkh16g8wfvlvqaex7vqfp0d07zz2v3fmmy0qwg7pzukas7g3se2dqea", { - "active_until": 0 + "active_from": 10 }, - "stake_shared_vkh16l5raeav2kdm2taveu5sv3var992xhdzt5fqddtj4p6k2vfrh0u", { - "active_from": 5 + "active_until": 3 }, { - "active_from": 4 + "active_from": 10 }, - "addr_shared_vkh134neulpycqqfw5qm9pjcm9rmm693yhc42lwj4qw4ls00qdt2yt9" + { + "active_until": 6 + } ] }, { "some": { - "at_least": 5, + "at_least": 2, "from": [ - { - "active_until": 1 - }, - { - "active_until": 8 - }, - { - "active_from": 8 - }, - { - "active_from": 7 - }, - "addr_shared_vkh134neulpycqqfw5qm9pjcm9rmm693yhc42lwj4qw4ls00qdt2yt9", + "addr_shared_vkh16g8wfvlvqaex7vqfp0d07zz2v3fmmy0qwg7pzukas7g3se2dqea", { "active_from": 1 - }, - { - "active_until": 0 } ] } - } - ] - } - }, - "stake": "addr_vk1zze33jtekh99mds8p9lqkesnyjtqjy7dwg52cwfgyywpy75l6epqrcwvcf" - }, - { - "stake": "addr_vk1alufjptpxdcgk7vfty6ec2gn7gfetmddv07kakmjhcskv0wy2mdsrq79n6" - }, - { - "stake": "addr_vk12kvajrxd0xz34ec40lgw2m8pp6qaqcsngmte232p4j2g5fan6mgqzvke4u", - "validation": "required" - }, - { - "stake": { - "some": { - "at_least": 3, - "from": [ + }, { "all": [ { - "active_from": 3 + "active_from": 0 }, + "stake_shared_vkh1zn5pl7da662k6qkxlypvaxq48d9rh78kuf3pq2jgvsxasepp3rk", { "active_until": 0 }, - { - "active_from": 2 - }, - "addr_shared_vkh1zfrq9nm4mza907y7ams0upnpy3ec8pqnatytnrq9w347x8m3chk", - "addr_shared_vkh1zf38hhynej0stxf8203pzrhmqx7rgh85xjnn9n8v8jqdg8nes0f", { "active_until": 1 - } - ] - }, - { - "all": [ - { - "active_until": 6 }, + "stake_shared_vkh1zn5pl7da662k6qkxlypvaxq48d9rh78kuf3pq2jgvsxasepp3rk", { - "active_until": 6 + "active_from": 9 }, - "stake_shared_vkh1flepmpum0mxra8q7qm06t8rvewwkndu0ugec6fu7shukj4c0ade", { - "active_until": 7 + "active_until": 10 }, - "stake_shared_vkh1t8ajee0vu9kvquucsur58vrxeq4gykwqlm4a8yqqhe2rqh7k07q", { - "active_until": 0 + "active_from": 9 }, - "addr_shared_vkh1nyk3qm8mac9nppkmyygp423vcaxcrcm33e4ehd3g5fjwycphsun" + "addr_shared_vkh16g8wfvlvqaex7vqfp0d07zz2v3fmmy0qwg7pzukas7g3se2dqea", + { + "active_from": 1 + } ] }, { "all": [ { - "active_from": 7 + "active_until": 6 }, + "stake_shared_vkh1j3f7zmc00xy96jp07eernd7kzxawxs5rfmf076xjdekn5xn62y9", { "active_from": 5 }, { - "active_until": 1 + "active_until": 7 + }, + { + "active_until": 3 }, - "addr_shared_vkh1pczxk7qnnups0c77rqkenatcmj6jddj246apsxg656vhk35g3j2" + "addr_shared_vkh16g8wfvlvqaex7vqfp0d07zz2v3fmmy0qwg7pzukas7g3se2dqea", + { + "active_from": 7 + } ] - }, + } + ] + } + } + }, + { + "payment": { + "some": { + "at_least": 2, + "from": [ + "stake_shared_vkh1zgdq8433g7nuas04wle9qpep2hlp3c6e797mq2u6gcl9q54ramd", + { + "active_from": 7 + }, + { + "active_until": 3 + }, + "stake_shared_vkh1gw9w73dg9qjv424uqy7ln9cz2jhk2tsz0law48ftt06asvf5qpv", + { + "active_until": 4 + }, + { + "active_until": 8 + }, + { + "active_until": 6 + }, + "stake_shared_vkh1kjw45mgfqas0e8ph9qt0yha8dzl4c22qg869uthmmsuh54wh5yn", + "stake_shared_vkh1zgdq8433g7nuas04wle9qpep2hlp3c6e797mq2u6gcl9q54ramd", + { + "active_until": 8 + } + ] + } + } + }, + { + "payment": "addr_vk1trmxxc7566xzxffthvpzfm88hlwprn4asq4c8sy5y04c27xqheasxyura7" + }, + { + "payment": "addr_vk1gkgr9ha774qs867htt42taxawjvd3wdv2sp0qtk02kjeeh6zsygs45w279", + "stake": { + "some": { + "at_least": 3, + "from": [ { "some": { "at_least": 1, "from": [ { - "active_from": 10 + "active_until": 3 + }, + "addr_shared_vkh1htx27wkjwwynl3mvnfnn2tekfa6xgeqcft4wg68m0wgkkytv087", + { + "active_from": 8 + }, + { + "active_until": 10 + }, + { + "active_from": 3 } ] } }, { "some": { - "at_least": 5, + "at_least": 3, "from": [ - "addr_shared_vkh1nyk3qm8mac9nppkmyygp423vcaxcrcm33e4ehd3g5fjwycphsun", - "stake_shared_vkh17msv896wnnf22ga9zq8taar7am25pdens672ucgqpr3s2m7cqxj", - { - "active_until": 5 - }, - { - "active_from": 2 - }, { "active_from": 5 }, - { - "active_until": 10 - }, - { - "active_from": 6 - } + "addr_shared_vkh17axgwlawqfcuyjvyn8rlx60z0dae4qz8nzvc50a48ga4jr8985c", + "stake_shared_vkh1et0k9vtnc6xugyafpewaet92r5ct9ykpkrz2qdrjh4p2vukukqy" ] } }, { - "any": [ - "addr_shared_vkh1nyk3qm8mac9nppkmyygp423vcaxcrcm33e4ehd3g5fjwycphsun", - "addr_shared_vkh1zf38hhynej0stxf8203pzrhmqx7rgh85xjnn9n8v8jqdg8nes0f", - "stake_shared_vkh1v30ksd2kwzcdry38tn3ayt6card29qvmvhsk0um6q8dux5eyrnx", + "all": [ { - "active_until": 6 + "active_from": 8 }, - "stake_shared_vkh1t8ajee0vu9kvquucsur58vrxeq4gykwqlm4a8yqqhe2rqh7k07q", - "addr_shared_vkh1785dw6s3p47p8nqsuxzjx9qfauafm38jx2ge3auseqe9ja9rehj", - "stake_shared_vkh1flepmpum0mxra8q7qm06t8rvewwkndu0ugec6fu7shukj4c0ade", { "active_until": 7 }, + "stake_shared_vkh1vl4w3f72xhmpnswx8gd3jedv02ws5x7382xpapet2hfjvgw0rmc", { - "active_until": 9 - } - ] - }, - { - "any": [ - { - "active_from": 10 - }, - { - "active_from": 3 + "active_until": 2 }, + "stake_shared_vkh1f8d0tgqh8yy3tsqkzfgve62dnu7a7n3tfhfznwe7hayus9rm4u6", { "active_from": 8 }, + "stake_shared_vkh1pr888a2tfap6u9jr60z5de6w2klduuh7c8sk4kmamt6av4k9zt4", + "stake_shared_vkh1et0k9vtnc6xugyafpewaet92r5ct9ykpkrz2qdrjh4p2vukukqy", { - "active_until": 2 + "active_from": 3 } ] - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_from": 0 - }, - { - "active_from": 9 - }, - { - "active_until": 4 - }, - { - "active_from": 9 - }, - { - "active_from": 3 - }, - "addr_shared_vkh1zfrq9nm4mza907y7ams0upnpy3ec8pqnatytnrq9w347x8m3chk", - { - "active_from": 3 - }, - { - "active_from": 2 - }, - { - "active_until": 0 - }, - { - "active_until": 6 - }, - { - "active_until": 7 - } - ] - } } ] } - }, - "validation": "recommended" + } }, { - "payment": "addr_vk1dtg80qhaz7nvkxk2ulzus3d082qetjff4msp6dyndar626z6t04qhjmx6s", - "stake": "addr_vk1qte7gqkfvhfqqphx2pv794s6jaxt65a47f3q9ccvnm28j55mxqlsrag924", - "validation": "recommended" + "payment": "addr_vk1w6a2u0ccp8auvhqz86avahjrpd6fpgnr9r9mu2fz6k2fdllkqmeqfnfm46" }, { - "payment": "addr_vk1jcggs0nlrv3y237zwqlyss8xh3tvfy3j84y5qk2egasyzska85aq58aldg", - "stake": { - "some": { - "at_least": 6, - "from": [ - "stake_shared_vkh19vnlr8g8cemz0x52jzk4lyxk7y4mmlgp657gravdt5wa7kqzeul", - { - "active_from": 8 - }, - "stake_shared_vkh1syu53ndkyl3dy7vvm0n8sr8273uw3drz2cz9gfx5m36s7w98kxk", - { - "active_from": 1 - }, - "addr_shared_vkh1vycfkqj9lgjg4gec0g470kc77pyhccxn6jdzvlt4hvmaw068gsj", - "stake_shared_vkh16lyw028mql37utnq5xsfntrmakklle6y468x6w3d2jcdu4twle4", - { - "active_until": 10 - }, - "stake_shared_vkh1syu53ndkyl3dy7vvm0n8sr8273uw3drz2cz9gfx5m36s7w98kxk", - "stake_shared_vkh16lyw028mql37utnq5xsfntrmakklle6y468x6w3d2jcdu4twle4", - { - "active_from": 2 - } - ] - } - }, - "validation": "recommended" + "payment": "addr_vk1kye5e4e0rwdx9sq55sk79jrupn8ky0e0qq0xrjazt6awvu0m07xqvgw0kf" }, { - "stake": "addr_vk1c228qs7xccelx40yruh9wp3f54k9ftjvz2ncngefdfudyn7w94wsrw7ekl" - }, - { - "stake": { - "all": [ + "payment": { + "any": [ { - "any": [ - "stake_shared_vkh1w4w22c0ekfzqsk3vr78xz0apgc9gpnggfjywln76zy5vzhjk9ky", + "all": [ { - "active_from": 2 + "active_until": 8 }, - "stake_shared_vkh1gdlqyt3zdveq57t5aae3f5vg57q0kkzlmp74m9nh0fpszsyf7kf", - "stake_shared_vkh1w4w22c0ekfzqsk3vr78xz0apgc9gpnggfjywln76zy5vzhjk9ky", { "active_from": 10 }, + "stake_shared_vkh137npfsdm8vs62xjweczmq23epgg79t892grxhd9cf6gscldzgkw", + "addr_shared_vkh1kzv6v6uhpg66dukz04w3396cfjep4f5aemsrewe20ttdu8mfu94", + "stake_shared_vkh1863q4y7qgad98nvcvr02smq29zz75xxj699958ey7025yu7szs3" + ] + }, + { + "some": { + "at_least": 1, + "from": [ + { + "active_until": 10 + }, + "addr_shared_vkh1kzv6v6uhpg66dukz04w3396cfjep4f5aemsrewe20ttdu8mfu94" + ] + } + }, + { + "some": { + "at_least": 4, + "from": [ + { + "active_from": 1 + }, + { + "active_from": 2 + }, + { + "active_from": 0 + }, + { + "active_until": 2 + }, + { + "active_from": 2 + }, + "addr_shared_vkh1v63c92qzrgpzterpq59j9ssdh3arg6fcesun8e6kkw02cfjhkpw", + { + "active_from": 1 + }, + { + "active_until": 8 + }, + { + "active_until": 4 + }, + "stake_shared_vkh1eej092eahsaaahxd60yxxhkm602cgn4fw709660tzpfexunszeu" + ] + } + }, + { + "all": [ + { + "active_from": 6 + }, { "active_until": 3 + } + ] + }, + { + "any": [ + { + "active_from": 2 + }, + { + "active_until": 1 + }, + { + "active_until": 0 }, { "active_until": 6 }, - "stake_shared_vkh1gdlqyt3zdveq57t5aae3f5vg57q0kkzlmp74m9nh0fpszsyf7kf" + { + "active_until": 7 + }, + { + "active_until": 10 + } ] }, { "any": [ { - "active_from": 3 + "active_from": 0 }, - "addr_shared_vkh10fzl94pg98wgs79dc8flmv9mcx4v4ljnx7h2648htnwxcyjv0wf", - "stake_shared_vkh1zs976wtmxcfd90ac6sphsq4l9626k68hz3cs0gyy3ms62lc5k9j", - "stake_shared_vkh12y9xl3dgudyxsh229hz6e9tvvtq508khhs684ph3kv8w2g3ssfm", - "stake_shared_vkh1h88030zacnstxu7y700qqlspnlykp2ks552dhrrsxt65526tfg4", + "stake_shared_vkh137npfsdm8vs62xjweczmq23epgg79t892grxhd9cf6gscldzgkw", + { + "active_from": 6 + }, + { + "active_until": 0 + }, + "stake_shared_vkh1eej092eahsaaahxd60yxxhkm602cgn4fw709660tzpfexunszeu", + { + "active_until": 2 + }, + { + "active_from": 7 + }, + "addr_shared_vkh1xzfpfpy7ngt6c4s0h08kzj5aydk9ha7tkn2489jut9ptg95ua9u", + { + "active_from": 9 + }, + "addr_shared_vkh1v63c92qzrgpzterpq59j9ssdh3arg6fcesun8e6kkw02cfjhkpw" + ] + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 0 + }, + { + "active_until": 7 + } + ] + } + }, + { + "all": [ { "active_until": 0 + }, + { + "active_until": 4 + }, + "addr_shared_vkh1xzfpfpy7ngt6c4s0h08kzj5aydk9ha7tkn2489jut9ptg95ua9u" + ] + } + ] + }, + "validation": "recommended" + }, + { + "stake": { + "any": [ + { + "all": [ + { + "active_until": 2 + }, + { + "active_from": 0 } ] }, { "some": { - "at_least": 9, + "at_least": 4, "from": [ - "stake_shared_vkh1w3lk6hvralxn6689qeeqn7u5l2jj9mmnsfhjj98l457775gnaj0", { - "active_until": 8 + "active_until": 2 }, - "stake_shared_vkh1w3lk6hvralxn6689qeeqn7u5l2jj9mmnsfhjj98l457775gnaj0", + "stake_shared_vkh1anl8qwrqul087wvmqjsft372w5yxhnpa6mhtgw0dpyhfvg000rt", { - "active_from": 0 + "active_from": 6 }, { - "active_until": 9 + "active_from": 8 }, { - "active_until": 0 + "active_from": 9 + } + ] + } + }, + { + "some": { + "at_least": 1, + "from": [ + "addr_shared_vkh1cnesp078ygjj0he0hy32fpqm4lxkhseh9zz49vd8sufnwjh9gf5", + { + "active_until": 5 + } + ] + } + }, + { + "all": [ + { + "active_until": 7 + }, + "stake_shared_vkh1huhlvwzrm9s73fmc3jesg22j9v0rwdg0kkxxt28jsmmd7jpm39v", + { + "active_until": 9 + }, + { + "active_from": 8 + }, + { + "active_from": 3 + }, + { + "active_until": 1 + } + ] + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 6 }, - "stake_shared_vkh1w4w22c0ekfzqsk3vr78xz0apgc9gpnggfjywln76zy5vzhjk9ky", { - "active_from": 1 + "active_until": 9 }, + "stake_shared_vkh1anl8qwrqul087wvmqjsft372w5yxhnpa6mhtgw0dpyhfvg000rt", { - "active_from": 6 + "active_until": 4 } ] } }, { "any": [ + "addr_shared_vkh13z0qvywfc4c3z6f4gvhsgyn40xw78ttpgakz3zq54drqk69c3qf", { - "active_from": 7 + "active_until": 0 }, { - "active_until": 0 + "active_until": 8 }, + { + "active_until": 7 + } + ] + }, + { + "some": { + "at_least": 1, + "from": [ + { + "active_from": 5 + }, + { + "active_from": 1 + } + ] + } + }, + { + "all": [ { "active_until": 3 }, + "stake_shared_vkh1p8up6dyztrpygmge2dlp76gwx6x9zzphry2vaxkhj0kjcz039cz", { - "active_until": 5 + "active_from": 6 }, { - "active_from": 8 + "active_from": 2 }, { - "active_until": 0 + "active_from": 10 + } + ] + }, + { + "any": [ + { + "active_until": 8 + }, + { + "active_from": 4 + }, + { + "active_until": 3 + }, + "addr_shared_vkh17x0086awnvjzgz7jz3y0x69ha9wwl8tnh2rjr9uamunu6v988n7", + { + "active_until": 3 } ] } ] + } + }, + { + "stake": "addr_vk1slv63qa9nkhtkdfhz3q4efgj7cjzysvuukc43zns8nhrddptepjs5aaavk", + "validation": "required" + }, + { + "payment": { + "all": [ + { + "active_from": 9 + }, + { + "active_until": 2 + }, + { + "active_until": 1 + }, + "addr_shared_vkh1u58dn5cky59rsmya7mdgf9du7mxqk4ewvfs05wthphpyutpxg7k", + { + "active_from": 7 + }, + { + "active_until": 2 + }, + { + "active_from": 3 + }, + { + "active_until": 3 + }, + { + "active_until": 0 + }, + { + "active_from": 8 + } + ] }, "validation": "required" } - ] + ], + "seed": -792321471 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiAsArrayTestMaybeWord64.json b/lib/core/test/data/Cardano/Wallet/Api/ApiAsArrayTestMaybeWord64.json index ba4ca4dcdb5..0f887931440 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiAsArrayTestMaybeWord64.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiAsArrayTestMaybeWord64.json @@ -1,33 +1,33 @@ { - "seed": 7791008154457474620, "samples": [ [ - 5762795 + 10101621 ], [ - 14515228 + 15671535 ], [ - 12222620 + 8990380 ], - [], [ - 5536809 + 370783 ], [ - 11014587 + 10112519 ], [ - 10632220 + 10745673 ], [ - 15328198 + 5122046 ], + [], [ - 3206511 + 4265692 ], [ - 11355695 + 14699151 ] - ] + ], + "seed": -505809441 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiAsset.json b/lib/core/test/data/Cardano/Wallet/Api/ApiAsset.json index 1be22a79795..4ed641dbcde 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiAsset.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiAsset.json @@ -1,88 +1,77 @@ { - "seed": -4024595179411080435, "samples": [ { - "fingerprint": "asset17ehv7kun49vdddrtpsfehcgx65qzeqrp5h374m", "asset_name": "546f6b656e42", - "policy_id": "44444444444444444444444444444444444444444444444444444444", - "metadata": { - "name": "asset", - "ticker": "AST", - "description": "An asset" - } + "fingerprint": "asset1an6amcyavsvjahvgm5mlz6c8dsumceuahka6e8", + "policy_id": "33333333333333333333333333333333333333333333333333333333" }, { - "fingerprint": "asset1g697yawd65z0p77hzf3kypz048unrmm0leqgp9", - "asset_name": "546f6b656e45", - "policy_id": "33333333333333333333333333333333333333333333333333333333", + "asset_name": "546f6b656e43", + "fingerprint": "asset1fmd7yk78y2mggg0rxz8huxrdrgfg8vk0zkcucy", "metadata": { + "description": "An asset", "name": "asset", - "decimals": 5, - "description": "An asset" - } + "ticker": "AST", + "url": "https://asset.url" + }, + "policy_id": "33333333333333333333333333333333333333333333333333333333" }, { - "fingerprint": "asset1k3lkc5ycnv6mlcatcnn9adh7puhynuwkw7jvjs", - "asset_name": "546f6b656e45", - "metadata_error": "fetch", - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "fingerprint": "asset10z49l8djzd0rfx762rzfml467qh3wegjyckkh5", + "metadata": { + "decimals": 12, + "description": "An asset", + "name": "asset" + }, + "policy_id": "11111111111111111111111111111111111111111111111111111111" }, { - "fingerprint": "asset1qh6q8ax22k0kdxqem2k80hd9xkuvnq6va8dfhq", - "asset_name": "546f6b656e43", - "metadata_error": "fetch", + "asset_name": "546f6b656e44", + "fingerprint": "asset12m7kkyjdkczfpe824w857832xls3dlrnt27cca", "policy_id": "22222222222222222222222222222222222222222222222222222222" }, { - "fingerprint": "asset1wre9r0m8cvewpwnsly994ljyadqljfryp6j0kf", - "asset_name": "546f6b656e41", + "asset_name": "546f6b656e45", + "fingerprint": "asset1aeuztz6cweyym4gfke86377p9e85wedu54vcsy", "metadata_error": "parse", - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111" }, { - "fingerprint": "asset1v0k3p3ajxa6r8tuxmd50e6wr7uj7knhw9fzmat", "asset_name": "546f6b656e44", + "fingerprint": "asset1xtj67pxv25th8qgdz43s45n89cdvwxqutjqwph", + "policy_id": "44444444444444444444444444444444444444444444444444444444" + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset146tn6y5swr9ecfu7y4r6nr63z4xg0mypnfktpa", "metadata_error": "parse", - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111" }, { - "fingerprint": "asset1xtj67pxv25th8qgdz43s45n89cdvwxqutjqwph", - "asset_name": "546f6b656e44", - "policy_id": "44444444444444444444444444444444444444444444444444444444", - "metadata": { - "name": "asset", - "ticker": "AST", - "logo": "PGxvZ28+", - "description": "An asset" - } + "asset_name": "546f6b656e45", + "fingerprint": "asset1g697yawd65z0p77hzf3kypz048unrmm0leqgp9", + "metadata_error": "fetch", + "policy_id": "33333333333333333333333333333333333333333333333333333333" }, { - "fingerprint": "asset1ycquat5rc253s3nfd0p3pxyszc3x5zrujc6lh0", "asset_name": "546f6b656e44", - "policy_id": "11111111111111111111111111111111111111111111111111111111", + "fingerprint": "asset12m7kkyjdkczfpe824w857832xls3dlrnt27cca", "metadata": { - "name": "asset", - "decimals": 9, - "ticker": "AST", + "decimals": 11, + "description": "An asset", "logo": "PGxvZ28+", - "description": "An asset" - } - }, - { - "fingerprint": "asset1km4zqg67ae5kn74eke4n9a376dhheu5vzczxzf", - "asset_name": "546f6b656e42", - "metadata_error": "parse", + "name": "asset", + "url": "https://asset.url" + }, "policy_id": "22222222222222222222222222222222222222222222222222222222" }, { - "fingerprint": "asset17ehv7kun49vdddrtpsfehcgx65qzeqrp5h374m", - "asset_name": "546f6b656e42", - "policy_id": "44444444444444444444444444444444444444444444444444444444", - "metadata": { - "name": "asset", - "logo": "PGxvZ28+", - "description": "An asset" - } + "asset_name": "546f6b656e44", + "fingerprint": "asset1ycquat5rc253s3nfd0p3pxyszc3x5zrujc6lh0", + "metadata_error": "fetch", + "policy_id": "11111111111111111111111111111111111111111111111111111111" } - ] + ], + "seed": 239189952 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiAssetMintBurn.json b/lib/core/test/data/Cardano/Wallet/Api/ApiAssetMintBurn.json index 533feacb5ef..5860f087a3a 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiAssetMintBurn.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiAssetMintBurn.json @@ -1,103 +1,131 @@ { - "seed": -6478269885643170774, "samples": [ { "tokens": [ { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1fapgx6z4ac6rj0uvtyw05l2j4w9vh2h38n54wx", + "quantity": 6633 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1jn2nk0tfh432ljn3y70m7hy4ctefm64anpkxt8", + "quantity": 789 + } + ], + "policy_id": "920618441ac285f3ac13a96c75265eb315bb346f3fd90bfcc11072ae", "policy_script": { "script": { "all": [ - "policy_vkh15lqs8v529flh4w9dlghzckva9vxcjyelkntnn488vlcqw8gv4yk", + "policy_vkh1jgrps3q6c2zl8tqn49k82fj7kv2mkdr08lvshlxpzpe2uey27ws", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "a7c103b28a2a7f7ab8adfa2e2c599d2b0d89133fb4d739d4e767f007", + } + }, + { "assets": [ { - "fingerprint": "asset10fmj4r65xceqxp038umz0razghr98jnn583tlk", - "asset_name": "546f6b656e56", - "quantity": 9653 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1grya00ltqyr748wxe3qyr6crmp40uvudd8exhe", + "quantity": 873 }, { - "fingerprint": "asset1eczvxk3crtlqhkfxu6grll5xx6fvtq4yg2kwt8", - "asset_name": "546f6b656e49", - "quantity": 5980 + "asset_name": "546f6b656e43", + "fingerprint": "asset12qgrhllmjx3srqkkpqx82emvazglmycuc4r70v", + "quantity": 8825 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1fy6u97udkz29kthgqq88h5w6a5y9khsc5j69gg", + "quantity": 3683 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1zvk5ekahpcr4r0c4x2tqqy3zu6xped2pvchrzg", + "quantity": 4571 } - ] - }, - { + ], + "policy_id": "f95f0723ce8a9aa8ff507cd6913982277b6d14db54054caf4829245c", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "f1463472c0d001435bf6f2efcfb1b28fa039f74f39ff1075496643a6", + } + }, + { "assets": [ { - "fingerprint": "asset1fsp84atm642nmml76ush509m44zcxuml30xdjn", - "asset_name": "546f6b656e4a", - "quantity": 4124 + "asset_name": "546f6b656e41", + "fingerprint": "asset1pef9jh24jv6vr3d2dpsxt3ely4a5vs5y9qhral", + "quantity": 6985 } - ] + ], + "policy_id": "1c425a272706a5220901cdcd3fb475136cf4f91788da267998b03e91", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1g3pz2xu4rf6z8vzcufmsyzngffjpx6zke398nkx9at5wvcum4up", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "4442251b951a7423b058e277020a684a64136856cc4a79d8c5eae8e6", "assets": [ { - "fingerprint": "asset13yyn0zuw63mwee4nrzxy28jhrvzchzgnnqvg98", - "asset_name": "546f6b656e43", - "quantity": 9157 + "asset_name": "546f6b656e53", + "fingerprint": "asset16hqjetgpnwznx3g92mrak89cpyhky3ud60pczm", + "quantity": 8512 } - ] + ], + "policy_id": "1ddf12251228739b3e64eb5818ba214dd16596b9e9b616ac59b306cc", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1j00hkel50kzhlvc0h3a9q70604spckk77clgde4803qujkgcmhx", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "93df7b67f47d857fb30fbc7a5079fa7d601c5adef63e86e6a77c41c9", "assets": [ { - "fingerprint": "asset1s629ll2ah50gljnngjq64pprjprqkzxch5au88", - "asset_name": "546f6b656e59", - "quantity": 6363 - }, + "asset_name": "546f6b656e51", + "fingerprint": "asset1fkdp5c2hn2lau8pdtya3ycyd3p8vwju70gj4le", + "quantity": 478 + } + ], + "policy_id": "1648e0dff497fa16c1e59fc812545cd59e34fbaf4877445145e0329a", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ { - "fingerprint": "asset1kz9dta59hu570dwlehl2azxm8mqaw57qqu865g", - "asset_name": "546f6b656e4b", - "quantity": 7872 + "asset_name": "546f6b656e54", + "fingerprint": "asset1v4evnyxmmd9z4dsxn4p4wljye5vvwxa5e33nkr", + "quantity": 6458 } - ] + ], + "policy_id": "ca3a12356806b27ce84eb0e2f4fe3e83b833084914d6bc98a11ad1a4", + "policy_script": { + "script": "policy_vkh1egapydtgq6e8e6zwkr30fl37swurxzzfznttex9prtg6gp3d7vc", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset16s0gzza3eauwzkvu5mkzt9rd73ymtkms5qww59", + "quantity": 3325 + } + ], + "policy_id": "db458f977943b655e57461471e7673c41d96c6091d66ff17a9750d07", "policy_script": { "script": { "all": [ - "policy_vkh1qa7l495vuj6nn9jpfjddr9n8qpfmyg4xuzejslctmxjf5ctpu02", + "policy_vkh1mdzcl9megwm9tet5v9r3uanncswed3sfr4n079afw5xswcmmj9c", { "active_from": 100 }, @@ -107,79 +135,117 @@ ] }, "script_type": "native" - }, - "policy_id": "077dfa968ce4b53996414c9ad196670053b222a6e0b3287f0bd9a49a", + } + }, + { "assets": [ { - "fingerprint": "asset1z5ghkznq9564setq4d4n0h5qrq7e2jv6f8pj77", - "asset_name": "546f6b656e51", - "quantity": 4428 + "asset_name": "546f6b656e52", + "fingerprint": "asset1kd436kvd93ju24nav7zgxmlhxfdgmf9zuxhuw4", + "quantity": 7557 }, { - "fingerprint": "asset18xmllkffat80v9qr8z6jkcggerp2tdcscnu889", - "asset_name": "546f6b656e58", - "quantity": 3244 + "asset_name": "546f6b656e50", + "fingerprint": "asset10yetktflph60dxl3ymkakctlnup0kk6m9dvrga", + "quantity": 4152 }, { - "fingerprint": "asset1nlnuevz49xml2cls5yvp9spzgjatja7fkrlw9f", - "asset_name": "546f6b656e43", - "quantity": 7117 + "asset_name": "546f6b656e41", + "fingerprint": "asset1fgat6tkwmkt9v27ccwyxufyqkcee8dpykscq3e", + "quantity": 738 }, { - "fingerprint": "asset15kcm5vrv2npwtexdtla53wtv5u2mnjmrppayp7", - "asset_name": "546f6b656e57", - "quantity": 5100 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1maylqtql0uq5akda3zfetjh3q6g7fseg9u3jxt", + "quantity": 8284 } - ] - }, - { + ], + "policy_id": "90a8be8d7a5f93f583ff1789f29e53355926631451d80f59468d58c9", "policy_script": { - "script": { - "all": [ - "policy_vkh1pgq5ftnf7slvnr2g6cr0yetef2z5g2nskrxv3hhhcq7z6rpge3r", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, + "script": "policy_vkh1jz5tart6t7fltqllz7yl98jnx4vjvcc528vq7k2x34vvjjur9l8", "script_type": "native" - }, - "policy_id": "0a0144ae69f43ec98d48d606f265794a85442a70b0ccc8def7c03c2d", + } + }, + { "assets": [ { - "fingerprint": "asset1d42xketnhxhm20twaw33hudfv3r894xekggepf", - "asset_name": "546f6b656e4d", - "quantity": 7685 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1g0vdj5p0tde2h69wjedqukqldzu7tznl6msyvn", + "quantity": 2312 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset17yr4jf73tnv526w8kqxertrcxruw9auf2aruqu", + "quantity": 9019 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1arpd2tn0p547v8y69sq20yekwvqg2mlgfckyp3", + "quantity": 4068 } - ] + ], + "policy_id": "4c1606508176b6a8d8d21a994700bf0aba38f339fb6eae6e8be7ddc0", + "policy_script": { + "script": "policy_vkh1fstqv5ypw6m23kxjr2v5wq9lp2ar3ueeldh2um5tulwuq4j7evg", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1q2h5f5gxsut6g9lkdsa9yxn3uvttjfhkj5f8mn", + "quantity": 3135 + } + ], + "policy_id": "31b1800a92fc46170c01323259172b85471deb513a15275de206956c", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "a2efa432ce2bf8384cee43af7e71e26203410175d7ff212f864ab564", + } + }, + { "assets": [ { - "fingerprint": "asset1c0w07qf77f0nad3rsue2u4lzvpy8ntyytcsdfd", - "asset_name": "546f6b656e4b", - "quantity": 6513 + "asset_name": "546f6b656e58", + "fingerprint": "asset1sfq2jppkl5f3cr4v26pedjzzj9a0ddekerce9k", + "quantity": 4760 }, { - "fingerprint": "asset1we2ucd8ge599gfstu5zekq5evtv7amqm0h7s2l", - "asset_name": "546f6b656e45", - "quantity": 3973 + "asset_name": "546f6b656e43", + "fingerprint": "asset1fpr27lqf57x07ztyjwzydns2v2534523ggeptl", + "quantity": 1560 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset14szr62unnvcmv8wgktcx0nv5kcyqwlxls8n2e9", + "quantity": 1389 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1tejydnnzss3nh3g42hruld5dlh7mdum7n5nuyn", + "quantity": 5734 } - ] + ], + "policy_id": "adccb1a9981ca4cbb3212be0daaa249ba97d9413540a4d939e559061", + "policy_script": { + "script": "policy_vkh14hxtr2vcrjjvhvep90sd423ynw5hm9qn2s9ymyu72kgxz29rm8v", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e59", + "fingerprint": "asset105d6469mj75q449956745kj8k6aj9pvdq9u0xx", + "quantity": 388 + } + ], + "policy_id": "222e7b05f13dbba91b82e51e99b61cb8d3d5b83dc719d316973ba5e1", "policy_script": { "script": { "all": [ - "policy_vkh1886mhyzruxrlq0nuqkagex6trd4zaac7zhgd6dghkat3jechf9z", + "policy_vkh1ygh8kp038ka6jxuzu50fndsuhrfatwpacuvax95h8wj7zml4gg4", { "active_from": 100 }, @@ -189,133 +255,160 @@ ] }, "script_type": "native" - }, - "policy_id": "39f5bb9043e187f03e7c05ba8c9b4b1b6a2ef71e15d0dd3517b75719", + } + }, + { "assets": [ { - "fingerprint": "asset1kejv3q0y858k7laaxawnnz5sm5drxze05ahfn3", - "asset_name": "546f6b656e54", - "quantity": 7472 + "asset_name": "546f6b656e48", + "fingerprint": "asset1e0pgzwfcfal2a04zt3xk3rhgaqc5qjx80l8ndm", + "quantity": 9950 }, { - "fingerprint": "asset1aqvnd3mg50jjzheh7njmeth2awp6k067vze47e", - "asset_name": "546f6b656e50", - "quantity": 7851 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1kehlze8gglkvyavt9u3zehyzys0aqrj4tst5k8", + "quantity": 3346 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1y202fvputu5tplqfpdezju46ae5et8sxs9cw3k", + "quantity": 8214 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset167q43e20n00nezx2ht8lnze0sf6d76y5x8vqxe", + "quantity": 4825 } - ] - }, - { + ], + "policy_id": "e28dee65f43bdf5f96193b881a5c6b5fc3b01fc554d3eaa778194910", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "070edd25c4a91f316fe36fbc4f0b8e8d9245a447e45cca9bb4cfaa15", + } + }, + { "assets": [ { - "fingerprint": "asset1hx0us89cnurxfatc06uwa39rdeekp2pmwrd5dc", - "asset_name": "546f6b656e43", - "quantity": 8776 + "asset_name": "546f6b656e4b", + "fingerprint": "asset1g8jgrse2ftw3kw440aklyxvjv8aswqkj6gu72n", + "quantity": 2278 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1u2s7u7em4yhx3efufewctp3zyeg7l958kqyhec", + "quantity": 9847 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1t85vx76dyt6f5r5nkxlkg73xa5fvag6zf0hau4", + "quantity": 7804 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1avesrz4r25aen3aqr3ld7lnzdq0s088km9dk7h", + "quantity": 1372 } - ] + ], + "policy_id": "06e97cc9286ca84a4b9d56436f27c6ac0789dce264ea56ad94e807fa", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1l9tzst8vvhy9qtdrauaqquhmexnnfsh7yktvn3", + "quantity": 823 + } + ], + "policy_id": "72f2b89b664cdc87198d5d6c29b8571120de256327b6ccb0669674de", "policy_script": { - "language_version": "v1", + "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "bba99228dae87068be483b3b3a1e5a7e246dd77f12023fd49aba280c", + } + }, + { "assets": [ { - "fingerprint": "asset1f5p7mzdq9rkpy7pqx6mavj0vrye8anq58df6dj", - "asset_name": "546f6b656e56", - "quantity": 8547 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1dp0rqyfrgrvh7zdeqm892xyurspyfx8wzve4k0", + "quantity": 4471 }, { - "fingerprint": "asset1nu000yeex2gvgej43w3u4m4rs9xvhd8fhk9hva", - "asset_name": "546f6b656e4c", - "quantity": 4836 + "asset_name": "546f6b656e52", + "fingerprint": "asset14u2vvg4yw2d48w5rpstzpjca8xx0yqd0d7scg0", + "quantity": 6069 } - ] - }, - { + ], + "policy_id": "ae2e4c93953f6f2e1c490f8e35058c80eef093f3035080175fdf5f48", "policy_script": { "script": { "all": [ - "policy_vkh13sqmunan48v3huchd7r5ztnjhyszmwf8cyl2fg3gkd3l6gstj8q", + "policy_vkh14chyeyu48ahju8zfp78r2pvvsrh0pylnqdggq96lma05sk8d990", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "8c01be4fb3a9d91bf3176f87412e72b9202db927c13ea4a228b363fd", + } + }, + { "assets": [ { - "fingerprint": "asset1hq3esln765f27r5xlzh92kgne59sg35d5tpljq", - "asset_name": "546f6b656e58", - "quantity": 7727 - }, - { - "fingerprint": "asset1mhawmc40prd3n3gtu4mw39mkdc9g6dqhmhadgr", - "asset_name": "546f6b656e41", - "quantity": 5835 + "asset_name": "546f6b656e44", + "fingerprint": "asset1tvu9vj4q5lsyw5ledk64jqu674drewpr0yhhfe", + "quantity": 328 } - ] + ], + "policy_id": "921cbe02b3c956d3a68d4b940b129cd1fe24d160372992ef22e68453", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1zzrl7dxr0nudk3s4dyhfzgc4gp69xj44qls9el97ktlpce39hlq", - "script_type": "native" - }, - "policy_id": "1087ff34c37cf8db4615692e9123154074534ab507e05cfcbeb2fe1c", "assets": [ { - "fingerprint": "asset1edzeeq558nu4xznkh4thyptggrv6k4883rfw3m", - "asset_name": "546f6b656e5a", - "quantity": 3243 - }, - { - "fingerprint": "asset1vtd695akg4cu7er3w7wzfzvljzdg8nelc4js75", - "asset_name": "546f6b656e45", - "quantity": 9950 + "asset_name": "546f6b656e43", + "fingerprint": "asset1fry5ztlf06pt0v8y5muyng5mw4lzldlcjth5w0", + "quantity": 3686 } - ] - }, - { + ], + "policy_id": "8c59d5c2bfc0a070bbd4a82f431f0b2623b48f67d858f3727b896b3d", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "adb44890015e15809d4796b9abd185fe2fc7ce0bc2c57687943a71b9", + } + }, + { "assets": [ { - "fingerprint": "asset1el6lwzgf4drgxcewhztmw8y7073j0nzwdf44c0", - "asset_name": "546f6b656e4c", - "quantity": 8141 - }, - { - "fingerprint": "asset12vnzkl85shfzt2907yqg0elcqrllva674af855", - "asset_name": "546f6b656e56", - "quantity": 8891 + "asset_name": "546f6b656e58", + "fingerprint": "asset1a2gk28g08ntppuedvej0355qv407adsdc0hpu2", + "quantity": 1496 }, { - "fingerprint": "asset1fcucq6w8dn2hqquj4qtuggrshu0wnsldd04r08", - "asset_name": "546f6b656e48", - "quantity": 8759 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1992rk56s7zc9qashnlenv7pfylynxxxjxme38d", + "quantity": 6876 }, { - "fingerprint": "asset1tp7er62h86zqc2mhq6qhzqfwcrg0u9sk6h2x4j", - "asset_name": "546f6b656e4f", - "quantity": 5133 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1psysrnh46mkpwprvwaqx5clslxcargcfm22cy7", + "quantity": 4156 } - ] - }, - { + ], + "policy_id": "f0d478e83b12d60703f47177a4af21ce38b5e28590a13bc9881b4384", "policy_script": { "script": { "all": [ - "policy_vkh1gyk8k0dluzx5ycs69wkw9awzcfx33d8rt2ydzer3ltf0zh6ze8f", + "policy_vkh17r2836pmzttqwql5w9m6ftepecuttc59jzsnhjvgrdpcgfedavz", { "active_from": 100 }, @@ -325,55 +418,69 @@ ] }, "script_type": "native" - }, - "policy_id": "412c7b3dbfe08d42621a2bace2f5c2c24d18b4e35a88d16471fad2f1", + } + }, + { "assets": [ { - "fingerprint": "asset1rk5w0nehxpvq2hjwn92rx6zxua6f5g3w27sty2", - "asset_name": "546f6b656e53", - "quantity": 771 + "asset_name": "546f6b656e4a", + "fingerprint": "asset13vfq33pr37rgvzke8l5jhea9htg9pfx7run205", + "quantity": 9040 }, { - "fingerprint": "asset1uv8jdcxwgm26f206xgwxmtxzyf4vffrq0d9nlu", - "asset_name": "546f6b656e4d", - "quantity": 296 + "asset_name": "546f6b656e57", + "fingerprint": "asset14vtv5n8k994nxlc3nx85wnmua4nd35q5kmpwmf", + "quantity": 3884 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1xg0962durjnlhgxv60wgp29xyltquv847n7q6f", + "quantity": 8352 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1tr2z0ct7tfk9hhmk9m6dkauszmjcrm2w60ejs5", + "quantity": 8200 } - ] - }, - { + ], + "policy_id": "60356d96396cf08478860a66db05c9e7b00bb91ea36c875de8b3b8ca", "policy_script": { - "script": "policy_vkh1wzy6cs96t7nknz5kwqt2mlmlv7jsxasakx3g82l52q2tkkm2csl", + "script": "policy_vkh1vq6km93edncgg7yxpfndkpwfu7cqhwg75dkgwh0gkwuv5zu8dka", "script_type": "native" - }, - "policy_id": "7089ac40ba5fa7698a967016adff7f67a503761db1a283abf45014bb", + } + }, + { "assets": [ { - "fingerprint": "asset1vuwsew7drvuwcas26vk8g4gn3dhfvmpmwvds3l", - "asset_name": "546f6b656e49", - "quantity": 6787 - }, - { - "fingerprint": "asset132x0haka78ndnc7ndns4w4p2fvawst2vly7hzw", - "asset_name": "546f6b656e4f", - "quantity": 7259 - }, - { - "fingerprint": "asset188ncws2qqme30l54ldcp9ugd6xld35jtr0dlvg", - "asset_name": "546f6b656e56", - "quantity": 218 + "asset_name": "546f6b656e46", + "fingerprint": "asset1e2z0hc6v8435tk59k92txatr2n20w60zd60y36", + "quantity": 8851 }, { - "fingerprint": "asset1505yha77fne34fhl3xt7lnjulqulaqjcegjdcz", - "asset_name": "546f6b656e4b", - "quantity": 9785 + "asset_name": "546f6b656e58", + "fingerprint": "asset1xrcmgydgfpz6adwqmkcxjre0txutldrhf2ehus", + "quantity": 7035 } - ] + ], + "policy_id": "b5fb23a80064e3efd77ef808de4f0755e17e0d2d6617bff2bb0aa0e3", + "policy_script": { + "script": "policy_vkh1khaj82qqvn37l4m7lqydunc82hshurfdvctmlu4mp2swx7cl0u9", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1hydgxf8vw0k830pt5j88r6znkfqtnamv6z5247", + "quantity": 4629 + } + ], + "policy_id": "a5e2d93b6d2138bf63bb6cfb6c07be63dc84e5d07a6a2b310001455b", "policy_script": { "script": { "all": [ - "policy_vkh1sszfv49fm4z92slehcws66z5qn24lm29w8gnptlazlueyayxz3t", + "policy_vkh15h3djwmdyyut7camdnakcpa7v0wgfews0f4zkvgqq9z4ktser3g", { "active_from": 100 }, @@ -383,149 +490,151 @@ ] }, "script_type": "native" - }, - "policy_id": "84049654a9dd445543f9be1d0d685404d55fed4571d130affd17f992", + } + } + ], + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ + { "assets": [ { - "fingerprint": "asset1dcufcujmresuzn0huc573nsp06yut0t5lxm60s", - "asset_name": "546f6b656e58", - "quantity": 7276 - }, - { - "fingerprint": "asset1gwy5qleqrgt7dqyvmmrftwdkkhz2n509t9zwhw", - "asset_name": "546f6b656e4e", - "quantity": 8077 + "asset_name": "546f6b656e41", + "fingerprint": "asset1gl29gl8uuquh3c5eywrquwy0lvzttjw9zc68l9", + "quantity": 4512 } - ] + ], + "policy_id": "75f9d3c120a680dc4b73a412196f1a8b8447c1c484466a56b359211b", + "policy_script": { + "script": { + "all": [ + "policy_vkh1whua8sfq56qdcjmn5sfpjmc63wzy0swys3rx544ntys3kyzmr0p", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "df07bbbbcecb85ce1237cf305508ae40687e61ae7a789260dc9fbd46", "assets": [ { - "fingerprint": "asset1k7qfr0w3fp3na56terdww7tl7kyufsmsqs2teg", - "asset_name": "546f6b656e59", - "quantity": 8316 - }, - { - "fingerprint": "asset1rgxyc2rm040mst8l2pwy9tnsu2anf7yrexjlu9", - "asset_name": "546f6b656e47", - "quantity": 1057 + "asset_name": "546f6b656e42", + "fingerprint": "asset15fma2gg34nmcc5an7w35hga08rv6tfgaj0lr28", + "quantity": 7974 }, { - "fingerprint": "asset12ywy9erqvdy3z3zgu6gv0k3yn022qhnsynjnv4", - "asset_name": "546f6b656e47", - "quantity": 506 + "asset_name": "546f6b656e53", + "fingerprint": "asset1mlt988r242h26w6wuy8vc7v46t3w0x4yfrklgx", + "quantity": 1692 }, { - "fingerprint": "asset1hpscq6u0c966yy25er3ct8nvys7ngjg8ku5awu", - "asset_name": "546f6b656e53", - "quantity": 2961 + "asset_name": "546f6b656e43", + "fingerprint": "asset1f2vta0zswspwv2alljrlszv54ges40xtn9862k", + "quantity": 3303 } - ] + ], + "policy_id": "b37d419babe76f628a54c3429ab4306053db0ea502024d1dcdc3122a", + "policy_script": { + "script": "policy_vkh1kd75rxatuahk9zj5cdpf4dpsvpfakr49qgpy68wdcvfz5cat8y0", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "e9ef0c8df5ff46d12330fc036e8e553bc16433a21e8df5dd71857885", "assets": [ { - "fingerprint": "asset1r0mu0hgcf84vsp5xweqpypzuu0mxzl2zejw0kz", - "asset_name": "546f6b656e48", - "quantity": 6364 - }, - { - "fingerprint": "asset1kz7wkwm8ml8yu5keadqvl0a0axm2rqe69atwh2", - "asset_name": "546f6b656e50", - "quantity": 8868 - }, - { - "fingerprint": "asset1exg090ug7dfxvty90tkrhystq7ea0s6dkqrp7t", - "asset_name": "546f6b656e4f", - "quantity": 2791 + "asset_name": "546f6b656e46", + "fingerprint": "asset1ga33k28unc5muuwllwrl5443j7ygcjfa32wcjx", + "quantity": 4214 }, { - "fingerprint": "asset1dtwatytfzark9mrm0ygt48hdm8m5mhp082gqws", - "asset_name": "546f6b656e5a", - "quantity": 7637 + "asset_name": "546f6b656e4c", + "fingerprint": "asset13edynnszksdv6x969fvyyp5d9q30gzsugeyarm", + "quantity": 3295 } - ] - }, - { + ], + "policy_id": "8a85a4915ef9c6700feccb85382b5ba00ba48a2c9b659a4a8ff830b9", "policy_script": { - "script": { - "all": [ - "policy_vkh17yp5qm9m4w2dhg3hpnm7jcpwu09yqm85p02r94q5gaa465gl69s", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, + "script": "policy_vkh132z6fy27l8r8qrlvewzns26m5q96fz3vndje5j50lqctjc9xml8", "script_type": "native" - }, - "policy_id": "f103406cbbab94dba2370cf7e9602ee3ca406cf40bd432d414477b5d", + } + } + ], + "wallet_policy_key_hash": "policy_vk1yfjz6662fgezjxnlfya7cqfzfc2j2kuwqcp5qwmwq3uy73thzvvq4kuwss", + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ + { "assets": [ { - "fingerprint": "asset1zkz84tq85kpze9xjm97c2rv0knue6ek3v0z2ak", - "asset_name": "546f6b656e46", - "quantity": 6273 + "asset_name": "546f6b656e4c", + "fingerprint": "asset19ztl6l5cnjcflvd9fasrd2a5qglf63vchkuwdv", + "quantity": 2855 }, { - "fingerprint": "asset1a3qw73ve6hg7p8termeeu45mg9d4mprhs3y0ym", - "asset_name": "546f6b656e50", - "quantity": 3811 + "asset_name": "546f6b656e4e", + "fingerprint": "asset18kvp6v8dew35ejkwflzryjf2lky4z8j558vppu", + "quantity": 8803 } - ] - }, - { + ], + "policy_id": "c89a6398aa9af170ef8e8fb2f6a68e6c35f80b58f1e3780ea29324c9", "policy_script": { "script": { "all": [ - "policy_vkh1nprjznsmk9v6kvzny0n6tgqm64crg4grksvy7udxnf4dqyfqehn", + "policy_vkh1ezdx8x92ntchpmuw37e0df5wds6lsz6c783hsr4zjvjvjh65n3x", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "9847214e1bb159ab305323e7a5a01bd570345503b4184f71a69a6ad0", + } + }, + { "assets": [ { - "fingerprint": "asset1erkazpfwf00z69mdzdau8qjw9rl6sgksevhehz", - "asset_name": "546f6b656e54", - "quantity": 4360 + "asset_name": "546f6b656e5a", + "fingerprint": "asset155qxpdzcf73rwhtkej0uyf9mh54v72cyyu5nap", + "quantity": 7668 }, { - "fingerprint": "asset1snyzgawf0tnw38eh8ra2zd3qddh739z2kug7kf", - "asset_name": "546f6b656e58", - "quantity": 4579 + "asset_name": "546f6b656e48", + "fingerprint": "asset1twsfenfygfjenkjpnhd8a7za0uzmh6h4z9evgf", + "quantity": 4083 }, { - "fingerprint": "asset13tujzjxae2dv2sv73d0gqk3ucvf6fvg5azy4kg", - "asset_name": "546f6b656e57", - "quantity": 7870 + "asset_name": "546f6b656e55", + "fingerprint": "asset18rqdncytur0v3wm7muevvcmfv9tmatxhk76av9", + "quantity": 7575 }, { - "fingerprint": "asset1t07jh28xu94qfm0ynerc7zknlwg5yc5233fk9d", - "asset_name": "546f6b656e55", - "quantity": 6893 + "asset_name": "546f6b656e48", + "fingerprint": "asset1eh47nlq39dm99k2x289d78dhjm7pd07chuzqn6", + "quantity": 7001 } - ] + ], + "policy_id": "77e865498024dde9474aa7a4dfd57329dc2209e4eff0551abee82100", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1gg372fqnh9tk27qxflf30emj7tpv57kyk9fax7", + "quantity": 1820 + } + ], + "policy_id": "266af602203aa7af11985639261f3c000bc31c997e1ae8f7e61576f7", "policy_script": { "script": { "all": [ - "policy_vkh1rxr78rt9gnsrymgwpug6w50qmta9uzvm905qdehgqt9wwx0484h", + "policy_vkh1ye40vq3q82n67yvc2cujv8euqq9ux8ye0cdw3alxz4m0wq763ey", { "active_from": 100 }, @@ -535,333 +644,337 @@ ] }, "script_type": "native" - }, - "policy_id": "1987e38d6544e0326d0e0f11a751e0dafa5e099b2be806e6e802cae7", + } + }, + { "assets": [ { - "fingerprint": "asset1kkfrh0xs5f0lh44s8q4fxgnx5w50nkxchvcns6", - "asset_name": "546f6b656e4f", - "quantity": 4706 + "asset_name": "546f6b656e49", + "fingerprint": "asset1qs7nxnvdkysl9a5he72f43gqqr23sdvtd7tpcf", + "quantity": 1213 }, { - "fingerprint": "asset1mt640zsl0s79wml4852vfxyn5t8hw2txeakygp", - "asset_name": "546f6b656e43", - "quantity": 2950 + "asset_name": "546f6b656e4c", + "fingerprint": "asset19x2nnh7ylr92muyaqe5jushnhnk34fkd48fgs9", + "quantity": 7501 }, { - "fingerprint": "asset1nagtx34822km8ujr4x7arsp93yy3lxfa2antzn", - "asset_name": "546f6b656e44", - "quantity": 7640 + "asset_name": "546f6b656e56", + "fingerprint": "asset1c8eevq0a8sy2u64kz7t0uuqn87crjm2kun2mg2", + "quantity": 839 }, { - "fingerprint": "asset1tkn3lux7fj269l5njvwuk33rj3p0red8qvrpvk", - "asset_name": "546f6b656e48", - "quantity": 9283 + "asset_name": "546f6b656e57", + "fingerprint": "asset1x6lf2vucxreswqcw4kug3czt0surxupt0asnfw", + "quantity": 4035 } - ] - }, - { + ], + "policy_id": "7e96c1f0d76d3274668411e0e0e07008ace102128fb488035c546069", "policy_script": { - "script": "policy_vkh16rrzy4lr2lns0errmh2xwawu93awylnv3mzw3xadnkdw76et7yj", + "script": { + "all": [ + "policy_vkh106tvruxhd5e8ge5yz8swpcrspzkwzqsj376gsq6u23sxjz5e3mk", + { + "active_from": 100 + } + ] + }, "script_type": "native" - }, - "policy_id": "d0c62257e357e707e463ddd46775dc2c7ae27e6c8ec4e89bad9d9aef", + } + } + ], + "wallet_policy_key_hash": "policy_vkh12d64tmpxruka5tqlyshpcgnet3vjugtdv3s9sanuqlcs6jdhxn4", + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ + { "assets": [ { - "fingerprint": "asset12m7048lkrnq6hvkdp00taj99sn7mg5qyrxv58m", - "asset_name": "546f6b656e46", - "quantity": 3320 - }, + "asset_name": "546f6b656e57", + "fingerprint": "asset15k9sj4q2j6t78hl272lt79hs59u4k09rxc282q", + "quantity": 5877 + } + ], + "policy_id": "3ae2c9179e5e48ea0ceb826e751409acd369fc592cbcb1682502bd6d", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ { - "fingerprint": "asset1mlxhlzqgxf989jc0t7gyp3hq32t2q3wr89zs2a", - "asset_name": "546f6b656e4a", - "quantity": 6762 + "asset_name": "546f6b656e51", + "fingerprint": "asset1n7puk8fpp6mzrswddpgycmq35hzz93qy9wfcsy", + "quantity": 7529 }, { - "fingerprint": "asset1xgukhs3armvctwt7hc8d5smmmc0qp29hw0jah9", - "asset_name": "546f6b656e4f", - "quantity": 8030 + "asset_name": "546f6b656e50", + "fingerprint": "asset1xmr42tr75p8snkraw2yjmwmgjmkx2tkegf88sk", + "quantity": 467 } - ] - }, - { + ], + "policy_id": "e853dcd8725ec9e7e4f3fa182fa1c132674e4d663192e8eb949f5011", "policy_script": { "script": { "all": [ - "policy_vkh1gzph7qrd35syfxkkdgjlc7k2pwlgkzxtj9e5zz4s7x0qck042v9", + "policy_vkh1apfaekrjtmy70e8nlgvzlgwpxfn5untxxxfw36u5nagpza3hm82", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "40837f006d8d20449ad66a25fc7aca0bbe8b08cb9173410ab0f19e0c", + } + }, + { "assets": [ { - "fingerprint": "asset1wynp9k0990uet84zhaw0j2lwt357wh798h0zev", - "asset_name": "546f6b656e41", - "quantity": 9056 + "asset_name": "546f6b656e4b", + "fingerprint": "asset19skrt7vfex6thgllxy4wsqg6c962uxy85k2n33", + "quantity": 286 }, { - "fingerprint": "asset1pj8vc3t5kpdghj452pyty78s2yz0wudxtvvts9", - "asset_name": "546f6b656e52", - "quantity": 9199 + "asset_name": "546f6b656e53", + "fingerprint": "asset16t4ufd55zqzp7fhtstgtwl8w3205pdme6sa89v", + "quantity": 5788 } - ] - }, - { + ], + "policy_id": "ad4fd372ccb1e8d043645ed72458ec59446e09e3b8038ec0416d4e8a", "policy_script": { "script": { "all": [ - "policy_vkh1ptm0406eswuc8typ9nrppt332fk0x99vygknmlkd8c8hg784a6w", + "policy_vkh1448axukvk85dqsmytmtjgk8vt9zxuz0rhqpcaszpd48g54yez8p", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "0af6fabf5983b983ac812cc610ae31526cf314ac222d3dfecd3e0f74", + } + }, + { "assets": [ { - "fingerprint": "asset1g4cgehrs3vjp453k9825s6e8hkhqh5p2yt59ln", - "asset_name": "546f6b656e4e", - "quantity": 166 + "asset_name": "546f6b656e45", + "fingerprint": "asset12ayrcmd733g5w2ek6fl2n8hp6emw9ktjjg9h9q", + "quantity": 8070 }, { - "fingerprint": "asset1x9tmptmaenytjhmryp7wfgmut4urhla05n3wkc", - "asset_name": "546f6b656e56", - "quantity": 6368 + "asset_name": "546f6b656e52", + "fingerprint": "asset1z48200nzzpnvczxmysyk9k27vxd490jjqsdwd6", + "quantity": 6145 }, { - "fingerprint": "asset1sv8zdd3u3l7anw6m3jgdrp0ydskfhzp9hywe0w", - "asset_name": "546f6b656e41", - "quantity": 857 + "asset_name": "546f6b656e52", + "fingerprint": "asset1vnc6mvjr6wmhwwl23d2chlh6aumn944taycwxv", + "quantity": 2888 }, { - "fingerprint": "asset1ath4rz5ylhnytjzv42p2h5398qav9x9mjupjps", - "asset_name": "546f6b656e5a", - "quantity": 1634 + "asset_name": "546f6b656e56", + "fingerprint": "asset18e50gyw8djqqzhn4ty4yr0usw6akcxjjrqr7qj", + "quantity": 3655 } - ] - }, - { + ], + "policy_id": "409aef9993fb8551bec9b9c35cffb3150b771e8228190a6786fcf740", "policy_script": { - "language_version": "v1", + "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "460f925320ef1f50abe9a413d0fbdead5aa29884fd877594b6a3eb77", - "assets": [ - { - "fingerprint": "asset1l09l58wcjr4n0800tsqnqca5u6pwd0t662usun", - "asset_name": "546f6b656e47", - "quantity": 1560 - } - ] - }, + } + } + ], + "wallet_policy_key_hash": "policy_vkh1r40p6np50dnwgc2c45sycfs4xtpzzk0fq4gnzvrggdcxxdg7zlw", + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "1c1bb2e93052db665ccfe809a70c0348bf646941859c4eb9f5020778", "assets": [ { - "fingerprint": "asset1zntu3uevhqq4prpw4znvt3t6zpzcf2wk09wqcx", - "asset_name": "546f6b656e56", - "quantity": 4984 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1du83k4v605u993rmk40g94yzf0cc6p6pnpyz9j", + "quantity": 2891 }, { - "fingerprint": "asset1m9pvuk9ej4j6sjcaazv590caatfpfc39z7yjh3", - "asset_name": "546f6b656e4b", - "quantity": 3362 + "asset_name": "546f6b656e45", + "fingerprint": "asset10n3ef5knz300smn5c07ly0zw72qh98vd5wgz39", + "quantity": 9212 }, { - "fingerprint": "asset134hxly4e2n0a0y5tqkf5vm500c8yp5alwgxfy3", - "asset_name": "546f6b656e44", - "quantity": 2720 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1q202cjuytv85v7my974xzhk5zyregvud0ts906", + "quantity": 875 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1z4nywrxvx0xllg54rkgygamywzv9skrtgsz370", + "quantity": 6746 } - ] + ], + "policy_id": "c1744f28de8ced6f843e2d1db492f60cd1ccf449c87091d7a2150850", + "policy_script": { + "script": "policy_vkh1c96y72x73nkklpp795wmfyhkpngueazfepcfr4azz5y9qzxjwtx", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1kq8wydefdmurfa4acmw7mkmwdzm8np8wrv08ky", + "quantity": 6883 + } + ], + "policy_id": "fbe680a7ce9bd7ede354b7fc47e6f36000cec2f22e213b8f43ae35f2", "policy_script": { "script": { "all": [ - "policy_vkh19sfjk5v4g7dn2vxgp2j8893m50dyl40ms7g25fkpl920u02vwxj", + "policy_vkh1l0ngpf7wn0t7mc65kl7y0ehnvqqvashj9csnhr6r4c6lyyprm7e", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "2c132b5195479b3530c80aa473963ba3da4fd5fb8790aa26c1f954fe", + } + }, + { "assets": [ { - "fingerprint": "asset1ajrdmw7kmcrp5lwdz7j7juwqdfpnussga94vy2", - "asset_name": "546f6b656e55", - "quantity": 8804 + "asset_name": "546f6b656e50", + "fingerprint": "asset1xkjkjt0mce29cr07kfke5q8a0wj9tf9jn4qx6t", + "quantity": 1650 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1t3w6kq48nmex27879y9dsvduldyvkxlnkd4l8h", + "quantity": 7218 }, { - "fingerprint": "asset1ahy57snnquucrk5fdwedv7x0jdcnkqlzdwj5jc", "asset_name": "546f6b656e53", - "quantity": 9130 + "fingerprint": "asset1d568kuy6mah4a0umn3r7y0ff70x9pn9rz4k8sx", + "quantity": 6427 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset13pxg6lmnt8kgayhcmfq0ulf9dgf326cj7hkg98", + "quantity": 8760 } - ] - }, - { + ], + "policy_id": "6b612a5425b45c62b7506867ef2d450b4ce199cd7e56fa64e823aa2c", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "8cef4f89e1e03234c82c974f2b4f997e0c75d3d682c13f639a27f077", + } + }, + { "assets": [ { - "fingerprint": "asset1q3arakqrjwmctsg27nmjak98fm3ln60sghlsa0", - "asset_name": "546f6b656e51", - "quantity": 3742 - }, - { - "fingerprint": "asset1lps9alwvhjz0vfls0h0q6qch7sx3jzk70sg4jl", - "asset_name": "546f6b656e5a", - "quantity": 444 + "asset_name": "546f6b656e59", + "fingerprint": "asset1mcc6vrpvqhv8f0kyy8y4p3s92p6lyxlzkx9ryc", + "quantity": 9296 }, { - "fingerprint": "asset1v7x396f9kgqm6malldyssqnndhm7x8zz6fepfv", - "asset_name": "546f6b656e49", - "quantity": 5824 + "asset_name": "546f6b656e43", + "fingerprint": "asset14swy5w5wwk6e20fcuu9htn0dhpz6u0vrnvkrgx", + "quantity": 5994 }, { - "fingerprint": "asset1vtf7lv9l6dt4p8nerd74ynde88uahjlclecl45", - "asset_name": "546f6b656e4c", - "quantity": 7931 + "asset_name": "546f6b656e58", + "fingerprint": "asset1p94ak894g5s7qafjmp9denedh8z4e5c5xg4dug", + "quantity": 4423 } - ] - }, - { + ], + "policy_id": "8afff9db35c40be7daaa9c9e2502e69b01c6b9846459b791907c9597", "policy_script": { "script": { "all": [ - "policy_vkh1ehr0cqpccv4faxfas6n04wtkl4djek47gcu6jkzhskajqg7f4s9", + "policy_vkh13tllnke4cs970k42nj0z2qhxnvqudwvyv3vm0yvs0j2ewa3cyta", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "cdc6fc0038c32a9e993d86a6fab976fd5b2cdabe4639a9585785bb20", - "assets": [ - { - "fingerprint": "asset1gruccuj89tuh7jjprhwusfvf8lv7nper0tq538", - "asset_name": "546f6b656e49", - "quantity": 7220 - }, - { - "fingerprint": "asset1j9qkk5z7m05j2x0m4tjxtvx75vxt75mx7rf93q", - "asset_name": "546f6b656e53", - "quantity": 5286 - }, - { - "fingerprint": "asset1q9c4u8xeucdw0rq46vgzlajp8t4zp3d7v88cpt", - "asset_name": "546f6b656e55", - "quantity": 9449 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh16x475y4c9ft38g40r8n67np20v3gp5tafxjwtsypfdm9q6zangq", - "script_type": "native" - }, - "policy_id": "d1abea12b82a5713a2af19e7af4c2a7b2280d17d49a4e5c0814b7650", "assets": [ { - "fingerprint": "asset1y3avsredrtj48xudgr2k98652cv7g5amtaj30a", - "asset_name": "546f6b656e4c", - "quantity": 5662 + "asset_name": "546f6b656e49", + "fingerprint": "asset1xvltr6emzye7yseun9lq3dmkny8hpaangdzl67", + "quantity": 8378 } - ] + ], + "policy_id": "d24eaac61324cf1ee713b65468d4d154a26077396f59d576d674e791", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh1fx0kscrl3cyjq3gygf8jcag00vgjg8rggfzx6l650f08vsfgc59" + "wallet_policy_key_hash": "policy_vk1vz7zzvq45snjsh6ueq2xc922xd933utqf57rx5t8q90wwzp624lswpfh70", + "wallet_policy_key_index": "0H" }, { "tokens": [ { - "policy_script": { - "script": { - "all": [ - "policy_vkh1774w7wa4pulxdtus2fnqwl98vdsva8k0t2cnr3nfal54qx6vkyd", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "f7aaef3bb50f3e66af905266077ca76360ce9ecf5ab131c669efe950", "assets": [ { - "fingerprint": "asset1ae02wlu5c9hwhj8cas0t0q6rrperczsnyyl8ek", - "asset_name": "546f6b656e49", - "quantity": 4122 + "asset_name": "546f6b656e43", + "fingerprint": "asset1wc54nw3mft7a2puz23hdlyuyu5vxcsf956awyr", + "quantity": 1775 } - ] - }, - { + ], + "policy_id": "41bab8e770bbc4e5ac283620fc825eea253c8f3a09edeec54bf4a258", "policy_script": { - "script": "policy_vkh1hh7ap7g6rx7z7cvgfqx28z223637peqcxugfjh0dhvz9zts6626", + "script": "policy_vkh1gxat3emsh0zwttpgxcs0eqj7agjnere6p8k7a32t7j39sr6lg4s", "script_type": "native" - }, - "policy_id": "bdfdd0f91a19bc2f6188480ca3894a8ea3e0e4183710995dedbb0451", + } + }, + { "assets": [ { - "fingerprint": "asset1alja8agf6hse9asdreg06wk8hm5g5rjk34kdk6", - "asset_name": "546f6b656e4f", - "quantity": 2423 - }, - { - "fingerprint": "asset1c2m6cxe8huy2pds2vng82ng5mkh6lhe8ppj9j6", - "asset_name": "546f6b656e47", - "quantity": 4999 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1jz7rc8dh4fksvy43za7g0rddqrce63gqp8w42p", + "quantity": 7742 } - ] + ], + "policy_id": "62f2b3681c807b572a00953da01546d3befc415387baa3368871297b", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1wvt8vyxt75n8pegmxtlsw73m4e4gxcq96v66udtqe6ztx7n68a0", - "script_type": "native" - }, - "policy_id": "73167610cbf52670e51b32ff077a3bae6a836005d335ae3560ce84b3", "assets": [ { - "fingerprint": "asset1sa3ks6qyhe6tv2fqz8vazdfyy8s0fktz64dpsc", - "asset_name": "546f6b656e51", - "quantity": 9616 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1urykpyenju2e0txetkyglv7tm0u8ugzjedlg6s", + "quantity": 3451 }, { - "fingerprint": "asset1cfgqrc4jrp5kzvrsppjv4ja7sg74k0yzxa0kqf", - "asset_name": "546f6b656e5a", - "quantity": 1938 + "asset_name": "546f6b656e47", + "fingerprint": "asset10gxha7uxslvmqya88k8qvsqps0kqlj3lhr3wug", + "quantity": 537 }, { - "fingerprint": "asset1jl5v2x3cq0dw3ga2f0uxv98qd0077sf4ycnwpq", - "asset_name": "546f6b656e45", - "quantity": 6221 + "asset_name": "546f6b656e51", + "fingerprint": "asset19u66vapqze9dyvh08st7v42s978ypkqyrqce3u", + "quantity": 8769 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset18axv068ysgr8fsfmygseua7daq7r4ljn9dd75f", + "quantity": 4583 } - ] - }, - { + ], + "policy_id": "890aef375d9fe7779ce3b37cf4214e9f7d3c3563ede26f26416858be", "policy_script": { "script": { "all": [ - "policy_vkh1exduktvvy3fcpct8wyumcyffzr42ycskjydg72ggal9uj8eqms0", + "policy_vkh13y9w7d6anlnh088rkd70gg2wna7ncdtrah3x7fjpdpvtu4aa9ua", { "active_from": 100 }, @@ -871,490 +984,421 @@ ] }, "script_type": "native" - }, - "policy_id": "c99bcb2d8c245380e1677139bc112910eaa26216911a8f2908efcbc9", - "assets": [ - { - "fingerprint": "asset1m43m8dm7l820a0h4jhp8e6egxpqsj2m7vfaxnm", - "asset_name": "546f6b656e4e", - "quantity": 4759 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "dc2381cea103f67f90b904609f87f2019ce7570b12d1acb869d3561b", - "assets": [ - { - "fingerprint": "asset15ulq24dc5nsgzvg5znq66e6jxylhfmp8zuav8w", - "asset_name": "546f6b656e55", - "quantity": 4639 - }, - { - "fingerprint": "asset1amj6ur9fzxxtcu0hd9y8udvccj6jkcv8cdpg6z", - "asset_name": "546f6b656e54", - "quantity": 4861 - }, - { - "fingerprint": "asset10ut2wxt9j60tarxzg0ysh6m94jusp5tqegcun5", - "asset_name": "546f6b656e4a", - "quantity": 7562 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "f24d228785b8f38e01e9374223766d9b5915edfe6f83788ea87cfabf", "assets": [ { - "fingerprint": "asset1wxclkcrqhc53p729rdzqelrmjpyl3gp96vz0l5", - "asset_name": "546f6b656e59", - "quantity": 66 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1pupgf6up2a9ymn2w2wleptut96utnkg3ns6ewx", + "quantity": 370 } - ] - }, - { + ], + "policy_id": "f755863322d24d4e73730b664767ff5e4a4dd5e09806ea957c216516", "policy_script": { "script": { "all": [ - "policy_vkh1wldufktg7r76trxl40jrf23u8uvg7wpf6gnntn340hjnyknepyn", + "policy_vkh17a2cvvez6fx5uumnpdnywellte9ym40qnqrw49tuy9j3vf2dg2x", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "77dbc4d968f0fda58cdfabe434aa3c3f188f3829d22735ce357de532", + } + }, + { "assets": [ { - "fingerprint": "asset1xd7a9lj320e2kgavlrntkr8vwdwlekz4tq4cmz", - "asset_name": "546f6b656e56", - "quantity": 6422 + "asset_name": "546f6b656e58", + "fingerprint": "asset1tw5yn8jpqrk79mxk6duuhlsu9q9qp8sljrkrzd", + "quantity": 4792 }, { - "fingerprint": "asset15wk3mjtkuhyz4etqykpwp7cc8jzxfwadf7sqhy", - "asset_name": "546f6b656e5a", - "quantity": 15 + "asset_name": "546f6b656e50", + "fingerprint": "asset1f8f4pp57mc0jpc6zut2yjnvpsjr9mdhv04wrjt", + "quantity": 8238 }, { - "fingerprint": "asset162zrdadqy0u938lfj2gpzmn0wht8kzn0an7ksg", - "asset_name": "546f6b656e59", - "quantity": 3757 + "asset_name": "546f6b656e46", + "fingerprint": "asset1uvpmewkp5dptmnjmp5dsqhjr70c7na55w03l33", + "quantity": 5991 }, { - "fingerprint": "asset198vg9p7zmzuxtxe4vylsrjvy4u5flvhzaegwuu", - "asset_name": "546f6b656e45", - "quantity": 3478 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1x76ldylefkv2l50qqgpxgxdmrdqj7rd8ua32m2", + "quantity": 9084 } - ] - }, - { + ], + "policy_id": "0d5720547e2f12a4a5dceb809a2e13ba4060ffddc9bdd9b9637aba6d", "policy_script": { - "script": { - "all": [ - "policy_vkh15c9lz7q43wwmjh88f5fw3hq7zj89fnahgc5sstutt4p06m9vud5", - { - "active_from": 100 - } - ] - }, + "script": "policy_vkh1p4tjq4r79uf2ffwuawqf5tsnhfqxpl7aex7anwtr02ax6w50gj8", "script_type": "native" - }, - "policy_id": "a60bf178158b9db95ce74d12e8dc1e148e54cfb74629082f8b5d42fd", - "assets": [ - { - "fingerprint": "asset1hzymtat0xqwte4k3f75hevrc2qypxh5daaqrqn", - "asset_name": "546f6b656e48", - "quantity": 2796 - }, - { - "fingerprint": "asset1nketkjnvyh0nfh4h0wkm3jpkzx3kmxpenlhvx4", - "asset_name": "546f6b656e4b", - "quantity": 6901 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1yyc99ww4grmmeyaudwakck6vtnmzw4ltjg6rl7enljfrz220kpn", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "213052b9d540f7bc93bc6bbb6c5b4c5cf62757eb92343ffb33fc9231", "assets": [ { - "fingerprint": "asset1atz68qefjva64kee9wcz2qztr5xrmt0xhtgvpw", - "asset_name": "546f6b656e44", - "quantity": 4222 - }, - { - "fingerprint": "asset1p33k7yjl0zcx3jfwjshdps4euxzkarhfzhxwdl", - "asset_name": "546f6b656e41", - "quantity": 9599 + "asset_name": "546f6b656e57", + "fingerprint": "asset1q8hvaawj2w66a65h4m99zm6qkq9a5nqkm8fvwu", + "quantity": 5905 }, { - "fingerprint": "asset1z6ufgen3lealxlqp00859wjnnj72pt4nl2tljc", - "asset_name": "546f6b656e4c", - "quantity": 1428 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1s67uedpgfu4g34ae4lq573er07qtxsxu9r0lnc", + "quantity": 7513 }, { - "fingerprint": "asset1quc4y99fn227refqk20s7zj4w355meaqy26zfq", - "asset_name": "546f6b656e4f", - "quantity": 5625 + "asset_name": "546f6b656e42", + "fingerprint": "asset10pl0lw8r5w79tvg99jpe7jxfdauzjnjau4j24d", + "quantity": 9124 } - ] + ], + "policy_id": "4967acdd4679210ad953c93ef7c9c162edbce58fe90d49cd59f79f0a", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1t42x43xhvzec0teq405e80a5cna2tne02ntfz6", + "quantity": 9061 + } + ], + "policy_id": "35033adede9b64a11fabb4e15bbf32e2087ea85bb537ab1596220e4a", "policy_script": { - "script": "policy_vkh1er0dzjmzxt36neuxn5f9t3rjghgumrpzs6nqhmhn9apg20j66hp", - "script_type": "native" - }, - "policy_id": "c8ded14b6232e3a9e7869d1255c47245d1cd8c2286a60beef32f4285", + "language_version": "v1", + "script_type": "plutus" + } + } + ], + "wallet_policy_key_hash": "policy_vkh1lvh87cz58fezvqe0e4yjujcey89pydmqzstjtuu9q6fj79n48yv", + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ + { "assets": [ { - "fingerprint": "asset1yc6460pmdxnhcqcxy7r2yaxpnwqqp9nhhwpalf", - "asset_name": "546f6b656e49", - "quantity": 1384 + "asset_name": "546f6b656e47", + "fingerprint": "asset1uf4ga6sqcellvj6hh3ehuk4dekaenk7lhukqqf", + "quantity": 7435 }, { - "fingerprint": "asset14ks703yye38ad86nrvnzg8kt8xh4cqdwqwrsa7", - "asset_name": "546f6b656e5a", - "quantity": 3112 + "asset_name": "546f6b656e57", + "fingerprint": "asset13trwhv7zd8aner2xfufcwdhrhk8wy5eug87gs2", + "quantity": 8022 }, { - "fingerprint": "asset10dsygtq5zh97qz78245ennqfzv2zh9cx2kgdjt", - "asset_name": "546f6b656e4d", - "quantity": 4311 + "asset_name": "546f6b656e5a", + "fingerprint": "asset189gs7p4cjtk0ds82wtr8wxtg08p33ehfyafjdq", + "quantity": 2984 }, { - "fingerprint": "asset1m502lweu89ghms0qm9qq9yu448mp809uxjrjtq", - "asset_name": "546f6b656e4b", - "quantity": 1935 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1sdwzqy5mvte6ev6vj0luvmn9xhncq9mszzz9hm", + "quantity": 4134 } - ] + ], + "policy_id": "e286f090bdbd313cfb48eb3238e42b27957dffc737fb561cbf547468", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh138qd7qqg5nu9g3nhw9yuxvnh4he83syw4xs0gqmdrr85zluakam", - "script_type": "native" - }, - "policy_id": "89c0df0008a4f85446777149c33277adf278c08ea9a0f4036d18cf41", "assets": [ { - "fingerprint": "asset1nspsf8ddclqlq0y07uvg8t4f3u2v5rvy2pecgw", - "asset_name": "546f6b656e52", - "quantity": 1147 + "asset_name": "546f6b656e58", + "fingerprint": "asset1rv8zjt28hk2d2styvet83lczweq0uqvqj23fa2", + "quantity": 9020 }, { - "fingerprint": "asset1fkltyj33fzyta7v0u25hsuc305j72tz8ksyxtu", - "asset_name": "546f6b656e57", - "quantity": 5492 + "asset_name": "546f6b656e50", + "fingerprint": "asset1sqf8a54qp5axf35py9lj6aemepdx02460nkvd4", + "quantity": 9335 }, { - "fingerprint": "asset1augrz366ssl32cmanmumtcdmj3ey23ms49r52y", - "asset_name": "546f6b656e43", - "quantity": 6618 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1g9wkma9zqtqj92vxkkq8wfvcpqel3cr2ntvmgu", + "quantity": 5020 }, { - "fingerprint": "asset1g380xl4swc82cn4jvfq0s54uzuwdamwym30z0l", - "asset_name": "546f6b656e41", - "quantity": 9145 + "asset_name": "546f6b656e42", + "fingerprint": "asset1ajtmyn48du84szzx2s98fhenv798jsuzcme5wp", + "quantity": 9622 } - ] + ], + "policy_id": "e4cd15785caee8bb9a1e2475c91a53d78698405b2d9876c8e9a27021", + "policy_script": { + "script": { + "all": [ + "policy_vkh1unx327zu4m5thxs7y36ujxjn67rfsszm9kv8dj8f5fczzwnkveu", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "866704078aacbc2e2fe1094cb765b1c48492bcf2009a05f87225bb02", "assets": [ { - "fingerprint": "asset1pvusyxddh9p737hlxccsvg70vmxcsgpfhv8n23", + "asset_name": "546f6b656e4a", + "fingerprint": "asset1r4cql9kgwjnqftpkkz3kl3e4ct9kxc7uas9sst", + "quantity": 5858 + }, + { "asset_name": "546f6b656e41", - "quantity": 4521 + "fingerprint": "asset1whmavfaljr2hvkw9er2m5qk7cfnt5rm0f3ygg8", + "quantity": 3425 }, { - "fingerprint": "asset1elvvsmkmj6jnx6u4sa4sm4pm2f2xnnc2qsapds", - "asset_name": "546f6b656e47", - "quantity": 8919 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "a068dea6def3f8330117804cf9fba83ba24b559a75c7a784a4503c1a", - "assets": [ + "asset_name": "546f6b656e44", + "fingerprint": "asset1nsh83xw5dhrhf8x8sd09t74uwdhcmk46u8p9y2", + "quantity": 1914 + }, { - "fingerprint": "asset1w77zu7wae4954egzq2hu9q59spvxju7s4wneka", - "asset_name": "546f6b656e59", - "quantity": 1557 + "asset_name": "546f6b656e58", + "fingerprint": "asset1ke227rwa8e0pmu9hwkgrmzcnk0au8thmtg0swz", + "quantity": 9525 } - ] - }, - { + ], + "policy_id": "4abe950de38d850d80c6e204c8e2634a1ce87ebe2b0594f2d11b512d", "policy_script": { "script": { "all": [ - "policy_vkh1w5ez4wutg452vflskt0sum8pycslh7a6wqw9x9zfh7nzjgx6j5a", + "policy_vkh1f2lf2r0r3kzsmqxxugzv3cnrfgwwsl479vzefuk3rdgj6r34unh", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "75322abb8b4568a627f0b2df0e6ce12621fbfbba701c531449bfa629", + } + }, + { "assets": [ { - "fingerprint": "asset1ac9dja42r6v48hrcalr3wd9fngev76v68wgxnj", - "asset_name": "546f6b656e4a", - "quantity": 5908 - }, - { - "fingerprint": "asset1xgzk5zw6z9093uh7skf5mvv4vnsfqt7s06r3e5", - "asset_name": "546f6b656e4d", - "quantity": 5850 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1qlhjqk3uyyx50gyj8ushtcvp4yshtswg46duca", + "quantity": 1129 }, { - "fingerprint": "asset1prasvy5da9n54uy5sncmhm0cl52fysedq6v8mt", - "asset_name": "546f6b656e46", - "quantity": 5632 + "asset_name": "546f6b656e41", + "fingerprint": "asset1u5fj0g7g9up3rg9hw6ssdp3050u2px8ze4gkv4", + "quantity": 4184 } - ] + ], + "policy_id": "ec7be80b0ca414becbbc34f83efc23a17e89783a30e4182c583bf969", + "policy_script": { + "script": "policy_vkh1a3a7szcv5s2tajauxnuralpr59lgj7p6xrjpstzc80ukjdnxlhn", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "9584f1bca9ef564b9a047b98af6572b51097938e1d3ddb575544d166", "assets": [ { - "fingerprint": "asset10c7h6pm6q97zfws5sg4wywkrvy36leqdx7w7sm", - "asset_name": "546f6b656e47", - "quantity": 234 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1nferwqpxfa06lka0f2ludp4yfsretxe43jq0lg", + "quantity": 8905 }, { - "fingerprint": "asset17kcmmh4pah2x60vykvxz6ngxvw79evtz7q5gw7", - "asset_name": "546f6b656e41", - "quantity": 3416 + "asset_name": "546f6b656e44", + "fingerprint": "asset1ryws50jpy0sprwkehq8l5du0frs75kwyfna7fz", + "quantity": 8207 }, { - "fingerprint": "asset15tkl8d05fdtg2jp6c8y6f0r4y54kf5449kk90y", - "asset_name": "546f6b656e53", - "quantity": 8130 + "asset_name": "546f6b656e46", + "fingerprint": "asset1nhpk5p59qaa46euvgau7krn2r3ftdnzt7qtvgm", + "quantity": 3155 } - ] - }, - { + ], + "policy_id": "df635a51942916268d148885f4ff2361fca544aefb1f869fcb8d9d2a", "policy_script": { "script": { "all": [ - "policy_vkh149l3gcedhzm4h2tus8ez9c2nfwacczun0z2mu8rhsaugwh6v0x0", + "policy_vkh1ma3455v59ytzdrg53zzlflerv872239wlv0cd87t3kwj54a0984", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "a97f14632db8b75ba97c81f222e1534bbb8c0b937895be1c77877887", - "assets": [ - { - "fingerprint": "asset1slkpunjt5ljj6t46xwnwfzz5ccjqsj0vdc0zl4", - "asset_name": "546f6b656e47", - "quantity": 3066 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh1ny05gzqf7tjnz7vqmwt685qqy26rjdurzg7j2l7e62uuwelpa2e", - "script_type": "native" - }, - "policy_id": "991f440809f2e5317980db97a3d00022b4393783123d257fd9d2b9c7", "assets": [ { - "fingerprint": "asset10f2a647kdq6fp2v9kjs4t90vnrl2q0wvlsr8ph", - "asset_name": "546f6b656e57", - "quantity": 1862 - }, - { - "fingerprint": "asset165xzlvvl4mmgwdqehu8676744x4fx7h0dmejna", - "asset_name": "546f6b656e53", - "quantity": 4866 - }, - { - "fingerprint": "asset1hkfjsap6h2yzswkl7wxacmz8frsgd8x7hff6yt", - "asset_name": "546f6b656e51", - "quantity": 4110 + "asset_name": "546f6b656e48", + "fingerprint": "asset10634htlszfedyn47q8pwqgem8jjrfwtnvuyr5e", + "quantity": 189 } - ] - }, - { + ], + "policy_id": "1b1607018940437c2f73962d1d80b34ad81b54d94fe4b198fd8f792b", "policy_script": { "script": { "all": [ - "policy_vkh1wv90eaqh6qdfq00sq7tgtt62jqjlu20h5m9spajpnrkc7p7wlqs", + "policy_vkh1rvtqwqvfgpphctmnjck3mq9nftvpk4xefljtrx8a3aujkv9zqtu", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "730afcf417d01a903df0079685af4a9025fe29f7a6cb00f64198ed8f", + } + }, + { "assets": [ { - "fingerprint": "asset1duhrluhzhy28rczt2ccx2g8vaflz9q3cz9peq4", - "asset_name": "546f6b656e4a", - "quantity": 3608 + "asset_name": "546f6b656e49", + "fingerprint": "asset1p3d5ryyhxghs5vpxd63c4k6e0wvn5mzftex5g7", + "quantity": 2949 + } + ], + "policy_id": "9fa95e4e67a0695962c09ab5542eb8796a2ed028fd4de8abc90e16d0", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1f0y333uc3nkmzyfqtg98mmz452kmakg3fvrrap", + "quantity": 879 }, { - "fingerprint": "asset1kftlcutwzqs6mvr6x37lqzvma93hx3w4wt296e", - "asset_name": "546f6b656e4c", - "quantity": 3935 + "asset_name": "546f6b656e46", + "fingerprint": "asset1nax3593ufwktpdwqj0q8f4rdd9mpqptteqn0pg", + "quantity": 169 }, { - "fingerprint": "asset1dcrasnwzfpvuvw3rylj3vqysc97zh3nah7fmx5", - "asset_name": "546f6b656e4c", - "quantity": 9255 + "asset_name": "546f6b656e51", + "fingerprint": "asset1yq52gfqwyppaee357walx6k9qk79tj3tg0fwhj", + "quantity": 3722 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1tgy0xjtq3j7ws5502rnftqydrj5t74y6w7elkk", + "quantity": 1063 } - ] - }, - { + ], + "policy_id": "a88183dd34964f9e111852708f79b85231810e827508b2110b5ac702", "policy_script": { "script": { "all": [ - "policy_vkh10kww6a78esl9fxye80ur9ghnj2sxne6hu48lp7zj0at3xv87v9r", + "policy_vkh14zqc8hf5je8euygc2fcg77dc2gcczr5zw5ytyygtttrsy68vuw0", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "7d9ced77c7cc3e5498993bf832a2f392a069e757e54ff0f8527f5713", + } + }, + { "assets": [ { - "fingerprint": "asset14ye6aeu78fycgx4vxq5sltxx8v5n2gpsjatm9v", - "asset_name": "546f6b656e4d", - "quantity": 7466 + "asset_name": "546f6b656e59", + "fingerprint": "asset1qval73v9l8d70h0d7mgdl0gfu4xfy29uzjf897", + "quantity": 6661 }, { - "fingerprint": "asset1y49f9l265e084898u4ahkuuy9cxhkh3u6xwsyk", - "asset_name": "546f6b656e52", - "quantity": 6969 + "asset_name": "546f6b656e56", + "fingerprint": "asset1cmaj3phccc2jfp0fanalc85q8z3c59fn2ewv6x", + "quantity": 6030 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1fkpsljtx86l5l0jsc37cymeurwymqm528dms6u", + "quantity": 4500 } - ] - }, - { + ], + "policy_id": "eb641c8c49f345099780b5cecc8411d470e10ed793d37a077aba478a", "policy_script": { - "script": "policy_vkh1y2q2tq7p3cqd86xdf9jvkrx7rjz0cgq8wrxzzvxw6v0hxrev0d3", + "script": "policy_vkh1adjperzf7dzsn9uqkh8vepq363cwzrkhj0fh5pm6hfrc50rqk9m", "script_type": "native" - }, - "policy_id": "2280a583c18e00d3e8cd4964cb0cde1c84fc200770cc2130ced31f73", + } + }, + { "assets": [ { - "fingerprint": "asset1zjc45qn4s9hjk4uch4ak2m6pteqerc5j0wdhsg", - "asset_name": "546f6b656e48", - "quantity": 1611 - }, - { - "fingerprint": "asset154mtlmsggrk3gmu88qpjlktweh9x5jzdsft6hd", - "asset_name": "546f6b656e51", - "quantity": 3331 - }, - { - "fingerprint": "asset19jam0vstajz472uz0hzs8762k62fmepespa3vt", - "asset_name": "546f6b656e45", - "quantity": 7653 + "asset_name": "546f6b656e41", + "fingerprint": "asset1u86mgmdap5vz9py0v428gzd8z253z9l9yapw62", + "quantity": 3999 }, { - "fingerprint": "asset1su6d3gmv3zl8xfguecsa8thdtdfttug5e02t29", - "asset_name": "546f6b656e4b", - "quantity": 9570 + "asset_name": "546f6b656e53", + "fingerprint": "asset1ahrepjee5avmpak282rrvd6rqvqzwnaltjerqw", + "quantity": 1444 } - ] + ], + "policy_id": "c8c3797bcdeb19db5f5b8aa67d901f1c93b7cd7a18192df3f91b60e6", + "policy_script": { + "script": "policy_vkh1erphj77davvakh6m32n8myqlrjfm0nt6rqvjmulerdswv0rvavk", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "c41a241334ffbff0dfcb1040862a0ddc232eca8852809c72a81c43b5", "assets": [ { - "fingerprint": "asset1zgnkd49w4qgv7fjm3slr8zp6msmmajm6t7y3nk", - "asset_name": "546f6b656e46", - "quantity": 5095 + "asset_name": "546f6b656e53", + "fingerprint": "asset1lwr6rq4e37zm2gczd2nwppjyf2zsle2s629cyc", + "quantity": 8521 }, { - "fingerprint": "asset1hksp54cvvlw3dxkum6nhlyusgxkhp7t03yjd8m", - "asset_name": "546f6b656e5a", - "quantity": 8597 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1nnfr48zysfngfsaugj5g5sxl5qxvaqncsk0tsl", + "quantity": 3096 }, { - "fingerprint": "asset1zx77969gvr05ecdex93u6rufzrw7ml5dynumjf", - "asset_name": "546f6b656e58", - "quantity": 2987 + "asset_name": "546f6b656e44", + "fingerprint": "asset18tawq48wzuf4dff5rs2hp52udhrww488p6kztd", + "quantity": 6773 }, { - "fingerprint": "asset1x02qh7mamc65lfvvh4lets59w3z7fkze3utn4m", - "asset_name": "546f6b656e47", - "quantity": 9802 + "asset_name": "546f6b656e50", + "fingerprint": "asset1f2hec2jqvfjxxn0tuf9cgv8p04acudetf4c0fy", + "quantity": 292 } - ] - }, - { + ], + "policy_id": "71357710227488c4810da5f2e8c84e0bf529ef2039d68b1f5c25c643", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "35b4d690c84223f3f34c4326eb3ad1ecb07c5fa70cba7a2858551f0c", + } + } + ], + "wallet_policy_key_hash": "policy_vkh1zq64jjf9fusxu6q80ssqvtv7vgpshmgprgqnchskzulq564epvp", + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ + { "assets": [ { - "fingerprint": "asset1hlm2jjau9p45we2zjgtx6tlmuvys836cslmwur", - "asset_name": "546f6b656e49", - "quantity": 5147 - }, - { - "fingerprint": "asset1v5pt0xs99yy0h665cye9w5ns246fsedq2yju5l", - "asset_name": "546f6b656e49", - "quantity": 6738 - }, - { - "fingerprint": "asset1y8s2z0esnc7jez3sxp5g0qxwpkeenyhp2krdv2", - "asset_name": "546f6b656e43", - "quantity": 265 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1lu37u63hk9yvc43mftjwcnlyjdksmqwsykv6hp", + "quantity": 7101 } - ] - }, - { + ], + "policy_id": "46547dcd7d246aff753a224a6264841073dbe0c752641009275e5732", "policy_script": { "script": { "all": [ - "policy_vkh16kcw068qvkppnwkngt304934ppyq340man6d23a5dg9kkmsjqrs", + "policy_vkh1ge28mntay3407af6yf9xyeyyzpeahcx82fjpqzf8tetnyh5uupv", { "active_from": 100 }, @@ -1364,163 +1408,167 @@ ] }, "script_type": "native" - }, - "policy_id": "d5b0e7e8e0658219bad342e2fa9635084808d5fbecf4d547b46a0b6b", + } + }, + { "assets": [ { - "fingerprint": "asset1jvx9hjuy40rty5n4ku2hg9czv767vcrax39zpu", - "asset_name": "546f6b656e46", - "quantity": 7835 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1hsw8xwfzpealcvynn8qknxjcp49490465qyn7c", + "quantity": 9389 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1s54l00sr7nw46y0myl7wxtew6kfap8ey0qvgf7", + "quantity": 7700 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1hgupqk8gfe8jledwde5f6d0y58d7vlt6t2gsrq", + "quantity": 4155 } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk10ae5v4jmvda5yy26wspxsm6rxs39u0c8p4aqzre4rupscy342qys6wf080" - }, - { - "tokens": [ - { + ], + "policy_id": "5b61aa99465a05fefa60b30aa22fa5bb7813183a680899c01b34cac6", "policy_script": { - "script": "policy_vkh1p29z7j689a29l5meh74kpz8esgmx5q73tn55yl53zmdls6ghcx2", - "script_type": "native" - }, - "policy_id": "0a8a2f4b472f545fd379bfab6088f982366a03d15ce9427e9116dbf8", + "language_version": "v2", + "script_type": "plutus" + } + }, + { "assets": [ { - "fingerprint": "asset15h56u05nzajk9f5t4pywpfac5c0u2k9rkzjesk", - "asset_name": "546f6b656e41", - "quantity": 8478 + "asset_name": "546f6b656e47", + "fingerprint": "asset1vc5duwzqtlauldnxx8vqmtax8556vzcr5wumyk", + "quantity": 3097 }, { - "fingerprint": "asset1s8p2qmajxvjtptv7fp4lnvyewgs8a5eu78cfjd", - "asset_name": "546f6b656e43", - "quantity": 112 + "asset_name": "546f6b656e4d", + "fingerprint": "asset14lcmn7aqyeq7pmtv3tacw7f3lzzz9aclfgusha", + "quantity": 6402 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1faev8zckg85rldhxpc2fe90nskre89qknlyalf", + "quantity": 9636 } - ] + ], + "policy_id": "2ab1ea9d94382d2c740124336e2cc6cff6aeb437255b9653e1c152b5", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1dgulkawy2xewdq8pkl6clef3yn78efgl4pnwqjgdhwk025fjhjn", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "6a39fb75c451b2e680e1b7f58fe53124fc7ca51fa866e0490dbbacf5", "assets": [ { - "fingerprint": "asset1w2hf59xc8q2w3pcdxh2a366fyusjzaw9s0cx3y", - "asset_name": "546f6b656e54", - "quantity": 6152 + "asset_name": "546f6b656e55", + "fingerprint": "asset16dpexeg4ht6cu4alfat5z2qsdrszwtfp8j8un6", + "quantity": 3371 }, { - "fingerprint": "asset1pll2ap27kwjhu9d0t4gv5v4vuhrrdwkfg7qrvh", - "asset_name": "546f6b656e4b", - "quantity": 1841 + "asset_name": "546f6b656e55", + "fingerprint": "asset1k4gvw747a98uzgz4xjj59037mc3wge9kysxqw5", + "quantity": 3651 + } + ], + "policy_id": "fe240c9750a792a8c827e12fe4893751c5d28b2a61720e456a5366ac", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset177ax23a6xgdzzzn0ahqzrfgkkv50nqyf5qf0yq", + "quantity": 317 }, { - "fingerprint": "asset13pmlww7uznl0qhy8q2q6yqukl6fwvp6pny7c8c", - "asset_name": "546f6b656e51", - "quantity": 3380 + "asset_name": "546f6b656e45", + "fingerprint": "asset1lmxuugk4zcztf8aem6kdeewghp29tcwruekse6", + "quantity": 5284 }, { - "fingerprint": "asset1lw4h0w9v59jd0m2l36sx45mp8cq8xru4enxfc8", "asset_name": "546f6b656e56", - "quantity": 4442 + "fingerprint": "asset1d7wm5dq4lquq4z3fl7cfqhzak8q3ptyaur84yz", + "quantity": 7068 } - ] - }, - { + ], + "policy_id": "a8837410dacb9c0008adcd2f84fdcf21a848f4655a3d655ec60c2a99", "policy_script": { "script": { "all": [ - "policy_vkh1rzqsy0kf6tyqsfaqgqeceta2ugwclz6ygnsryagx42rlgmm0xcq", + "policy_vkh14zphgyx6ewwqqz9de5hcflw0yx5y3ar9tg7k2hkxps4fj45d0fw", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "1881023ec9d2c80827a040338cafaae21d8f8b4444e0327506aa87f4", - "assets": [ - { - "fingerprint": "asset1mf2vwpdz8gfrh67m6wkq4hnfyyf3t4zukzskha", - "asset_name": "546f6b656e44", - "quantity": 6685 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh1mgyjsuxzpjckm70f3lhkt5khvutf8ptj7ewhfgq3prv7qfmu2rc", - "script_type": "native" - }, - "policy_id": "da092870c20cb16df9e98fef65d2d76716938572f65d74a01108d9e0", "assets": [ { - "fingerprint": "asset12h6p8vcyyg66673s7p4rmxu06gv4rxfvkt6623", - "asset_name": "546f6b656e44", - "quantity": 7842 + "asset_name": "546f6b656e53", + "fingerprint": "asset1ykmu4meeyj5sx6zgumj2n93g44zsjsxdqeaz7u", + "quantity": 5415 }, { - "fingerprint": "asset1khp22vjsgpr5knxjlstkva39mpatt9ma6qlf58", "asset_name": "546f6b656e53", - "quantity": 1326 + "fingerprint": "asset1tkj43yjtzahlt6d53cczeye4etc3cy67pakkjj", + "quantity": 3106 } - ] + ], + "policy_id": "09fcdca3d7675fd9ef00fb5be9275dfddf95f59b8dbaa3997a911e4a", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh13s8nrzjjkznrxvmdlsl6y2w05jfa7yeg85f8e0g95gmsq74dqua", - "script_type": "native" - }, - "policy_id": "8c0f318a52b0a633336dfc3fa229cfa493df13283d127cbd05a23700", "assets": [ { - "fingerprint": "asset1j77mdf8zfx296rgfs8r0fk09ccpyu6e6vty334", - "asset_name": "546f6b656e4c", - "quantity": 198 + "asset_name": "546f6b656e57", + "fingerprint": "asset1pavuuxl6n46ytf8mk9f59m3wlq652udswkttdh", + "quantity": 2684 }, { - "fingerprint": "asset12czncqv062ez5tpad7n4vszeu8vjtkswluuqp2", - "asset_name": "546f6b656e50", - "quantity": 9125 + "asset_name": "546f6b656e53", + "fingerprint": "asset1j9t2mmsu8a6qvqct4f5y2ha3vg0lmkgnzk583k", + "quantity": 3919 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1tpcucu3gsyx0x8rxngzk2hpvg8nxkzfzyyc8g7", + "quantity": 2138 } - ] - }, - { + ], + "policy_id": "5a6b4f2270e9caf6d9e15a4c5a6839e5df226a6d135b93f78b0acb4a", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "0aa00ee0346265f219224ef75a079a1aa610e41d3bc4df65ee88a404", + } + }, + { "assets": [ { - "fingerprint": "asset1tneq0ww38ln7afaytezmvptnavzd9flxn0f3x4", - "asset_name": "546f6b656e57", - "quantity": 2513 + "asset_name": "546f6b656e41", + "fingerprint": "asset146a7a3yfrvckfssygmp849hj3gledv7esxqny6", + "quantity": 4104 }, { - "fingerprint": "asset1exgndfcvd68la3rufand796y4mdvms67jf4jjm", - "asset_name": "546f6b656e4a", - "quantity": 3625 + "asset_name": "546f6b656e45", + "fingerprint": "asset18w0dwtkxj5qj6f8umc7uxhxlqp09vm4pcajspp", + "quantity": 1249 } - ] - }, - { + ], + "policy_id": "266b1841eacbad35418df9b0b0f41513c38f4d6ee723204b377f4e73", "policy_script": { "script": { "all": [ - "policy_vkh1q4c0xjq3m5mvp7r5ap3eyq7ds76mwuuf0wsz6e9pax4ukptajzk", + "policy_vkh1ye43ss02ewkn2svdlxctpaq4z0pc7ntwuu3jqjeh0a88xmg4sg2", { "active_from": 100 }, @@ -1530,153 +1578,91 @@ ] }, "script_type": "native" - }, - "policy_id": "0570f34811dd36c0f874e8639203cd87b5b773897ba02d64a1e9abcb", - "assets": [ - { - "fingerprint": "asset18dgf5zt07xz35c2zqzpputvq0fjreherqd2nlx", - "asset_name": "546f6b656e42", - "quantity": 1860 - }, - { - "fingerprint": "asset1wpyf9gz0r96v6tsn8ggup39zs9r607xtdrpxuq", - "asset_name": "546f6b656e42", - "quantity": 1786 - }, - { - "fingerprint": "asset1skvkxmv3tcq78ekv0wr7mrj8krgd0ud5gv60re", - "asset_name": "546f6b656e51", - "quantity": 1594 - }, - { - "fingerprint": "asset19ynwehvs5rg6965rgntj25m5j2qk8n3slh3l3v", - "asset_name": "546f6b656e52", - "quantity": 5830 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "bd1d363da9356d97496d6d17d6fd9029d7c5d76dbde0add0b0b5e5e7", "assets": [ { - "fingerprint": "asset1rc7nvdv2q63kuma774fr8du4nejehnwfjgqwap", - "asset_name": "546f6b656e44", - "quantity": 3646 - }, - { - "fingerprint": "asset18cp92up8lznc3x856qjgsphpq78sdxt6fc09q7", - "asset_name": "546f6b656e47", - "quantity": 2030 + "asset_name": "546f6b656e51", + "fingerprint": "asset1sg7c8hcadvrtevlm9pv73d9xumhmakh07lufrl", + "quantity": 4581 }, { - "fingerprint": "asset1q374ejech59f2udeuj5cfrppzl28j0gd2fnmqp", - "asset_name": "546f6b656e52", - "quantity": 2187 + "asset_name": "546f6b656e44", + "fingerprint": "asset1mr6259jyk7uh5ly9fwfvadkys0wudnkyhe0pjt", + "quantity": 1226 } - ] - }, - { + ], + "policy_id": "08e6df19403be6c5361304399ccd53f4feb62dbb0b4aecd576e29593", "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "a92976d24995a4532b75869f5d0150935c51bfa7c2ec772f1b460ffd", - "assets": [ - { - "fingerprint": "asset1dt72j844utyff2n46vyrja8d2dgrpac2pcj65r", - "asset_name": "546f6b656e41", - "quantity": 3651 - }, - { - "fingerprint": "asset1gdlldly2s6fs7ndvsxwvd37yrspenexfca9w3t", - "asset_name": "546f6b656e47", - "quantity": 6851 + "script": { + "all": [ + "policy_vkh1prnd7x2q80nv2dsnqsueen2n7nltvtdmpd9we4tku22exld2a6d", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] }, - { - "fingerprint": "asset1jx5hjlkxfc96r4xwalz7fhyjtszvga6k96g6hk", - "asset_name": "546f6b656e4c", - "quantity": 5386 - } - ] - }, + "script_type": "native" + } + } + ], + "wallet_policy_key_hash": "policy_vkh18de5kzqspcvpw9mnzaqsrvk5dnerwad7vgexkgn3rwwgsz9p9e4", + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "807978a45ff7b16a9857d7100f49c002308be0c818b153d07d2bf80a", "assets": [ { - "fingerprint": "asset1z4zmuxqr34u2e6zanq3um9pcgzqeqzylyeahag", - "asset_name": "546f6b656e54", - "quantity": 5202 - }, - { - "fingerprint": "asset1kc5lmq2l8g6sa5ezrpp8vekfq8akvmazlyelaw", - "asset_name": "546f6b656e47", - "quantity": 8938 + "asset_name": "546f6b656e4a", + "fingerprint": "asset15jf7dz5jx4lqgdfdrzmgnksv9cqelyr503kk0w", + "quantity": 6635 } - ] - }, - { + ], + "policy_id": "6eed6bf7f5d48d218edc75e120091b7328831f9e75f08d7090b1608c", "policy_script": { - "script": "policy_vkh1vrzff5hlhtzkw8vr4uzw8azge8wlcfzkkhft0aqlnv75vxpp6j4", + "script": "policy_vkh1dmkkhal46jxjrrkuwhsjqzgmwv5gx8u7whcg6uysk9sgc3ce97y", "script_type": "native" - }, - "policy_id": "60c494d2ffbac5671d83af04e3f448c9ddfc2456b5d2b7f41f9b3d46", + } + }, + { "assets": [ { - "fingerprint": "asset1sh6jpy0n3mdynh5fmg6sqlc27ylzvq384hdgjm", - "asset_name": "546f6b656e51", - "quantity": 5499 + "asset_name": "546f6b656e4a", + "fingerprint": "asset14cj6lj6exnpy5aj9znsjn5kz97gmap436lxlpu", + "quantity": 7656 } - ] - }, - { + ], + "policy_id": "0ee7d7c328440482f49ebb829ad63a6fc76d0a76cf9449d09ed389be", "policy_script": { "script": { "all": [ - "policy_vkh1gtxzq6dhqgxeudke59c8jpn0q0scknfjnwqmxhxz9r6cjs25435", + "policy_vkh1pmna0seggszg9ay7hwpf4436dlrk6znke72yn5y76wymurfcw0f", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "42cc2069b7020d9e36d9a17079066f03e18b4d329b81b35cc228f589", + } + }, + { "assets": [ { - "fingerprint": "asset1zcqa6xhykk403hje607fz5vtmg4umdu8g2fsa8", - "asset_name": "546f6b656e58", - "quantity": 4683 - }, - { - "fingerprint": "asset18wnz3z57ymy2s263938a2trcf5z7t9l0cs845m", - "asset_name": "546f6b656e46", - "quantity": 2361 - }, - { - "fingerprint": "asset14yvaqrq2zrkq5zqey67w49xqvqkfthceeuvdxd", "asset_name": "546f6b656e44", - "quantity": 3965 - }, - { - "fingerprint": "asset1m8lh6hn8hzhv904pcj84pgg6e2fmh6dg4g8yvc", - "asset_name": "546f6b656e59", - "quantity": 8607 + "fingerprint": "asset1p0qlvgl7fl80z500cq2h622lkvn8qhz9hnun59", + "quantity": 3355 } - ] - }, - { + ], + "policy_id": "b5fc97f8bbcda15f1bfc32db4485ec1b66b39e49c3f277df51a0b452", "policy_script": { "script": { "all": [ - "policy_vkh1347u5k2jnv38lwsxru0pu0k4r0uvvqs30zlmq42r934hjvrfpux", + "policy_vkh1kh7f079meks47xluxtd5fp0vrdnt88jfc0e80h635z69y08e848", { "active_from": 100 }, @@ -1686,21 +1672,21 @@ ] }, "script_type": "native" - }, - "policy_id": "8d7dca59529b227fba061f1e1e3ed51bf8c6021178bfb055432c6b79", + } + }, + { "assets": [ { - "fingerprint": "asset174s2zn40j5n4cq6lmteg3e8zex9ss4ep3zpaqv", - "asset_name": "546f6b656e56", - "quantity": 853 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1rzl8r6s25cd3ktpfnqfcgujx80d9uwf56mzvlk", + "quantity": 5362 } - ] - }, - { + ], + "policy_id": "37af91ad86c1bac2f9b51e8ced427ba25dc0517724b3f7c7ad2cb52c", "policy_script": { "script": { "all": [ - "policy_vkh1zjuqvp6l7rjthspw3qmg4ug6wyx79fcen0umq0yxlw0nzusgfua", + "policy_vkh1x7hertvxcxav97d4r6xw6snm5fwuq5thyjel03ad9j6jcw9q4gp", { "active_from": 100 }, @@ -1710,175 +1696,207 @@ ] }, "script_type": "native" - }, - "policy_id": "14b806075ff0e4bbc02e88368af11a710de2a7199bf9b03c86fb9f31", + } + }, + { "assets": [ { - "fingerprint": "asset1qhtgth5hfympxjpap4x6wanr23jj0n3m5h48sh", - "asset_name": "546f6b656e59", - "quantity": 63 - }, - { - "fingerprint": "asset1s3p00ct8p28n6duhm6tdrnlctalyk7slh6lgfr", - "asset_name": "546f6b656e43", - "quantity": 7946 + "asset_name": "546f6b656e4d", + "fingerprint": "asset16qwh7wy65ktls97l5nah0dd589qtu55aulln4m", + "quantity": 978 }, { - "fingerprint": "asset1gsr895k5x5c7dp00kkty3zgl7kpzdmxwqkadxk", - "asset_name": "546f6b656e5a", - "quantity": 5921 + "asset_name": "546f6b656e53", + "fingerprint": "asset1ejhk3qkz933nmq09twm5pg9zvt88yzh7syd5tw", + "quantity": 5987 }, { - "fingerprint": "asset1jr6uny832gvlm2stt9afaxz67f967stdxj88hy", - "asset_name": "546f6b656e44", - "quantity": 8401 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1vkqyl770l0fz77epwlc0usluuc277wu8dsgk0d", + "quantity": 1435 } - ] - }, - { + ], + "policy_id": "b1485e8b5e2c875dd79e10a01946a379f895c248e0a707544fe3e7c4", "policy_script": { "script": { "all": [ - "policy_vkh1tgpskzsq84qn22jakc2jprfedyhsmrnuqdtwcyg2gh0g5hd29ha", + "policy_vkh1k9y9az679jr4m4u7zzspj34r08uftsjguznsw4z0u0nuguw527l", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "5a030b0a003d41352a5db615208d39692f0d8e7c0356ec110a45de8a", + } + }, + { "assets": [ { - "fingerprint": "asset17m0jayscpnrcxsf0xlyaex5mrj4p3y8vjtcp7w", - "asset_name": "546f6b656e58", - "quantity": 9638 + "asset_name": "546f6b656e4d", + "fingerprint": "asset128tk5z2geq2rjrkqu5n7nz93q5dh4pzlq7nfgl", + "quantity": 8982 } - ] - }, - { + ], + "policy_id": "9d63d00ebe5eee8d1d2355c4577682f66068d54a1b7cf9e6af54af15", "policy_script": { "script": { "all": [ - "policy_vkh12s4thhkad38qlcpkw93hct3xpvd7c7dpwt0u52xyp76dk5ann5j", + "policy_vkh1n43aqr47tmhg68fr2hz9wa5z7esx3422rd70ne402jh32twgkac", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "542abbdedd6c4e0fe03671637c2e260b1bec79a172dfca28c40fb4db", + } + }, + { "assets": [ { - "fingerprint": "asset16ama27kha3hv72l2279e2plffu989en89ehnh2", - "asset_name": "546f6b656e51", - "quantity": 9972 - }, + "asset_name": "546f6b656e58", + "fingerprint": "asset1kkvd4v97s95ccg58yqwzfnnsdwwmy7wm37tmh4", + "quantity": 9934 + } + ], + "policy_id": "140976538987a4addc8427b619f0da110f667a7d486f868ddc3a1d2b", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ { - "fingerprint": "asset1rr5y7sljqx4ce9532ywan74xj73h2qkgnwc6rw", - "asset_name": "546f6b656e4b", - "quantity": 1123 - }, + "asset_name": "546f6b656e54", + "fingerprint": "asset12cymp55azmgv3q8jlhlky6nwxcll43myd5kn5m", + "quantity": 7338 + } + ], + "policy_id": "46368dfd5ff8e849a8a3a3c665c603ba2de24e8c2e36147ce7e910eb", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ { - "fingerprint": "asset1sxskj0jjl8u0ks4t766ghfft0jms53p3tja4zu", - "asset_name": "546f6b656e45", - "quantity": 3175 + "asset_name": "546f6b656e56", + "fingerprint": "asset1cyqlnzg04cy0lg5nws8s2yarzcwy6c272wnvp3", + "quantity": 2109 }, { - "fingerprint": "asset1yczt7d54f834uvpx7hqv53l4ncs8w6uw4g8t9s", - "asset_name": "546f6b656e51", - "quantity": 8974 + "asset_name": "546f6b656e58", + "fingerprint": "asset1nnwyacj5q9q6fmvcrxq5lrr4c36xkxcel9jwg4", + "quantity": 388 } - ] - }, - { + ], + "policy_id": "45d5e7950a81689eb0218aa0fde765b0e6abec161a29d2ffca1f26b4", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "7795c5ff9052143239daba0e5acdfc5254a2c26e73e65b5ad78ed7da", + } + }, + { "assets": [ { - "fingerprint": "asset18nv6f9mnpajd7r9av7anjjtknnshzqszcedwn2", - "asset_name": "546f6b656e44", - "quantity": 8964 + "asset_name": "546f6b656e55", + "fingerprint": "asset1z3z36fjyw6euwxqk6tfmtv9rz84uxp7ya8apqr", + "quantity": 6278 }, { - "fingerprint": "asset1yr85e893q3wawmu8z43cqm79gtp7ccaewewlxz", - "asset_name": "546f6b656e4a", - "quantity": 2868 + "asset_name": "546f6b656e55", + "fingerprint": "asset1hh5jlr8kljww38yltu8qqsdq4d4kdyht0asxk7", + "quantity": 1088 }, { - "fingerprint": "asset1p6lvlp3k20hjxw3n32tzu2yzm43rs8wj40ek4c", - "asset_name": "546f6b656e52", - "quantity": 4756 + "asset_name": "546f6b656e59", + "fingerprint": "asset1r6y4rj8mzzcqam586rs56qd0ghee56lp77cx76", + "quantity": 5578 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1eyc3jcrauf6fqm8maqc2yj83t39z4swumdfxae", + "quantity": 580 } - ] + ], + "policy_id": "3b9ae9f47cdf607c64ca1d692a4d5f8718eed478b4fcc9bfe2c45171", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { + "assets": [ + { + "asset_name": "546f6b656e59", + "fingerprint": "asset14sap20r7dg4kkw5ymc8ecd9987zvcg6cr6chlr", + "quantity": 4298 + } + ], + "policy_id": "e1359ca8f508d8d946ccaea30de4484ee9f4597c550c2517106f489e", + "policy_script": { + "script": { "all": [ - "policy_vkh1uunqgx9twa5udngrv5wnjwvsndfyx07q5rqeas33x6ta26lqzl2", + "policy_vkh1uy6ee284prvdj3kv463smezgfm5lgktu25xz29csdayful0f2vz", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "e7260418ab7769c6cd03651d3939909b52433fc0a0c19ec2313697d5", + } + }, + { "assets": [ { - "fingerprint": "asset195l9jl5m3k8cvhctvla79hf90xgajwjl609u9v", - "asset_name": "546f6b656e57", - "quantity": 2489 - }, - { - "fingerprint": "asset1r27nkc2nzjqkz5pkry4g9ger8z0dkzj62lgdsq", - "asset_name": "546f6b656e43", - "quantity": 808 + "asset_name": "546f6b656e49", + "fingerprint": "asset1yft8nhhhy8zlkjq95xjqdaxqwng0nscuahpus7", + "quantity": 2451 }, { - "fingerprint": "asset10g0edfye0x6d6vmcfdp6zqafj2vm4v275w3puh", - "asset_name": "546f6b656e4b", - "quantity": 8439 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1jdfc2gjv7y8tjldfdtv0f2kueuc3jzx27j6tq4", + "quantity": 8678 } - ] + ], + "policy_id": "5e7a4571f5c4a03540a7f01a6a3363066003e8cfd7930827063aa783", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh139hxrn9gm8cm7k55k5yag4sgk37mtuljj278rhfsasnx560gej6", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "896e61cca8d9f1bf5a94b509d45608b47db5f3f292bc71dd30ec266a", "assets": [ { - "fingerprint": "asset18kcp2g2yyjcpyk9q7u6umf3vt8qxzdc3gdv8l4", - "asset_name": "546f6b656e4b", - "quantity": 3851 + "asset_name": "546f6b656e46", + "fingerprint": "asset1tq8ytypy98m9emzw3ulx8694snyzk9f2u6eaan", + "quantity": 7970 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset10tvqw9g4nz2gkrxlxlnunk3v28s0h7tdhnnyje", + "quantity": 3192 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1hnd3uufrm2gveu4qds6h4turh0re5lw5za93jq", + "quantity": 9433 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset16fvwjxy0r4phyl87erm69t40wylqusjre5kzgh", + "quantity": 507 } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1pj9p5y34y5e90r2ufu8nz02nz5up6rmw6yfnu3qhxe5swwm2ynyqfejjkp" - }, - { - "tokens": [ - { + ], + "policy_id": "51f1c3476d2e46b4ad5c0333f455a26f3cd30a3f67400a1e8952a9c0", "policy_script": { "script": { "all": [ - "policy_vkh1ufzf8na9tjt9zukyvyvdk30uump3yextdhumsh2mung7u5pucp2", + "policy_vkh128cux3md9ertft2uqvelg4dzdu7dxz3lvaqq585f225uqsayk2h", { "active_from": 100 }, @@ -1888,50 +1906,55 @@ ] }, "script_type": "native" - }, - "policy_id": "e24493cfa55c965172c46118db45fce6c31264cb6df9b85d5be4d1ee", + } + }, + { "assets": [ { - "fingerprint": "asset1wft7g35huen26tw00mtaqvq4gg5pz7wzdtwhh2", - "asset_name": "546f6b656e49", - "quantity": 5371 + "asset_name": "546f6b656e4c", + "fingerprint": "asset15dqwwtd29d00ngtcp77sz207aepuhl07xsmwul", + "quantity": 964 }, { - "fingerprint": "asset1qnslpgs67dcqsxwzkzqlceajtwqf9q4myydxyj", - "asset_name": "546f6b656e47", - "quantity": 1062 + "asset_name": "546f6b656e48", + "fingerprint": "asset1yeatvv8wm6lcuyvceuwdtdltqh88grltkwlvkq", + "quantity": 7007 }, { - "fingerprint": "asset1ck2spd654vevms0zq3dc3t27cg8umkku5p2wcc", - "asset_name": "546f6b656e58", - "quantity": 8488 + "asset_name": "546f6b656e4f", + "fingerprint": "asset13uj0mjc546slgla288u6n6ygklpcmcdlkk4uvw", + "quantity": 6541 } - ] + ], + "policy_id": "4a66bed152406fe76401224c815754d433369c1c3c464471fd0300c8", + "policy_script": { + "script": "policy_vkh1ffnta52jgph7weqpyfxgz4656send8qu83rygu0aqvqvsc580l0", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "2579f4741f6a895155ccd9a0f5105fb2675ab6ace2ab00e08ac9d00d", "assets": [ { - "fingerprint": "asset12nypuzsll0zref94rv9edd9z2tkl74k8k5sfqc", - "asset_name": "546f6b656e51", - "quantity": 748 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1v54mn27m98h6res7guxjssav9k9angpepkh076", + "quantity": 4762 }, { - "fingerprint": "asset18wlpwkecevtedqxn2c7phmxes0kafj4nr5fhpw", - "asset_name": "546f6b656e44", - "quantity": 8809 + "asset_name": "546f6b656e4b", + "fingerprint": "asset1hawmlc53psq7drqa7tr7fm8tj67gdxqkc7avj7", + "quantity": 2186 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset13qz6zdma3ldmfd5xy39cd3sy76zd28ajyfd2su", + "quantity": 6108 } - ] - }, - { + ], + "policy_id": "c9175aec8fc3e95cb47ad921205d6cdb7fa4e451785a1f558de06ff0", "policy_script": { "script": { "all": [ - "policy_vkh19tp8h0turvpls4rrvxxry7qs5u7e4y6yv8m6mhm4mevquqh7w59", + "policy_vkh1eyt44my0c054edr6mysjqhtvmdl6fez30pdp74vduphlq7m7gtv", { "active_from": 100 }, @@ -1941,2175 +1964,452 @@ ] }, "script_type": "native" - }, - "policy_id": "2ac27bbd7c1b03f85463618c327810a73d9a934461f7addf75de580e", + } + }, + { "assets": [ { - "fingerprint": "asset19f7wjk4yzgccxsayzrezl5vprgmrkwnng59tyh", - "asset_name": "546f6b656e55", - "quantity": 6177 + "asset_name": "546f6b656e53", + "fingerprint": "asset1kx8addss4tztj2rac3pnxe4gqk7aq99vt8w4a3", + "quantity": 8786 }, { - "fingerprint": "asset1yh650m4dq949zymhm0rj60th43f9fp0mc6shhm", - "asset_name": "546f6b656e43", - "quantity": 9664 + "asset_name": "546f6b656e44", + "fingerprint": "asset1rjytsrvu02lq3guhd4amraknxljq3ujyc73ruj", + "quantity": 9967 }, { - "fingerprint": "asset1qmgj0k4ku7cc7uw7verhcz6smx5cngqwaxphwq", - "asset_name": "546f6b656e52", - "quantity": 747 + "asset_name": "546f6b656e4b", + "fingerprint": "asset1p70mqsxcvrvtw9nvu8w0d44ctrhhfejsavev9t", + "quantity": 5948 }, { - "fingerprint": "asset1c8jt4gmdwnl2un3zt3w8nznkw7edrhgwnggvhr", - "asset_name": "546f6b656e51", - "quantity": 7760 + "asset_name": "546f6b656e52", + "fingerprint": "asset174l67z77xn3p4ma9s7860svteule3m0a3pmpph", + "quantity": 4464 } - ] + ], + "policy_id": "1c87eb333af4a59fe577767302a79bb2dc08939cb50a978e21449b45", + "policy_script": { + "script": "policy_vkh1rjr7kve67jjelethwees9fumktwq3yuuk59f0r3pgjd52w29ey0", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "d4ba1cd5a5ba82a1acb32267445809d5845b9fa8383f2d8230d20700", "assets": [ { - "fingerprint": "asset1aqz5ge6qsft6g6rp7305z35ha5zffghrjtuv8j", - "asset_name": "546f6b656e4b", - "quantity": 635 + "asset_name": "546f6b656e55", + "fingerprint": "asset1vdmkt44hudacjk3tr72rnfm8yta3y2y64w043x", + "quantity": 4967 }, { - "fingerprint": "asset16xusn28n83ek7435vh3az2snlj3j8cyr7q232y", - "asset_name": "546f6b656e58", - "quantity": 3647 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "cc9dd471cb62d8c52911937495c079619ce5b316586841dba00e6ac9", - "assets": [ + "asset_name": "546f6b656e43", + "fingerprint": "asset1tyn26sp9sh6sufsusyvxv78v0d3yympdh0u30f", + "quantity": 8970 + }, { - "fingerprint": "asset10avetju55z464qdxnvyjxkr6xyt7n76vjy39j7", - "asset_name": "546f6b656e5a", - "quantity": 8477 + "asset_name": "546f6b656e52", + "fingerprint": "asset125ul68wuu7u9egqqfc2ljktp3n2mj8n8dc2ywm", + "quantity": 4624 }, { - "fingerprint": "asset13jpk8h5fhaa0aph6mn3udyama8g74rx79su4xn", - "asset_name": "546f6b656e41", - "quantity": 5044 + "asset_name": "546f6b656e57", + "fingerprint": "asset1km6hsy47tjg36cmxvvfxc5vans47p34jaeaqqj", + "quantity": 6766 } - ] - }, - { + ], + "policy_id": "029cd317e09acc8169740c3ab89e7242a949be54bbe413a64af3754e", "policy_script": { "script": { "all": [ - "policy_vkh1ensms7ml7qfzy4hznjac2jkx6k25zsrn6wglzz869kzk5964a7s", + "policy_vkh1q2wdx9lqntxgz6t5psat38njg255n0j5h0jp8fj27d65u0wphjx", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "cce1b87b7ff0122256e29cbb854ac6d595414073d391f108fa2d856a", + } + }, + { "assets": [ { - "fingerprint": "asset1zkjctzpamv7q69zguk2ycjfz7wvljgc35vc8qp", - "asset_name": "546f6b656e41", - "quantity": 7255 + "asset_name": "546f6b656e53", + "fingerprint": "asset1npst25de3n2c8xa388jlfq8z67kfd9xq5wkkal", + "quantity": 3048 }, { - "fingerprint": "asset16ww050xwcuafnv9al9l73dv8w73peewvxteyrt", - "asset_name": "546f6b656e46", - "quantity": 3760 + "asset_name": "546f6b656e44", + "fingerprint": "asset143grwa0xn572ns9a2exgx0qn0cknyv64068eed", + "quantity": 5357 }, { - "fingerprint": "asset1rn2uhysm6494qrw254mysctqfdm78wwwhmf5p7", - "asset_name": "546f6b656e5a", - "quantity": 3244 + "asset_name": "546f6b656e51", + "fingerprint": "asset1km37m2j25rfvdn573e7qwu820aw95y48qjuret", + "quantity": 4979 } - ] - }, - { + ], + "policy_id": "3caa7b4aa14f5fcad9413c7a22a4c6db5f52430ccfcd6beb9bea083e", "policy_script": { - "script": "policy_vkh1n4kp96zzat8vl6gaanyw4jjy54ga8zgfm2hmp7swzl2kykp03ya", + "script": "policy_vkh18j48kj4pfa0u4k2p83az9fxxmd04yscvelxkh6umagyrug3czkk", "script_type": "native" - }, - "policy_id": "9d6c12e842eacecfe91decc8eaca44a551d38909daafb0fa0e17d562", - "assets": [ - { - "fingerprint": "asset1d975l8rw4g46h9grltkdp4zm3x56ey79gy752v", - "asset_name": "546f6b656e52", - "quantity": 8611 - }, - { - "fingerprint": "asset169nl20vdnkxqcufytd9guzkn9d2qw54zme0nwe", - "asset_name": "546f6b656e52", - "quantity": 4629 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1q7lca3xskypypl6knvwxhxupea8trm38387apjnjg0wwqcnqxes", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "07bf8ec4d0b10240ff569b1c6b9b81cf4eb1ee2789fdd0ca7243dce0", "assets": [ { - "fingerprint": "asset1sfkz6ty3f28u0w0p36cdsmr286k3gd7wwfhfj8", - "asset_name": "546f6b656e51", - "quantity": 1877 - }, - { - "fingerprint": "asset165w6a3jext5trdpdqw9hjhrwy3ffxy37mvd64w", - "asset_name": "546f6b656e4a", - "quantity": 1401 + "asset_name": "546f6b656e56", + "fingerprint": "asset1ppspsva0rxxywf8rs2pzmkqkhq67f4kpdva7xc", + "quantity": 3666 } - ] - }, - { + ], + "policy_id": "f73f4970adf342b58098bda83a25b656b157bc228205d31136c0c248", "policy_script": { "script": { "all": [ - "policy_vkh17yw66plz3cldkuzj0u549mnfzzhqvefj8lx7wst3ukc423558wp", + "policy_vkh17ul5ju9d7dpttqychk5r5fdk26c400pzsgzaxyfkcrpys44nayw", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "f11dad07e28e3edb70527f2952ee6910ae0665323fcde74171e5b155", + } + }, + { "assets": [ { - "fingerprint": "asset1skcvdvssqvuu2nrqaqy4qgjexkvw7lv2hutvzl", "asset_name": "546f6b656e41", - "quantity": 2880 + "fingerprint": "asset10m9uehjwull8xthku6g2xyhgmdt3ftwddwzpdp", + "quantity": 3909 } - ] - }, - { + ], + "policy_id": "87e2cfdb4cf3626ee2821d425fb5d69aef9ffb960ceaf2dc445e08ad", "policy_script": { - "language_version": "v1", + "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "6b72458a0b53e55ccdfbdfa69cf5d270549926846626f89e07de9c86", + } + }, + { "assets": [ { - "fingerprint": "asset1j3f0y2d8r499jydzv9f0uy0xzg8lwk49rc0zz0", - "asset_name": "546f6b656e52", - "quantity": 9027 + "asset_name": "546f6b656e4f", + "fingerprint": "asset137uqhlq5fwef64awra85rzm6my8fc4l26kzkrv", + "quantity": 7546 }, { - "fingerprint": "asset1mmlmjmfdalfenqlnkzrmcmfcz90kq6z6ykl4pv", - "asset_name": "546f6b656e4f", - "quantity": 2513 + "asset_name": "546f6b656e56", + "fingerprint": "asset1k930nzfau8qractk06cmzvwqssw80ra0xnduu4", + "quantity": 695 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset12enc8leqys4yg7759vzpn99v47mud2caxe8eka", + "quantity": 6541 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset18m3ufkvfxrnd8nwfjgefsfgnv27hxq53p0edl7", + "quantity": 374 } - ] - }, - { + ], + "policy_id": "e37f09c9cdbf98a5e01f5e379506bb343183f4e98024c46626edd5df", "policy_script": { "script": { "all": [ - "policy_vkh1mgcxpmj4s33vvpc7c5kvzpgyldc2jg8a8u5vejcrzzmp52rlq48", + "policy_vkh1udlsnjwdh7v2tcqltcme2p4mxscc8a8fsqjvge3xah2a7hnmpt6", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "da3060ee558462c6071ec52cc10504fb70a920fd3f28cccb0310b61a", - "assets": [ - { - "fingerprint": "asset1szlq0qwazefcl2vv5x35awlut0hee4vlqc47jn", - "asset_name": "546f6b656e53", - "quantity": 6434 - } - ] - }, + } + } + ], + "wallet_policy_key_hash": "policy_vk19cnzcqm9dprxctm729asvqccphsysy2gyvd5uap4ry3cfz2txaqq8x4mxf", + "wallet_policy_key_index": "0H" + }, + { + "tokens": [ { - "policy_script": { - "script": "policy_vkh1mm27awwxhstwqaheaxlt68d7hq24ycgged9k526ecu2xjjxmgl6", - "script_type": "native" - }, - "policy_id": "ded5eeb9c6bc16e076f9e9bebd1dbeb815526108cb4b6a2b59c71469", "assets": [ { - "fingerprint": "asset1l0zrddmr80dxqkwd5f2clhpzx23jn06mjt8432", - "asset_name": "546f6b656e4f", - "quantity": 61 + "asset_name": "546f6b656e50", + "fingerprint": "asset120749m4jmxcwvd66trzas54fthgj9zflj0n0nz", + "quantity": 4315 }, { - "fingerprint": "asset1g0vr36eqfadswla0n7kqgtrwnznwrf55u0e42x", - "asset_name": "546f6b656e4b", - "quantity": 1477 + "asset_name": "546f6b656e59", + "fingerprint": "asset1243eq498v92qwtjt3jp6v5wfr7z8vu8m2wp9ck", + "quantity": 7223 }, { - "fingerprint": "asset1z6xr4yx7jp5e39qj666apuyd88sjnhcvymkr9r", - "asset_name": "546f6b656e50", - "quantity": 6413 + "asset_name": "546f6b656e58", + "fingerprint": "asset1lg76py372elgkffwwuhsf2vylx6jnz4majlt09", + "quantity": 1387 } - ] - } - ], - "wallet_policy_key_index": "0H" - }, - { - "tokens": [ - { + ], + "policy_id": "0e9656f68b801a6427e4b3359a74ae02bdf85ff11c30dd7f1fd4c3ec", "policy_script": { "script": { "all": [ - "policy_vkh1dmek2t02ymvtzhdlttnccgunl44ysj4l0zpvk2r5gqlhwjkjlrl", + "policy_vkh1p6t9da5tsqdxgflykv6e5a9wq27lshl3rscd6lcl6np7c09f4dm", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "6ef3652dea26d8b15dbf5ae78c2393fd6a484abf7882cb2874403f77", - "assets": [ - { - "fingerprint": "asset18jq4e037mm9vwqqlhpan7pqmawgatp6vfk5ykk", - "asset_name": "546f6b656e48", - "quantity": 5460 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh1gyxg26yju8pyv405yrkexhzev6thl6jnaq3rexpg2jd2gpj47kh", - "script_type": "native" - }, - "policy_id": "410c856892e1c24655f420ed935c5966977fea53e8223c9828549aa4", "assets": [ { - "fingerprint": "asset1zlg7a7kgpuqvd3j7vtr9f8yfvaps963wdecq6l", - "asset_name": "546f6b656e54", - "quantity": 4001 + "asset_name": "546f6b656e52", + "fingerprint": "asset1cwdsmgmaj0a3znlnc5v85z6ph58cuvhm4g0hrl", + "quantity": 8555 }, { - "fingerprint": "asset1umqtcn4lva8x02zl6q9wes5nk5w6xy88ky54tr", - "asset_name": "546f6b656e44", - "quantity": 1485 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1c9w5zj4ah6yfxvjza4r726xyukjz7u2jyr2jv7qzxwqq5cn4k73", - "script_type": "native" - }, - "policy_id": "c15d414abdbe88933242ed47e568c4e5a42f715220d526780233800a", - "assets": [ + "asset_name": "546f6b656e57", + "fingerprint": "asset1qdkaw292kpjqevp7zghj3nzxt0q5jrn2q48kjt", + "quantity": 7460 + }, { - "fingerprint": "asset1dwnt8vzgsf5pt8aaxn9jv6mknuy2px53u4mxlh", - "asset_name": "546f6b656e49", - "quantity": 1385 + "asset_name": "546f6b656e53", + "fingerprint": "asset1ztu8vhtupm345k85562ra2fepgk35twr23vvsg", + "quantity": 222 }, { - "fingerprint": "asset1sywse3uyfx0uze629llgm6vcg5uhvvf8pq4r0v", - "asset_name": "546f6b656e4a", - "quantity": 9686 + "asset_name": "546f6b656e51", + "fingerprint": "asset1kslkr7m7r0h09fm48a7235axvnfrzjrm7c0zhd", + "quantity": 3595 } - ] - }, - { + ], + "policy_id": "2117d4f624f72c46cf58954b20b9dea5ea28ac1276e8faa2bec714e0", "policy_script": { "script": { "all": [ - "policy_vkh12pgfdgyyrqjzgc9xz4quqkktexpcrsugeyrn7rzt0lsnseexwlj", + "policy_vkh1yytafa3y7ukydn6cj49jpww75h4z3tqjwm504g47cu2wq4ham6e", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "505096a08418242460a61541c05acbc98381c388c9073f0c4b7fe138", - "assets": [ - { - "fingerprint": "asset1xuksenz889nuc8zl6q74dquzqusq42cdm0gdg3", - "asset_name": "546f6b656e52", - "quantity": 4206 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "793c23638ea2bbf20effaf65ed4354cec3460d7fdb70fc81508175bd", "assets": [ { - "fingerprint": "asset1gxye9cgznkjfsqlaa2ssje8yjpd5gha9k2tur6", - "asset_name": "546f6b656e42", - "quantity": 5540 + "asset_name": "546f6b656e52", + "fingerprint": "asset1dflm6fpn76fs58txhgaqh5j63lzua4wtshy8qx", + "quantity": 4186 }, { - "fingerprint": "asset1wxxn4fzsgj6374dmlgv38a4n6laq79tz9zvn8a", - "asset_name": "546f6b656e45", - "quantity": 2912 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1fj5nhqkufz5fgg0kauhdh6zdyskr8umzqgv5px", + "quantity": 4775 }, { - "fingerprint": "asset1933um4ptl8nm38l8l45sx4ngrmhzrfs22pu32h", - "asset_name": "546f6b656e58", - "quantity": 7741 + "asset_name": "546f6b656e55", + "fingerprint": "asset1csh8r2ktp8wwzkcv8wya43uf5juvq2tj3gar5j", + "quantity": 6670 }, { - "fingerprint": "asset1czly9q4jqhgsq47n8uu7x2evdtyrm4ewqp6l94", - "asset_name": "546f6b656e51", - "quantity": 7693 + "asset_name": "546f6b656e53", + "fingerprint": "asset1nrfv7qctx0jykem84gp6j9cc4paxwsaldcwlh8", + "quantity": 7998 } - ] + ], + "policy_id": "176a8c60bdafd45ac9022f6efe53d2f63c8cce8cf98a2255dd68de4d", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1afm34mvf6lu8027dxshqej97gsfaaut5lcwn6l", + "quantity": 5214 + } + ], + "policy_id": "33bcf830d667576c2bfa1560e347bb3e32d9b6ed3b11b77484513a8e", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "28c55daad025644369a93ec41bbabc022fcb6a1bf73c0171d4fbb096", + } + }, + { "assets": [ { - "fingerprint": "asset1m3q3gy8asua0utreyrplgcnpfn4dx9xazgnuwp", - "asset_name": "546f6b656e41", - "quantity": 4856 - }, - { - "fingerprint": "asset1u4hq32hyeejh7kkswe8ksd3syke8dw2dd9xk3c", - "asset_name": "546f6b656e46", - "quantity": 6852 + "asset_name": "546f6b656e59", + "fingerprint": "asset15jzddcapwya6lxw6gmnzd6477dpvf02zwx6tyv", + "quantity": 6889 } - ] + ], + "policy_id": "b421adef74489761a53477848fe448ba7f7ecf78fae8cd94ad09b751", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh15vaa0jdzxlfunjevp52tjaz6zq6tj4tjalea0m6d3zzsg024nk0", - "script_type": "native" - }, - "policy_id": "a33bd7c9a237d3c9cb2c0d14b9745a1034b95572eff3d7ef4d888504", "assets": [ { - "fingerprint": "asset1l7qttx6uflz4qfm2s7ze0p8tt75s2nfrcdcr5j", - "asset_name": "546f6b656e49", - "quantity": 4270 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1fq72d5j8z9t3gmdmn3meczc9zk7ct6tzpx4zz2", + "quantity": 3250 }, { - "fingerprint": "asset1u3es2q5u00gmt2mtuf2qkptf34jjs88tsgwt7d", - "asset_name": "546f6b656e4a", - "quantity": 6546 + "asset_name": "546f6b656e59", + "fingerprint": "asset1wp7d0g32llenqrkd339jv5th35l63dlyyrdetz", + "quantity": 3838 }, { - "fingerprint": "asset16934ty5sl5rur646s9dgrseh0qk6647lehqeaq", - "asset_name": "546f6b656e55", - "quantity": 4916 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "0e5c6590c0c9478031bfcf09bdb2d88fe723688c4dddf04428684a99", - "assets": [ - { - "fingerprint": "asset1wt2832n3p0ur3tpv488fhyh9drzpjyvcdsxl32", - "asset_name": "546f6b656e48", - "quantity": 6413 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh16x9rdht2lnu4fg474yfhgeze5z0mecjjjh8satwej77vjawrtp0", - "script_type": "native" - }, - "policy_id": "d18a36dd6afcf954a2bea913746459a09fbce25295cf0eadd997bcc9", - "assets": [ - { - "fingerprint": "asset1njs30heruxzq9hv779kjlt8ydewk5vg4d8z9xu", - "asset_name": "546f6b656e46", - "quantity": 3830 - }, - { - "fingerprint": "asset1d69ymrm6kpafeph6gpt5xgvcu8hmjjxrna6ezv", - "asset_name": "546f6b656e4f", - "quantity": 8303 - }, - { - "fingerprint": "asset1ng58x96ztp06mldtcxl80cm7v420qjhghe0rvj", - "asset_name": "546f6b656e4b", - "quantity": 7782 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "438fae7fac984e41a829804ba587eeb9b0de57288aa2ade4369417f4", - "assets": [ - { - "fingerprint": "asset1zq48fyrlpkev2yl73zw5mlg8ddctlvq7fvfaa7", - "asset_name": "546f6b656e44", - "quantity": 3657 - }, - { - "fingerprint": "asset1cufntgtdx8urv484p07mkpg2j0cjrc35hy00me", - "asset_name": "546f6b656e46", - "quantity": 4181 - }, - { - "fingerprint": "asset1sgn5cehkn8ukmzr80363rntneuv9lfeuledly2", - "asset_name": "546f6b656e51", - "quantity": 2128 - }, - { - "fingerprint": "asset1pdyq4m98va0xms23ca5t8agrl0j99d4dzcjtza", - "asset_name": "546f6b656e46", - "quantity": 7746 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "17fd6ed6029c3ef37e84575f4d5d3ebb9340dc76bdadbb28366fc47e", - "assets": [ - { - "fingerprint": "asset1vj9fmwu8dvxah44er5k8khawxakt56et2vq5nm", - "asset_name": "546f6b656e49", - "quantity": 5859 - }, - { - "fingerprint": "asset1yekj6axalhcsqy6mgl3ftr8g64gq7zz5l8nxgg", - "asset_name": "546f6b656e43", - "quantity": 6871 - }, - { - "fingerprint": "asset1xcshmderpddqzv630kgj9ydgnckytnf4zuxtll", - "asset_name": "546f6b656e4d", - "quantity": 5561 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "b40a3fda9e9883da6db908f528feb759215751cfe35b7ea7ac7c4dcf", - "assets": [ - { - "fingerprint": "asset1n4h40fs8vkgq953swkcg000amay7w2q88yhch6", - "asset_name": "546f6b656e57", - "quantity": 5506 - }, - { - "fingerprint": "asset19jtxj2djlg2wpfg09pwztfzr7v5ak6lk2hlk0w", - "asset_name": "546f6b656e4e", - "quantity": 187 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1neg3hazn8mjt6t4k7gun9ymr4x5m6l350238f63a05nyzdrsqzg", - "script_type": "native" - }, - "policy_id": "9e511bf4533ee4bd2eb6f239329363a9a9bd7e347aa274ea3d7d2641", - "assets": [ - { - "fingerprint": "asset1yzjp40ng6jqxyyhe5g09kraqldyyv6tltdmfhm", - "asset_name": "546f6b656e51", - "quantity": 1694 - }, - { - "fingerprint": "asset1p8puww3p3yxl2659t6nqplq3z0kh98hljpkns0", - "asset_name": "546f6b656e42", - "quantity": 483 - }, - { - "fingerprint": "asset1k0perxw6sczj872cqkz77w50l5w82huw74t5c3", - "asset_name": "546f6b656e41", - "quantity": 3391 - }, - { - "fingerprint": "asset1u94cxttc7gfr5z72u66dxknn7anva6dyrstqyq", - "asset_name": "546f6b656e46", - "quantity": 7568 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1sxk9m0nq9pmlesg3z09l0qypa9zlsp98scvuv44v6ax6sp240qq", - "script_type": "native" - }, - "policy_id": "81ac5dbe602877fcc11113cbf78081e945f804a78619c656acd74da8", - "assets": [ - { - "fingerprint": "asset1mqruf6vvmwxxfct8ms0r99h2k2am8wf7setaex", - "asset_name": "546f6b656e42", - "quantity": 3872 - }, - { - "fingerprint": "asset1mp2u7ehd9tg5qyz6xnlv7ufa0reaau8m7gkq00", - "asset_name": "546f6b656e58", - "quantity": 5452 - }, - { - "fingerprint": "asset1tm5au8n99vm05rx6se63tckvx6nev85nrs3hkr", - "asset_name": "546f6b656e59", - "quantity": 8200 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh18vrftncz4ur4vjuap59l2d9247tfdvy9lhuuqrh9agwcj5pkcsg", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "3b0695cf02af07564b9d0d0bf534aaaf9696b085fdf9c00ee5ea1d89", - "assets": [ - { - "fingerprint": "asset1pfcc707qgmzlfjlcmp3l7v20ewgf6dplz9qcac", - "asset_name": "546f6b656e4f", - "quantity": 5254 - } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh1vemzkwg8vf0v5dm6r4nm4pmh2dqpvsq6jsv5x92d9ffyzwgqvmh" - }, - { - "tokens": [ - { - "policy_script": { - "script": "policy_vkh12cgpehs0d7y5nr4eg90ca8phghr53lxnlek98yelvryqq6a0fh0", - "script_type": "native" - }, - "policy_id": "56101cde0f6f89498eb9415f8e9c3745c748fcd3fe6c53933f60c800", - "assets": [ - { - "fingerprint": "asset1m2ft9j3xvxehg6fuvkj0n4pvvkkg3nnqk03802", - "asset_name": "546f6b656e41", - "quantity": 1325 - }, - { - "fingerprint": "asset1vwxxzuf5k6celw33x2qj4qz2tz42rws6u0lggs", - "asset_name": "546f6b656e44", - "quantity": 436 - }, - { - "fingerprint": "asset1s0u585n6hun2wl8epj0lpu4gm0tscjnkx55mrz", - "asset_name": "546f6b656e43", - "quantity": 6411 - }, - { - "fingerprint": "asset1lx63nrsxq4t473e6pw5f74wutsvf2g7y8y5hn0", - "asset_name": "546f6b656e53", - "quantity": 7128 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "90f8861cd8d2bf4936c8d3ad0c25468c3a4c853a8a0b2ce55b4eab49", - "assets": [ - { - "fingerprint": "asset1795m8yvgv0c4ufl7ulnryvnpsepxfvr9jzrw07", - "asset_name": "546f6b656e43", - "quantity": 3342 - }, - { - "fingerprint": "asset1f3nn9gegtz075fap4vnv3u3emxh7qcj27cdmnj", - "asset_name": "546f6b656e4d", - "quantity": 3121 - }, - { - "fingerprint": "asset1jgjnxk830ee8dxt728zytgv4fk6w5f33zzqamc", - "asset_name": "546f6b656e55", - "quantity": 7936 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1d69cazxw7pd30n84hn8ka05nrz9l73sqyspjz4mzm8z32dnvp5y", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "6e8b8e88cef05b17ccf5bccf6ebe93188bff46002403215762d9c515", - "assets": [ - { - "fingerprint": "asset1ch0f4xeuu8zz7tgft5047zrzvxecs8gnpzywzs", - "asset_name": "546f6b656e44", - "quantity": 8057 - }, - { - "fingerprint": "asset1kxjf3vtvcmphj55qh3wwnyp6494trmdghmkra8", - "asset_name": "546f6b656e55", - "quantity": 9414 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1d2ktcjs4fmvqarzugtmvu2syfc2ltd6yudu82t9l63976gkt0gz", - "script_type": "native" - }, - "policy_id": "6aacbc4a154ed80e8c5c42f6ce2a044e15f5b744e378752cbfd44bed", - "assets": [ - { - "fingerprint": "asset1ye75skqvdpk65gtn4rag3zfw3ffa9skhl3e7el", - "asset_name": "546f6b656e45", - "quantity": 7187 - }, - { - "fingerprint": "asset1ewxfke58g9sucu2q3wl7zf2rqqch4zswsp4m44", - "asset_name": "546f6b656e59", - "quantity": 8644 - }, - { - "fingerprint": "asset1mv3dcvn629lsh4srzruc9tjjgltq4srprndahl", - "asset_name": "546f6b656e56", - "quantity": 6004 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "03dc30acea73abc51709b50d37ccee088de78f11f2a1924c1c452355", - "assets": [ - { - "fingerprint": "asset1jazv4mefq8ll5dvyz0yy8vckw9j8kpp5srrq0u", - "asset_name": "546f6b656e4c", - "quantity": 7926 - }, - { - "fingerprint": "asset1mgzaxdce94jz0jnw6j5hm9jwea6ecn5z563073", - "asset_name": "546f6b656e47", - "quantity": 9084 - }, - { - "fingerprint": "asset13xsxy8pcv80pv33r9cphe59c6ddzj5m37c289v", - "asset_name": "546f6b656e47", - "quantity": 8255 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1p6fhsn9njwscjaz2zlhf8ezdg3q77ekurtzhnhd97us2geqm0sm", - "script_type": "native" - }, - "policy_id": "0e93784cb393a189744a17ee93e44d4441ef66dc1ac579dda5f720a4", - "assets": [ - { - "fingerprint": "asset1dpgu4e2wsrg9j5ygazyflqlvy69tvvtu9k2ugr", - "asset_name": "546f6b656e48", - "quantity": 1601 - }, - { - "fingerprint": "asset1kmz4rmzd40j49xsxf0wlgg8sq7ay8lm9m5pheq", - "asset_name": "546f6b656e57", - "quantity": 7213 - }, - { - "fingerprint": "asset1k2ktgraejma5uw8gsqzmkemen02zzca0cfhaf3", - "asset_name": "546f6b656e42", - "quantity": 6026 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1hqqfpjaf0qwef04rcxq9lers4zn8j54wwn7jp76gfntn2chd645", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "b80090cba9781d94bea3c1805fe470a8a67952ae74fd20fb484cd735", - "assets": [ - { - "fingerprint": "asset1sp0mmxqd24w4a8x3aztueav7ycyav86vxk7hjc", - "asset_name": "546f6b656e47", - "quantity": 4420 - }, - { - "fingerprint": "asset1p2lf5wc2fta64qpscjhshzznrw5cuyqph8pam6", - "asset_name": "546f6b656e55", - "quantity": 7601 - }, - { - "fingerprint": "asset1szmk07n7s2s0cs302fhkr5544jyx47kdep4txw", - "asset_name": "546f6b656e49", - "quantity": 654 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1jzpp3erjddlwh2g7a9z9wdd2p2pjyd9w4n5d4vav0hdc2v953v3", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "908218e4726b7eeba91ee9445735aa0a832234aeace8dab3ac7ddb85", - "assets": [ - { - "fingerprint": "asset15rv3km6vehnx2dcjx3v5afuthcgjduwsq6znca", - "asset_name": "546f6b656e42", - "quantity": 377 - }, - { - "fingerprint": "asset1hgzhty3cfzz3fdktjefdz64jnalzus595kex57", - "asset_name": "546f6b656e5a", - "quantity": 3348 - }, - { - "fingerprint": "asset107qamlg6cylzv0yc4ctx3dxqu5clheql87ae4h", - "asset_name": "546f6b656e4b", - "quantity": 6975 - }, - { - "fingerprint": "asset1l5y3ktnj435xtytuljwmm6kvrz3gs7zx585rmw", - "asset_name": "546f6b656e4a", - "quantity": 6045 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh17yp0jrdxy7vlwvk0r26hnkj8nj2a43wa508ut95dtl7wjk5hzjh", - "script_type": "native" - }, - "policy_id": "f102f90da62799f732cf1ab579da479c95dac5dda3cfc5968d5ffce9", - "assets": [ - { - "fingerprint": "asset1vqa49slkannnqmrtfqld7s0e8y8nph7d9exyhe", - "asset_name": "546f6b656e51", - "quantity": 3366 - }, - { - "fingerprint": "asset1exqnql6dss2x2um59j9wjukrxn6lux6qf36x64", - "asset_name": "546f6b656e4b", - "quantity": 1366 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1atsarudevprvek8p0wwzsw83hth3mx37lh0mp7wvc3gpvjuyxla", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "eae1d1f1b96046ccd8e17b9c2838f1baef1d9a3efddfb0f9ccc45016", - "assets": [ - { - "fingerprint": "asset1l9pj5r58scq8g636kcqm8a4gsv272zr4dhusva", - "asset_name": "546f6b656e4c", - "quantity": 2897 - }, - { - "fingerprint": "asset1ua9l4e784szdtap6078ytne9rtd5987u2gtz9p", - "asset_name": "546f6b656e57", - "quantity": 9713 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1vd9pxsq2ua7mplh4q68yecdskev8wqzq5qufpxr9dzh37ty5auz", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "634a13400ae77db0fef5068e4ce1b0b658770040a03890986568af1f", - "assets": [ - { - "fingerprint": "asset1c8p2dya0f56rade43hqf8m384f76gm9l9uajy8", - "asset_name": "546f6b656e51", - "quantity": 386 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh14v87sy9x2w6vmcc7nfr4wzvr5jf5nz3rrd5h6933yerzyq89l2j", - "script_type": "native" - }, - "policy_id": "ab0fe810a653b4cde31e9a47570983a493498a231b697d1631264622", - "assets": [ - { - "fingerprint": "asset1h6sl5pqlugqe8rq42e3rq0lxk2gsdmz02u0tul", - "asset_name": "546f6b656e4e", - "quantity": 2517 - }, - { - "fingerprint": "asset1c2d8pvcvcm807g8ju6qernjppstlpkvpus49kg", - "asset_name": "546f6b656e4a", - "quantity": 2580 - }, - { - "fingerprint": "asset17guhsvjjldnxgvnhj06jwnta7nux0ezn5smt56", - "asset_name": "546f6b656e48", - "quantity": 529 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "e9a3bc02e0f833acefac9ba46391662765ae4ff130fe0f4366d7d1f1", - "assets": [ - { - "fingerprint": "asset12vvhyt59l0dj9x4a5tuqv63zcryxalrj4mwxrh", - "asset_name": "546f6b656e47", - "quantity": 4483 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1kt8vxr6txkts4cn844a0jnf9peummmct7rmutwxugld8yzfncnf", - "script_type": "native" - }, - "policy_id": "b2cec30f4b35970ae267ad7af94d250e79bdef0bf0f7c5b8dc47da72", - "assets": [ - { - "fingerprint": "asset1yuqf7p2yjvruyvj7ea9tfzn3xval72fygj8wn0", - "asset_name": "546f6b656e57", - "quantity": 9456 - }, - { - "fingerprint": "asset1adaw3lhedtkgfcqchwqwd0pzpz6ly8x9yvxh07", - "asset_name": "546f6b656e42", - "quantity": 2809 - }, - { - "fingerprint": "asset1yv8lkunlhaauew0syw3lqfw9k8cdemxud50dvv", - "asset_name": "546f6b656e45", - "quantity": 6520 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1ajpk0v63exykj8aqahnp3cspsnk3k4uuezvdexelnqxmg7ag368", - "script_type": "native" - }, - "policy_id": "ec8367b351c989691fa0ede618e20184ed1b579cc898dc9b3f980db4", - "assets": [ - { - "fingerprint": "asset1t593v7l2wxskwcudnk9z00u0rvm05myrzn6x4y", - "asset_name": "546f6b656e59", - "quantity": 9615 - }, - { - "fingerprint": "asset1p5rl50hgqruanfuvqfhq74jqnrvnwynnyw0u5p", - "asset_name": "546f6b656e4a", - "quantity": 1282 - }, - { - "fingerprint": "asset1sf5npy4k5xdrge5nsv3suvuhcz98422z0f8efr", - "asset_name": "546f6b656e43", - "quantity": 2111 - }, - { - "fingerprint": "asset12fqu2e45rsz3kvqcnx369a5g2593lrdqcszg05", - "asset_name": "546f6b656e4c", - "quantity": 5248 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "ba8a9feff68a3721b76e2cc051c9716dbc972f1dad97d75bdb889343", - "assets": [ - { - "fingerprint": "asset1lna82wm8nmpn6r3g96q9l5vw7d67nrecz5z4kj", - "asset_name": "546f6b656e42", - "quantity": 5279 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "176dc11b15765ee68b4e054c0976e5ad31775c5ea00ad3049da96386", - "assets": [ - { - "fingerprint": "asset1aq9lhm46hwyma7cy5qcgkn93l09ztp4dxxgzgj", - "asset_name": "546f6b656e44", - "quantity": 3726 - }, - { - "fingerprint": "asset1mk8fzvly5hh89xag96em6v54np67we94s8h923", - "asset_name": "546f6b656e44", - "quantity": 320 - }, - { - "fingerprint": "asset1c0mjzt48q3lv54cqgu6mymwhg5pw6tjuud6054", - "asset_name": "546f6b656e44", - "quantity": 3503 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh189wydt72sdjx06al8txsx23m32ulxzesgc5h8gq9ltf5wqakqdr", - "script_type": "native" - }, - "policy_id": "395c46afca836467ebbf3acd032a3b8ab9f30b30462973a005fad347", - "assets": [ - { - "fingerprint": "asset1gwap86eap2669cpzk9gdghrgxx73n2fusr23pm", - "asset_name": "546f6b656e42", - "quantity": 8652 - }, - { - "fingerprint": "asset1jyf6vrvgrq62emjw6nx92l70y9tz3j65w344j2", - "asset_name": "546f6b656e49", - "quantity": 8989 - }, - { - "fingerprint": "asset1flf3nxman5vwktg9rkkexke2vy4h2gj3mu5ujt", - "asset_name": "546f6b656e59", - "quantity": 8900 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "b960650c78ae6ac45bd636bc71ba50617f850e33543363b4a2bd5b6b", - "assets": [ - { - "fingerprint": "asset1l3h6h4gxhpmj6va8pnx3l58mm37qtnw8z7nkdc", - "asset_name": "546f6b656e54", - "quantity": 5060 - }, - { - "fingerprint": "asset1pgrs8zt0a3y482cwvn4wkdcjcswwathfqpd6pf", - "asset_name": "546f6b656e48", - "quantity": 2785 - }, - { - "fingerprint": "asset1en25jyqp3qqrnvsv5k0aqxelpma5x9jf2jxngj", - "asset_name": "546f6b656e56", - "quantity": 1984 - }, - { - "fingerprint": "asset1x0tmdltxtfm73rytx0d6xftp64zhx4c5h2jwl8", - "asset_name": "546f6b656e4c", - "quantity": 5249 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "3ba117342a48140941de921fc0e662cb483710ca404e80fa03a54c08", - "assets": [ - { - "fingerprint": "asset164tevz35ysccf7lfgxex9nymfkvgmusrjlcq2q", - "asset_name": "546f6b656e43", - "quantity": 5588 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1jgla9lyesa6xrlwv3kwlr7vcg07l0w62zln22gkq8wmkcpu2k0q", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "923fd2fc99877461fdcc8d9df1f99843fdf7bb4a17e6a522c03bb76c", - "assets": [ - { - "fingerprint": "asset1aq4uzcr4mqvtfqlr6n9gzlrxkl5tfpl5pqs0rl", - "asset_name": "546f6b656e53", - "quantity": 8231 - } - ] - } - ], - "wallet_policy_key_index": "0H" - }, - { - "tokens": [ - { - "policy_script": { - "script": "policy_vkh1u3twfg4752plg3flgeer06s02ky22lw65a4x4wefn49x28p3yxz", - "script_type": "native" - }, - "policy_id": "e456e4a2bea283f4453f467237ea0f5588a57ddaa76a6abb299d4a65", - "assets": [ - { - "fingerprint": "asset16d5zgnj6mwm22l0plrzn462ja50r5e4nw0d0pv", - "asset_name": "546f6b656e56", - "quantity": 4090 - }, - { - "fingerprint": "asset1ratmg24jp74yf2qsa6hcptaq5vqsgd97y3ked9", - "asset_name": "546f6b656e44", - "quantity": 2453 - }, - { - "fingerprint": "asset1649z6nxv8lvj5lu4zvynnmw2qrx7fayph2exdk", - "asset_name": "546f6b656e4e", - "quantity": 6543 - }, - { - "fingerprint": "asset1335wr6d3add93shfr32qdws4e4xy47z5suw07u", - "asset_name": "546f6b656e48", - "quantity": 8964 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "55d4bffe2bb9754913588da28eaec4dd63a3813823423ab7f83b97f7", - "assets": [ - { - "fingerprint": "asset1mp2dan78dp9rmwvltzwcezk3rt8sj7hash95wa", - "asset_name": "546f6b656e41", - "quantity": 8025 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh10p3y3t5e56e0g8ynt2n32rhmn5lrwmwqsuyl59y6w26kcagu9lv", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "786248ae99a6b2f41c935aa7150efb9d3e376dc08709fa149a72b56c", - "assets": [ - { - "fingerprint": "asset1ycucenhu5erxjyr5ets95c02jrvtnakdxl3mvh", - "asset_name": "546f6b656e57", - "quantity": 4527 - }, - { - "fingerprint": "asset14amcj8ez7awk20dcjsuy7l228ky6sn8rztpgtv", - "asset_name": "546f6b656e53", - "quantity": 5878 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh14xmuev8avd5lmm54u6w650g9cl0fq3nsja4kgygrjmlhjhrn6xc", - "script_type": "native" - }, - "policy_id": "a9b7ccb0fd6369fdee95e69daa3d05c7de904670976b64110396ff79", - "assets": [ - { - "fingerprint": "asset176j2athkv07zfep3xxxhgy8rwp2dnm4psqedld", - "asset_name": "546f6b656e55", - "quantity": 3965 - }, - { - "fingerprint": "asset1f8rmwjd743fkgdx6edmsptclvmq58328psr83p", - "asset_name": "546f6b656e51", - "quantity": 6843 - }, - { - "fingerprint": "asset1dux72vkd7m2x4g892zxn4jqd6ymsc4t0xg2uqz", - "asset_name": "546f6b656e4d", - "quantity": 983 - }, - { - "fingerprint": "asset1n88dpkf2e92vrxmrlqqq4ed40e9xx58uypa70y", - "asset_name": "546f6b656e59", - "quantity": 4463 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "0d12ba6cdfce2a7795ea65e4ce4c9f0a94dbd82dc4948f8f174820a3", - "assets": [ - { - "fingerprint": "asset1085d7pwa2dv3200nvp7yg6cyqg38hzjdrmzjm5", - "asset_name": "546f6b656e42", - "quantity": 1891 - }, - { - "fingerprint": "asset17p3j9t6q35z0yyjuvalxkmq3faup8y8p8zyjxy", - "asset_name": "546f6b656e43", - "quantity": 2013 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1qcpds53s7pcljq6l6swn3hyenhxk9dea70rk9vg30a6vv9ul7ht", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "0602d85230f071f9035fd41d38dc999dcd62b73df3c762b1117f74c6", - "assets": [ - { - "fingerprint": "asset1wzff04m8g9nwq720p5vczjepgq9gva7ey6cgeq", - "asset_name": "546f6b656e53", - "quantity": 9370 - }, - { - "fingerprint": "asset17y7dtmjakfz9rd3gek3p252r4sd4wketqrzv32", - "asset_name": "546f6b656e48", - "quantity": 1475 - }, - { - "fingerprint": "asset1x3ly94feks7cs0mysqxtnrelwcual44yxzamt2", - "asset_name": "546f6b656e4c", - "quantity": 7260 - }, - { - "fingerprint": "asset1rctvg5gh3slg674q6fcvd8vpc0kjnyeufmy70n", - "asset_name": "546f6b656e5a", - "quantity": 6445 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh15eu5xc8l6t0da0p7p9pvsgq75x0gm40l27fpnz3s78wk7mj5u4e", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "a6794360ffd2dedebc3e0942c8201ea19e8dd5ff5792198a30f1dd6f", - "assets": [ - { - "fingerprint": "asset1ay5r784zxdcjwq8gdn2gx6kp987gj9sc442jkm", - "asset_name": "546f6b656e44", - "quantity": 9696 - }, - { - "fingerprint": "asset1ey0pkgthgczw6sd8emak8nelyf3qyfll57wl96", - "asset_name": "546f6b656e55", - "quantity": 1828 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1uzd6e0vdpdlmdppknwwe8p7lk5tayvkp6sr7sl6hnzkvwxfg7dd", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "e09bacbd8d0b7fb684369b9d9387dfb517d232c1d407e87f5798acc7", - "assets": [ - { - "fingerprint": "asset1surungjpkjjvz37gmc4ez53zunkwv5j0ly3x76", - "asset_name": "546f6b656e4d", - "quantity": 4342 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1pxn98y3q9x45hcrltay3rcunfucxe8kfn0xpvd48p35q7527grz", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "09a653922029ab4be07f5f4911e3934f306c9ec99bcc1636a70c680f", - "assets": [ - { - "fingerprint": "asset1ejr0zhvja4mm4havknmmxsq9p7ttlmkz8uazp6", - "asset_name": "546f6b656e51", - "quantity": 5088 - }, - { - "fingerprint": "asset1njkd3he26vpq77gqvvehntdpv6r2utefmvuqjm", - "asset_name": "546f6b656e51", - "quantity": 9025 - } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1q2wzq6q8dglxltduyfn5yxfgyufyvzvwq5hju82ezsc5ju2fcakq8vqljs" - }, - { - "tokens": [ - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "e7d3d44deda5aa770ab3a658df6616eeedd08e50d26dcc70686be370", - "assets": [ - { - "fingerprint": "asset1lfmch4v48h4d4xfah9s95f0udtmhlga4dy7znk", - "asset_name": "546f6b656e4f", - "quantity": 9476 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "fdee0a1f71c9546f8d884f8493428f992195f88ab1b90e1c2dfd98a7", - "assets": [ - { - "fingerprint": "asset1tv5lyuxgq7c970hpqy7cc7qezlxmc3fv8w0zzx", - "asset_name": "546f6b656e4d", - "quantity": 5095 - }, - { - "fingerprint": "asset1gwkv066tlvj8dwcerf79yw7nh4gcfj5vk92cnc", - "asset_name": "546f6b656e42", - "quantity": 6616 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh152q84kvghzzcpg6y8w5azfv7qqfa3wc6dttaamlj6ehh5qpz2h5", - "script_type": "native" - }, - "policy_id": "a2807ad988b88580a3443ba9d1259e0013d8bb1a6ad7deeff2d66f7a", - "assets": [ - { - "fingerprint": "asset1smu5t0hlwvcurcsq3utal69l2f4jqv0kg892g2", - "asset_name": "546f6b656e51", - "quantity": 8832 - }, - { - "fingerprint": "asset1edef9490xesmx6v4nctzy3759nuhwrztyj4ay3", - "asset_name": "546f6b656e43", - "quantity": 6260 - }, - { - "fingerprint": "asset12qps6jhmqct747ay66m9qakrg93el8jrpmjnly", - "asset_name": "546f6b656e4c", - "quantity": 2993 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1pe4w439ypqa7e57w7mkwferh4t0mlyghyl0k343rkrjfkgdnlrj", - "script_type": "native" - }, - "policy_id": "0e6aeac4a4083becd3cef6ece4e477aadfbf911727df68d623b0e49b", - "assets": [ - { - "fingerprint": "asset19yvdasazfgfvx9c4ewxuz52vc697en0lnc70qn", - "asset_name": "546f6b656e55", - "quantity": 8731 - }, - { - "fingerprint": "asset1c6020zw8pk7s9glr97cj42ytc4cpsrxn20rs3y", - "asset_name": "546f6b656e4d", - "quantity": 6099 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1q7lmnpuaeawlrvt520vjqnfvav5q0s03kegq3v82kvl4kdxwvrj", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "07bfb9879dcf5df1b17453d9204d2ceb2807c1f1b65008b0eab33f5b", - "assets": [ - { - "fingerprint": "asset1keeusm8jeet64zrr8uce4tv4vug3fw7wgz5tf2", - "asset_name": "546f6b656e4a", - "quantity": 7951 - }, - { - "fingerprint": "asset1frt0xgzn3wguwl3fthmxvmky7jhs3ljwrzejhc", - "asset_name": "546f6b656e43", - "quantity": 8847 - }, - { - "fingerprint": "asset189seqya408m6jgf8dmqf45jqm93p4wegg8shqa", - "asset_name": "546f6b656e49", - "quantity": 986 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1uu0juqv7syhjdmpuv26y46enkedc4pfs05gxspnd7n066qcya7x", - "script_type": "native" - }, - "policy_id": "e71f2e019e812f26ec3c62b44aeb33b65b8a85307d1068066df4dfad", - "assets": [ - { - "fingerprint": "asset1360ud4fttp9yplj9gf3cv2rduv5y8rqg8ntdch", - "asset_name": "546f6b656e41", - "quantity": 864 - }, - { - "fingerprint": "asset1wh0ug53sdtnzyugczf4dj75jqp4neq7p202vts", - "asset_name": "546f6b656e4e", - "quantity": 3175 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh12eax6y08edl6cu2xgy625z7ssrgtq5xayxglnfa70h4xw9llhzp", - "script_type": "native" - }, - "policy_id": "567a6d11e7cb7fac71464134aa0bd080d0b050dd2191f9a7be7dea67", - "assets": [ - { - "fingerprint": "asset1lkumvzy90cyevfr5gnv23epnfjdgqtjhj0pyg5", - "asset_name": "546f6b656e46", - "quantity": 550 - }, - { - "fingerprint": "asset1jae7q0hvs9srt9c9l6mrcwwdf2f78dhnmsv7rh", - "asset_name": "546f6b656e56", - "quantity": 6638 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh10xevjaatvwjaxmjt52xq569r37lakqsd57x8zppu7vw3k00hw3a", - "script_type": "native" - }, - "policy_id": "79b2c977ab63a5d36e4ba28c0a68a38fbfdb020da78c71043cf31d1b", - "assets": [ - { - "fingerprint": "asset1q75jy4spny4r39qpuc5wz8kgrla3cwqrm9mn6e", - "asset_name": "546f6b656e4c", - "quantity": 8806 - }, - { - "fingerprint": "asset1k6z4mdt2eztullut9n50py7xzn08xestgzd9sx", - "asset_name": "546f6b656e49", - "quantity": 8311 - }, - { - "fingerprint": "asset1y73lstzu93kmxu57l2nppmz2v7remuje3kz60z", - "asset_name": "546f6b656e4c", - "quantity": 299 - }, - { - "fingerprint": "asset1t7sym9ufrljp6damxk4vj34gncjp2wqvtpaxer", - "asset_name": "546f6b656e42", - "quantity": 3466 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1ntg2vafyzmamag40mv6sft4snnjqd4lqz206qm2csmk55e0mk7k", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "9ad0a6752416fbbea2afdb3504aeb09ce406d7e0129fa06d5886ed4a", - "assets": [ - { - "fingerprint": "asset1m8qg0umggmrk0ur00sfjhhpk4medexev0rqzy4", - "asset_name": "546f6b656e49", - "quantity": 4735 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh19ugjsfhtuv83eplgg9t6sk565khk6krqaf2pl7zj2wrkvtt6nt4", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "2f112826ebe30f1c87e84157a85a9aa5af6d5860ea541ff852538766", - "assets": [ - { - "fingerprint": "asset1nldxy3st4g6qw3nzxyf8xlpm5u8wklvfpmylpq", - "asset_name": "546f6b656e5a", - "quantity": 1911 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1f8uw7sr7x6dg3hn4dplwshxs6fzav0dpdq2wpl3386vq7sfkec5", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "49f8ef407e369a88de75687ee85cd0d245d63da16814e0fe313e980f", - "assets": [ - { - "fingerprint": "asset13kuzjgk0ryqf5jmjvu9m5725646873axrgr6h5", - "asset_name": "546f6b656e41", - "quantity": 1195 - }, - { - "fingerprint": "asset1fnjwnrpl7dh3q3737vfcsv32frqh55jxtmx5dy", - "asset_name": "546f6b656e48", - "quantity": 4031 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "4e3a72e933a86c0a6f726d3b0dcdea702969bc9d89d06eaf7bef7fea", - "assets": [ - { - "fingerprint": "asset1hl5n67cw9r3lp6rdhcmze8mn8tj426dygcmmak", - "asset_name": "546f6b656e53", - "quantity": 8433 - } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1p4e4gyn0vy3hmqg58djd6vpy0empqlmf7pqjq02a7jwwzxmttu8qf5jskx" - }, - { - "tokens": [ - { - "policy_script": { - "script": "policy_vkh1hgtllr5a68vyazy7m2xtxnpyqjg0sj9c8f60nzql0u64jmrwf3v", - "script_type": "native" - }, - "policy_id": "ba17ff8e9dd1d84e889eda8cb34c240490f848b83a74f9881f7f3559", - "assets": [ - { - "fingerprint": "asset1m8864tru2spmnaangnsvzelk5wckzq79czqxgn", - "asset_name": "546f6b656e52", - "quantity": 2174 - }, - { - "fingerprint": "asset1malvmk7g46uakan24cclfqa4pwpz3a4haa4fyu", - "asset_name": "546f6b656e49", - "quantity": 8930 - }, - { - "fingerprint": "asset1p7e2gpj6f9l0rkpjn340gv0hw9q4k0qf5m9alc", - "asset_name": "546f6b656e4f", - "quantity": 1360 - }, - { - "fingerprint": "asset1rpeaudhqy2tj3uh57v72tzwfkuf76reqd4d82r", - "asset_name": "546f6b656e4c", - "quantity": 503 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh17wx2r0r3r02esq8eedtxjder0k5rr2k67yf5tv2r92khk2mkrgl", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "f38ca1bc711bd59800f9cb566937237da831aadaf11345b1432aad7b", - "assets": [ - { - "fingerprint": "asset163lpy03qk8ysjzfujut6plp70g0c60e9zke3sy", - "asset_name": "546f6b656e4f", - "quantity": 4982 - }, - { - "fingerprint": "asset10zdd3ftkqsxtpxhqma2h3djuxxn9rq3hy04e2r", - "asset_name": "546f6b656e57", - "quantity": 6906 - }, - { - "fingerprint": "asset1rsr9pekn7aguu9wuuc33plf9u2e0g9r4flqw07", - "asset_name": "546f6b656e46", - "quantity": 1611 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh18vlm5ystgj78l7qzu23yd6kmj2kdp0s78m93sh07z34xklwpfk3", - "script_type": "native" - }, - "policy_id": "3b3fba120b44bc7ff802e2a246eadb92acd0be1e3ecb185dfe146a6b", - "assets": [ - { - "fingerprint": "asset17ghvc0d23efzztharh4su59h0l4wndge2akxa4", - "asset_name": "546f6b656e42", - "quantity": 3722 - }, - { - "fingerprint": "asset1ewky3gfekrv837a7vwf6yen3f0m8xkw7gaxtk3", - "asset_name": "546f6b656e50", - "quantity": 4740 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "3f343865508ee13a0cf04fe1eeb18b1ca3f7f6d8125937be5687374a", - "assets": [ - { - "fingerprint": "asset18jsx7a3nmt2n5trdzsm244ty6mmhpeh8xje8la", - "asset_name": "546f6b656e54", - "quantity": 1204 - }, - { - "fingerprint": "asset1d8j8nth3tj7ppp4sznjpjctskm8g97t6wmrc7n", - "asset_name": "546f6b656e49", - "quantity": 4663 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh14uk7xpe9hs4mkzzsy4qllwx0vgup64pu3tp8mkzv9rnj5kr35kh", - "script_type": "native" - }, - "policy_id": "af2de30725bc2bbb08502541ffb8cf62381d543c8ac27dd84c28e72a", - "assets": [ - { - "fingerprint": "asset1p6z533ehxfh5r4cag7spdn9t8xwe8e28chrfvz", - "asset_name": "546f6b656e41", - "quantity": 6352 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1gsrq2apjh5u6h2rqtawx65hz40vy6sfx5p3t7v0us4j5vf84frl", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] + "asset_name": "546f6b656e59", + "fingerprint": "asset1u4fll6t79z3k0r2apj35f03ytzyslzxl3qe4m3", + "quantity": 1057 }, - "script_type": "native" - }, - "policy_id": "4406057432bd39aba8605f5c6d52e2abd84d4126a062bf31fc856546", - "assets": [ { - "fingerprint": "asset1tca7rjfvcg96vm7sknc8wf777cxfd8j2lyu0np", "asset_name": "546f6b656e58", - "quantity": 4559 - }, - { - "fingerprint": "asset1ydl7g7r8t82964eh30lyk7dnk9uhyvuzwmdsly", - "asset_name": "546f6b656e57", - "quantity": 8949 - }, - { - "fingerprint": "asset120jh295thcswgy2lfq7859peeyyaq33ga9glmj", - "asset_name": "546f6b656e4f", - "quantity": 7255 - }, - { - "fingerprint": "asset1mxcecwu8j2jzghtmwsu54ry3s856029e849h3v", - "asset_name": "546f6b656e4e", - "quantity": 9946 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "bcec46e8504428fb8328154d52ff9771c32a341841890d0b4b4262b2", - "assets": [ - { - "fingerprint": "asset15jgg237m3sv25q3w88kyvzzjw0wer6uknyak07", - "asset_name": "546f6b656e54", - "quantity": 2206 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1c2tj4awkl3mzde4e36csscm8v463pa7zsuenz63e204yuy6xrmv", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "c2972af5d6fc7626e6b98eb1086367657510f7c28733316a3953ea4e", - "assets": [ - { - "fingerprint": "asset1sgw2mv0qncsd530duaucpsez8q6vfx2t7nef86", - "asset_name": "546f6b656e43", - "quantity": 6063 - }, - { - "fingerprint": "asset1u3srst3jwcgv4c9vlfwyzyllkapvuszz72pyvh", - "asset_name": "546f6b656e45", - "quantity": 5644 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "f34fb1039c0d3e1f8daf8c8fd7b180c3d052c3f95b2e7f182eae96a9", - "assets": [ - { - "fingerprint": "asset13uzlnfluclnuxnw5en0yvjhk60tu0l25nxh5hd", - "asset_name": "546f6b656e4c", - "quantity": 7064 + "fingerprint": "asset1mnneen8qwae83y57qtpx2m9u0t7hsncjc4tyxs", + "quantity": 7725 } - ] - }, - { + ], + "policy_id": "2a5a74ed4f8bb8980ef70bb857bce0d1580a3d8c12f0bd2b70deb14d", "policy_script": { - "script": { - "all": [ - "policy_vkh1hpjr703ah75qsh0tpkkv4nl46nt8ncvhvz0ezgv2gmrnqfc0k8c", - { - "active_from": 100 - } - ] - }, + "script": "policy_vkh19fd8fm203wufsrhhpwu9008q69vq50vvztct62msm6c56hqmakc", "script_type": "native" - }, - "policy_id": "b8643f3e3dbfa8085deb0daccacff5d4d679e197609f91218a46c730", - "assets": [ - { - "fingerprint": "asset1fxg5w7k4ynnmg2ydxrp7rqsu3fe4qrtz9yg3jq", - "asset_name": "546f6b656e49", - "quantity": 7454 - }, - { - "fingerprint": "asset1yzwt2sn65n7h0a4qgvnh0mdy00htffqkf7m8lz", - "asset_name": "546f6b656e4e", - "quantity": 6390 - }, - { - "fingerprint": "asset18xr7aaq5686xqv38z2dly5ue7j53gw4sewyzlv", - "asset_name": "546f6b656e45", - "quantity": 2562 - }, - { - "fingerprint": "asset1d4kpu4fa89j3d64vw926anfjjn3zm6kpc8fjnr", - "asset_name": "546f6b656e4a", - "quantity": 7763 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1rqjp97pvdztpcxfngvw0r6jqgd99ezcpdyhctsd04nc2knjmyl5", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "182412f82c68961c1933431cf1ea40434a5c8b01692f85c1afacf0ab", "assets": [ { - "fingerprint": "asset1atrds6n05xfwfsssq4k930k6t328f4sqmtazl0", - "asset_name": "546f6b656e4f", - "quantity": 9893 - }, - { - "fingerprint": "asset1jv0yhfawln5psdqsqlqgea7f5s9wr783m4evfv", - "asset_name": "546f6b656e47", - "quantity": 2185 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh12u0dtck2ka8tv8lvawmwe09mmwjvjrretvqj9gqnwsjuv6dvnxj", - { - "active_from": 100 - } - ] + "asset_name": "546f6b656e55", + "fingerprint": "asset12r4kupavx7txm86pej96c6dnlywrla9r6r9kau", + "quantity": 24 }, - "script_type": "native" - }, - "policy_id": "571ed5e2cab74eb61fecebb6ecbcbbdba4c90c795b0122a0137425c6", - "assets": [ { - "fingerprint": "asset1jjsrh5de2wt2lf3nrc2pg4fye2xqlu53c52w4e", "asset_name": "546f6b656e56", - "quantity": 9008 - }, - { - "fingerprint": "asset1whsjpa0jxyy5f90zxpufea7kj8x9zn4qygdssv", - "asset_name": "546f6b656e42", - "quantity": 4226 - }, - { - "fingerprint": "asset19fmgklzyrn97k6mex7hdx2h3hlyzsv26nwq4e8", - "asset_name": "546f6b656e4b", - "quantity": 4939 - }, - { - "fingerprint": "asset1p4yjrd87q6zxevlhtc66zvln0kfxmj587dvyrn", - "asset_name": "546f6b656e4c", - "quantity": 9159 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "05e8575f45ef4bbaec546892aceb2874bb31379c524e80eec63e7303", - "assets": [ - { - "fingerprint": "asset1k6rwjwg0ptn0p4tdwg8rt9r07f7p2guu3mullq", - "asset_name": "546f6b656e4e", - "quantity": 3432 - }, - { - "fingerprint": "asset1ea5fj7yptjzwj3gnnhcq7jv9rdqksaa9t73jev", - "asset_name": "546f6b656e45", - "quantity": 3880 - }, - { - "fingerprint": "asset1k0g75cmj8sl98ezgv6caxcg8n28wavz5t7puk7", - "asset_name": "546f6b656e57", - "quantity": 4340 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "aa8e09108da46b8133621b6a290c296e9ac8341628ebb9b45129ed4b", - "assets": [ - { - "fingerprint": "asset19hrwwum5h7dtrqlkya2szx75qavpqv9yf8apc0", - "asset_name": "546f6b656e42", - "quantity": 2901 - }, - { - "fingerprint": "asset1fkgu9mh8cmkgess2zsaweshq7mfc0ks0fr2y5m", - "asset_name": "546f6b656e4b", - "quantity": 8479 + "fingerprint": "asset1d3cvewm9dgtkzd268n8d5edgeyp3gxypjvcu82", + "quantity": 6990 }, { - "fingerprint": "asset17mzwflwu57zpqaffgvhx745heuzsprkcwt0j65", - "asset_name": "546f6b656e56", - "quantity": 5075 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1cq8jhtgg067gjuj936k2n2mcgx8fg804ak07sq", + "quantity": 8915 } - ] - }, - { + ], + "policy_id": "327acc497a82367e2571f196db1791092e593d650c167af522948b53", "policy_script": { "script": { "all": [ - "policy_vkh1lxe6tzxtrg84ddyzz0fh7j730lnfped6jv5t7wew32huy5j0zu2", + "policy_vkh1xfavcjt6sgm8uft37xtdk9u3pyh9j0t9pst84afzjj94xskfq65", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "f9b3a588cb1a0f56b48213d37f4bd17fe690e5ba9328bf3b2e8aafc2", - "assets": [ - { - "fingerprint": "asset19nxra9ncaywds38hj6alurcg8duwz3plkxnt2p", - "asset_name": "546f6b656e46", - "quantity": 4740 - }, - { - "fingerprint": "asset1u4zxmk0q9zea80tcv59xx2fd6dfglsduw6xd2n", - "asset_name": "546f6b656e51", - "quantity": 5706 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1z2rc7xj0l5ptec2lpmauegvp56jt8t6cqj7qyg34yncy50450s2", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "12878f1a4ffd02bce15f0efbcca181a6a4b3af5804bc02223524f04a", "assets": [ { - "fingerprint": "asset1p5z5taq9u5asa695v6y2fet2wyv25mdta06hm7", - "asset_name": "546f6b656e46", - "quantity": 2902 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1u9kpq3q394x83rdxf7dw9ru6ts8r2ghgfwpe04", + "quantity": 398 }, { - "fingerprint": "asset1z9vaq02xx7psfw4pn239d8ukzrtvxgpww6zvpa", - "asset_name": "546f6b656e49", - "quantity": 7140 + "asset_name": "546f6b656e43", + "fingerprint": "asset1p6gtzh7kv6ywp2rrccr335fw0nl6swvfezgc58", + "quantity": 5903 }, { - "fingerprint": "asset19kpg7c9sgrk6kdd6k6ets6m6k6m4mccrk8hk3a", - "asset_name": "546f6b656e54", - "quantity": 705 + "asset_name": "546f6b656e52", + "fingerprint": "asset1q22yu2lujwn98z2tyn6ds2ga2e7mkrf0c4nsnt", + "quantity": 6446 }, { - "fingerprint": "asset1yshrqfkpuar6hgr8m0yrj0jmsvq9y5mqfcu9wu", - "asset_name": "546f6b656e4c", - "quantity": 5764 + "asset_name": "546f6b656e54", + "fingerprint": "asset10wv5jwas3e8lsye7vu2sjwchcta6nsksecljec", + "quantity": 9266 } - ] - }, - { + ], + "policy_id": "08783c7e6d59e4884fbd54204ccff8f3c93395896306448389edda39", "policy_script": { - "script": "policy_vkh1nzq5p3ww8799s4krgh339cu40mlewpmd84yhyhtm3zzjj5f3rse", + "script": "policy_vkh1ppurclndt8jgsnaa2ssyenlc70yn89vfvvryfqufahdrjhuwa8g", "script_type": "native" - }, - "policy_id": "988140c5ce3f8a5856c345e312e3957eff97076d3d49725d7b888529", - "assets": [ - { - "fingerprint": "asset1qrjgs2t80vc0q0q5yllnk08gr53qkw284xmlgg", - "asset_name": "546f6b656e5a", - "quantity": 6499 - }, - { - "fingerprint": "asset1kkhahpj0zqsap3fl07sdkhce489yl5auy7ne5y", - "asset_name": "546f6b656e56", - "quantity": 2623 - }, - { - "fingerprint": "asset1hzv327rejsatfe6qfz5kg86gkuf8sr033txggh", - "asset_name": "546f6b656e57", - "quantity": 527 - }, - { - "fingerprint": "asset184y3mye2ueclkn9n074cc620gq9ns3gw8vtfnk", - "asset_name": "546f6b656e45", - "quantity": 1722 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1ln95ym2a4gdca0aw6tzkm5rcn929eyvm6p3gzjenksgzyc3v8zn", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "fccb426d5daa1b8ebfaed2c56dd07899545c919bd062814b33b41022", "assets": [ { - "fingerprint": "asset146l7dsl88a6t2nn9d42ppypztfuqkgfgydek8g", - "asset_name": "546f6b656e58", - "quantity": 8625 - }, - { - "fingerprint": "asset1ng46zt8cm289e6d2zusaq5c9f5vtqmpxgkts72", - "asset_name": "546f6b656e4d", - "quantity": 6781 + "asset_name": "546f6b656e53", + "fingerprint": "asset1r0lmewa59cmy97catzqjgf7xjwgx0lxshauewh", + "quantity": 97 }, { - "fingerprint": "asset1vf88dda6mahg3ycpqkhwswxqjpc06q57hh5atr", - "asset_name": "546f6b656e4c", - "quantity": 9933 + "asset_name": "546f6b656e44", + "fingerprint": "asset1aqtds6clqjzz23dqc0fnvc5lu3zv4l6n27njyr", + "quantity": 8427 } - ] - }, - { + ], + "policy_id": "1bf2eb35eda4b54bc178b8b4a570edececb566e469828806a848f301", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "5d20223ccecbecfe1aced93b4466444fe78a3eeea69d6c55c34a593d", - "assets": [ - { - "fingerprint": "asset1meqtjec7x98qdrrgzr0y97582h365yu79lgq9m", - "asset_name": "546f6b656e47", - "quantity": 807 - }, - { - "fingerprint": "asset12ju975s2x28zd20dcguwpx7r23h7jgdlnjcqlq", - "asset_name": "546f6b656e4d", - "quantity": 5015 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh16h37kzqxrzy2axpufh00w8ukhxsh53fm85l7z7dvgm4lc38jfvt", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "d5e3eb08061888ae983c4ddef71f96b9a17a453b3d3fe179ac46ebfc", "assets": [ { - "fingerprint": "asset1eyv702puceq38wsu0s7xnmrx75sez80xrhxt56", - "asset_name": "546f6b656e4a", - "quantity": 2177 - }, - { - "fingerprint": "asset1upclq5h6aluull0le3u7zegj6xjle8lx7qe56s", - "asset_name": "546f6b656e52", - "quantity": 5632 - }, - { - "fingerprint": "asset1szgzweh3x6w5704ghwc2puau9cgrsy0gxkvtms", - "asset_name": "546f6b656e4d", - "quantity": 8487 - }, - { - "fingerprint": "asset1ffjfcquvyjq0pdyxphffadw9qv045eexhdkh0y", - "asset_name": "546f6b656e4f", - "quantity": 6230 + "asset_name": "546f6b656e50", + "fingerprint": "asset1dq0rscl3fl8plavjqvhfrtrlk5zrvkjjrjylka", + "quantity": 3548 } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh19pu5yjrg85t3uf0k2em8dwq5w5st0tvsq5sx5jzevn8rsvv2xnh" - }, - { - "tokens": [ - { + ], + "policy_id": "30b1bc7e1db8baf61517cf720de3b222f8e8d63c964cb2864f8c9c1a", "policy_script": { - "script": "policy_vkh1l3hg9p7gqn32daswfy4ctgjq2q69cq298ndfram32y06yfy0ulw", - "script_type": "native" - }, - "policy_id": "fc6e8287c804e2a6f60e492b85a24050345c01453cda91f771511fa2", + "language_version": "v2", + "script_type": "plutus" + } + }, + { "assets": [ { - "fingerprint": "asset1dhuzxuc5jq6mymcgn9zdkrln79y4d08g7lv5eq", - "asset_name": "546f6b656e54", - "quantity": 1834 - }, - { - "fingerprint": "asset1fhs75eckgzqdeeu6j4afuwp3qfmlhkx048ua50", "asset_name": "546f6b656e49", - "quantity": 2716 + "fingerprint": "asset1kfkv95ksm5njhcpc8l3wtyew8884f625veu5yv", + "quantity": 2143 }, { - "fingerprint": "asset1jdgrhf5ffrccfe0wyrmyhtklr4plqzftw3xs5d", - "asset_name": "546f6b656e49", - "quantity": 8152 + "asset_name": "546f6b656e54", + "fingerprint": "asset1lwjenvng8kt4dsar3wdvp7ra6zaxd9wfl4d3z9", + "quantity": 5943 }, { - "fingerprint": "asset1326zjdha2z2kmdxgjk9w833wcdkl8fr3mj76c5", - "asset_name": "546f6b656e43", - "quantity": 3640 + "asset_name": "546f6b656e54", + "fingerprint": "asset1jgjecma488g5fpgp6krpxyandyfr2mykthtdvr", + "quantity": 1402 } - ] - }, - { + ], + "policy_id": "c31441d0a5359d6c88f54baa75ee24cd514a00e9c71dca5f477f3e9a", "policy_script": { "script": { "all": [ - "policy_vkh18ccrgfye0luhgw6s9vvy4xcd3w42lyhwynsfcfljf40s5l6qnvk", + "policy_vkh1cv2yr599xkwkez84fw48tm3ye4g55q8fcuwu5h680ulf52dh070", { "active_from": 100 }, @@ -4119,456 +2419,429 @@ ] }, "script_type": "native" - }, - "policy_id": "3e303424997ff9743b502b184a9b0d8baaaf92ee24e09c27f24d5f0a", - "assets": [ - { - "fingerprint": "asset1nusgvz2uxt9an420w20vyefftxpthyey2huygk", - "asset_name": "546f6b656e4a", - "quantity": 5319 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "1546f0c3064df8eeca132c805159d0b240a15c582c01e5f3a051696c", "assets": [ { - "fingerprint": "asset1v75nhas49uv5r7h9y9q693wascpqghwguztd45", - "asset_name": "546f6b656e46", - "quantity": 8979 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1uzr5y9y6sg3qlya9hfv3w79jvwut8lmqj4x57t", + "quantity": 5514 }, { - "fingerprint": "asset1n4vrpksnxhpnvch8echtev45wgp2ngjytnmflr", - "asset_name": "546f6b656e4c", - "quantity": 4988 + "asset_name": "546f6b656e4f", + "fingerprint": "asset14fdtce5chersyk0fcsjxwyyrkn5zq5kpqhkk0p", + "quantity": 632 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1mkxzggluck8e5jz23jx4trp4alknx8wpzqmyhg", + "quantity": 3651 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1ns2dae5c8fgxtpysnudk9v4w3wv45n09qry9r3", + "quantity": 958 } - ] - }, - { + ], + "policy_id": "8f5d1d39044785829592902aaa080edf7fed85477dde44199198a4bc", "policy_script": { "script": { "all": [ - "policy_vkh1guye2228cpn3tw44e2kxzcwjprk27pj8wsks4vx43d98gv0w786", + "policy_vkh13aw36wgyg7zc99vjjq425zqwmal7mp280h0ygxv3nzjtc4tq45q", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "4709952947c06715bab5caac6161d208ecaf0647742d0ab0d58b4a74", + } + }, + { "assets": [ { - "fingerprint": "asset1xm8u3cpfg2wjd3ukg0s4z7hjjluj3m23s6m8pg", - "asset_name": "546f6b656e55", - "quantity": 9293 + "asset_name": "546f6b656e51", + "fingerprint": "asset164h08tuztly6efnmg527cj7d6e5mrd3yrh24l8", + "quantity": 6278 }, { - "fingerprint": "asset1evw0efgvpl5vmm8kaqvpgjtd38c8cdjthw9rr5", "asset_name": "546f6b656e49", - "quantity": 8080 + "fingerprint": "asset1mzdhxh0a6jqpvt750kfeyldtzecsvzpnpmcwrt", + "quantity": 5980 }, { - "fingerprint": "asset1ptfqhmz4pre22q8xrjweq4llvsrngatuxadjym", - "asset_name": "546f6b656e57", - "quantity": 1238 + "asset_name": "546f6b656e43", + "fingerprint": "asset1gjadvazqlq2tmp6vgqnex7ny6cnwl5d79g3tlw", + "quantity": 5826 }, { - "fingerprint": "asset15kddz52a47lrx9x86h0m8lm2lrtxjq8xpa3cnd", - "asset_name": "546f6b656e5a", - "quantity": 6441 + "asset_name": "546f6b656e46", + "fingerprint": "asset1rrwu0t4m2cymlap534gmv66akemty88enmn83p", + "quantity": 7699 } - ] + ], + "policy_id": "d2c80b1850c01054dc452fea185b38f18c7a8e4abbb5c5275d204db3", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh10m83gxk29ymsmf7x6089a49v09lv0txk52m3pdavh5vnzwz4k8m", - "script_type": "native" - }, - "policy_id": "7ecf141aca29370da7c6d3ce5ed4ac797ec7acd6a2b710b7acbd1931", "assets": [ { - "fingerprint": "asset13md6ka43mt0v5dng4exss532vdv63nhs7vgmet", - "asset_name": "546f6b656e47", - "quantity": 6930 + "asset_name": "546f6b656e58", + "fingerprint": "asset1y5n0ckckw7lmwgkpv9r07wh27t34efqekgs6x7", + "quantity": 1975 }, { - "fingerprint": "asset1rul7lt0c7gc6su7d3xxswvt82c7q0vwhm6n80f", - "asset_name": "546f6b656e4f", - "quantity": 9408 + "asset_name": "546f6b656e46", + "fingerprint": "asset1ct8tny3umxw20rf7ax7pzvkfecdvxjnn9hxjp0", + "quantity": 6829 }, { - "fingerprint": "asset1ugcvmnuskrgxvgw2dv6jt8rm7d9ch4a4w6gf6h", - "asset_name": "546f6b656e43", - "quantity": 3220 + "asset_name": "546f6b656e53", + "fingerprint": "asset1vjwlyg8k06tekvwkvwujxmlra77xuyzt6hzhkd", + "quantity": 4168 }, { - "fingerprint": "asset1rnw8nev2yrecut2dkckz8xjnm2r9pry0e8gaxz", - "asset_name": "546f6b656e46", - "quantity": 7706 + "asset_name": "546f6b656e43", + "fingerprint": "asset10xc4ct7nwsgwg5jde7secnuzqzkxk6slkmdj4v", + "quantity": 9166 } - ] - }, - { + ], + "policy_id": "6760e3bd38c1ec90269b20f3375b64e45d4c85f8939e4aa5d00537d4", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "21c789cb018d2f21c21384e7cfc80219f954d273506e78b8459c6647", - "assets": [ - { - "fingerprint": "asset1zhjn4ayntx7v5e02432545xk5d47kv2arm3vna", - "asset_name": "546f6b656e53", - "quantity": 8095 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "ceae64bc3cde261d98aacd0911825c147fb26d57dcc49dc316ba54ee", "assets": [ { - "fingerprint": "asset1jht7wwrg8jarpa8uc4wzf3d45xevsm9c2wwzdz", - "asset_name": "546f6b656e54", - "quantity": 308 + "asset_name": "546f6b656e46", + "fingerprint": "asset1pygx85qgztrruwz7gs8fpet4ka4330hazmkeyj", + "quantity": 533 }, { - "fingerprint": "asset1hfxgte7dp3kgzty0ay8e7fwyjle6fgk06clak4", - "asset_name": "546f6b656e53", - "quantity": 7200 + "asset_name": "546f6b656e49", + "fingerprint": "asset10vjut3f7hw6qsj6p5jvre35aurwmn2t80sc6df", + "quantity": 3038 }, { - "fingerprint": "asset1fdu5x2259a7tqednmz7uwvra8eku0jr53c6amy", - "asset_name": "546f6b656e44", - "quantity": 888 + "asset_name": "546f6b656e51", + "fingerprint": "asset1ekmzmhqhyedmsk4cmeqqf8a8past7sl9mgera6", + "quantity": 4669 }, { - "fingerprint": "asset1r6ew3fc76qaey9ev79mex2lf9gyhfafulrmh37", - "asset_name": "546f6b656e41", - "quantity": 7860 + "asset_name": "546f6b656e58", + "fingerprint": "asset1mp3ff4p88syqaxe3spdzezwggsv3ntlazjm0x8", + "quantity": 1629 } - ] + ], + "policy_id": "3c7426aaa948c26737ca0c16e33f6d04cf251166610f991bcdb1ea56", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1gyrnjayedkjd327z7mp9wr4nxhy55w64zdjh3udt2srgqu93dy8", - "script_type": "native" - }, - "policy_id": "41073974996da4d8abc2f6c2570eb335c94a3b55136578f1ab540680", "assets": [ { - "fingerprint": "asset10hpcrvd7t2fgkdtdfu4t72mchdcrf548kt7jc0", - "asset_name": "546f6b656e4e", - "quantity": 1701 - }, - { - "fingerprint": "asset1h5ah4fc94vjzklv0y3526gfz9f78p7yu03h58z", - "asset_name": "546f6b656e4e", - "quantity": 4477 - }, - { - "fingerprint": "asset14agmcn29uhkm0hmarfjj7zz4cua7qel2f32yey", - "asset_name": "546f6b656e47", - "quantity": 9035 + "asset_name": "546f6b656e42", + "fingerprint": "asset155y4zkaferfjyk6xfx7leh4drt34zqe5jgpphd", + "quantity": 9403 }, { - "fingerprint": "asset1n3hfwawtzehwvpzfu0dp476vmm4ca03wplpvg5", - "asset_name": "546f6b656e55", - "quantity": 4717 + "asset_name": "546f6b656e44", + "fingerprint": "asset1hmykfzpaytfpjc2pun6vt558x6c5pa0sgx2tz6", + "quantity": 3044 } - ] - }, - { + ], + "policy_id": "6fd83383bd0dc8b91ada61c89ebad302a71e9b1fd8de76eb101727ad", "policy_script": { "script": { "all": [ - "policy_vkh1c4zfeulhn7rjzfzc6gk8hg5suxtrkssnhtpv5ukaq9w0cauyrhg", + "policy_vkh1dlvr8qaaphytjxk6v8yfawknq2n3axclmr08d6cszun662n87gk", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "c5449cf3f79f87212458d22c7ba290e1963b4213bac2ca72dd015cfc", - "assets": [ - { - "fingerprint": "asset1gd07ekj47mevnjyqapz74u8440mfg0u5398382", - "asset_name": "546f6b656e4e", - "quantity": 8143 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "d0409087af4d99959196e17f7ff043980d3a015f7bddb544e12d3768", "assets": [ { - "fingerprint": "asset1adn2lfc7hzve4847y995p8tz3m5etxn0k4wvuf", - "asset_name": "546f6b656e42", - "quantity": 7096 + "asset_name": "546f6b656e46", + "fingerprint": "asset12772t4743e3d5hj0g53uaalg9xejns33g5r4ea", + "quantity": 9533 }, { - "fingerprint": "asset1n3hwz2swentvttw5zd3sv8gyq95m4pttucx9z9", - "asset_name": "546f6b656e45", - "quantity": 8246 + "asset_name": "546f6b656e51", + "fingerprint": "asset1fdaglwtf9cas594vq2muqsfwul76n577vky4g3", + "quantity": 5116 }, { - "fingerprint": "asset15pdcpgc3vt948jkc0vlz29j245ywuzl38ahm5j", - "asset_name": "546f6b656e44", - "quantity": 2746 + "asset_name": "546f6b656e54", + "fingerprint": "asset1gutrr9m9mg63maqj9naxuxrq2jgp8dxqv5ryup", + "quantity": 279 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1sjcrgj0snelm32a7p03dspj5r5a0me8gyjmyj9", + "quantity": 3355 } - ] + ], + "policy_id": "c9fb27bb129edac1fb1e739221e7cb79dab6664e8834d8e9e970a355", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset16k668egdd9squ53fpv3r7kqv4taayqk46f63k5", + "quantity": 7408 + } + ], + "policy_id": "8d5821f2894ace2140e63a42c388f1a5a869818e79b01ea295ae6367", "policy_script": { "script": { "all": [ - "policy_vkh1pvfts9gc88lvm3c24pfkdhxlcqnhy4qpjzar3a4t036g7u9700r", + "policy_vkh134vzru5fft8zzs8x8fpv8z835k5xnqvw0xcpag544e3kw6z4zpk", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "0b12b8151839fecdc70aa85366dcdfc02772540190ba38f6ab7c748f", + } + }, + { "assets": [ { - "fingerprint": "asset1nskdtfjukvclsgx0rdma6k0nwdr6u8h7lavydz", - "asset_name": "546f6b656e4a", - "quantity": 3689 + "asset_name": "546f6b656e49", + "fingerprint": "asset1muuxt2f9cmszde8uvh82se4mzn6xgv4gje8xw7", + "quantity": 9038 }, { - "fingerprint": "asset1uvdr45l4ewsxqruwkr4vtwgfhspgskwqqdaguf", - "asset_name": "546f6b656e55", - "quantity": 8078 + "asset_name": "546f6b656e41", + "fingerprint": "asset18zv7grpf8lf88k77nqruatns63qhjhd35njtvv", + "quantity": 3732 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1mhu644lm6dvl674dzj3quexsymq5wjv52673mv", + "quantity": 2777 } - ] - }, - { + ], + "policy_id": "c14b62270312d997559071c187513ad8567bbf981d3b511530946734", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "59fbe46ac8e06bcadca15a3e350fb591b563447ca100479ea92bf902", + } + }, + { "assets": [ { - "fingerprint": "asset12gdnkvhkwmh52rfnmtfeg6acfdcyr28mq7slca", - "asset_name": "546f6b656e4f", - "quantity": 1249 + "asset_name": "546f6b656e56", + "fingerprint": "asset10hca45zt9r0h900x6qzmncgl88r7t7tez3nla7", + "quantity": 8350 }, { - "fingerprint": "asset1qacd4j29hnmuqhdpxp02qe7ftszu4t08cvtyy9", "asset_name": "546f6b656e43", - "quantity": 717 + "fingerprint": "asset1zvahndxqhvs5crzptxckwnfayyma0av5w6tczy", + "quantity": 9474 + } + ], + "policy_id": "2e3079b19c8bb99363c93d6d635818bc541d64cea41ba531ede682c8", + "policy_script": { + "script": "policy_vkh19cc8nvvu3wuexc7f84kkxkqch32p6exw5sd62v0du6pvs8r0x68", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1cgr25td7rmqlsmkay0cuk2c9a6tc4u053wllsj", + "quantity": 7758 }, { - "fingerprint": "asset1w7vejayzde5xq5gjan47g7zhyvgk3pkjr5lz0z", - "asset_name": "546f6b656e48", - "quantity": 6484 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1z7ctpak94dvx00z7xmqf8mjq38dh3n7upl0ylw", + "quantity": 4720 }, { - "fingerprint": "asset10emmmjlrmw9qfug3sx722vwzu9cnh4uz6kt6sa", - "asset_name": "546f6b656e46", - "quantity": 3517 + "asset_name": "546f6b656e41", + "fingerprint": "asset1hxklyck7dsmaxl4f56ylt366cv8camsu22f62s", + "quantity": 911 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset19mntrf2zpj5fn9qx4am35snlvvk97yum6zqnfp", + "quantity": 5322 } - ] + ], + "policy_id": "14b7b884590bccf19b4bfd77a65ca292fd4bfed09dd90af75a818332", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh14p8qwq6zh9nvzf22vnh5c9wtg2djl4qdvf7zq66myvmzvtjh8vq", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "a84e070342b966c1254a64ef4c15cb429b2fd40d627c206b5b233626", "assets": [ { - "fingerprint": "asset1hnkqycd024hnth0szjrnsy89m2rxvcap398ctz", "asset_name": "546f6b656e50", - "quantity": 3158 - }, - { - "fingerprint": "asset1x4uprsy82ucn358kp3ezfga8nhfjpr3fr25slz", - "asset_name": "546f6b656e52", - "quantity": 4669 + "fingerprint": "asset1sztlgxqwhlpsxl2d668rzl708nf2dcjvan492k", + "quantity": 1109 }, { - "fingerprint": "asset126s0sv0k4l9u4p5eg9m0fr37f64wlagcah647d", - "asset_name": "546f6b656e4b", - "quantity": 4396 + "asset_name": "546f6b656e58", + "fingerprint": "asset1xtefc5macuu5th83xe4naqvyeg29zsuqpkkwnc", + "quantity": 8935 } - ] - }, - { + ], + "policy_id": "00fcb788714e0ea26bb5a65532950963415821956edbddaefd0cea03", "policy_script": { - "script": { - "all": [ - "policy_vkh1egxwc435c4p8p7x64tm5u7lv73e4usjq2dplgk2d24suw3e58p8", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, + "script": "policy_vkh1qr7t0zr3fc82y6a45e2n99gfvdq4sgv4dmdamthapn4qxcmz6z6", "script_type": "native" - }, - "policy_id": "ca0cec5634c54270f8daaaf74e7becf4735e42405343f4594d5561c7", + } + }, + { "assets": [ { - "fingerprint": "asset1vrln4csrw7tq0vngqj8cawsayjg0a8zlnjwlyh", - "asset_name": "546f6b656e4d", - "quantity": 2356 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1wwyt8gdd6eesce5cnlcrpq54hz2glmmxqszjnv", + "quantity": 6551 }, { - "fingerprint": "asset1c0xk4rdx2s997a50tk9kpmztywy4huak8u64t5", - "asset_name": "546f6b656e4b", - "quantity": 2606 + "asset_name": "546f6b656e48", + "fingerprint": "asset1enc7sd2u5vzvgynqgvegh4g2hmywq2fmzzl4dv", + "quantity": 4871 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1hww49ashj6jghz4ggf46dvy2wnmyw7lqeakec2", + "quantity": 2795 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1xe5qa2ax8rlg9n589fmqspjmw74dt065682329", + "quantity": 4424 } - ] + ], + "policy_id": "03868ea69a68ce56d91ab62c41ad1639c692710f29357507b5f969f9", + "policy_script": { + "script": "policy_vkh1qwrgaf56dr89dkg6kckyrtgk88rfyug09y6h2pa4l95lj0vlz0n", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "c594220bb6243659df82f7ff1e010172a409b1eb57de55c6a0f733b3", "assets": [ { - "fingerprint": "asset1tgme9slf3tam3tqjxxlz749av48a0m0gt27z9f", - "asset_name": "546f6b656e45", - "quantity": 612 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1eeh6fxzyg3cu0t7pa5y46erka8q3lrej9m7wxf", + "quantity": 2296 }, { - "fingerprint": "asset14vpat637txnqvmvv5q4yhvmw89dqdg3n7fcu0p", - "asset_name": "546f6b656e47", - "quantity": 3854 + "asset_name": "546f6b656e53", + "fingerprint": "asset1pll7a2jfdkhkwy6tdlk9pls2ffvydetj78t43g", + "quantity": 1392 }, { - "fingerprint": "asset17v8ua3wat7z75p7cap7pr5m2440qayefyluecz", - "asset_name": "546f6b656e58", - "quantity": 3312 + "asset_name": "546f6b656e42", + "fingerprint": "asset177a8t9m572pyzlcl3mkdwqk9gace0ag4tg788y", + "quantity": 7840 }, { - "fingerprint": "asset1z36nczgwrun2lkvaae0q5qwv98agm7dte7hr09", - "asset_name": "546f6b656e54", - "quantity": 1513 + "asset_name": "546f6b656e44", + "fingerprint": "asset1kytwmqxyyu9hn8578d824wx4gw5tapkwpaf200", + "quantity": 6995 } - ] - }, - { + ], + "policy_id": "57f654bb7747c3e1fe5af7044b53221514e4cd728f4ab883608af10a", "policy_script": { - "script": { - "all": [ - "policy_vkh10xghnkc24j34t2k4te67a6qsskjejzu5eckkcff6ll72s5jzv8p", - { - "active_from": 100 - } - ] - }, + "script": "policy_vkh12lm9fwmhglp7rlj67uzyk5ezz52wfntj3a9t3qmq3tcs5t4zn8r", "script_type": "native" - }, - "policy_id": "799179db0aaca355aad55e75eee81085a5990b94ce2d6c253afffca8", + } + }, + { "assets": [ { - "fingerprint": "asset13zqwvcdf5ycfu45ark6hsdg7hxwy2p9qfqv3kf", - "asset_name": "546f6b656e49", - "quantity": 8847 + "asset_name": "546f6b656e57", + "fingerprint": "asset18zy6fn7hv8hpuenzlhegsy9hd0a67m7qytfhej", + "quantity": 4945 }, { - "fingerprint": "asset1y2j8lq2frqzff8fyxy9akevf90j7qydcwc4ty3", - "asset_name": "546f6b656e54", - "quantity": 5536 + "asset_name": "546f6b656e53", + "fingerprint": "asset1cpekn0c7zf4cj0pzyus2g74flhaumt95nxm200", + "quantity": 4302 } - ] + ], + "policy_id": "880ea92edde21cb27bdbd235cdab38089cde8470175bad84cf13c24e", + "policy_script": { + "script": "policy_vkh13q82jtkaugwty77m6g6um2ecpzwdaprszad6mpx0z0pyu48sfw0", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1xkzq38rk0n46xw2ef50wggx3ccdlf9jss4ge7e", + "quantity": 3930 + } + ], + "policy_id": "41bb3c276ae79b0a4d7742d8804857488d9d782abf3dcffbd97317c6", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "8edc2ed3b136f2d729e5abf7be6414ed6dc031ac2c7549d2702d5742", + } + }, + { "assets": [ { - "fingerprint": "asset18gzy0ry0qyagu7dnjvu86ewrqzd54e0ezj5fsr", - "asset_name": "546f6b656e4e", - "quantity": 896 - }, - { - "fingerprint": "asset1s2mfuc8exzw7k7unm5wwmtyg7dx76laveev3yx", - "asset_name": "546f6b656e4a", - "quantity": 3854 - }, - { - "fingerprint": "asset13a3puj93vjwp6653ms8nwyj5zvdhvgugqga8cn", - "asset_name": "546f6b656e50", - "quantity": 7800 - }, - { - "fingerprint": "asset17fsfqvgkj2hva9ahdk9ez47s7xdmq69pujmh6w", - "asset_name": "546f6b656e43", - "quantity": 7757 + "asset_name": "546f6b656e52", + "fingerprint": "asset1uq24z33svq9srkm32uh6ft2m8763v3mhk7kzrg", + "quantity": 2287 } - ] - }, - { + ], + "policy_id": "18348062495e1df29be1b0a1264db75ea2ecc66a9aab02ed0fb7164a", "policy_script": { - "script": { - "all": [ - "policy_vkh1ymxrpf24zu2hwhxzrjcawvz5vqd4q2slk0a69uhfhtkqwtskm6e", - { - "active_from": 100 - } - ] - }, + "script": "policy_vkh1rq6gqcjftcwl9xlpkzsjvndht63we3n2n24s9mg0kuty56kvwfu", "script_type": "native" - }, - "policy_id": "26cc30a5551715775cc21cb1d73054601b502a1fb3fba2f2e9baec07", + } + }, + { "assets": [ { - "fingerprint": "asset15pj8gzvmjwumy6cja0mhxdv2uwsjzgnj799ggr", - "asset_name": "546f6b656e53", - "quantity": 3195 - }, - { - "fingerprint": "asset1wr4avw587v48ea48era00x8ugm52wyg5h8f7ys", - "asset_name": "546f6b656e4a", - "quantity": 6430 + "asset_name": "546f6b656e44", + "fingerprint": "asset1cxjjzedmpql424942tpx2rfk9r6jrh8ctzdsk3", + "quantity": 7270 }, { - "fingerprint": "asset1p3tndgyeq2r7t2m2t6zjazu4cwj027gd04n2va", - "asset_name": "546f6b656e51", - "quantity": 8771 + "asset_name": "546f6b656e57", + "fingerprint": "asset1eedt7et7zn6ppsd9r6dwhwha750jpyn2gergmf", + "quantity": 1874 } - ] + ], + "policy_id": "06d2afddc51289215ae9d303213a6f999b2727cb2a9de3d6e6c081b1", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1d48zvzsjpdqxk0mkp37wugpnra2jj23mrgprcmt8x0nrvc25hgdq8ukes3" + "wallet_policy_key_hash": "policy_vk10pax5ajheuxn2rnmgs4zu4gm048dpc8cded5jkj68kf3wng89p9qqsdfrs", + "wallet_policy_key_index": "0H" } - ] + ], + "seed": 914127177 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiBalanceTransactionPostDataTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiBalanceTransactionPostDataTestnet0.json index 8bcddcbbebd..b5e78ffd646 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiBalanceTransactionPostDataTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiBalanceTransactionPostDataTestnet0.json @@ -1,3073 +1,3864 @@ { - "seed": 3713484418497483054, "samples": [ { "inputs": [ { - "amount": { - "quantity": 212, - "unit": "lovelace" - }, - "address": "", - "id": "593c0533074f257f1d5d1e145c3b2f0234723e542b5f590506111d58dc3c2e1d", - "assets": [], - "index": 22409 - }, - { - "amount": { - "quantity": 76, - "unit": "lovelace" - }, - "address": "", - "id": "6f0bfd1e0c1de8020c5b041b6d025b1d323431062429581a3c2b6b432c6fa1ff", - "assets": [], - "index": 21757, - "datum": "417e49280b75064afe2d5a9d734e0d47514616726a3c71a5215731056bd25765" - }, - { - "amount": { - "quantity": 103, - "unit": "lovelace" - }, - "address": "", - "id": "29337c4b00cc63527d1f38792b474e152a4e2f42774e27d653161ad66919551e", - "assets": [], - "index": 25052, - "datum": "46d44f436e41234f602ce4097faacc5f6f7c2b3c6650025a612937644d393a5e" - }, - { - "amount": { - "quantity": 66, - "unit": "lovelace" - }, "address": "", - "id": "5e327c314506702a7c1f2d1561ea106c7300256373c3073f5e7a53701b158475", - "assets": [], - "index": 24076, - "datum": "690b70551953896153532d644403229b263642f67165571d5244e060711d747c" - }, - { "amount": { - "quantity": 250, + "quantity": 28, "unit": "lovelace" }, - "address": "", - "id": "d7382e0a234f5a186050f7e826065d28fe4225787f5c270b6947533a6d602d0e", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 } ], - "index": 4655 + "id": "6c7c4efb1c0649532944e50966ea1c326a0357212f48860a5f2be65b76295b3c", + "index": 28346 }, { + "address": "", "amount": { - "quantity": 30, + "quantity": 27, "unit": "lovelace" }, - "address": "", - "id": "226d1a3a7d5fe572e00279167f541868464e306d59a63693487335556a0a7954", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 }, { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 }, { "asset_name": "546f6b656e44", - "quantity": 31, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 }, { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 }, { "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 5190, - "datum": "475c9905036219051e4b3b003f5674b046477f0f3452f70b4c414d4b2f224cc5" - }, - { - "amount": { - "quantity": 152, - "unit": "lovelace" - }, - "address": "", - "id": "662d40024e77196b0a67645b8617e44274010a1318176f1f4f4d58582f502037", - "assets": [], - "index": 10088, - "datum": "05ea487f7f455b224c345c6c64055511fa204f751e263b1e2f3927271c60415a" - }, - { - "amount": { - "quantity": 39, - "unit": "lovelace" - }, - "address": "", - "id": "1b582f3d2404156a39601f0c09739a6c77127f1d16584c2415214a4b2d086e6d", - "assets": [ + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 + }, { "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ], - "index": 8269, - "datum": "321769637e1d20491b2c072b4848642b2816291d021b7e6a8116790b7e082b76" + "datum": "2d7c0676244a67428275547f212921e9d4782a577213ab786b250b0d736bf267", + "id": "7863791f432f043c3c443b7da95839157e6429797f5b16595777391f7a12107f", + "index": 31967 }, { + "address": "", "amount": { - "quantity": 59, + "quantity": 165, "unit": "lovelace" }, - "address": "", - "id": "674c6d1b7ccb3d0aa966f54621254d382ad879ca23416b061f2021bf0652601d", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 38, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 }, { "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + } + ], + "id": "500e5f293855ce0579ed480939c44c77bb165278b30b1567838b6cfd5a030a3d", + "index": 8450 + }, + { + "address": "", + "amount": { + "quantity": 212, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 31, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, { "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 } ], - "index": 2245, - "datum": "30d07a7a60d17976611c235d211a7c192a3774113261631c0b4e244d60464a6a" + "datum": "7f1b78656f6e044d7d712b290435265a0d327c650e6d79bc4a4856083f4de98a", + "id": "7b4a52022027af2e23786228607668427a2d0e4f679f5433415f4b6a6d0211c3", + "index": 30557 }, { + "address": "", "amount": { - "quantity": 174, + "quantity": 131, "unit": "lovelace" }, + "assets": [], + "datum": "33125e5b450c937500037554680254313f340a4d4f1715616a427b14156b7d04", + "id": "2bd14563185a671d54694210d81862621b50295925381b46075f299d513dbe29", + "index": 18423 + }, + { "address": "", - "id": "195b68715f18a80459411b0c4f30383fb074202148584c2b1f0e304706803c76", + "amount": { + "quantity": 160, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { "asset_name": "546f6b656e44", - "quantity": 44, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 }, { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 }, { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 }, { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 } ], - "index": 808, - "datum": "4c1d2a2f0e11472363374c3058992d8d21a569cd05706b1f1e7f7aa22d04679c" + "id": "4335540b36355064512b626fd70ce6526b5a452444474b6c287a3c7473570b0c", + "index": 25891 }, { + "address": "", "amount": { - "quantity": 227, + "quantity": 85, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + } + ], + "id": "77225516293e570d40199729587b01cf7517c1547c8961ce5158693e1d5c024c", + "index": 18662 + }, + { "address": "", - "id": "17445244420f6a226659c01c2a5822293b02482753a26f03466b1e480640b14c", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + }, { "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + } + ], + "datum": "20657707620d6c38622e6916725fe572285f5e691b3727024177330a723c6254", + "id": "3377721fb9a2c53131432d88cf56a10c6b4311606024622b2e4642160e2b487f", + "index": 27580 + }, + { + "address": "", + "amount": { + "quantity": 237, + "unit": "lovelace" + }, + "assets": [], + "id": "5f6ec47b5c34d3292435404c7206205bf4081b0b60411649fcf3f0302e5f7a66", + "index": 7576 + }, + { + "address": "", + "amount": { + "quantity": 11, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 37 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 }, { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { "asset_name": "546f6b656e43", - "quantity": 93, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 }, { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ], - "index": 16624 + "id": "77e46e5d180e31246558412a02100570512f780eae692f688de26df2f85f2005", + "index": 18273 }, { + "address": "", "amount": { - "quantity": 119, + "quantity": 139, "unit": "lovelace" }, - "address": "", - "id": "799a06040c777f41326e6c533a20770c660b64bc09a69b72435c25580f3acc2c", "assets": [], - "index": 29864 + "datum": "1e68452c6e0a4057e930ed134c0e5b40417b671f788d0a2d5775696e2f404849", + "id": "4b187149a24a40e3332a05b048206f6b1200704f5f67194a0b70741db918516c", + "index": 6805 }, { + "address": "", "amount": { - "quantity": 186, + "quantity": 131, "unit": "lovelace" }, - "address": "", - "id": "51483913045480100a5771516b5620271e72480a3c5e0668396b6c6e39590005", "assets": [], - "index": 10420 + "datum": "0b0a13b92c584f00c056153c4725964e1e2d5d68613529209b054c4621604f6a", + "id": "4f6d59421f56e01bef7f4a4a1307457c7cc60e273f29a1404a038696e554095a", + "index": 29853 }, { - "amount": { - "quantity": 205, - "unit": "lovelace" - }, "address": "", - "id": "660d207d29632f58640df4f3462f0a0f8e102f4c1fee151f097a49d54939204f", - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ], - "index": 7603, - "datum": "086a4773525313636b0e0b458c705e566067627959b052071c2b22f103d4a1f4" - }, - { "amount": { - "quantity": 94, + "quantity": 206, "unit": "lovelace" }, - "address": "", - "id": "17677b50257a5259017a4d4723265b43261a616f3f64024fe53f0903052e19da", "assets": [ { "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 }, { "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 }, { "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 8085 - }, - { - "amount": { - "quantity": 101, - "unit": "lovelace" - }, - "address": "", - "id": "1c680c0a5721122802bd2c55645637027633316516215c7037266faf320a3014", - "assets": [ + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 + }, { "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 } ], - "index": 26337, - "datum": "187e94ee2116ac775d225b6c2af0750a383d04420b1a116f6c73042f0e2c323f" + "datum": "3d2299d2578703444640281717058536232449523039ad624f5d2372190efd65", + "id": "68c717904e117f162e77703ff52107493c432e25555f0421410c22090d20683a", + "index": 21934 }, { + "address": "", "amount": { - "quantity": 24, + "quantity": 45, "unit": "lovelace" }, - "address": "", - "id": "130f3d286849e71626f5198b4d090e150339507dc30a91e358ad13482b4c7849", "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, { "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 41 }, { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 44 }, { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 43 } ], - "index": 7971, - "datum": "371f015063657362670c37df436e26697f3005e02a0d444d7047cf63285c4e7f" - } - ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "redeemers": [ - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "rewarding", - "stake_address": "stake_test1uqqwf3v84zevj5g3e6scvk8sjvkk4r3s306yqnnz9vqpjycuknq0l" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "rewarding", - "stake_address": "stake_test1urmcx7zvyfgj6tpm9l3azvmw3z6zfe0ns4gvcn6t9kmfl5sdeju6q" + "id": "2d297f334f14376705a63139116b06760fd31d2f693215097eb837897f553993", + "index": 25170 }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "rewarding", - "stake_address": "stake17xztj95wm7crfyjvehn65nrqmujzmy9syz4npqg5weg7nucgj7nyz" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "646875d716275a2351387c3f432409ba442e5d523ee9700509384c1fca0b6a26", - "index": 0 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "2331195d07591162772c695b14152997b44e022d144b6d195b06c91828662635", - "index": 1 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "input": { - "id": "1456136d433d07372c57104032dc263d4f033d60b0395759ae1cfa7d0d365916", - "index": 1 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "rewarding", - "stake_address": "stake_test1ur6twemdxcdhse5h73jywudrxft73dpf6xe5rf38sa7p52s8lzfyr" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "1c0488ddefca58b2fefeaf74cf64b342465322005f7cd0ae1a4f58ce" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "input": { - "id": "b8363917137860215c091b931959610006192e2291aba0747766290f464c1e75", - "index": 0 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "rewarding", - "stake_address": "stake_test1uz0njnp3kzvy3rydtz72rvp7rlydfkcvs2hfkxdzah4d27q9jz4q3" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "minting", - "policy_id": "1de362942a2d26faa6b7698f49da314d4a66da282d6ed1b76e3c043c" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "rewarding", - "stake_address": "stake17xkz0vx68ry89mdfwdaxhpt2dkuya9khuujykqkskp7dw6q53wd80" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "rewarding", - "stake_address": "stake178nd080q2asf8c9r2afgr2577x29r39wut3mqr0w4ws9tvcvx297l" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "48656c351c60006b32027363569b908d0a463d797c0c0d336b610731624f3c73", - "index": 1 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "c4687a72b3724b5f5ebc06fd20324f3a486b4841546db72d57b157432b12742b", - "index": 1 - }, - "purpose": "spending" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "input": { - "id": "11747d44723790411277d56e0ba7613bb078118810c9545e1463225257266060", - "index": 0 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "e85a7efb08024038354023bd678e27763236535e4e041263673332291378a212", - "index": 0 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "rewarding", - "stake_address": "stake178r4xxlxwlvd497kka3922a5zzjv0r9lc0jrqr53c69k09qff3raa" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "rewarding", - "stake_address": "stake_test1ur0qsd6gtdekv52skg4wd85p382r900plr0fj4kv3dsp2rsspduk0" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "457a3f2c0f6a1c725a26094a4d15255d98a539f36f3f28140f6911293fd95141", - "index": 1 + "address": "", + "amount": { + "quantity": 142, + "unit": "lovelace" }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "rewarding", - "stake_address": "stake_test1uray6evzh59epkyhdtu7y5a82h84dttrq4f6j94zpwt8z8quh0q68" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "rewarding", - "stake_address": "stake_test1uztanah2f4uaae93tfn9xu5lfe7m2jnxhlsnq3qepccakysfpxcz2" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "79e573599bf98e0b6c752a0624849589407ac45bf7f6488ea240f145" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + } + ], + "datum": "5f7d7e6f12607f49b74d017326034aaa5b361152316d344e584f74233d756b44", + "id": "794c5c6cc7393a11765e10497e1bb1157b055907a06b7a673b491d491a002e3e", + "index": 8179 }, { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "rewarding", - "stake_address": "stake_test1ursf8vavpl7s3mt8wq23xq38taqqgq67qymjs5gwxpnj9ecqm48ay" - } - ] - }, - { - "inputs": [ - { + "address": "", "amount": { - "quantity": 254, + "quantity": 163, "unit": "lovelace" }, - "address": "", - "id": "85595e052a7621bd1a10e157da1254393232335c4e743821f911ea4022465722", "assets": [], - "index": 1652, - "datum": "68103e5f684356234f19ea66066430565b6f63213005507d751479607b3d4f05" + "datum": "78697f7d381e3c0c39176b59705eab5605753bb8ec65466554560749e3527762", + "id": "6971735b35642c0709607a576d78934e7ad53a2448786843be4bab043403161f", + "index": 24410 }, { + "address": "", "amount": { - "quantity": 245, + "quantity": 125, "unit": "lovelace" }, - "address": "", - "id": "45c022187a0d3e41b8e622561327773166f3173e7d2c487d3706183b43404d17", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 31 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 37 } ], - "index": 26232, - "datum": "19693720303d0360580d14125100d83ff728230b67364d410001425217595a42" + "datum": "4b6b035153c17b272053d8057b09307d699023641358ccee39344e3e8a404859", + "id": "5a3f687b64002c70231f6e5c7443bb5c189d5500482b1e371403f8567e2f2f58", + "index": 19502 }, { + "address": "", "amount": { - "quantity": 27, + "quantity": 216, "unit": "lovelace" }, - "address": "", - "id": "32640860152a6fab08630f4a2fd45a0877453f5c187872d765cf987e11591439", "assets": [ { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 }, { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 }, { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 }, { - "asset_name": "546f6b656e44", - "quantity": 36, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 }, { "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 } ], - "index": 18269, - "datum": "93637b390855e85648097f0c3d6f1c0a3650217c6d70537b464349234c000af3" + "datum": "5e5860382371e7db025873403165ee2c040d583170b61d7eb2729b3a61653803", + "id": "3c6f7bcc075d2f3437200c102fe87d2e0601e02e506f3d2026566e774d604d24", + "index": 28748 }, { + "address": "", "amount": { - "quantity": 52, + "quantity": 186, "unit": "lovelace" }, - "address": "", - "id": "323e0e5f225a5fe61b0f04680e850d8f981859114511a6dd122a000f10202a64", "assets": [], - "index": 864, - "datum": "242d2f72471b726352b151660b4b66429c00665105296c060100674564201e45" + "datum": "3414ff930af17b9d4e5f46fd111b2ca954762140911d533b6c66bd4e0f8abb24", + "id": "214329f601653128372a7b32653f0816b5b23f6e576d483db9503a63732d3fb3", + "index": 16292 }, { + "address": "", "amount": { - "quantity": 206, + "quantity": 119, "unit": "lovelace" }, - "address": "", - "id": "1767043718781f242f5bad4a4561be6c9b20006e633e2869322c6d4631db1d27", - "assets": [], - "index": 22701, - "datum": "220e3c1f12312a69663e4c16399078485f841f1e49290e3241341d666c372fc7" + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + } + ], + "datum": "6c3e5f70283b2e0d772539320b6c72140b7d9b607a35893f359c540d26493f75", + "id": "7e6d5118717d0a72015841443ecb4f6e6b192f27244f071b24720e45527069ee", + "index": 22826 }, { + "address": "", "amount": { - "quantity": 73, + "quantity": 144, "unit": "lovelace" }, - "address": "", - "id": "309f457b0470142c325b081257ac4e1308335a59ce034c4b4145607735365454", - "assets": [], - "index": 9495, - "datum": "16f0504503c80b3823f0630c4f5b5c7b3f17216c6b7f06d02e6c1f100c713785" + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 + } + ], + "id": "c45579484b284900af5f4d5755c34a489f3f1d1240765311eb3767023209244f", + "index": 5018 }, { + "address": "", "amount": { - "quantity": 15, + "quantity": 85, "unit": "lovelace" }, - "address": "", - "id": "020d7f3f085689190839585fd5764d51287db0150bb1277be04e0d432551465e", - "assets": [], - "index": 14107, - "datum": "0d7f600c520c4f292221023b330558164a5f203aa525736437bc0a000a1224f1" + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 + } + ], + "datum": "5f72525457261c4c4e34559f3829218c510a0cb5934145224dc1984ddb087470", + "id": "14f87b310352385c4a153f1907603d3d1ac71f1c4752550c09422b54247f433f", + "index": 2166 }, { + "address": "", "amount": { - "quantity": 182, + "quantity": 119, "unit": "lovelace" }, - "address": "", - "id": "6631ee046d094d633c6008167189f932ba320ad006284a8e16464653111145d9", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 }, { "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 }, { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 }, { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 23509, - "datum": "29206785503215532b5ca0366a34603f0e336a1a5f24577741631e78561b377f" - }, - { - "amount": { - "quantity": 176, - "unit": "lovelace" - }, - "address": "", - "id": "536073f64b53582b8c5e4b6f6522137734c9446f61d1010f4a2068177569413d", - "assets": [], - "index": 7246, - "datum": "cf5d471b3576e875070a54014e490016042f9f67b82c74384548c1401f764c4b" - }, - { - "amount": { - "quantity": 67, - "unit": "lovelace" - }, - "address": "", - "id": "3b34737b27457120753eca4f76660e78186c27e31b0d367241491c1eed7c531f", - "assets": [ + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 + }, { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 } ], - "index": 1241, - "datum": "0561d1477479ba4b2c743bb239346f6ad675473668250db90a60553e1bc123be" + "datum": "6c7f60051948156f763b2d266b443e7df95e731877da470b6033d9040d79652c", + "id": "16203f18aa282b4df10f38620317739909306522571f0a557fa26d050e2d5a9e", + "index": 26123 }, { - "amount": { - "quantity": 210, - "unit": "lovelace" - }, "address": "", - "id": "372c670b75386f1b6499407001106d027518272bf937102c141f6c39356f580b", - "assets": [], - "index": 22615, - "datum": "06a52d2aff781742769d33284b717d3d3944096f32510a014d382627693e7a11" - }, - { "amount": { - "quantity": 42, + "quantity": 1, "unit": "lovelace" }, - "address": "", - "id": "3a912b3545012f69b829172f5d535840230e0a2b2c3a357fcb44006d01461876", "assets": [ { "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 }, { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 46 }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } ], - "index": 8826 + "datum": "6455464c4f50147524636c3a5720614d396b64066e7b311a3b2207566233292d", + "id": "5f3f1650022d6dd3885220e83e3ea3479a2e46745f707b6c023b38130c542172", + "index": 25145 }, { + "address": "", "amount": { - "quantity": 183, + "quantity": 181, "unit": "lovelace" }, - "address": "", - "id": "7a677813650772a669554758c491717f4d634d8019194851056b246c542661c6", - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ], - "index": 24513 + "assets": [], + "datum": "3d3d66315a100e2c7e3813075718439a675e8c72777a503e277c69057907781d", + "id": "475e6871831d5c7178722000d0436570183f0f71d61a3c682f7e685616f37365", + "index": 30032 }, { + "address": "", "amount": { - "quantity": 184, + "quantity": 196, "unit": "lovelace" }, - "address": "", - "id": "606fc9341568ea6d404e3624025420dc724e07683b3d5b0ece58240d050e150d", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 } ], - "index": 16849, - "datum": "043e7338151f6c1d4fbf04050966ab6e55852a1a295974ed4049386445526849" + "datum": "522b4940013d32cb3e610876224f5d2e74023f236f3adf4665260231377f1b78", + "id": "1c25232264bb09035e581979e1192559330b5c562a4656467c83084f4f4a7125", + "index": 1808 }, { + "address": "", "amount": { - "quantity": 79, + "quantity": 84, "unit": "lovelace" }, - "address": "", - "id": "681e5d7c312b2a2a044213607e70112909ced065177d6d0678248d1320532832", "assets": [], - "index": 9181, - "datum": "1a691ac073667a375e03234b55177b27091bf06b164b4a8a74470a3171523808" + "datum": "056722422c287114384f7f6a711a312b6908094a58654a4672394402fc58541d", + "id": "644a171b8e47056a092b5b532e3dc0566f13280a4f4761ed001975730e1bdbfb", + "index": 9858 }, { + "address": "", "amount": { - "quantity": 123, + "quantity": 32, "unit": "lovelace" }, - "address": "", - "id": "343d096d2511323e7d273f2c25237022241e1d8d3a4d79444a71d5360d386556", "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 }, { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 30 }, { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 }, { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 }, { "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "index": 6433, - "datum": "206e64e3231a30284f6c75455d4c02722b126741096f4e776c595a3e00173926" - }, - { - "amount": { - "quantity": 190, - "unit": "lovelace" - }, - "address": "", - "id": "61644b9d002915695712e45c383f6263bd71506e0316c7372122625a5b2278a9", - "assets": [ + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, { "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } ], - "index": 17022, - "datum": "465c5b15f006452d46944e5abd1c6a34722e317e7a29626408d46c236422331c" + "datum": "640c3e02705d2208002f0562197b125415242a37005e2119214f064a750a7125", + "id": "00380a3d2419244d751817e5695a175f4547390b667c435e72b91c3c7c3e113f", + "index": 20529 }, { + "address": "", "amount": { - "quantity": 188, + "quantity": 89, "unit": "lovelace" }, - "address": "", - "id": "52381323c70a8c12200f6b340b482820727174564f5c113a5867845d3376275c", "assets": [ { "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 49, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 30 } ], - "index": 5255, - "datum": "0ab87042ae316059355514f7354f7d403f6c377d761b27426c59105e3b75743d" - }, - { - "amount": { - "quantity": 221, - "unit": "lovelace" - }, - "address": "", - "id": "7d24f0191a3102803a553e2c314e5a164260080e7a2138954a17181f6110a88b", - "assets": [], - "index": 8557, - "datum": "0c4630382e6f540309265539fd613c3e557c0f6b308c79722e7d1328f3e44902" + "datum": "6c651a23197274026f1f771055783c75ad2b5d1b54488e357b2811b93c2b343f", + "id": "493c5a3b576d2220a03418635452796f58401849697719076d5027ea12567c08", + "index": 20172 } ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", "redeemers": [ { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "500e8d583788aea08d510ab631915a075e872231d00c9ab29d503002", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "bec014db367a0a119b33e21282e7995ffba0440d0fe3685198281282", + "purpose": "minting" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "276e3a10505255256a715d6b0aef9b5f28195516373203587a2e14ae5f5d4e17", - "index": 1 + "id": "7f4f2a6035a411142b34e43c2d2022306a2217571d312e1409413f1f0615226c", + "index": 0 }, "purpose": "spending" }, { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "input": { - "id": "30b4054c5e8f4933c1706b135362b81c1166211e7f3b2514445f420d3b0b7825", - "index": 1 + "id": "8554034b3b53240f00d71c5d7162767d1714733271484d69713265673d002046", + "index": 0 }, "purpose": "spending" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake17yk9cry26ezm6mshs8kfmf9as2z4yg0ptac02ujy5vrq6ps0jdk4t" + "stake_address": "stake_test1urxxsh33s3ymqqflcfleensu2q2hx6psj0f79zymw03qlhq559f0d" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "f4277588234be5a7e0df46ba4bb0a3f0e149b8f8f4895708458ffa55", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake179zfg40dw59jnaqcnvm9clhwznazcg53ss22p667afjzxcqypwku7" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "501b305a3b66122e29ffae16669b5e76081ebf76772a735c541e397c3826785c", - "index": 0 + "id": "74437749143d27ad6c6d4b67287069447578541065296806482464362c08330b", + "index": 1 }, "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "61df2d7dccde3658b281f8be945101867246f6e58a5af80605ac4536", + "purpose": "minting" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "77153d40536d5378300a0c446435e02dd6366838ca1c7232767d580231747431", + "id": "06211f1b5a6a112f42463d376b5c775174656b08052b252270720c3768292123", "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake_test1upvmgewzflldpf4hmq4x3jyl205te73jgw7n029fwv6ktsswtz65n" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "264d560a54db71ba3221561c55192a15986408793d1172203c67070c076e747e", - "index": 0 + "id": "7c0002240b570224235886024825081c18a39d4c110d25301b18db6169025c50", + "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "purpose": "rewarding", - "stake_address": "stake_test1uq0tvyd5glrcnfxztzz2cmeeld0thv0ecrrdm6680z6u3dcmfn6u9" + "stake_address": "stake178d5natvkk5e6agspa27cjez4pxufhqw9dwrrfda5929xecjxk62g" }, { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "69103b4d5f1b303d7f3e6891309bdde9f6ce408b57e5fde5d6ee40ea" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "2b697091e1297e3b8b3def49455f01dc577e2e0cca312bc74401a627", + "purpose": "minting" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "f5755f42c230d303d10b87b4a1e025d4779ec8ea7d92a2cdf9a86853" + "purpose": "rewarding", + "stake_address": "stake17y438lsfnqta9t0sffa0jmq2myup4cmuucquff34jun75vslde7wt" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "3eb35cb9c3878c1bdc67356ea6fa5e94a6de531fec83afb1f93d2543" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "14d134c14199319c213a30ba73a865e5eb1fe5b861369bb6c24e3e81", + "purpose": "minting" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake_test1uzz2cqwve5l7w37hjqxhan8jyx7302zmsgcy45r83tnmwrc5h2kat" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "54ec3145630810705c6774154844705a1a25377c2504412167fb823a7f795fa0", + "id": "606af9c60f0e253648623b057d2d3538047140130b1a54c368074ed418502f57", "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "minting", - "policy_id": "a63cd57ee872053324d3b4610e7f17e2526414863171b52424a1ca03" + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake17xmgcnmcklrzsv2l549ugk80fsghv78n0gn5trw5k5d33pg8xtlez" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "rewarding", - "stake_address": "stake_test1uzf3tx9caxge0fvfdddcykx34fdnxc4tmqzwm6snqa64r2gv4w92k" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "b6fedade6747b30c5e5ac8637cac144de986d84363cf7029c5eaf020", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "f02df7e5ca9fb4fd435607d973ead732d55390eab8318cd4d5de6519" + "input": { + "id": "2d0040556d030f1d28561924141d7e34af01540321882c432518712d5e155f72", + "index": 0 + }, + "purpose": "spending" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "rewarding", - "stake_address": "stake_test1uz20ank0e5nceejq32e3hzlyhxgrz0tu5pt2tt3szmzz6mqzhgjda" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "1028530a344e6e58774d3a2240eb06732f470a5a47021666652d6d3e757d404c", + "id": "3f1f25b7602f1054295368052f7f523607372c2b5d3634291e4c0720297439cf", "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "14d0af4f064a85c936ef9f312959ba95fce78daaf6e1f57581060be5" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "rewarding", - "stake_address": "stake_test1ur75m4tfvzu74s7m7cd0sr8u6j68rdjmlnx2c24lpr2w7qgnf7fqd" + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "policy_id": "4bdcd0d2529942d1a26528bfc81beb1840f234ebfe15c11bdb95c5d9", + "purpose": "minting" } - ] + ], + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, { "inputs": [ { + "address": "", "amount": { - "quantity": 200, + "quantity": 78, "unit": "lovelace" }, - "address": "", - "id": "4b50604b40fd156a17420b684e7338716e57080044753409220e4c4fe83c3f66", - "assets": [], - "index": 3784 + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + } + ], + "datum": "45535801ac1b1c6f78996a036b096883450d55345e6cfb5b0332014e1a3478d3", + "id": "08ee641fd065263f276f921c15c38b032b7946c62b117e3710535f3902357647", + "index": 20809 }, { + "address": "", "amount": { - "quantity": 63, + "quantity": 10, "unit": "lovelace" }, - "address": "", - "id": "79066300ec7e75bb3c2d5516061b3f05265d016c141524325c428a352708380d", "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 }, { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 }, { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 }, { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 }, { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 + } + ], + "datum": "331f7034184c38a82e2e000e2fe9242d6f24150008f97c133e5063333cc02201", + "id": "bd0d2b526b56bd70aa527e6f6d612509314c78531244144e8367319937f4139a", + "index": 21424 + }, + { + "address": "", + "amount": { + "quantity": 24, + "unit": "lovelace" + }, + "assets": [], + "datum": "04e75e435f211a711020363859766125f8330021320772604aff322f237e51a1", + "id": "73563675025d3a520c4a2200436e113c654554774273254d5e19073a17572781", + "index": 1115 + }, + { + "address": "", + "amount": { + "quantity": 224, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 82 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 37 }, { "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } ], - "index": 1379, - "datum": "4c243c15742026314d3d2a78100665641e621d470d40295c53f71a326939724d" + "datum": "0950c439d426dc18376bd9460ab33b7f58895d790d22411737542c6d2c357159", + "id": "a4510b18bd8e7811554535f909766476247d004f3b0524692a32318b7d742b58", + "index": 28542 }, { + "address": "", "amount": { - "quantity": 210, + "quantity": 53, "unit": "lovelace" }, - "address": "", - "id": "405d39590f9e03871e67505b04c31527074c431f57ff35524c4b25402d725511", "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 43 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ], - "index": 31301, - "datum": "68166f300c2e3c170c3713695d062d6cd27423775874a411177d1281944420a2" + "datum": "616601534460753a4353807cf16e51c8503b5f88ebd88693502839324a546c76", + "id": "1b47325264495f423b23bb133c578a1e38361b4a5c14d4267c21733e6a6e2152", + "index": 12689 }, { + "address": "", "amount": { - "quantity": 41, + "quantity": 213, "unit": "lovelace" }, - "address": "", - "id": "130e55640973191909362133798a1b59425fb30f25651c3f8a21475601e3b046", "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 35 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 } ], - "index": 10271 + "id": "1e8734e27e647f0e534e36792a60565f423f41ab0c01077b5a237a060c247b0d", + "index": 11015 }, { + "address": "", "amount": { - "quantity": 208, + "quantity": 81, "unit": "lovelace" }, - "address": "", - "id": "006555043164543d444500ee44170c3b242912453f7d210c175256026972111b", "assets": [], - "index": 6254, - "datum": "d24135592d94723543d548305a190b29206a50c74f004b2e494611b7624b250e" + "id": "4c275054c324425a2215400e0b014712616424041473d46039143064340c1f11", + "index": 28376 }, { + "address": "", "amount": { - "quantity": 26, + "quantity": 58, "unit": "lovelace" }, - "address": "", - "id": "17627547b9364c72b306453a0934642d5814323f64135e1d1a577c4f65237437", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 } ], - "index": 28997 - } - ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "redeemers": [ - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "757b0e552e552047251bdf16920cf316292406633c4352ba17025c5d31767124", - "index": 0 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "b5e92476a889f30c878704225f8b98357bbaa6c9d368d040122b4dfd" + "datum": "1c7d75470e1a0f6e313b5b297768006c16536d1a6c360d161b7b92624bf55c7b", + "id": "694b4de773465248dbda3d151db629371a444f635645271e164ece1d291e7705", + "index": 12134 + }, + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [], + "datum": "4775792049290a7a3b124bff274a6c2b5b285f6d1d663c600227261b0c123335", + "id": "2a00702a3d3294360566687011536a4b23661b597c3fe64a117306427d341704", + "index": 32033 + }, + { + "address": "", + "amount": { + "quantity": 54, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 49 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 + } + ], + "datum": "44266d67a8947e513e6ecf795b60485a9a0010ba667a182f435001119f283862", + "id": "5c8c1392956c1e1eff5d1d184c4a0c416d528c0978e83070612b5d5faa1a7571", + "index": 14929 + }, + { + "address": "", + "amount": { + "quantity": 11, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 + } + ], + "datum": "1d554a4aa63575fa4946060f320d6c5d20096f69296e1b5a405e27020d06741d", + "id": "643a35009268370824125520f2506629661c5f2862511d0d264bc54c60d76820", + "index": 9446 + }, + { + "address": "", + "amount": { + "quantity": 81, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 46 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + } + ], + "datum": "de2d784a48074257276d5e05ea33de177007641e2fc29025753f96f23ada6157", + "id": "3d265550a2125d214912454658060b79952e831b8300ba43c103423742075752", + "index": 20967 + }, + { + "address": "", + "amount": { + "quantity": 129, + "unit": "lovelace" + }, + "assets": [], + "datum": "0c4754451f6e1d8e300e657a1506087c5c0d711e025b08090e2b25157b4c3751", + "id": "2278782c10302b9038114054016e913762342aff030e04300d616e2a5c176756", + "index": 6726 + }, + { + "address": "", + "amount": { + "quantity": 150, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + } + ], + "id": "a372737a7c1c041d2e4603ca0b357463174313457d101a1e065320519b0b7b42", + "index": 22927 + }, + { + "address": "", + "amount": { + "quantity": 192, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + } + ], + "datum": "6b19312943da31175406c8295c2865565356cd3d65c841137957185b62122061", + "id": "163f76280142275710130708e9123412921c5ffc1f6eff41680d197a720412bd", + "index": 28893 + }, + { + "address": "", + "amount": { + "quantity": 170, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + } + ], + "datum": "5da320724874120f37255f770d2d177e5547bb19763c58725f08377f8c17550e", + "id": "3d0c561f17151b055351e51d182a2e32e4370cac5b3c356bd8170a795a1bfa22", + "index": 11559 + }, + { + "address": "", + "amount": { + "quantity": 240, + "unit": "lovelace" + }, + "assets": [], + "datum": "19286b075948190646292f2553457f0c7e216a7f570d5d1709059040094b0e23", + "id": "4614197859570c5930183e5e2f676403716025584d6716104f1e110b299a5eda", + "index": 21461 + } + ], + "redeemers": [ + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake179pmnl8jmtup5rnllchdmlvewzvrp3qkfh3rk7znv27mc8s979899" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "policy_id": "f0141b33d76e7857b066230d440717d904344fd568f1b4bd6ce48863", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake_test1uqd2f72dsrspetk9xch84efmdw65kswvsnvhdsrf0pefz6s47mnnh" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "7e221f456f61a262205d5438107f3a744f59256d33336b42655e223f4a383b2b", - "index": 0 + "id": "6b2b158b670a4305fa4c0f3da152205517371d3c0b7c69b0615a252c191d1154", + "index": 1 }, "purpose": "spending" }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "dfe2e11d5f1fd82afb3e84361c8603810250a4a27b8b1c918b80fd79", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "cf720d16934fedc92d39c02a942d9df559446bb6c4b344f71c7fe3d7", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "be856b1926d0e16ac38a59b124b52998f502fbbe7f688c359dae12da", + "purpose": "minting" + }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "0c033a0767989833e8b60124766c90276b2357aded8d3994eccca028" + "purpose": "rewarding", + "stake_address": "stake_test1uraedsuvjhkuceqpwnem7pfdaf2ff222349thyrm0s8gmngwhxaxd" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake_test1uqqthhzghk4gdh97tqlv0zeyfy3zn8rvme3t33336te22aqvl22r5" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "input": { + "id": "5b141e67c54123271b8676106e7855080b3c014313571319de53107c5e3a2277", + "index": 0 + }, + "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "47c89cc524d3d8d8a6399fb6c792b4c40d5045bf61ed130ac9aca7f7", + "purpose": "minting" + } + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + }, + { + "inputs": [ + { + "address": "", + "amount": { + "quantity": 231, + "unit": "lovelace" + }, + "assets": [], + "id": "74640a7a54326f79093e16497a436064173c1b752d101e6a19c9389e48459018", + "index": 10136 + }, + { + "address": "", + "amount": { + "quantity": 11, + "unit": "lovelace" + }, + "assets": [], + "datum": "3163797f1e652b0e2220ef1b6777682fce691f06445e223db86d1dd5505e418b", + "id": "4938780e45707a12b81715645e142f2928187b571b1f0356dd7f33557b086e5c", + "index": 10804 + }, + { + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "assets": [], + "datum": "62530e78720836463c5cb2002b7d3d445ab0f84e7c0e50621c39d03f7ac66e33", + "id": "720f510b4018b3343b0d603719273da56207f55204a98e1321012a6f3a341b4b", + "index": 1406 + }, + { + "address": "", + "amount": { + "quantity": 76, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + } + ], + "datum": "49705f77a63a137a5440102204794f13357e233e0dc700786c3e960258744b74", + "id": "035f471d2039010d472a241a2f5f2614611335a59e746be568cc21136739403c", + "index": 16238 + }, + { + "address": "", + "amount": { + "quantity": 86, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 + } + ], + "datum": "601826a4993fa9494357f500cc390fea3f41940746b0823979606a2f7e15715d", + "id": "c5636c8d38368a2a4c4e4b561d304fae404949691e407915df55030457447c11", + "index": 10638 + }, + { + "address": "", + "amount": { + "quantity": 24, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + } + ], + "datum": "691a305f7e7a347fcf65341f373d3e7c4d6f3063b023616175797e5a57dc4b2e", + "id": "0620105c7ebd3f62188772044751c8170e3d1c1071c30e033d5b3527177e6546", + "index": 25520 + }, + { + "address": "", + "amount": { + "quantity": 45, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + } + ], + "datum": "72072526130b474559444e691420e02f3f3b3c3728797026533191303e0e5a9c", + "id": "304f6539596a9118135f655a1ac3371a790c1781729229613716fe767ed8cbe1", + "index": 4363 + }, + { + "address": "", + "amount": { + "quantity": 199, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 + } + ], + "datum": "5e75b0044c1a2820341ff05a2d97182b641ef9086711620008da057734f56d51", + "id": "5333591f2c2b456e2e974916096e48742f02243459593e51f44b081c407fe255", + "index": 13203 + }, + { + "address": "", + "amount": { + "quantity": 140, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 + } + ], + "datum": "2628d7755852967f5c3c6d507a2777281903451e5f8f7d3c0e56022117355322", + "id": "112f4262425d15386e92335c532d1c13567e12023b586c7a3112336246402825", + "index": 12661 + }, + { + "address": "", + "amount": { + "quantity": 45, + "unit": "lovelace" + }, + "assets": [], + "datum": "796c307d4866294429b521e17f6f64388b4c0627ae4c1f420b90662a4f4f5638", + "id": "1b49265efa003b01de74324368b46a692d084f304d604e762a002ab20d55ec16", + "index": 4793 + }, + { + "address": "", + "amount": { + "quantity": 166, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + } + ], + "datum": "401a37404b3c65cab9370e5c5c7e205346af0099211b6717827479e51a6300b6", + "id": "3947002b7f4e69e31d561f803c757a41d42748e03160a5b2496b1b316c125f01", + "index": 18481 + }, + { + "address": "", + "amount": { + "quantity": 69, + "unit": "lovelace" + }, + "assets": [], + "datum": "1a042b73011b7f6739c544702e4a0c00757831686b016910316d761b64756164", + "id": "271c5c564f65321b486f54934037a95a630069788022c9d32ddf37f668725537", + "index": 24647 + } + ], + "redeemers": [ + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "ba720c38bdb371ed407dee15b1df70efd56daf682ba42e47d5d7fada", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "0bcdcda087c5877fa71c55b3e14e06b33b2ae6993f17eb57405b45fc", + "purpose": "minting" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "3a7e172e56925ac5442ba552bb113e3cfac42c2a861b12392dba243167146565", + "id": "334579162701671c3b026c36d91852eabd9c6a11672a1a20cf6d2e537f44672e", "index": 0 }, "purpose": "spending" }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "purpose": "rewarding", + "stake_address": "stake17y0ghfy0ajmwsgwfpkxnzjpgcceq5t29hwvpum2srsy3hkgwk8v8s" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "1a0174de3c7440965c3c2e6231f281adb97443a22044b1f55d71f48f", + "purpose": "minting" + }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "3ceb251abc3999cb16df484c5255a814e3b5cd217c90a01ae7cdc40d" + "input": { + "id": "7214ca5a9555da090b6e057475292177464121455452e40760fd125e080a6069", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "input": { + "id": "3d22d9c36462a1296302706bf407672e5d4f77487b7c76441c0d210c64e415da", + "index": 0 + }, + "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "input": { + "id": "3b0029357c4b09db4061a81c640ddf542ffc64677c1d1e3f1f15224254d94978", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "policy_id": "5efb5b4ea7f7f98a7baf1821fddb59f49731eb8fafe7a28492427728", + "purpose": "minting" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake1797w5yx074c5n89r3kyjxfdkmjrxlgmh63t5pgu662uey7smk8697" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "88256b918ad1d074c1981886870a4ca9a652b44bf34abcb633f1a909", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "purpose": "rewarding", - "stake_address": "stake_test1ur72pxqtm20fgl5cjrenmh9gxhzc3tk0s5rf7equu2nq0vcy0kut8" + "stake_address": "stake179n98qhean54e62jz4x74lx4v3n05a6g5mrzhx5kdh52dhs0v0kv7" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "input": { + "id": "116d791c443c5a7f6801554a4a10084a5361073dad16be7877e605624fcaeb11", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "input": { + "id": "7cbc7f4861d0008d6f030b87106b1a346e1e02691cff386c3d3d4f056e286442", + "index": 1 + }, + "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "31d7446d785c4e4d3ef934ab19296d32c11fd87e817c990b287055427c72114b", + "id": "812a75335d0f4f1a930a557c7843685f6d7c3a777f0248a61317011a40152566", "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "minting", - "policy_id": "c110cb424e51b3a5782a555a93064622294710610c0d4597b06b85e1" + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake_test1uqzla449mj7wdy7rzdqe552g9pm77w6f2gdjnt2egsm6s8g9k06sw" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "d81a62894ed2a01c002289391ad817d64aa3854148f2754d0d98c540", + "purpose": "minting" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake17ype2rjjv2lxq8lparuxn0rjp6nmz8sln3c2fmwcd6swgvcc3fuuh" + "stake_address": "stake_test1updmeup4q4ny04068w89jsjku8mj4plyqmc4ynvcak349cqc6rj5d" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "purpose": "rewarding", - "stake_address": "stake_test1urawe59qfy2p2khqgfq3d696n7lj2l4xhe763zntr028stgtp7tlu" + "stake_address": "stake17x2mh2le0rxaqh2uuvp8yuv42t8uvwjdkm4t8v47jxppp7gmcsssy" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "115105605966a5262534877d755d3747241db51d073e0a5b7325a3137c4c524d", - "index": 0 - }, - "purpose": "spending" + "policy_id": "1a1c000dd0f50bd401f9eb38a2ea3cbfed70d095973e40a8f3f7fe47", + "purpose": "minting" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "input": { - "id": "d62a6e4013cd5b2e9e206e499b4e021e0962750afc715a28607059535a477fea", - "index": 0 - }, - "purpose": "spending" + "policy_id": "dd8f0e1d284413e5e49bfc484029609a1e4462ee64b12fc73025bac6", + "purpose": "minting" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "purpose": "rewarding", - "stake_address": "stake17y4pen8uw2a3239l78ej7wl0y2l8uc47t2jt3xemv0xdrcq3dh3tw" + "stake_address": "stake_test1uzyky0anvafplfp540amnkqt4zuvtetar5gfqysh454a8lcegjs8z" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "6b6469335f2b57280d342abf43ad0aa63c376b363554746b765533085e3949da", - "index": 1 + "id": "53677c1e4b7464c4786103094c165c7960a9114240105a291461657f733395b7", + "index": 0 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "purpose": "rewarding", - "stake_address": "stake179agk2vgr9wrdkgx02vs963srter6m88yr6euqe56er6klsp7n30h" + "stake_address": "stake_test1urs30cyge75qcvl5f50f4l3n7jvwnmeqkumaygtxtmlzzccz85574" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "input": { - "id": "08663d9535b94f44460b49163a0abe117a3c364de21515655d7e054c74036202", - "index": 0 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "input": { - "id": "3d2b29282e73f568247f497b531f0042f999605a3f3c097e2d24161b53191d25", - "index": 1 - }, - "purpose": "spending" + "policy_id": "86b90a05755a884c282c4954e9db3fde9e0f12272aedc0be880ec9e5", + "purpose": "minting" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake179zz7m0ydvmct3uwa68vnjcsynzpw7g3e3cwjadln6cpn7ghqpe3c" + "stake_address": "stake_test1uzy9jv9cevmvawnmde6hn5xlg0fcrhlsk2lhvlkdpw84mdsme3vnu" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "5e607e38371f51800155637e026c1409112034574a605aa86b177e267f403704", - "index": 0 - }, - "purpose": "spending" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "b701a97396c2cc5a0bca9ac4459e33c0c9952f222d0581cea81ab47c", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "b0a8d1fb3f47519a101283c35321f98f8c20b9ffdd2836dd8195985b" + "policy_id": "d49cd17a87c87b9b3dc9c643d556895e80941f34015be260d7ed492b", + "purpose": "minting" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "6618130e0f2b665056641d7e5492080667555bb9c221584343103d402901643d", + "id": "22ebf94b5b7c06028e497c6128182b4544ce4b0b042c2a002b04910c33577e5c", "index": 1 }, "purpose": "spending" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "rewarding", - "stake_address": "stake_test1uz0dcrf5gg3j0wjuns7sxkkagcdphkycw9ur6hdsp6hrq5gcjg033" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "rewarding", - "stake_address": "stake1790crw97zp4ux9u2dsvgg6uxghccf9zpgpq654kshwm6t7c5qvc3w" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "7ff19c330abb71f7e4b3ebc182bd62e9c7bd39bafcf080b7a87926dd" } - ] + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" }, { "inputs": [ { - "amount": { - "quantity": 249, - "unit": "lovelace" - }, "address": "", - "id": "097c5c1212c35652580720e9520a427b7316393062316b11640b310134274628", - "assets": [], - "index": 23531, - "datum": "76aa3e6a1b3243e809d3073872564b313d323a5c3b34246a2f3b5b3805bd7265" - }, - { "amount": { - "quantity": 24, + "quantity": 99, "unit": "lovelace" }, - "address": "", - "id": "3622272441386c460631001f2f3cb2315cac680f580e05336b44420c37626b26", "assets": [ { "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ], - "index": 124, - "datum": "4a2066426c378fc3550002486a461d01ce920f65450ffd07b25b2d7f1f0833b1" + "datum": "744d79a62339aafc22197e3d68363250456f1b506a6911297764b5ca32eb820a", + "id": "c5c1501d753500b21d44416b5f42583804156e75d2202d5c54d72e796b3f781b", + "index": 709 }, { + "address": "", "amount": { - "quantity": 158, + "quantity": 85, "unit": "lovelace" }, - "address": "", - "id": "2f166a7a767409394e073a0d3a347c1c2e20a324dd393a5015580400457b48a9", - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 37, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 20766, - "datum": "553770251874696f7014596ceb2eb326d5051267036b4a3c22614fa8f24e434f" + "assets": [], + "id": "0aa470223304053f4149646b1a447f1035439f24bf480d7a3acc3da74c4873c7", + "index": 14791 }, { + "address": "", "amount": { - "quantity": 64, + "quantity": 252, "unit": "lovelace" }, - "address": "", - "id": "29070d7e6a274052777491766d4b4a5d382f5f7c28397f0a09636751483b3a66", "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e45", - "quantity": 32, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 } ], - "index": 19653, - "datum": "595c317079142d3014579c70170e7a08142940075d3ea00d29493604281ec31d" + "datum": "595509701ef94f59927bcb12263a0b1bb39773254f4658c413145b352c61232a", + "id": "b98e53a45026372d47534832175e011709770b9605e870280912352c467f0358", + "index": 22153 }, { + "address": "", "amount": { - "quantity": 37, + "quantity": 69, "unit": "lovelace" }, + "assets": [], + "id": "26a0143fb69672381a19862b36685e82131ef22b5a2f2c230c794d0e543e176c", + "index": 5658 + }, + { "address": "", - "id": "5c4f143f7c6c71f520560e295e66480e71606c667706ccd0127e3b675223a66d", + "amount": { + "quantity": 9, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ], - "index": 15412 + "id": "215a3440761711557408e220161e635f55666a531cb25968e71c5f4d4c7a0022", + "index": 6192 }, { - "amount": { - "quantity": 204, - "unit": "lovelace" - }, "address": "", - "id": "1b127061392a434c60428e023d40135e61170e5f49264833137d231b350f9140", - "assets": [], - "index": 4616, - "datum": "6bff7a7bd87309751c583b93365f1e584f1ca93c0f17431157417d631e245b5f" - }, - { "amount": { - "quantity": 236, + "quantity": 205, "unit": "lovelace" }, - "address": "", - "id": "2f22b42355319f669bb1773c087df0be48607f8910577334000c672c620b727f", - "assets": [], - "index": 5957, - "datum": "4f670e5e68725c121b6d0b1b467c5125cb447b835d0c4f6a5175216c3615373b" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 + } + ], + "datum": "6f44332a007f7b134f3e3d0fe819692f4614322a74832c3f095a764a655651fe", + "id": "c80f49422335612e24e17e2b341975552e0c31133b794c1b04d26ee8f1a97711", + "index": 27077 }, { + "address": "", "amount": { - "quantity": 80, + "quantity": 84, "unit": "lovelace" }, - "address": "", - "id": "299e45812ee85a5d5f1f4d010b287fdb187a572a5a48191a4b061ada805a3b38", "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 43 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, { "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 31 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + } + ], + "datum": "5833146879f46300493921596577257a28fd5d5033564c5e28375ac0e642094f", + "id": "420721551237c64a0310251b646d6f3a5c20521a597b35628b032b987d013a5a", + "index": 18254 + }, + { + "address": "", + "amount": { + "quantity": 156, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 41 }, { "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 45 }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 }, { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ], - "index": 7815, - "datum": "2e36bf0117490a594cc564265b46b8d56e316152453f202a45750505055a6536" + "datum": "ee62024818581b280f7a2e7e7d3c76558f060a7b620d155d334b351720732497", + "id": "2f635554b1717a1b5e44232b2f10045e09245c3c02622575491d58517c459a4e", + "index": 21789 }, { + "address": "", "amount": { - "quantity": 238, + "quantity": 105, "unit": "lovelace" }, - "address": "", - "id": "3b6c407103594e0f2f3c493a55022b09aa13501c024d203f0017500a6915a61c", "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 41 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + }, { "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 } ], - "index": 28036 + "id": "4042d30b367e4abe342e7c014c1921b204384169636e04783d59c830010f5050", + "index": 15385 }, { + "address": "", "amount": { - "quantity": 91, + "quantity": 31, "unit": "lovelace" }, - "address": "", - "id": "8b2c2e2078a871487848765b16181c257dae940033672d2e2a00244a524a78c9", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 } ], - "index": 9994, - "datum": "6317c467624d6b591c9c744bc2173d29d328736290673756385e554d49962f4b" + "id": "43257868214c3f052bb4f45105125caf3cc82d36e87725492d2d5505bc5a6126", + "index": 21632 }, { - "amount": { - "quantity": 212, - "unit": "lovelace" - }, "address": "", - "id": "7d5b453a7c7e1c7482242b2f490f6b355f5d2fd406226238d96c2f5270162c4b", - "assets": [], - "index": 2214, - "datum": "544e75623fca49133d350437f41fd8702a491bbe63026a627264f7125f6e6265" - }, - { "amount": { - "quantity": 194, + "quantity": 192, "unit": "lovelace" }, - "address": "", - "id": "49354e62284c2ff77b380d3526e9b22a02289d030747f72849000a674200762b", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 } ], - "index": 7431, - "datum": "270807373d152962830e7f287650788c7707732d61645de927221133da683d45" - }, - { - "amount": { - "quantity": 114, - "unit": "lovelace" - }, - "address": "", - "id": "15333e9a350a68110c7d426833571414479550002d616a6213fdf566515b1896", - "assets": [], - "index": 25768, - "datum": "7c0659122d1411005f5ec5645b2d585c0b7f2f3b382c754464814095713327fb" - }, - { - "amount": { - "quantity": 89, - "unit": "lovelace" - }, - "address": "", - "id": "9c4379ec167e37df7b49fe0eb3624a017d94751e0a765a35115e6e9b0a4d2266", - "assets": [], - "index": 20378 + "datum": "5b6d52475d0c5b6b49f8be19591814094e4442da2b29730e7855393222393514", + "id": "6a150548584674044d697304085a1bb1403615119b384b70291e735b7e247830", + "index": 27925 }, { - "amount": { - "quantity": 118, - "unit": "lovelace" - }, "address": "", - "id": "1868440cba643a646b64444563f9fb44b45af33730096bb1784894d47d375675", - "assets": [], - "index": 12746 - }, - { "amount": { - "quantity": 14, + "quantity": 239, "unit": "lovelace" }, - "address": "", - "id": "163844413e19d468742b715976c9426112d9c2631e5d15650a2d056b29582bda", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 } ], - "index": 188, - "datum": "3835e4572d7852153197715e610d9e692cd5643087474250c41c89500112320a" + "datum": "1fb16135301619e20f0a3a113f04f85c45364f6a6d4de9e7461209344933654a", + "id": "7ae64f6e6ba616235c39594f1c2b555359221a686962083e1b84484c151b666a", + "index": 16100 }, { - "amount": { - "quantity": 159, - "unit": "lovelace" - }, "address": "", - "id": "075d64266944756365364e5a3c1073912a390f7c0b490a5d1519692147315b79", - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 30761, - "datum": "2a001103163d5b0165211f6e6a2408a068310d2647bc3c0f370eba106b5c288a" - }, - { "amount": { - "quantity": 132, + "quantity": 191, "unit": "lovelace" }, - "address": "", - "id": "56e33d9f44336103a63a9b246c48544b6329150b1903fe1b2f20f471255c3f21", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 36, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 } ], - "index": 23091 + "datum": "4d3d4f206dd275756c0051361737642502640a400b69df390f66521633fb425a", + "id": "709f47335b2c4022762904695a046254333b335443605f2f993a5206f21e44c6", + "index": 19479 }, { + "address": "", "amount": { - "quantity": 77, + "quantity": 80, "unit": "lovelace" }, - "address": "", - "id": "6d2313b717726e7f6250124a045c53455e12751400213d822f706f050b4a6014", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 } ], - "index": 2769, - "datum": "1d5866614c769c7f263327305e2c39062a2c4c304a635e407d3e221f311a7c58" + "datum": "6299628959764c14612f08403c785408542dc821566d24365a6f76a16c8c0503", + "id": "24072f114b4609171e0c6c09710d3e6633235a168f7043385157cb03a42b7c10", + "index": 9091 }, { + "address": "", "amount": { - "quantity": 237, + "quantity": 111, "unit": "lovelace" }, - "address": "", - "id": "40d446770a6d35e245632462011a6c95af4626460f3d4e3144c61069136db53b", "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 } ], - "index": 26937 + "id": "063260fa572b798d356e2c007f3a3a324e3b3214391a7c76726e797d052c0d7f", + "index": 16453 }, { - "amount": { - "quantity": 187, - "unit": "lovelace" - }, "address": "", - "id": "67aa7b234bde21015f3c6d5c4a3c246d4456596467257e591036b10d602d74b2", - "assets": [], - "index": 12164 - }, - { "amount": { - "quantity": 171, + "quantity": 48, "unit": "lovelace" }, - "address": "", - "id": "fe56dd572b2d084b97775c380c663c7f5ea36d7e3a140b0e5f6ddd462521693e", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 50 }, { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ], - "index": 30520, - "datum": "1d23de65974a322d2f1a4e4ac96f2c27076a0852356640a95d3f2f5fc01e3762" + "id": "4c3d5c7d06755d3a2c70400a4b2a73461e00bc522776351b276a437b3408945f", + "index": 10347 }, { + "address": "", "amount": { - "quantity": 95, + "quantity": 57, "unit": "lovelace" }, - "address": "", - "id": "2f1f3d43060f364723463c0e4031101a1d3f1c67ee4565022e40200e7962b60f", "assets": [ { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 }, { "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } ], - "index": 673, - "datum": "074c313c373d47305e090a0d675e61365e2cfe412f5d5250637565624d57e569" + "datum": "15120552682d273e745b408c5315b13a69635d3472277c2f4e7a1e5f2907bd7c", + "id": "2e1a7d8f0f4b304b27780d73456853535b09e64c054b106704334beb38b620d5", + "index": 25596 }, { + "address": "", "amount": { - "quantity": 173, + "quantity": 251, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + } + ], + "datum": "7650ac3653460455d1877e506c621d1962cf23295ac3444a180f6906095b7879", + "id": "71f1353c4c71bc7c8f4a1802512e51315537403c4b1a485df15d7a313b4a1406", + "index": 16581 + }, + { "address": "", - "id": "3469226e7f7dd3366adb4d406ca8420a2d4c2e0d287e212c96bf7f263652816b", + "amount": { + "quantity": 65, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 }, { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 }, { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 }, { "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 }, { "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 }, { "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 } ], - "index": 11695, - "datum": "506d0719ec328760210f503a071a264b467873fc44540d08505744714bce7b54" + "datum": "203564751122b1f7908143c92e3579b5059811785a126e0c6b6c3c59243afe17", + "id": "3c541639066eba5f17652c4f4147b7622a7a5deb434b6b64606532790766636b", + "index": 18192 }, { + "address": "", "amount": { - "quantity": 237, + "quantity": 13, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 + } + ], + "datum": "87c7109936125a3f60302f856c426c144e75d7674619081b0a51460959cf4423", + "id": "e0f70e312538ae455f201c26521c2b525c4974253265097a050c5f29558ea46b", + "index": 18325 + }, + { "address": "", - "id": "294a1066064e871a525a2e18075c46603c5d4a0a0f4f61243b15e374e71d720b", + "amount": { + "quantity": 93, + "unit": "lovelace" + }, "assets": [], - "index": 29535, - "datum": "0e426828de11126126001f601a5bc30e32b21d5773da613c08c838fe0c36640e" + "datum": "61572da271672c52170b1917320b0606132f31385c3b16404f562372436b0f19", + "id": "2e2e6b432e45243e1a2e1c593f31752442534609b11625430e257b1776774b1b", + "index": 5519 }, { + "address": "", "amount": { - "quantity": 142, + "quantity": 68, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + } + ], + "datum": "505e4645fc16632a32690b75ae21fa3b2a9d035a065f744a522a5ebe2c381133", + "id": "647d43749b0e2b89521d04690f0aa63652757114505d6e602d19797be35b5e67", + "index": 1180 + }, + { "address": "", - "id": "080d2c75cc23365e7b3a0547184d671767b80b4d506a360a2e72091843477464", + "amount": { + "quantity": 119, + "unit": "lovelace" + }, "assets": [], - "index": 1136, - "datum": "294e030aca7353291f727546bf1d7438823e242f69057338457b24502c572735" + "datum": "03975a0b30313f0a915b28349d575cac6b1d594e070933113c197a761e232448", + "id": "60396b494a211c140e601f7b6f3d105d98510f5608787a19673852144e0f723f", + "index": 17343 }, { + "address": "", "amount": { - "quantity": 231, + "quantity": 208, "unit": "lovelace" }, - "address": "", - "id": "1d524274600361c1237c0a7c73c148be2f3b5a30347b197d5b4daa284a367972", - "assets": [], - "index": 2630, - "datum": "71072e253425627c9e3922ac1a087c985e49ca261b4dc5524f4002774d680037" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + } + ], + "id": "147155fe2d252c08303f6c652739196664f2627c133c245a6c4fbd3f6c2938e3", + "index": 32577 } ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "redeemers": [ { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "input": { - "id": "3a3a632307126a03b2347fbc8d350d307a471d760066e1267c56bd6ddb625837", + "id": "3b66af333b1d759cbe1987c14f7617853f12292a3964113e71627e5468294d1f", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "03345ae908bcdc3daa9b8f4ca607064ffc119a016be0e724a390bf1a", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake17xds58gd29jm0c8raptfue3zxxvfavnav8fg6lvzsnmx6xg9xc0yh" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "policy_id": "078d34d7892b029cd9f88093514a4082db2d3896694297285a23e8c3", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake17xalldzrtyd97qye0p4jw8qrhgkwj2nf02h4qf2pysz224shrfce7" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "21bdceff87097b578bb435b7d7f92704e276eff451561db64218a9b6", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "input": { + "id": "7a027d1f7f4362002f5f4111314711592b286734486776722a5f905f8331191a", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "input": { + "id": "35f05697750b69577b78243632cb18617131107b4f100c4d17b9c35e2f664223", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "input": { + "id": "69676dc377250f363e48270127075d738045280a792b3e32957a632f0a5bc646", "index": 1 }, "purpose": "spending" }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "357ad6950dfbb1c807cba82f3044c59a79a7ce72d9d30952047739c7", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "238a8731a58da6891cadf2b50a14a3942cb07ad6aa95daecf36679d0", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake178gfyhkdknln5tt267a6lz9y79zrye8enahsugphye0d83cjq20pa" + }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "minting", - "policy_id": "41b9ea754adde38c906ba9d7447f73ad959cb7e617ca4b89667ce9ea" + "policy_id": "90884af26e687b31594537ceae69d32e0c7c5ae567b74b5cd77d316c", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "input": { - "id": "df0a0341590a05770a384f52733dec395fe92c460906472d2fb34a67c5681647", - "index": 0 + "id": "581f16634deb7317495864f7691216487d5a6cd47f082626bb544e0bf41aae43", + "index": 1 }, "purpose": "spending" }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake17x6qrmp8l2wqzlmuv02c53rt4rw406kn60zz77v4z4wpvggm4dt5f" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake_test1urehz4z45p79mql5a9fjtggzz9sh909d6mr7y0elpckyr0qwtvw80" + }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "ebd3edf6e982b3e02b3f7dce984eeb60bf9414e70a5f35f848ad421e" + "input": { + "id": "066b334c401b1c434d5b6915153a40122f345068bf3b75247f79d77645820850", + "index": 0 + }, + "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "5b693fe95df50f3ad9df2d8ecc9fc42066b617be71dc994aed66f5ae" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "1e564295535d82586f2d4cff15a494b30ae3870453376ff8058dd165", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake_test1uzl7r5apkt8lrnagh8d22vrzu6jp7twudnhkd53zzesk4sgszcluz" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "ab65ea909eff12aea1b2193eb5b7ce28701eb64ce8a96526203d5842", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "input": { - "id": "6a313b521370090d3a02507d351d4bfa2ba68a41976c209e316b227c226318c5", + "id": "175ab57c26545f1b43655a325936ca111403dc25534206b07257bb7f6e3c44bc", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "input": { + "id": "fd11594fc9741152614c7e726c7b0e363f0f57767e0677712f256a156a7867e0", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "input": { + "id": "25d9553c2c150410206b6e79136f7c0d00160f9478181917ac43205a77323fd1", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "input": { + "id": "496d0c2f7b006f15413234da0707021bca3b340c3c57301d2d421dde10067f1f", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake_test1uq56sqpr4g95zvz2um7hd29ay8yef53uuw6qnnv6ctaujlqgctyuq" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake179ltzsttljefmnmtagyyyu434zju32cvr003935upzvjx4qkywau5" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "input": { + "id": "033a23480b457f4d787d6f0f9c5e6c28277c5a30370145287c3879fe71426e6f", "index": 0 }, "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "input": { + "id": "f968212d4110023b4f489f37744a0a533df56853022c0507607d5c32487c5944", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "purpose": "rewarding", + "stake_address": "stake_test1upcf5frsd0gvgwj3r4t45f5kquwfswryvgkf8s03gmpways8c5x39" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "purpose": "rewarding", + "stake_address": "stake_test1up2995x0fpfh8c75t7kcjd4njd6mphlxn3nukqjx0lxtyfgejzd05" } - ] + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" }, { "inputs": [ { + "address": "", "amount": { - "quantity": 203, + "quantity": 42, "unit": "lovelace" }, - "address": "", - "id": "41641e188d40535648191749d656510f643fbabf5f796a3f05295f9d171b060a", - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ], - "index": 28080, - "datum": "5236a3662c171a2ec6194a511671247778767f09174451534343444e682d4a5c" + "assets": [], + "datum": "5b6a63732f0214797e6824c96e1515381c154d312ebf61385d570dc9a8f84025", + "id": "32ae04e4482b28241c4f18587138427a170a1a28f9558b08330b706f2e29016e", + "index": 5927 }, { + "address": "", "amount": { - "quantity": 26, + "quantity": 116, "unit": "lovelace" }, - "address": "", - "id": "32513bc1562362422b3e7f0e386c0c5a3318701dab030677602b682484591834", "assets": [], - "index": 14663 + "datum": "c9a75d3bc391235276f0457c6dec144b431d606c455f76a9786704133f07052e", + "id": "7e9a3347554f17014c48545ef67c55721e590553084875412562036b24753c75", + "index": 19277 }, { + "address": "", "amount": { - "quantity": 104, + "quantity": 172, "unit": "lovelace" }, - "address": "", - "id": "6d6a0215060145264e3d2056782b570628592b4b2c7bbc2308162426575d5834", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 } ], - "index": 27134 + "datum": "d32d6d64688602215f3c213e9d3641222ac971506c2a3f5e98b75779207e1505", + "id": "63221b3978a9ff20ca025a112a153d5847652b08730d0a5a185d5a0135364c43", + "index": 21725 + } + ], + "redeemers": [ + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake_test1urla2rykq48emw45grgkj40cjqds8hsh3gshtl6fthwr7lgkv97uy" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "8310dd34be5bd76f4753598f115a0e0b4683e841e363af8be3e43e16", + "purpose": "minting" }, { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "e8077919c4bec0b2ce9fcb407731c86b3fddf1ee4aed0071890ea1e8", + "purpose": "minting" + } + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + }, + { + "inputs": [ + { + "address": "", "amount": { - "quantity": 81, + "quantity": 24, "unit": "lovelace" }, - "address": "", - "id": "207d496a194b185dca4f5b23056506620666256723fa2e08270c6c650863e15b", "assets": [ { "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 35, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 50 }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 }, { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 }, { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 30 }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 }, { "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 }, { "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 }, { "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ], - "index": 32359, - "datum": "23433fa62c9855216f17064e3468577e3a7f7214427a16766f713e34287f3e09" + "datum": "66354b3d5d4a1b3239e4781b6c684d710c0d151e5a3a451a1e2549111f49057e", + "id": "64b37e720538ef1bb4161f1a7e655bdf575e2e20c13d2d3d5942253b2ec2362a", + "index": 30047 }, { - "amount": { - "quantity": 132, - "unit": "lovelace" - }, "address": "", - "id": "6e7e29142f4b18276351171226ca0e0869041d252248320d061f471e7b1f631f", - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "index": 20250, - "datum": "bd0d6443b73d416f383822481b3935eb73617357c45035257f79c1773f6e698a" - }, - { "amount": { - "quantity": 14, + "quantity": 247, "unit": "lovelace" }, - "address": "", - "id": "7b9f4e2931405412398438590cd0080b05725ec514e16b6e2562027e5f0855f1", "assets": [ { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 63, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 41, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } ], - "index": 685, - "datum": "1b640740500f3e5d0972c022507009004d5718191a4f44372e550c7948061142" + "datum": "0d5e0707cb562622e5433028601a36677079532f7f50505396f240687517b973", + "id": "954701906033221f6e0c84d03a4d2c09ed3e6c74334f084f2531114108c74030", + "index": 29194 }, { + "address": "", "amount": { - "quantity": 220, + "quantity": 107, "unit": "lovelace" }, - "address": "", - "id": "676171727b1513182aef062807453b317355cd5e39517c5b5135641ed0b63129", "assets": [], - "index": 948 + "id": "090a198016320f1f3c0537626c782c516107100b8b5c17254c376734d0297c10", + "index": 28771 }, { + "address": "", "amount": { - "quantity": 2, + "quantity": 142, "unit": "lovelace" }, - "address": "", - "id": "7c44ae1adb7771d0fe197c0c330d4a570c0335d647497d520b597f3f72417f17", "assets": [], - "index": 301, - "datum": "832b1b115d62c464350e906b7422347b5a3d5f3c701707a55f20195c247c1626" + "datum": "3750691d2b5f323ccd7f19a0665e90a6432f073e6b8e932c3427a95b4f1d2c54", + "id": "500a151f44792c6e18394329136e403e4d2368385f464f107214007c10a03182", + "index": 9740 }, { + "address": "", "amount": { - "quantity": 170, + "quantity": 41, "unit": "lovelace" }, - "address": "", - "id": "1d2f013e383c6a28b7007260abdd110e2948470c7a36b6344b705a5546022679", "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 37 + }, { "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 }, { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ], - "index": 17566 + "datum": "187c417d7f560f6441396e330b524422652b6f6f053178422cbe6d240a0c3933", + "id": "4d3e3d5767234220c22f735cec23722d29533c1c206752307371e318691212e4", + "index": 4360 }, { + "address": "", "amount": { - "quantity": 247, + "quantity": 78, "unit": "lovelace" }, - "address": "", - "id": "0c1e1179247d0ae46e0b7a651e5b054cfdd41f659f350e6a1c7d04e04f35701d", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 }, { "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 } ], - "index": 14469, - "datum": "b23d397a193a146d0f640b11662e81e3367e47645059676973495e5878204c24" + "datum": "4e7531493469017f3a1f7984410bb819444013b3347e02334f28aa7635517529", + "id": "031f457a6c6c746d60473c395dd4784b6a225b3b4537525d31544487cd09c02b", + "index": 4010 }, { + "address": "", "amount": { - "quantity": 243, + "quantity": 238, "unit": "lovelace" }, - "address": "", - "id": "0d723f03551b0419185b505a650da57b4305f60339ca23e32ab1722b7e172213", - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "index": 27608, - "datum": "31230ade2d536442367c547136ed46772d2813bbf9eb601167b2013595c3200c" + "assets": [], + "datum": "0a7f9c35456574f23a2e57695b443f4d5fa2ee4924663e99e6792f2543333006", + "id": "3d2d825ecd727c145450666f5e5f7329ae751046349285092b0e49034b5c3f68", + "index": 31882 }, { + "address": "", "amount": { - "quantity": 49, + "quantity": 64, "unit": "lovelace" }, + "assets": [], + "datum": "2b527778572016763579141f2924122f0299149872141a12aa4f306c591b4657", + "id": "390fbd188865281f2f702b35581d5c3b68fc606d748d6df805100d5800034258", + "index": 20288 + }, + { "address": "", - "id": "223826204f1577490314de686f816f684a5c062a32634325605775144c562d37", + "amount": { + "quantity": 122, + "unit": "lovelace" + }, "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 } ], - "index": 23364 + "id": "054c11193d5d74bebcd23d6d2d242406d738793d052c5a02859f185f731b6d22", + "index": 20652 + }, + { + "address": "", + "amount": { + "quantity": 10, + "unit": "lovelace" + }, + "assets": [], + "datum": "e83e410d1b213e187e52b30b5f394a050e1968deff4d6b42384f2e2ef31a5867", + "id": "6756c94177149c21547669067d7121190f12183524574e5a23706a15334f4b97", + "index": 28697 }, { + "address": "", "amount": { - "quantity": 244, + "quantity": 10, "unit": "lovelace" }, + "assets": [], + "datum": "1b7f0d037b040f0f7665156f650f552ab01563d3090f684d76b9eb7463695a15", + "id": "122c33575b755e39b53f2513105c525dfe5e6111ac0735221b08c63d4b514d33", + "index": 14407 + }, + { "address": "", - "id": "231d61b22b7536275406494733501234e53b012a43313a6e7ee15b407a145110", + "amount": { + "quantity": 255, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 33, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 30 }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 36 + } + ], + "datum": "5b2002424416962539230cda216db847626744ce5134281dcc3b180f3c51ce23", + "id": "064b3b6e7f3e7bdf026c67411f2a4c4e7e2c543b3155675bf66328a6243c4305", + "index": 20393 + }, + { + "address": "", + "amount": { + "quantity": 169, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 }, { "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 }, { "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ], - "index": 12486, - "datum": "3465753e6330623171925139333d572b1187480d162a52ee48e91a0e22354360" + "datum": "6d4a080566d20d0670384a5d2d0307f2724d5979266a35758530d30030633d38", + "id": "662f65772152b2531efdaa566e7b5b4910e774dea22b405946411a77699a6c56", + "index": 17365 }, { + "address": "", "amount": { - "quantity": 0, + "quantity": 213, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + } + ], + "datum": "775d22571e427d44c8536b11700c3479f44b9f0756057a65b95233762dc3280f", + "id": "5ab58d62db11686158467825e95724216955282d6f04276e416d195d39220213", + "index": 2384 + }, + { "address": "", - "id": "526577cc43306243771e4d2769742f05441d014217d64c7f0f404c825a131b6f", + "amount": { + "quantity": 3, + "unit": "lovelace" + }, "assets": [], - "index": 27494, - "datum": "69564e07750a7656774c755108542c61cd633b2e562b3d3cdc1f0c007a4e46ab" + "id": "2927626469080e74163321661c2b57ee43ee603c1b382867403c09667f5d1e03", + "index": 10690 }, { + "address": "", "amount": { - "quantity": 49, + "quantity": 80, "unit": "lovelace" }, - "address": "", - "id": "7f4c27cf190211d6640a2e0e345660f566511f0f6021482b280c4f754335505a", - "assets": [], - "index": 9342, - "datum": "3703c62a11607e249a787439d98a337b092b4f542b4646dd0b773e3e5a406069" + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 + } + ], + "id": "017c2f2e1f5c4512012e7d52776a367d1ca4b3331a60785040177f050c5d3849", + "index": 6378 } ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "redeemers": [ - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "minting", - "policy_id": "5732afb241bb8afb2762c2c4be03d5e45111e1029dda02f16a56910f" - }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "451d231634320231b51d7f30af75106f70f904db4d7529492b7f456138d8701d", - "index": 1 - }, - "purpose": "spending" + "policy_id": "c11708de85309384e1ab76514d933bb6e2d7d6b5b1586bd18c916701", + "purpose": "minting" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "input": { - "id": "7aeb1c502d0722037f05609b700f34466637d74231aa19031e7642f85d34e41c", - "index": 1 - }, - "purpose": "spending" + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake17y800kgnagcn2mnyp8m49v0efr3sr4ahk2adhal9qpcxeesznku5c" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "cd3327527a054e51715b2e61099e431d686f582b5212726b20cdaa57665c7d04", + "id": "b7068be8285eca736d0e5d46675b464d3a1eeda32a4e8854221d03014b6d0f77", "index": 0 }, "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "minting", - "policy_id": "e163e4de26d429e986865868d33243ef21ad351485fcc0368fc14340" + "policy_id": "634dfe36e36bff067a18ca2d42aa88afa9a12aa150e406384c02603a", + "purpose": "minting" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "6a33723da44a181704753946671f080e1f1a411d04640246f80c3c364bcf1d46", + "id": "6fb110577f55690b26086245691b1271937aed23777dac171557346eb168eaab", "index": 0 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "5574238460f2244672702d725d0c4f5e4d5eb72dd531af025770794a6f254d79", - "index": 1 - }, - "purpose": "spending" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "e30919db03a6ba2d9b907054c8cb6106dbcd9fd19f970d0cb5bd7040", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "48173e03785c092c781d0981406c9a0c665d5a2b273a403a3d060921d45b2f3d", - "index": 0 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "input": { - "id": "7d682830427c4b03611d466ad34e34206b642104589b81b3781b311d87088e4b", - "index": 0 - }, - "purpose": "spending" + "policy_id": "1f633fa26a37957ee73de6ea1436eec43e11482a39e9d3341646140c", + "purpose": "minting" } - ] + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" }, { "inputs": [ { + "address": "", "amount": { - "quantity": 223, + "quantity": 199, "unit": "lovelace" }, - "address": "", - "id": "b1f654414060237a3caa3522216072a85d8943132e2c7f522c0121677c407280", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 33, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 }, { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 56 }, { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { - "asset_name": "546f6b656e42", - "quantity": 49, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 47 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 } ], - "index": 2056, - "datum": "5824e8341b31622e1810790835ed12463c7f460d780145096c75743b5a1255bb" + "datum": "1520271f886d05486262202c560b37585554383e685334498e041f6923160f2d", + "id": "0d171913327458604c714d342ff34012233439904a4c3a051438210b71731203", + "index": 32284 }, { + "address": "", "amount": { - "quantity": 189, + "quantity": 94, "unit": "lovelace" }, - "address": "", - "id": "42c12e3b1c1d382d217d9a10806f34a92e54b14b5640c320437b111b9c37561b", - "assets": [], - "index": 20788 + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 + } + ], + "datum": "05046b6e462774342f3a6875d04c4a1f6e3b082db4b87255c4017e2a5f2e000e", + "id": "8045137e6b6921ad026355481ed40b5780b46e9f343d1e541a151e516f53470d", + "index": 20753 }, { + "address": "", "amount": { - "quantity": 223, + "quantity": 154, "unit": "lovelace" }, - "address": "", - "id": "5c9151a1cd160817142ba4133b757e4f873c89264c60283303d418b3035c51ec", "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 40, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } ], - "index": 232, - "datum": "42f534b4d0d1375c2c060f586b3a131a2d11482d666557713f243355788f0bb5" + "datum": "721a681a6479107946652901267b3f5f033d710521214a377e74736b2b4d0532", + "id": "4b0653762b2a145c6b600947ad61340360424a606b162b766c775a344a610335", + "index": 14496 }, { + "address": "", "amount": { - "quantity": 160, + "quantity": 179, "unit": "lovelace" }, - "address": "", - "id": "687c6c200e6c9f7eda217a755362327f460c035e1b6473e1460af02309451f11", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 34 }, { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 }, { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { - "asset_name": "546f6b656e43", - "quantity": 37, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { - "asset_name": "546f6b656e45", - "quantity": 52, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e45", - "quantity": 51, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } ], - "index": 28637, - "datum": "79352ad1155d62252b731a0d30762d30202c5c5a3f059b1d466625700300eaa8" + "datum": "2e2f5d67682cd1552966363882796574034e7473bb2673531c614a4ed5071d46", + "id": "4bdd765c057657761640142474643d482d6440135b460a47522117720f997961", + "index": 11597 }, { + "address": "", "amount": { - "quantity": 30, + "quantity": 254, "unit": "lovelace" }, - "address": "", - "id": "1d4615705bc9320e746a4c5b6a3c593843151913e5721606036178b72f70fd42", "assets": [], - "index": 23038, - "datum": "64312e2e4d763dcf465405377c0f5804462b2445256079cf3552274a8939608d" + "datum": "5a4c4321112c071b659346543b34651232625571d46e7a3667fb57434555e713", + "id": "4ec724722e766e0169543ab33543ed60531957154e6c6f1e07ee41312a050857", + "index": 8430 }, { + "address": "", "amount": { - "quantity": 64, + "quantity": 125, "unit": "lovelace" }, - "address": "", - "id": "040e392e600614147b6c59092e247c700070593e12496b2d1f0847de3c257f64", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 } ], - "index": 25837, - "datum": "71cd721579b35d3741005e4a175f392ebc41022b78354208cc2e6e214a1fd52a" + "datum": "4e51c041ee5ddc01d4e728010e1748684ddf1e2b192b5e353b7644494f124513", + "id": "205077696e165c38973f50067454162d014f3e4c56523d33218f293a285a5d3f", + "index": 7063 }, { + "address": "", "amount": { - "quantity": 160, + "quantity": 225, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + } + ], + "id": "19237b4e771d6c3c73644e741ba35ac836d8407329735f3e353f263a6625395a", + "index": 13468 + }, + { "address": "", - "id": "3e6672be5b3429f60b412755efcd0724452d715f716365075b4b619671440a54", + "amount": { + "quantity": 208, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 }, { "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 }, { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } ], - "index": 32567, - "datum": "3107ac5136af0d581af37a1b4f3c1b3d6d163287c06d372a341d764c1d3e0662" + "datum": "13105c3b3452bc3faf916a55103b3f146f2b484d0517208a6d1e3a044e255f04", + "id": "0b69b11541b23b0c2cec51421d4b147e130c067f4df245476c5d7d697d5e5317", + "index": 15697 }, { + "address": "", "amount": { - "quantity": 188, + "quantity": 139, "unit": "lovelace" }, - "address": "", - "id": "df001a3b4a3814583b7931fbcb641f5d1ac8fb4156004a50600405620706357f", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 } ], - "index": 3081, - "datum": "65623f3be4b82013775e29306ed9113b7e5e3ecf373334ff2a267d595f4534a8" + "id": "60606b6a3a2376706df620191e76566649185c0f069e146dc11b2a417177216e", + "index": 17249 }, { + "address": "", "amount": { - "quantity": 50, + "quantity": 97, "unit": "lovelace" }, - "address": "", - "id": "2c800f0a5f1f6b5334184e37050904763971a6202a24536a7d5a4d6f3f79697e", "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 } ], - "index": 5610, - "datum": "1f4975e2247625c58e33294b562f5dd8740a6da69087194c54582226153d3c03" + "datum": "749e56276969f91b346e3756751c60434b16040075440660345d17644e272d14", + "id": "92041d2d6b1550ea6d656a334e554da815751bc0cb20642b244fca636e571f3a", + "index": 30266 }, { + "address": "", "amount": { - "quantity": 93, + "quantity": 42, "unit": "lovelace" }, + "assets": [], + "datum": "5721d0637e151f6f713ab0424f4d694774596d7d79823b00632b7d70932b748d", + "id": "556c5833ae5d40080237776e3adf1c3c0b5b1a6ef598573b054016190e063674", + "index": 10911 + }, + { "address": "", - "id": "5877773e511e7dd41bcb3d0871075719ec627b405e17255139349f01642d1232", + "amount": { + "quantity": 83, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 } ], - "index": 6874, - "datum": "c451611f2b4fe6474c1f38712511192a3e7a260636574d0a8b2d5d5bcb101402" + "datum": "52616614eb4f2a3511c35b4b72c01c1b30c5002f75203967462a4447f3fc5821", + "id": "0a0c175855142f722835e73a1aab5942082b6f29f00f40e29a4b0a54274fcf3f", + "index": 28344 }, { + "address": "", "amount": { - "quantity": 78, + "quantity": 177, "unit": "lovelace" }, - "address": "", - "id": "42685a8f712b0d5c521633207d345366434a75726c48706aa62e60e047a59a7f", - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "index": 13611, - "datum": "e27b2e5f0b0227123c322852236cf57e345c032400fe7b35a66e221f6d34795f" + "assets": [], + "datum": "381e46596efd0c3b233426f76e126b11530047741e06ec04302329da3d7f1570", + "id": "1a854802f1087849191645127f2b33485f0457750824156e3255b12041216c51", + "index": 32639 }, { + "address": "", "amount": { - "quantity": 66, + "quantity": 174, "unit": "lovelace" }, - "address": "", - "id": "8b9c616fa23090160e6e4e26391e34141b05d1688775087e74dc39204b752415", "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 40, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 38, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, { "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 } ], - "index": 7429, - "datum": "5ee51846293935447815526c45712e1014196b587c645f0362464d6764035d32" + "id": "3419596d36607fbd4019437a10592d2876260033ed78083b3a810d192e644855", + "index": 26782 } ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "redeemers": [ - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "b74ee220e0e8e8627ae0b68a722d3c812e997c21716f4ce6a8252b5d" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "rewarding", - "stake_address": "stake_test1upxy8j3twd8xjgd3vk7dqvey068whv9zy6mwkw58czds6wsptlf65" - }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "358a7a59041532cd4d33518a984f520c7c088727166d1460527f52cb762c4f52", + "id": "c1023a1925e9407621105a3c48dd693e7123267e64b92067ff8e4a5344362d48", "index": 0 }, "purpose": "spending" }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "input": { - "id": "2b533d088178667a3749205b6760470a4f13521b431ea050d261073bb75c1e07", - "index": 1 - }, - "purpose": "spending" - }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "74258350106acb597034728e440b69140c5e41214a1902be26686458507f3d2c", - "index": 1 - }, - "purpose": "spending" + "purpose": "rewarding", + "stake_address": "stake17yc3sq3kzc2v7tx2qpen0tl7yh360n3m5fmgf20q6s5qhxcpq6ajw" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake_test1uz0exqvfweqmr3ns4akemtzh32ec22h4hgq8gqgpvwenj8q3g6w5g" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "27577425712b0c732e51767e3b654c5d7be6476f8c6451390e741c37511e2335", + "id": "6c84596b1e331d240996134c4d7f240639234d121b7157779c39d96f7f3c500d", "index": 1 }, "purpose": "spending" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "input": { - "id": "7506473b4d240448386e0170bd144a51040d33ed33557a6a9f15ddeb4b794b10", - "index": 0 - }, - "purpose": "spending" + "purpose": "rewarding", + "stake_address": "stake17yjusrn0xzyr6ytzx83knwwsgzf23sprj6wals0kqxa9f6g9aznd8" }, { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "d71b5cd73b3a894655b416337446b5d4a8e4a5ff7b5ce9cdf129849f" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "purpose": "rewarding", + "stake_address": "stake17x9d02jgnj6t8hfugtvhac7w4znfmxpnugf30j4psjv6mwq405sdx" }, { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "0829b44472022d6b7a189bcec5643f74386f514a65321a33927066241a41538c", + "id": "0a669d3f59776f3548b634a50130592f644d4b2ef3087ecd4c2dbc296c412b2b", "index": 1 }, "purpose": "spending" @@ -3075,900 +3866,898 @@ { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "purpose": "rewarding", - "stake_address": "stake17xx69c60p3myg0a8eaptrrs0w2qr3a8ej0nsx3l5xcq9f3cq8hm3k" + "stake_address": "stake_test1uplqlgydgj7gtfs5t0k9jh0tx99r4npcv6thelfl07tm5fcvksl9g" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "2e7c5e4d262ab441cb025a7b8098860340210817716301500d503b2b6816136e", - "index": 0 - }, - "purpose": "spending" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "d992421bf95880c8a033e3f6707409ff62dab1c8b21689486552fbb0", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "minting", - "policy_id": "ea0b3c29554ea08ffb15a713d08aa9392a9a2c52a69a4105db76c764" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "31b08c3b7c6d3b890e573c623c0b0f6d70496870046d042654244f7f5dd96d91", + "id": "7031aa21c46e3170436143731e324174434ac0770346093e7e6f7d5f5fb93a4b", "index": 0 }, "purpose": "spending" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "input": { - "id": "19746b181439457a0914f1676e4a59041700665901330b0d08b1267b2ce87f5e", - "index": 1 - }, - "purpose": "spending" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "minting", - "policy_id": "c0c52e0b234061f8d8a1bfe3a507f4c8d5eefb376a279ad8a993aa7f" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "minting", - "policy_id": "6602b3ae7320a806a7b47e50a01dffaa4ae3cb36df468b6b3e920a3c" - }, - { - "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", - "purpose": "minting", - "policy_id": "998267fd3aff9bcd4146842661d412065310bf5eeb8d3af3bb7178c7" - }, - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "minting", - "policy_id": "24fcea05168238a4a2f45e60959985940b2460fd7ccc6e0f213448b5" - } - ] - }, - { - "inputs": [ - { - "amount": { - "quantity": 178, - "unit": "lovelace" - }, - "address": "", - "id": "35727f9b2a2f10672a0e2267566173094358884d4b14757841212f182e048604", - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 6756, - "datum": "40b65d56853f1b610c7178c837322517207e393b530f0f2565c93f4f0a0f2c25" - }, - { - "amount": { - "quantity": 166, - "unit": "lovelace" - }, - "address": "", - "id": "c8874d4c1c62706776769ad15c1a415f4722134d96336284657d0b6172652415", - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ], - "index": 6249 - }, - { - "amount": { - "quantity": 145, - "unit": "lovelace" - }, - "address": "", - "id": "0714096d46145ebe7c240524630f746a3ef65dabed5a541a32ba3c065c8d5b17", - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ], - "index": 10265, - "datum": "1326493a646845213f067f187841565c48426197401223f27aa60817614d4839" } ], - "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "redeemers": [ - { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "rewarding", - "stake_address": "stake_test1uq6welhjxuugnumx7f6agvsaj0l77vcjwh2gmaajjwnepfg7uvfvy" - } - ] + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" }, { "inputs": [ { + "address": "", "amount": { - "quantity": 79, + "quantity": 163, "unit": "lovelace" }, - "address": "", - "id": "7a8a15363e4516576c6c0d4e2c1b492d360e0c154ad66b665072131537ee2e6a", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 } ], - "index": 402, - "datum": "676361033748456f550a60795cc3b585d5f10a42187e6e7b73242b5499b18f67" + "datum": "13597e37bd7b3d362d4b5c58112d51000f027e290bb2af2f71583d495d451c65", + "id": "75b1a8225b07622f02281428414b413761785402f61d51310f90774deb2d5f7f", + "index": 9070 }, { + "address": "", "amount": { - "quantity": 136, + "quantity": 18, "unit": "lovelace" }, - "address": "", - "id": "060961200609632c5f2c66b7cf7e4b1254732116987105066b0232d671494e5b", "assets": [], - "index": 14563, - "datum": "5b6e2721201fc36d0a022e300a5e53631b0b63710f22486d1f7e0d2b3c693e21" + "datum": "303d2b3e79544fd8b76d620e2aa4620607635e7043682158440f71533c524f04", + "id": "641b29e3345c303b5049a51859031b74712ce3604b130024177e0b334507282f", + "index": 18985 }, { + "address": "", "amount": { - "quantity": 65, + "quantity": 44, "unit": "lovelace" }, - "address": "", - "id": "040c06581a4e7a6c77470424105c6c0e716ad907d840435f6848c93692186207", "assets": [], - "index": 593 + "datum": "822604205c206d7a51013629101c8e5494c55876107a5b473e417f68783c7921", + "id": "4eb33b3a42163a1027102f5369185457d8071c6f02283d07051a152051031e5b", + "index": 6889 }, { + "address": "", "amount": { - "quantity": 31, + "quantity": 137, "unit": "lovelace" }, - "address": "", - "id": "4b43216d19ee595397376d2727024b654634534a4f1c276c555d177f767a0369", "assets": [ { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 } ], - "index": 24034, - "datum": "2334aecf337d801c301c265b577d99453810076d6c0e570e19cd7668447a0a54" + "datum": "084840013f87330d660b31317a557f4d0a113b02396f8f05535f1c186ee0580a", + "id": "5d756a4a522233726e2c44554e6f640a7a275bbc5b4d0a356026134224615a38", + "index": 13402 }, { + "address": "", "amount": { - "quantity": 103, + "quantity": 135, "unit": "lovelace" }, - "address": "", - "id": "1b2b1c2644071ae4153f444d461c741ed22d15545214631e751014425e40732f", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } ], - "index": 7688, - "datum": "01216ca77b4c2c00726e31722df9297811bc09635d75030e2eabcf5c3607640d" + "datum": "a258216e7224709340e627cb056c763b690b752bf11875752cb332487e245079", + "id": "7c044a5959185f50552b49eb246968447c495a171e1126223256440c135f4719", + "index": 10048 }, { + "address": "", "amount": { - "quantity": 158, + "quantity": 144, "unit": "lovelace" }, - "address": "", - "id": "0b28632e52231b00144751227b6a6f703d74157353726b5e787d57630a101447", "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 45 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 + }, { "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } ], - "index": 11608 + "datum": "28716f01487867491a267dc9b24a2edb3f644370566fc12e34056fccf0585b07", + "id": "456c5a390b6836d96e0c43661174137272571f6c062b587f640f14457178eb2b", + "index": 6445 }, { - "amount": { - "quantity": 97, - "unit": "lovelace" - }, "address": "", - "id": "3e336d68993b7e53090567242b041316912c7f0f203c1b064b5b45392b773553", - "assets": [], - "index": 28822, - "datum": "0126c6152e79267b5d7eb03d1e9f15360320733564575e08686e4d62a51f7e6d" - }, - { "amount": { - "quantity": 104, + "quantity": 178, "unit": "lovelace" }, - "address": "", - "id": "160167c0707e71319e1b252c40c7487b3e065de43f7c13ac164d7c5e1a416233", "assets": [], - "index": 23847, - "datum": "06e248865e324c3c79ba64483b5a066321082b2fb80e11b65d3b385a3135555a" + "datum": "4700ac4115199c55cb1a300190ae4d6a54430c37e72abb10da75557c743c0e0d", + "id": "247edf4a42f25d51523a4f63e4b949313c7538174455123f14066b1d5a452b07", + "index": 24424 }, { + "address": "", "amount": { - "quantity": 18, + "quantity": 29, "unit": "lovelace" }, - "address": "", - "id": "1d02054079441d46433b7204180c245d4e396e14765f660f744c450032d89d77", - "assets": [], - "index": 6945, - "datum": "dd21244c29374b2a290ac355240204cf04702dd818bf4bad793058a91d2e3312" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 + } + ], + "datum": "0ad5670db9216d27503523005bad56707816807f4e442229b302171b63201368", + "id": "0c51092e7e957e6a023d40427ed31b86260f6f9f5b3d6f05275e4a7d1b58786c", + "index": 28568 }, { + "address": "", "amount": { - "quantity": 156, + "quantity": 28, "unit": "lovelace" }, - "address": "", - "id": "38c005493d38446a79323b78db3a4f353d1b452a14822e571fd6351f6a5e0b38", "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ], - "index": 3847, - "datum": "7ce267436b5f71710d4f635f60352e6d747026c24e507332805c38527dd51bd8" + "datum": "59dd6b35597344519837663d153929af55363364071d6d7c1603333c43ed7f25", + "id": "463b0a1b061d433b69051a6c2a7b2ee85cb11874a218435b1f62404f187a1ef8", + "index": 24385 }, { + "address": "", "amount": { - "quantity": 235, + "quantity": 90, "unit": "lovelace" }, - "address": "", - "id": "f077374246453c0780757c3d3867323a1d025111d25c7b28004360511b3b5462", "assets": [ { "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ], - "index": 13872, - "datum": "22090b4319445b1c70069a411c3e30847c5ad1204a35370b707e514fdb228336" + "id": "11650bc70020606d4f3d1f3c260a3b0f034e650e2b5d6712327cff645f6038a6", + "index": 5558 }, { + "address": "", "amount": { - "quantity": 7, + "quantity": 99, "unit": "lovelace" }, - "address": "", - "id": "3e235464713b37ce131ded326598173fcc22e0de1c7642117e6a1158731c352c", "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, { "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 }, { - "asset_name": "546f6b656e42", - "quantity": 47, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 } ], - "index": 6147, - "datum": "531b7d7d4d606233210279a55b7240193238783502633da2da5755b90b03026d" + "datum": "5f2063041139305350201c7841375a7a313f5e7b79ff3f16167e231e672a0619", + "id": "3d353c264c6d2c46562147ed1c0d407d0966fe612d272d2f1617e5377a2b2241", + "index": 11780 }, { + "address": "", "amount": { - "quantity": 29, + "quantity": 142, "unit": "lovelace" }, - "address": "", - "id": "416c35732d1a0e3f366c3a34a8424e73016c0a34223e37794b7d378994bd7a5e", "assets": [], - "index": 1920, - "datum": "0b4a41ce2c41b324567a165c0472283611175b127bc475224f73496002370044" + "datum": "3de2502b6019357f55f89b1a0da3291d592d4a661109245e766423324a181717", + "id": "75887663942edf6a6147327e73d9197e25045a3fff1d563a013e37529e031b43", + "index": 5651 }, { + "address": "", "amount": { - "quantity": 206, + "quantity": 190, "unit": "lovelace" }, - "address": "", - "id": "2a9662601d684471690363682af31c7725742f55a2036f54547367be05744324", "assets": [], - "index": 7699, - "datum": "06407ed978419445163b0e653c6b297b9b38305e18020f5b7558f50108c20e1d" + "datum": "292b240c912a10391fd83e510aae342d461c4511693f72533332681d4f283e37", + "id": "091f0aa6d26b172a4239613d256113481d653a7064c6bb5344260d6c462be40b", + "index": 5200 }, { + "address": "", "amount": { - "quantity": 209, + "quantity": 255, "unit": "lovelace" }, - "address": "", - "id": "255e573c372017752510271b28776519cf30150a3366065f481a2d701c753105", "assets": [], - "index": 18, - "datum": "669c12c0227e6818444b087261af2156d76c683e2d6922e21508a63a243b67c5" + "datum": "717c49f7564909e4746f613c1969e664b735533d040c4d703613175a4e147227", + "id": "43740321492c4223004ed02f4411ae1b525834928bc27dce7050a5c167345972", + "index": 21395 }, { + "address": "", "amount": { - "quantity": 93, + "quantity": 83, "unit": "lovelace" }, - "address": "", - "id": "6c084b7a312818ac46e16e69635c6102595d4d344a7baf306a4368160c0f1b6a", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + } + ], + "id": "6e080c5b0508425f770c573dff5b4f316728216fbc340b6f783c003aa2713335", + "index": 14715 + }, + { + "address": "", + "amount": { + "quantity": 15, + "unit": "lovelace" + }, + "assets": [], + "datum": "9a487b457660696c042106363c46626834e72f300d2a5cea571845101d60b106", + "id": "3a14256150afee164726fd6b8c570d09bc79453a133b4b46075c2866710f171c", + "index": 31705 + }, + { + "address": "", + "amount": { + "quantity": 178, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + } + ], + "datum": "294706ba5e9872c01f3705ac78302e221950634a7c3856506a021d399267240d", + "id": "71cf1411ba004d575f6c40260daa666351e94d2fbecf7e1ef75f51229c3e1c5a", + "index": 22631 + }, + { + "address": "", + "amount": { + "quantity": 65, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 46 }, { "asset_name": "546f6b656e44", - "quantity": 35, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 }, { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 }, { "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 }, { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 49 } ], - "index": 12212, - "datum": "917ed9493cb54c58605c8c713c36e3023c0f77046bdc2005944a10d511535c0e" + "datum": "562c665b3f0ee44fba52190462096914cd9f4b031c566c9858ec627b2b320766", + "id": "2378731b00206a2e6265cb7a650e0a0637373841ce337caf9442013f606d245e", + "index": 18179 }, { + "address": "", "amount": { - "quantity": 160, + "quantity": 228, "unit": "lovelace" }, - "address": "", - "id": "514f2c19a51429ff433b6f541d04395e4a756c5445ca7f0d6877b471031e4606", "assets": [], - "index": 8444, - "datum": "4518a95c2923025d474817516d8d9e4e8d2fb38862046d0e191c472d451a0179" + "datum": "eeb3625e427a374e776f31476513576f8176c93f162c60762e802bc8491d5146", + "id": "29715613cb44690a6a04f10b4c68420d0e48183c191c332ffd4e622f5e70f223", + "index": 2616 }, { - "amount": { - "quantity": 25, - "unit": "lovelace" - }, "address": "", - "id": "12671722181c7578656b0b5fdc08557f774505072b001161101062a73b912cd5", - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ], - "index": 16952, - "datum": "6d015fcc596e7e071b4bd00e4b2b1131788d4c5f166367445cd75a2a61759530" - }, - { "amount": { - "quantity": 106, + "quantity": 71, "unit": "lovelace" }, - "address": "", - "id": "a2c22078b35406122b400d1a343ffd176a3550d2e7022229626c33a44722711c", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 40, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 49 }, { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 }, { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 }, { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 }, { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 } ], - "index": 14325, - "datum": "7d2f7f0a6d6954a7712fae4c5937003d0279484351033b2d343c4e56790b4704" + "datum": "2557d13e040f4f2774f70527032f39725a606e501a13297165452560f052089b", + "id": "6f1b007163692d17591e7f2333212356a534795d614e5ca3723d0e0727680f3a", + "index": 659 }, { + "address": "", "amount": { - "quantity": 118, + "quantity": 225, "unit": "lovelace" }, - "address": "", - "id": "45603a0a4c4860606f6143124840381c68512dcd1f6e294620bea76a27f5376e", "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 } ], - "index": 5533 + "datum": "607160c466046701434b6647206b4e677a587c7a5e733c42366262451f4451dd", + "id": "7f1f1a5a8830b32d27243f4002757165264d0a5c14fa45541949cd678a04b83a", + "index": 5261 }, { + "address": "", "amount": { - "quantity": 33, + "quantity": 22, "unit": "lovelace" }, - "address": "", - "id": "4f68311a1a97547fe9376e98aa71ac4e3df84e633d6003704f92503c08216d7f", "assets": [], - "index": 30024 + "datum": "635e00c92529e543d92868706127102c30164547592b09db521f0e4600437722", + "id": "3647102a703b297f6e3a436510f93b52692d4baf6a5fc13c50705e231670537e", + "index": 18746 }, { + "address": "", "amount": { - "quantity": 216, + "quantity": 179, "unit": "lovelace" }, - "address": "", - "id": "7a5819e41c2b3a152e6e5f5e553a1b42505c17a94166c42f1c712c216570664b", "assets": [], - "index": 3154, - "datum": "4b749a571a14b60b507b7d4bc50515266f26435e44112ccc691c721a6e50736c" + "datum": "6f366f7e03382a2771ab401e7873434d483f1910017e783bd2311b8e02037874", + "id": "325e9d057d43361a5b21fa43683c2e67d47f250a4e2864281679fceb0d2b0806", + "index": 31703 }, { + "address": "", "amount": { - "quantity": 113, + "quantity": 103, "unit": "lovelace" }, - "address": "", - "id": "fc121506801d30730828229d24775fa617e0903056db3c3f1f4c7f6b0f5a3455", "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + }, { "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 }, { "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 }, { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 42 }, { "asset_name": "546f6b656e41", - "quantity": 51, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 42, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 }, { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 } ], - "index": 3489, - "datum": "00f07d34d21762b679289c26c3446e7d7a400708364e293c0f5970152f365624" + "id": "06443015347fbb544b7c73050402585b74a27f2237390d02781d6e65033a6a03", + "index": 4586 }, { + "address": "", "amount": { - "quantity": 200, + "quantity": 218, "unit": "lovelace" }, - "address": "", - "id": "46ec3254e36e88507e207c18b0735ff8483e66106e2e1e4f4a343d06172f2b6c", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { - "asset_name": "546f6b656e41", - "quantity": 50, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e44", - "quantity": 61, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 38 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { "asset_name": "546f6b656e41", - "quantity": 50, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 39 }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 } ], - "index": 17027, - "datum": "740a1af265272a7362cd5d57260f46011b7f4f3730736a0ab153761030337d98" + "id": "443309135cfaae8b761e080972790c242ee0257e091df76588d746357b7e155e", + "index": 28019 }, { + "address": "", "amount": { - "quantity": 239, + "quantity": 181, "unit": "lovelace" }, - "address": "", - "id": "2f7f572a584e6fe8711e2a0a1335ca347b7a66526e476624227ca27b4f781a53", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 15669 - }, - { - "amount": { - "quantity": 18, - "unit": "lovelace" - }, - "address": "", - "id": "6e160f1c75f45e6a2cdf6b121735264e3938a53d6c0b65320f145f1215336429", - "assets": [ + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ], - "index": 28837, - "datum": "601852135c0376ce7148377d1daeee0933324b6f481869554d7b16770e741249" - }, - { - "amount": { - "quantity": 73, - "unit": "lovelace" - }, - "address": "", - "id": "477c3a354f027e445bdc0a396c2d024258b3020a291406fd5b59535823452f31", - "assets": [ + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 37 + }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 }, { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } ], - "index": 2946, - "datum": "1627387207235bd75d4c1d495bd4211f09261ea91276493a7e1c0d5472606e7d" + "datum": "0b5c757a0e48216c7b606241721d644b1790df3e3e4c0b148f7e52060bc5274f", + "id": "3151fa0d584e37a572f45d58670e03ad1b777b117c3e2e452a353192eb1e2633", + "index": 17727 }, { + "address": "", "amount": { - "quantity": 203, + "quantity": 142, "unit": "lovelace" }, + "assets": [], + "datum": "f99c3c456e79a1616b7818107472ee1f150b2e44187d5a292847c46f59231265", + "id": "af0452073c6c43ef69d2b26e7708247d067a436b09f6bb050753d079822b543b", + "index": 18355 + }, + { "address": "", - "id": "09260b300528036322255a3c441575607235de198f3cad585fd8b3dcfb5d9a11", + "amount": { + "quantity": 111, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 } ], - "index": 12843, - "datum": "520425226a70271b3138251b1b0da66d5b1a217068082a5b0b776e197e5d6fbf" + "id": "5d0b21df78ec11173650375d1f7953660f3e195c53617c7b5d351f3e426f2b3c", + "index": 849 }, { + "address": "", "amount": { - "quantity": 83, + "quantity": 29, "unit": "lovelace" }, - "address": "", - "id": "3f4c48313a7d6aa6f95f614c4c6e12345d5943174b7e2f710c0b155c77467634", "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 } ], - "index": 15975 + "datum": "6165591e9f7d1302410b61696e9a3ccc156c2b346a500f150f44265713243a1c", + "id": "435e003733532c6c605f5c183b726826436334c7556a13057c60007d7f210644", + "index": 6202 } ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "redeemers": [ + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "cb8c38e3d0e4c6b714a8ac835082af5ae7261fd26002844926021fa8", + "purpose": "minting" + }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "input": { - "id": "6afb1e0143031b4747d84c3b4a28524965451cad5a55643456596c0038572564", - "index": 0 - }, - "purpose": "spending" + "purpose": "rewarding", + "stake_address": "stake17ykshn9vk946wn4fmldx5me8qqy6j3n5vfswt0gz7xxth4ghfw8ga" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "16a0c970a574a14f617f66c20c78a7d96eff3abf68df8ceb51e23581", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "08741850064b572a4f2152533f2ac359043d673b10116a5e1d660317e9281846", + "id": "0d40750f32647e1e1812fa757716010f3e7c6061796230350d12040f2d21444d", "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "22500b4c4d65016f6928434238761c0c4fc51f43493c4c057d1bec2724580e26", - "index": 1 + "id": "6d4d55046c1f7d30698678025620042d0209645f0929af7cc24f2f58642f0e84", + "index": 0 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "minting", - "policy_id": "fc2cc28326a91a94c4b52e210995205a5f25bf7f14cbbc24e31665f2" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "purpose": "rewarding", + "stake_address": "stake_test1uzyhdnjlur29g0awdkh7xnc72u5nvck0ye2turtrknpqtxgm4h45l" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "purpose": "rewarding", - "stake_address": "stake17xn0mmfc5axpq7wpueg43ekwqecrmcnlpz8a0uy74pnsn7c3xwedw" + "stake_address": "stake_test1uzpy522h3jg99pz8etjc9hx8dfnkmcd5hs35e49vpk0q40crgwyda" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "purpose": "rewarding", - "stake_address": "stake17x2zyqxlg4wcz5vzrx6t798n6yszv2hp2cyshyv6t758l7q56a8hp" + "stake_address": "stake_test1ur8sn5fdpv093xeeyaaxvdqjwz0v7klllm0qt5f4cckm7cg9ck46u" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "input": { - "id": "1e1ecd23603f686739771f204e1f121c0c74952fb15b3ae10b3c026fb8bd023e", - "index": 1 + "id": "7c1d112e2a1b12479c55032e9de9043e6d367a2bdd2d237a4c227c395009c716", + "index": 0 }, "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "minting", - "policy_id": "39188138290edbf6bac6386637c0dd01811138de10215859a2d0b351" + "input": { + "id": "3ffdfb1325544c2f174e2a594c1256096846056d14085a0d44284e55f97f3e19", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "4e2b9879f2a1ab17a08b62bd41c51ab1e7138ebe7e93cea04219a6e7", + "purpose": "minting" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "policy_id": "d706618da2dae227d5c077e43b4d82d622eabab862856e13fb2d811b", + "purpose": "minting" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "purpose": "rewarding", - "stake_address": "stake178qs2lka0273wdqdz7n8q4u9sw03nme4und0tg66exemw2qsx9cph" + "stake_address": "stake_test1uzfjzttdd825setdedlcxt7xtn5xk2ew2r3c74mcl3ll6fcq09j5p" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "input": { + "id": "e234354b7640573d41dc3f3c7e2f7b37124842386791aa11a3133a03342e07d3", + "index": 0 + }, + "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "557e697717593e11626e3921110132e8315d575c1750d6213e1b724f1e7f1424", + "id": "267f3e440f08397663062325b40bf60f559c040d3d902c47966662572d352b42", "index": 0 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake_test1urmx8dfk3hzjzv5u5m9hh56dxwy4aqxh4atr9s29urn842qat67n9" + "stake_address": "stake_test1uzywz20456f4l0l36rltjuryqkq6dzgl05ctx4s9jdfmvpcg73w4j" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "6d46136a142d489a8d586f7df22979f7535d052b69a65f05590c4f1d4c3c6f0e", - "index": 0 + "id": "21181e238a6e381f413fc7046ed1ae26256d541f6569362e3964685e5619156d", + "index": 1 }, "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", - "purpose": "minting", - "policy_id": "6af8f6ae7b956cce2e3fc234bf614d9dffae1a2967e40071e4e5c17c" + "policy_id": "f053d9af8e944bf20588b112d4e51ef0ffdfac87f569380956d7469b", + "purpose": "minting" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "2d0bfd2d1458531eb14b0e351f11c100942e33155e70492147214ac74425c580", + "id": "8e4424776d55730577001b09125f105775f72d5f5a203b1c55bb53143a712675", "index": 1 }, "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "input": { - "id": "80bd0758583d2a5568626f3789356e29131f4d817e73bd656340373a5a584129", - "index": 0 - }, - "purpose": "spending" + "purpose": "rewarding", + "stake_address": "stake179lrcz34qhc5y4yvfcs2d5uw2zjmf4jwetxqy2xcx5jg9tsxy4sfa" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake179ujhhd5lq3q9ssh86as9lr8eqfkplzhfdzj4jpst0e09cs2u5qjr" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "58111b726a80a00ee7c23ac8e3413024a05efa21296c7e9322cd4ed9", + "purpose": "minting" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake17xnyu2ausl6z0q0h06z8pm8hzaxna0gllgm0p9pvtnggwks0lk28w" + "stake_address": "stake179kfgule6uu6ed4fxasw67kpr4egcrggv6295wctrxua4eqk3f09m" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake1797gvnrtetsvymfpclrm79j66my99t493d2qnekqq0392wg6lp3kf" + "stake_address": "stake_test1uzsfvpyryaf2tlszsta5l9f9hcuk3z8xyhygts9qycm3yyqaec0lx" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake179jzhdcp5pk0cf9nexrkcawyfv3g8lclqw7ux84xzd36n8qwl9pna" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake17y5432v38cptty89v9hn9qsph57gfeylkxaz6jm6gy72fpqmch5qs" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", "input": { - "id": "2b7d6816272e3e21575d1a410270116b600427300c4b126f0778677f3a3d595f", + "id": "52703e956f43d1261d0d0c43073d4e4410436d541b670576341525214e735d4f", "index": 1 }, "purpose": "spending" @@ -3976,889 +4765,1355 @@ { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "592b1c45572b245727805d671f3a2a20297b7552416205352401463c1262410a", - "index": 0 + "id": "0f5e39193ac55b1a511d3a32646b26625c3d6e376446482e5d453f2a1f7e7037", + "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "70662bb5b5240ffbbd12dccdf1407b82e94d950a80f9c4bd5258f78b" + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "input": { + "id": "6d412357338cbe7569701bdddda8661d4d59230b28475e37197f263bc8596340", + "index": 1 + }, + "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "input": { - "id": "6742657f1c598c7aec07dd94682c281577735739821b18232f3a6625c0766c7d", - "index": 0 + "id": "21002b68c90f1385002b412e0254021135f167460420fc2f9276482e67597e21", + "index": 1 }, "purpose": "spending" } - ] + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" }, { "inputs": [ { + "address": "", + "amount": { + "quantity": 89, + "unit": "lovelace" + }, + "assets": [], + "datum": "20741b3f4c3b021964560c1d3d63491d0a3a35e529515517960a364a1fe9293f", + "id": "1c57787d522d1c507a128ec3a5781375427c0261c31b40585b7f0b0d183c0eb6", + "index": 30822 + }, + { + "address": "", + "amount": { + "quantity": 88, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 52 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 + } + ], + "id": "392134cb3126416b2e2f665d380535767d203677024b12297ee04f5137763086", + "index": 18012 + }, + { + "address": "", + "amount": { + "quantity": 72, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + } + ], + "datum": "1ae0b72e587d4169f55d29538e275d254f041927283e0e44575d880f52412294", + "id": "71e253453c63f92327cd61742d49a211353a6ba90e335937600c716a30293144", + "index": 3709 + }, + { + "address": "", + "amount": { + "quantity": 37, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 54 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 + } + ], + "datum": "527155227466af2d476d132d0d4c3b7572166c7b4142543a6527727f2ba93755", + "id": "1e695db63ac60c4dc6077203572c7020487a054a28382c336058d91d365c4dec", + "index": 21468 + }, + { + "address": "", + "amount": { + "quantity": 98, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 + } + ], + "datum": "7a004d5a7d044a9259372c1bc61563ac04366ea22676410069996811455e6420", + "id": "b73450552356da302f14200a14387865304c2a443fd27e10451d484e22c3753d", + "index": 5222 + }, + { + "address": "", + "amount": { + "quantity": 39, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + } + ], + "datum": "2725187d4f3cc0b5512bd3c03b19614663550c22fd11635943bf3f771ae9362f", + "id": "51f22a362c36381438be0877e412d96535100340772c0273cd0d4a704d15e437", + "index": 27348 + }, + { + "address": "", + "amount": { + "quantity": 145, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 35 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 61 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 + } + ], + "datum": "9b350c19892007076d846b1b674c7d3c9c107d3a444339200269460c1d1b1c6b", + "id": "6d5a420139a19402a11e0d1bb643274d48632d18055338755d491b636f593b3f", + "index": 2892 + }, + { + "address": "", + "amount": { + "quantity": 106, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ], + "datum": "8a412b4a4613422c24636172627a585c4a20d628192cae7e072d5f24217f4557", + "id": "72205e786fda0e511062b4e07200b50f0d3bbe10566a4291450390a176697530", + "index": 12590 + }, + { + "address": "", "amount": { - "quantity": 65, + "quantity": 145, "unit": "lovelace" }, + "assets": [], + "datum": "64c415784e5169c4122d5e4508236217120b7a70123e663d25464f3e1a7b09d8", + "id": "3e3479ac6c3b20311646561c955865125ac92b0d5911997c403b2870ef3e551a", + "index": 4888 + }, + { "address": "", - "id": "60023ba52b0a595c68404d191c06132608cebd5e965c7f33746eca1e1f4df41f", + "amount": { + "quantity": 29, + "unit": "lovelace" + }, "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 34, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { - "asset_name": "546f6b656e42", - "quantity": 31, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 38, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 }, { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 }, { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 } ], - "index": 21936 + "datum": "244c72572b44544232582c91590160104c3306743b3f98424f71633e4f554502", + "id": "5f3353de057e1c171a740f4d675a594d5717490c2b24135c4a2130583a522342", + "index": 8837 }, { + "address": "", "amount": { - "quantity": 126, + "quantity": 22, "unit": "lovelace" }, + "assets": [], + "id": "10267443252e05514155a2537e466bd638409d00e62713758744ef788413755f", + "index": 27086 + }, + { "address": "", - "id": "711b5f495b71d4176c5e066b68641a5f216208296ad6361b3a6462206f71253c", + "amount": { + "quantity": 54, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 } ], - "index": 3838, - "datum": "671533233c1408332d6807a43902085e237a096d207c4046b87e00c36b351a17" + "datum": "743233e11f044d3e65657a04807f706d73681b49116cff422d7b006168a141e2", + "id": "06c86c33f461a929562a37d13d05573d64d66f3d3265477763291756167903b8", + "index": 21530 }, { + "address": "", "amount": { - "quantity": 222, + "quantity": 177, "unit": "lovelace" }, - "address": "", - "id": "ff06421d795502976b4962577e295247014f46fc1f3c772861777f35442e7a79", "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 } ], - "index": 15694 + "datum": "08a86065432f4d12360734747f6d31533e72f33205180e2b73596c74657e5542", + "id": "d42d6c334c602bfbe9535afa1161f1f75ccb077f2e7f76294f33669a7f6f0a12", + "index": 9902 }, { + "address": "", "amount": { - "quantity": 149, + "quantity": 219, "unit": "lovelace" }, - "address": "", - "id": "357b195b5a294b324d3878da3c01263b0821666d4e521d1f584e17943e03505d", "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 } ], - "index": 32192, - "datum": "4c0243032e9b9f296b1e3345654a3b73d10a0f380d67606315df5d5a40555c43" + "id": "5322301f49037834613fa341fb215072355e5a2543601c0d28aed6143292491a", + "index": 5650 }, { + "address": "", "amount": { - "quantity": 50, + "quantity": 113, "unit": "lovelace" }, - "address": "", - "id": "455c42260a476472fe984925e622147715191e14076474703af11670ac075c12", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 39 }, { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 37 }, { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 }, { "asset_name": "546f6b656e43", - "quantity": 37, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 34 } ], - "index": 6956, - "datum": "1b1eaa485811f2482338ad080a444c736a1745ae4d114001ae782d0b15311c9a" + "datum": "095d33521c7e6773387248a4027e2d3d72254f70677f2a170b390ad86957735f", + "id": "344f3db72c626b2a5c0e68936f5e5245786438bd3f11152256771f47057f4c08", + "index": 12098 }, { - "amount": { - "quantity": 59, - "unit": "lovelace" - }, "address": "", - "id": "2b5a365567372fb61675193c43247c6d0676354f572c4ef9322b077f72745e9f", - "assets": [], - "index": 2279, - "datum": "6e6d0fb1310b4c49039f2f693813411e10fa0f23ab3feb69140360b20d45e8cd" - }, - { "amount": { - "quantity": 64, + "quantity": 11, "unit": "lovelace" }, - "address": "", - "id": "414c2e3a38728a3b1a297e0448791c40820d0f575b2ee660b77a3bca231f27ef", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 } ], - "index": 22028, - "datum": "f92f56610d7156597848680f7e5c0889806d10374c0a6b375c63102faf6d1430" + "datum": "5b29245d507701138b740b3f2b33092f5d186a20ff1a055c6d63b9407a718f36", + "id": "064c3128447063015f2f0f0a428c710c257777301aef6f324a15b33903504a4d", + "index": 19790 + } + ], + "redeemers": [ + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake_test1uzzt5j9azyz32yr7vxhem87t4y2pktt8dlxcqh027lnthqcuqdmll" }, { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake17xxcuu2qjha4yqdagyk659lnm3z6q9n92fq2cdr532n3n8gv5u25e" + } + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=" + }, + { + "inputs": [ + { + "address": "", "amount": { - "quantity": 168, + "quantity": 116, "unit": "lovelace" }, - "address": "", - "id": "0e6f10bb0e40272d543750614dd3ed201b231b2024ad3111d830827f1a3a5de4", "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } ], - "index": 18755, - "datum": "397a11104220674053074f67d30e60384f3624daf2375ca85cd6432b6b3c6882" + "datum": "495fb17b6339182b565e79683011370f0e1dea0b61583c4fd8422f0e720ad940", + "id": "4670be92ec2f0f8a5250562e09373466693dcf6d4648320f25b96b7798783e1b", + "index": 25276 }, { + "address": "", "amount": { - "quantity": 165, + "quantity": 132, "unit": "lovelace" }, - "address": "", - "id": "091197702c07e775324c7d587e369705073f7c2d49044f621a2f4a117f26289d", "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 }, { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 45 }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { "asset_name": "546f6b656e42", - "quantity": 39, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 }, { - "asset_name": "546f6b656e44", - "quantity": 36, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ], - "index": 9518, - "datum": "72035d7a6409310a7fd82129f5112e3706222d167e2b2979311f3983410b2744" + "datum": "7f1012a82c065227580b7d12721c5e1233090f203f486d436f63600b1e6f7f1d", + "id": "016c71671a505e15710239717d6b0c4e1e6c4c4f0877387f8862fa560e051d68", + "index": 26858 }, { + "address": "", "amount": { - "quantity": 240, + "quantity": 8, "unit": "lovelace" }, + "assets": [], + "id": "3b16af37396909ebb70071556c54c46fe07d7a2927570a417a30dd696ab5101e", + "index": 37 + }, + { "address": "", - "id": "a00d5642b8126a37e26445381a4b4450423c2f36601c981e0d4c1943770e4108", + "amount": { + "quantity": 224, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 } ], - "index": 12546, - "datum": "486d43b731034953423b46296eb2104d074ca7d466030d4225150915546b7c0a" + "datum": "547608c900987225dc2cf62de832506011012934103a5c6f024f16612579c557", + "id": "7b570552295139713b2dac413511d5277a1c2f1d3d1a555d740f7d3d48097561", + "index": 15798 }, { + "address": "", "amount": { - "quantity": 192, + "quantity": 182, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 + } + ], + "datum": "3e6a05060f615f6e1f2d2001313d23742301542da0416479552bca382db5764b", + "id": "586f0f1a23390c01012a3317644e5b0a733cf162d91224240260504c4576f558", + "index": 9410 + }, + { "address": "", - "id": "df745574805730337122048d3d0d4e0ee7287b6611550a244245975c0072d44f", + "amount": { + "quantity": 239, + "unit": "lovelace" + }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 } ], - "index": 22215, - "datum": "6aac3330fb18d5697426267178d1562a2e161119274adafe643e06076b507467" + "datum": "de50b3745e16776b701269e2613f093a481b7d6f3431355359510fd70c7b5979", + "id": "0813403072dd57754b744369640b2c017f6948232e35333247055c771a5f2c2a", + "index": 21315 }, { + "address": "", "amount": { - "quantity": 39, + "quantity": 249, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ], + "datum": "38ac7a1cd9554c2f3dc410295210c258373319333a3b60356a022751b6bc655c", + "id": "5b30762b3a766e3dd36f3385a1b17e43472c7fc424065f0d402e792282056c09", + "index": 1425 + }, + { "address": "", - "id": "21295a66397661611c43c47c4c7d6710112c357afae00e6df84e597f133e5e15", + "amount": { + "quantity": 203, + "unit": "lovelace" + }, "assets": [], - "index": 20674 + "id": "746739573726517b735e1a1e770fbae3d65f6b576c5817695f7cad18b84a7d11", + "index": 29431 }, { + "address": "", "amount": { - "quantity": 26, + "quantity": 110, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 + } + ], + "datum": "04236f190f5276346d5e435d2727532b20b45011547cde64741a4c1e0f2de309", + "id": "792e68143963fe59b86a2651fc1a7e796706227e4b667a7be9706f5fe1545866", + "index": 1128 + }, + { "address": "", - "id": "414c63980a770f79521d0b430ef02e4bf70f32054b224a23771d0459510c4fc1", + "amount": { + "quantity": 235, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 } ], - "index": 257, - "datum": "37705b594f175e325828760a3e7801043b590a383f7a84241f4c7d1644d6034c" + "datum": "3174480b4e56515953d0401740481d381d20362304574832312d7b1a1177465c", + "id": "0c425b16255045451f3c511f680341134538777e4d0a272a23450da77867256f", + "index": 24038 }, { + "address": "", "amount": { - "quantity": 231, + "quantity": 43, "unit": "lovelace" }, - "address": "", - "id": "2f7c0130e8a80b70407dac08510c53b335fc54cd37796b7e603a5d75640d0eeb", "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 } ], - "index": 2165 - } - ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "redeemers": [ + "datum": "74099379222c64e43d3808d965338b117c232739105c5b6b15510f1f5c562a00", + "id": "7265472c6d20071637127d156919292a4c533a1359e6015a604b214299287c23", + "index": 16594 + }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "685841da7ccd160ab526d47ae7483642d4ecd5c2d2c8cc45f1964218" - } - ] - }, - { - "inputs": [ + "address": "", + "amount": { + "quantity": 127, + "unit": "lovelace" + }, + "assets": [], + "id": "355b5a4f061c41656e4e3a272c4c667af937031a5a4366481d5c47623c8d0b7a", + "index": 3038 + }, { + "address": "", "amount": { - "quantity": 178, + "quantity": 100, "unit": "lovelace" }, + "assets": [], + "id": "2d0f1660313b2e4e4c7141216a686c3fc05958407a224068582b8c024fa41bc8", + "index": 938 + }, + { "address": "", - "id": "5c36276516ddb27c2b612d675c47682e3e705439fa04d8102e734c18574f2134", + "amount": { + "quantity": 84, + "unit": "lovelace" + }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 33 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 51 }, { "asset_name": "546f6b656e41", - "quantity": 33, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 37 + } + ], + "datum": "c77d514d73937f157c7d7ea0267121066c0b07e237da64159f7723451b710f16", + "id": "5a670c02644b1da0dd4ee727b9711463224f4219214d682055731504096b6e31", + "index": 25541 + }, + { + "address": "", + "amount": { + "quantity": 184, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 42 + } + ], + "datum": "027c2fa11e6d417f015e77c30a6e0f7e6657453b0145156f1673556dff571800", + "id": "5052327a39664168a490252d195dc0b73354785f0907266833677f143870a405", + "index": 29408 + }, + { + "address": "", + "amount": { + "quantity": 230, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 }, { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 }, { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 }, { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ], - "index": 23920 - }, - { - "amount": { - "quantity": 211, - "unit": "lovelace" - }, - "address": "", - "id": "61171dbc2a3f40356f30101444ee0d421a0abf142981676105382f4c29f61606", - "assets": [], - "index": 5500, - "datum": "11082600395a65214348393973a16f60507318404d3ee50f3502f622cc2d1e72" + "datum": "5e0f003b044b4c28b97d4b551d7e2521f06d792b28580b1a31130c277d5d714b", + "id": "792b50554661fb2c7c6f404976820672b0626a5b32710b6f4c79194d29713d2b", + "index": 2426 }, { - "amount": { - "quantity": 243, - "unit": "lovelace" - }, "address": "", - "id": "691e141b250f3484e72f6853093d7886795f72684f325c212154175811415023", - "assets": [], - "index": 14665 - }, - { "amount": { - "quantity": 243, + "quantity": 171, "unit": "lovelace" }, - "address": "", - "id": "04283fb17b29369663721e6e570b6b673a167dff12c437642b523516004ca75e", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 } ], - "index": 28312, - "datum": "3267513e64ecee15264c0ca4211455426a6b17680a0965b3d62b55c81a3e3a1b" + "id": "2c79653b41211b6c6ea26965932776687b6d430f413716085b6d3453bdff5f24", + "index": 3060 }, { + "address": "", "amount": { - "quantity": 126, + "quantity": 23, "unit": "lovelace" }, - "address": "", - "id": "6d423b301332608987738292303905226d697c7776640d64dea101049f732f46", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 38, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 31 }, { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 60 }, { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 36 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 39 }, { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 }, { "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 35 } ], - "index": 18145, - "datum": "714e503d55041b2956646d55875a7c147106126b567b33de455743e4ec3247ea" + "id": "700c4877463a4d5d521e5060737e01034a4505c3517d1a1e43630e160afe9558", + "index": 12529 }, { + "address": "", "amount": { - "quantity": 21, + "quantity": 175, "unit": "lovelace" }, - "address": "", - "id": "2142fc48214f11028433fe142b065c3244da0c7e60662a0905574157eb4d4420", "assets": [], - "index": 31775, - "datum": "6d621823617528394d16271f57cb061145106f0131f6f7be76c96b0c3b2efb78" + "datum": "4840cfd8f9891f365f734a6687352076233a5179632407256f783a401a7f412e", + "id": "611f0438859b7f3b36ab531e71d2290717426db1430c08160d0f6f3c8164407d", + "index": 15201 }, { - "amount": { - "quantity": 102, - "unit": "lovelace" - }, "address": "", - "id": "b8060e0b4c2ee744067f3f1019256363025166617113071607b56f4d5a382b3b", - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "index": 25031, - "datum": "086243592040465667063d2a45354d652f10350b273b197702000463d8020c15" - }, - { "amount": { - "quantity": 49, + "quantity": 47, "unit": "lovelace" }, - "address": "", - "id": "0d405110bf1c50180e264e0e020e2b1a4d083b566c0138735e36405a190c6977", "assets": [], - "index": 9184, - "datum": "455670184472025acb09c973a82dcb0c083f6f792e083643d25f3b650a981c14" + "datum": "2d7f47cf6c1f4fa14525453e5ca40551975a7b4c61484e3b1210610b1a13583b", + "id": "5a7cc11bdad0084735771d3873021b365844105a687942543d78146559553075", + "index": 19793 }, { + "address": "", "amount": { - "quantity": 38, + "quantity": 175, "unit": "lovelace" }, - "address": "", - "id": "0c561d4d69585a7f7c96423a00f77b7a7956556c201a2e4c6433a865736b3e12", "assets": [], - "index": 1401, - "datum": "5fae72a75f2a17b1291cb07dda221c68136b8b410e4b756e7e78a95c5a656c78" + "datum": "6eb525d402029e6b20493b7f5d67215426bda12811732458036d1074977d3401", + "id": "3e79033b190977735c72296b4bd23d5cee41395f2def3917491bf5bb784b1f6f", + "index": 27107 }, { + "address": "", "amount": { - "quantity": 126, + "quantity": 87, "unit": "lovelace" }, - "address": "", - "id": "382406700a18503c0a44634501f41d4f076c2a132d1b7e69bf12471a513a7b73", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 } ], - "index": 1790, - "datum": "4a3b5a0b71621313172b040b580e10b239790b52412d0b407555556b261a1d2d" + "id": "8f23387e584e25293815eb4f334f13170d68652b3f7a0ee63d9b223b33587b7d", + "index": 27152 }, { + "address": "", "amount": { - "quantity": 14, + "quantity": 7, "unit": "lovelace" }, - "address": "", - "id": "5c58072f3208392c503c413d02241bdbc768620b036a69703b1813656afd006a", "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, { "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 44 } ], - "index": 27853, - "datum": "607a68e4432f1b390d2c01251f267067295b2c4b7b5ea02801486a6d0e4d7925" + "datum": "377c865d44277b0a30f5324c4d7944747d1a1f953e15183409c44b1f784f5447", + "id": "64332f99300d006852163f31982d0c1d233b437107480879462a5e002c256314", + "index": 16891 }, { + "address": "", "amount": { - "quantity": 103, + "quantity": 191, "unit": "lovelace" }, - "address": "", - "id": "a06c8f6f194f4d73967a0189116190ea76617909fd0d1b2e471f0077fa102404", "assets": [ { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 }, { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 33 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ], - "index": 2720 + "id": "53701b246d2c417ce24b4a4c0a2d5f4855345b5ff9463f01650f1d2b6d1b1c22", + "index": 991 }, { - "amount": { - "quantity": 141, - "unit": "lovelace" - }, "address": "", - "id": "00103b3e680c12613d381e0e8da9231778400d712223241c31104304616b340b", - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "index": 5585, - "datum": "7a0303617e6a3961066ce66218d4031e114c3822065e13547c271c3192171832" - }, - { "amount": { - "quantity": 223, + "quantity": 22, "unit": "lovelace" }, - "address": "", - "id": "67272d0b5938d130647d663d2859181d0887571bd84f3632514519187a371b6f", "assets": [], - "index": 20090, - "datum": "40fa6343484a571c4717496605ba75771a157b59587c7c6e0b627f256c3b03db" + "datum": "2a44436a815d141b6f5aa1757ef51d01790d7570551d17d232553c0f670129e1", + "id": "58141d3646624a255a37d935662b4b314c136e553c21621905d05d4553664467", + "index": 28467 }, { + "address": "", "amount": { - "quantity": 165, + "quantity": 141, "unit": "lovelace" }, - "address": "", - "id": "230d06b4101c213636ef1b51016ce36658e8054d6c747945645b2109794e647e", "assets": [ { "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 } ], - "index": 12607 + "datum": "670c395f255bfc1975644f4e2d38582ad06c00de52206a6d6d0e35732f332c73", + "id": "195fb46e0d1d10c91d6e964c34fe053f68cc1a4b671f471c02d0df314657742d", + "index": 532 }, { - "amount": { - "quantity": 56, - "unit": "lovelace" - }, "address": "", - "id": "37127c756c79200b3b5a9a4315222751236a40246af6285d033f4358633773a8", - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 23713, - "datum": "7d52557a72281610d32600762c1e02444455304624377d72126e2a4e75907f3c" - }, - { "amount": { - "quantity": 30, + "quantity": 157, "unit": "lovelace" }, - "address": "", - "id": "2b7c6f7963353833333644490c563d4cd0790da8342c7534167cbd6c6e547f0d", "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 36, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 }, { "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 }, { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + } + ], + "id": "57774c622e3a5a6c0f025e394e4c6d4c32070c16004648261541103140785f19", + "index": 20975 + }, + { + "address": "", + "amount": { + "quantity": 194, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + } + ], + "datum": "39366f1870146a1c5549472e0de15c3c462a031b2c3a1933327f81794272ea3c", + "id": "534818200a5c0c11565b3ddb207da0a521780a07c573597e5d01d05a2013256a", + "index": 14947 + }, + { + "address": "", + "amount": { + "quantity": 51, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 } ], - "index": 25691, - "datum": "2a7e34653af0a4bc7e79fb383d01773a256affb21a46d0527f310d4c13360969" + "datum": "5310725e52af585628296c18916ae60f30205d6f4d0d5078581a241e3a045438", + "id": "441159372e70050d595f7334fae20f460329197d4b36141b40647c54313f4813", + "index": 23282 } ], - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", "redeemers": [ { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake17x7rn89t3l34ehmzkzk3j3um6tggslqvkgn7ysu97428l7qexpxdv" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake_test1upgk0xwpnc9pjfyu45md8ep2vkuhsft0f4l90f7ezxtz9mcaxvlls" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "c0fa42a0d4de866103e4499217a5161bec13e2765415ac75c601ccd9", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "b611b2d70908d9b8a293900c14df67d76bd86a6952dd6f0403ca7491", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "51683610093332af62b7f9359cd12d0cd2c827b24d266482855fd7df", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "input": { + "id": "6e3b393015df1c4d6f4c7724454f080d8c64a042624c6a024014226c7809df3e", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "5876521e1d756c483b0f20eed91d0bf146590b6c5a382b8c1c6a6504142617d4", + "id": "3a4d3923682572447cec677f364ca02c647a10042e4462042d660153137a2228", "index": 1 }, "purpose": "spending" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "c88cb4cfabeb5efc1b05953ef1fc483cce9f160ce60aaeb6493a076e" + "purpose": "rewarding", + "stake_address": "stake_test1uqnnt0qm884h3kdgrs79rhdfya6lvnpyupfs7vdadhf2mvqlsxwhg" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "input": { - "id": "359b4b6e205f1a414cf956206e416128412c7b362a1f411e2a02796922471e29", + "id": "1615268301aa57420e323ea476b151f03d597f63093657d4363e4b7639493c2a", "index": 1 }, "purpose": "spending" }, { - "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", "input": { - "id": "763217722c181eee4824782651365a7a40996f2c6b7e1257d502797c74566644", + "id": "59222f2f111e225d9ade3b54343a144d787646701c0568224f6b655b7209026b", "index": 0 }, "purpose": "spending" }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "policy_id": "8c344f15eacd388f583a789ef731871e0a3086e7bb7f0d02b4d99cb3", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", + "policy_id": "f916baa8fbba4510676880f9370294114ef3b483063739a02bbf9336", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "policy_id": "6b9199557226113b5e47e1700e20c37c32af6b0353fd3d9735a0d55a", + "purpose": "minting" + }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "policy_id": "eb626858906f0d74166c64a924e6a052d98a27054ada16034b75b0f7", + "purpose": "minting" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake17ywe5vkgaag4rmxm8ua6s9kru95hwyxgc0cw7cvzetkvqngpd3kew" + "stake_address": "stake178qmrgmhnj6d9yxkfc5ysvk9jhnk6mk9z80mtxatqs46kzgegmjxt" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "input": { + "id": "641517331d034218403f101c2a0663661718595362385f1618125724543c9c2a", + "index": 0 + }, + "purpose": "spending" }, { "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", "purpose": "rewarding", - "stake_address": "stake_test1uqeujlrx3u8wrdnp5wxwvcemqe9jkxr6zzwwwsrmzzqv7mgdkh740" + "stake_address": "stake17yvgn5rmhguuv2vjy29sh3ggpujvzcs87hpq0vu7n27mefcrkdutm" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba864808018282583901bdd74c3bd086d38939876fcbd56e91dd56fccca9be70b42439044367af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a002dc6c0825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000001748472188021a0001ffb803198d11a1008182582043ea6d45e9abe6e30faff4a9b675abdc49534a6eda9ba96f9368d12d879dfc6758409b898ca143e1b245c9c745c690b8137b724fc63f8a3b852bcd2234cee4e68c25cd333e845a224b9cb4600f271d545e35a41d17a16c046aea66ed34a536559f0df6", - "purpose": "minting", - "policy_id": "2b385e20f43ab3a9a18c3a18eeb8f2c6d6377091c9f7610aa9f127f6" + "policy_id": "c194eefc1b5e66a821fdc6c880c3dbce0f032ea6528b15d2bcc395c7", + "purpose": "minting" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "purpose": "rewarding", + "stake_address": "stake_test1urt2er85yha76mngd704xjlnlq9832ay2yzpny3p650cqpsgd5avh" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "input": { + "id": "1e52630057022e20587a62404fa576482e66c44b220a15093a4850763a7ffe5e", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake17ytmkcu5mxtj6cz7a7e9cpzwqr0p0ekyv3665aqssk5cvsskuxay5" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "input": { + "id": "0c2f7a4d440f4c3537770934571f4f5d3e2e17215e611d213c12693435693363", + "index": 1 + }, + "purpose": "spending" + }, + { + "data": "83a40081825820c03484e3bf981bec7cc5cf4da1a3d9fe4eab83b3f5f7574752a2b8a9b2409b2f0001828258390154fe81cb1633e9f2f4446b78f67f00ac19abc4351be6548719118bf8c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a000f42408258390184f41fa42d8ab05639aeb780ff4b3fe290f11d3439b04303fdfa9488af33d417814e6fa7953195797d73f9b5fb511854b4b0d8b2023959951a001c84c8021a0001ffb803198d88a10081825820931c2a7343df63fb785aec4b2de688b8290cf634f638f647f22c2e682569196a5840c6e88b52c406131a7b004b76fe24f611b1f5d19964ee2ce3144fff391a725be7a5ab3f27389eb75dbe354026d5822f7b71f9deb84cff0126e809bd5690409f00f6", + "purpose": "rewarding", + "stake_address": "stake_test1urvchgy9cez4uqp5uh5fysx8fs63jplsglygpyym8g2ny3g9ze4mx" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", + "input": { + "id": "0c4a1b616b085e7937421a36f4b0ffbe582e045d5c2824742660705d09224629", + "index": 0 + }, + "purpose": "spending" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake_test1ur8ltx8ca4k95ru9ffhl8t99xaage3uw8dvjzvmtg4zgxuqfvg0zm" + }, + { + "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba8648000184825839014067fb21919c12519843c07d09b4c548e34f7e7c473b352f2751bda42387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f42408258390132a432e6d711312ba6c390725ee81cd525c9b5ec5e8bf99772062d6d2387e650558a9026a0b9623adc92aa411f8fa598ee901db296a51bf51a000f4240825839011a2f2f103b895dbe7388acc9cc10f90dc4ada53f46c841d2ac44630789fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b175482583901c59701fee28ad31559870ecd6ea92b143b1ce1b68ccb62f8e8437b3089fc61d21ddfcbd4d43652bf05c40c346fa794871423b65052d7614c1b0000000ba42b1754021a000234d803198d16a10081825820c15b990344122b12494a5edd1020d9eb32e34b0f82691f8e31645ddab712ff2b58408e6a29053f9f7f04f3de256cc4b30f24b2d5ffe4927c86e9d6310b224afb94f4e5b8eea6573e6fa140407153c12fdf8cf619edff0c7c27aa91ae3acb56041a00f6", + "purpose": "rewarding", + "stake_address": "stake_test1ur503asvdyd2h4xugnrr7glf7h7k656unrkrrtxp2zptxfcm0vd62" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", "purpose": "rewarding", - "stake_address": "stake_test1up0v2q2smthv3sgtuxrsj22ky4rt5r7rsfn2nszlggxu47cwacxda" + "stake_address": "stake_test1uzy0qzkkkx3mwzsftxlmm9puwe744mhzue4c03lws3qekhqvk5yxr" }, { "data": "83a400818258200eaa33be8780935ca5a7c1e628a2d54402446f96236ca8f1770e07fa22ba86481301828258390118b8c2b229e68b21c54c68d91944fead4c043e8348368b1ac551c900c93e3edd82798a526ccf85b2a42e04037349ffe185e26a16356dfce61a002dc6c08258390110a9b4666ba80e4878491d1ac20465c9893a8df5581dc705770626203d4d23fe6a7acdda5a1b41f56100f02bfa270a3c560c4e55cf8312331b0000001748472188021a0001ffb803198d4fa10081825820fc2f860286fc72c1c1e29f1c0a23e9e11771f60e1d26799f71846c89f5aa91315840e4dec970d40b749d9bc77996c2f102bd056b5f9ba3fd13745f410d8fc96e0aaca4a4b4e1d52d6ce1d92b0d79412e542f2bebfa29f991c09c131b1dfeb2832300f6", - "purpose": "minting", - "policy_id": "9d6845e3f45ff5d47f2dee708d5827a3422d3e2bdd415805a7b50d92" + "policy_id": "bdfdf402ed13c29cfdd6cad1217192e5e18713485bc156364c72439b", + "purpose": "minting" } - ] + ], + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" } - ] + ], + "seed": 829569876 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiBlockReference.json b/lib/core/test/data/Cardano/Wallet/Api/ApiBlockReference.json index 4050e17c0b8..8c2d379f7d6 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiBlockReference.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiBlockReference.json @@ -1,105 +1,105 @@ { - "seed": -2489917352011427639, "samples": [ { + "absolute_slot_number": 11449774, + "epoch_number": 3441, "height": { - "quantity": 9105, + "quantity": 1828, "unit": "block" }, - "epoch_number": 10345, - "time": "1884-10-08T13:31:49.849911282337Z", - "absolute_slot_number": 1424099, - "slot_number": 29475 + "slot_number": 438, + "time": "1898-12-14T18:58:39Z" }, { + "absolute_slot_number": 11437078, + "epoch_number": 555, "height": { - "quantity": 11188, + "quantity": 4312, "unit": "block" }, - "epoch_number": 7728, - "time": "1884-05-15T12:38:36.232931490554Z", - "absolute_slot_number": 10342105, - "slot_number": 2457 + "slot_number": 15239, + "time": "1887-08-12T17:44:38Z" }, { + "absolute_slot_number": 2807101, + "epoch_number": 4321, "height": { - "quantity": 23404, + "quantity": 7646, "unit": "block" }, - "epoch_number": 32329, - "time": "1877-02-27T16:00:55Z", - "absolute_slot_number": 8827874, - "slot_number": 11830 + "slot_number": 2211, + "time": "1889-01-24T06:25:55.709686339996Z" }, { + "absolute_slot_number": 4981525, + "epoch_number": 13920, "height": { - "quantity": 26113, + "quantity": 11306, "unit": "block" }, - "epoch_number": 9083, - "time": "1866-03-27T15:29:12.082459628913Z", - "absolute_slot_number": 393206, - "slot_number": 10803 + "slot_number": 5630, + "time": "1894-04-26T11:20:28.975762529643Z" }, { + "absolute_slot_number": 16002045, + "epoch_number": 14311, "height": { - "quantity": 27158, + "quantity": 15064, "unit": "block" }, - "epoch_number": 27015, - "time": "1892-03-10T23:23:44.309898696538Z", - "absolute_slot_number": 7839709, - "slot_number": 18109 + "slot_number": 8600, + "time": "1894-11-17T12:26:29Z" }, { + "absolute_slot_number": 14446101, + "epoch_number": 3398, "height": { - "quantity": 17062, + "quantity": 3777, "unit": "block" }, - "epoch_number": 12909, - "time": "1864-12-03T19:40:25Z", - "absolute_slot_number": 4096567, - "slot_number": 594 + "slot_number": 11857, + "time": "1859-01-01T14:24:40Z" }, { + "absolute_slot_number": 6381308, + "epoch_number": 7098, "height": { - "quantity": 10060, + "quantity": 15619, "unit": "block" }, - "epoch_number": 10125, - "time": "1902-01-06T13:00:00Z", - "absolute_slot_number": 16329795, - "slot_number": 4821 + "slot_number": 8910, + "time": "1892-04-09T05:49:58.290345482428Z" }, { + "absolute_slot_number": 6190694, + "epoch_number": 9096, "height": { - "quantity": 18273, + "quantity": 5695, "unit": "block" }, - "epoch_number": 8654, - "time": "1862-07-28T23:00:00Z", - "absolute_slot_number": 12502844, - "slot_number": 16755 + "slot_number": 2721, + "time": "1901-08-14T03:49:21.60908147543Z" }, { + "absolute_slot_number": 5242561, + "epoch_number": 15554, "height": { - "quantity": 13872, + "quantity": 5857, "unit": "block" }, - "epoch_number": 22397, - "time": "1861-06-01T22:56:10.564315649261Z", - "absolute_slot_number": 8642832, - "slot_number": 12495 + "slot_number": 6409, + "time": "1875-02-22T12:03:44Z" }, { + "absolute_slot_number": 9702763, + "epoch_number": 4917, "height": { - "quantity": 4606, + "quantity": 851, "unit": "block" }, - "epoch_number": 9335, - "time": "1885-05-30T05:00:00Z", - "absolute_slot_number": 10906651, - "slot_number": 30897 + "slot_number": 10908, + "time": "1878-12-11T14:00:00Z" } - ] + ], + "seed": 1247157944 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiByronWallet.json b/lib/core/test/data/Cardano/Wallet/Api/ApiByronWallet.json index af7617a7275..054ad14f8c7 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiByronWallet.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiByronWallet.json @@ -1,782 +1,610 @@ { - "seed": 7389551283725714559, "samples": [ { - "discovery": "sequential", + "assets": { + "available": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ], + "total": [] + }, "balance": { - "total": { - "quantity": 109, + "available": { + "quantity": 115, "unit": "lovelace" }, - "available": { - "quantity": 201, + "total": { + "quantity": 188, "unit": "lovelace" } }, - "name": "!BfojGESbP $7𭂑𤴺", - "id": "a276b8b89aceb5d67ead622914ee8da8e4373550", - "tip": { - "height": { - "quantity": 26939, - "unit": "block" - }, - "epoch_number": 29245, - "time": "1889-01-08T03:08:14Z", - "absolute_slot_number": 8829644, - "slot_number": 290 - }, + "discovery": "sequential", + "id": "4f7f3fa509ae653d7aec76f272879fb0241775d6", + "name": "ऽⲠGhE𥝃ySORdZ~$;걆𑿯t", "passphrase": { - "last_updated_at": "1872-02-28T05:00:00Z" + "last_updated_at": "1894-05-19T00:00:00Z" }, "state": { - "status": "syncing", - "progress": { - "quantity": 22.04, - "unit": "percent" - } + "status": "not_responding" }, + "tip": { + "absolute_slot_number": 6946055, + "epoch_number": 5587, + "height": { + "quantity": 11084, + "unit": "block" + }, + "slot_number": 14002, + "time": "1873-12-03T09:00:00Z" + } + }, + { "assets": { + "available": [], "total": [ { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "available": [ - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 } ] - } - }, - { - "discovery": "random", + }, "balance": { - "total": { - "quantity": 163, + "available": { + "quantity": 221, "unit": "lovelace" }, - "available": { - "quantity": 175, + "total": { + "quantity": 182, "unit": "lovelace" } }, - "name": "z;(〭A𘰁𣁪)]K", - "id": "746415f15d7b5656213ee26c47bcdab49822f956", - "tip": { - "height": { - "quantity": 28212, - "unit": "block" - }, - "epoch_number": 9750, - "time": "1859-08-26T20:22:04.486605588069Z", - "absolute_slot_number": 10693120, - "slot_number": 12101 - }, + "discovery": "sequential", + "id": "c109d9a005eaf8c5c51e1f0f4001f651b8ff9f4e", + "name": "M", "passphrase": { - "last_updated_at": "1878-04-16T15:50:27.346111626586Z" + "last_updated_at": "1868-05-30T09:08:22Z" }, "state": { "status": "ready" }, + "tip": { + "absolute_slot_number": 2280265, + "epoch_number": 1031, + "height": { + "quantity": 1980, + "unit": "block" + }, + "slot_number": 3138, + "time": "1864-09-12T02:48:33Z" + } + }, + { "assets": { - "total": [ + "available": [ { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 }, { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 43, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 }, { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 49 }, { "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 }, { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 } ], - "available": [ + "total": [ { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - } - }, - { - "discovery": "random", - "balance": { - "total": { - "quantity": 159, - "unit": "lovelace" - }, - "available": { - "quantity": 52, - "unit": "lovelace" - } - }, - "name": "=($/q2VZVysI𤥼jgh𫕥!{#p{*", - "id": "907bced5eb9d7fa9932b43e8fd11a1ced23da75a", - "tip": { - "height": { - "quantity": 13768, - "unit": "block" - }, - "epoch_number": 5768, - "time": "1892-10-04T17:45:11Z", - "absolute_slot_number": 13295252, - "slot_number": 5605 - }, - "passphrase": { - "last_updated_at": "1881-06-18T17:40:22Z" - }, - "state": { - "status": "ready" - }, - "assets": { - "total": [], - "available": [ - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, { "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - }, - { - "discovery": "sequential", - "balance": { - "total": { - "quantity": 85, - "unit": "lovelace" - }, - "available": { - "quantity": 147, - "unit": "lovelace" - } - }, - "name": "뱆Qa", - "id": "041cbbe57ff1fcd8c877175c1fde535644e672ab", - "tip": { - "height": { - "quantity": 7903, - "unit": "block" - }, - "epoch_number": 17581, - "time": "1884-12-25T14:32:31.698338119146Z", - "absolute_slot_number": 4327273, - "slot_number": 15572 - }, - "state": { - "status": "not_responding" - }, - "assets": { - "total": [ - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 }, { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "available": [ - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 }, { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 }, { - "asset_name": "546f6b656e45", - "quantity": 37, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ] - } - }, - { - "discovery": "sequential", + }, "balance": { - "total": { - "quantity": 61, + "available": { + "quantity": 144, "unit": "lovelace" }, - "available": { - "quantity": 150, + "total": { + "quantity": 252, "unit": "lovelace" } }, - "name": "*d蔡^=𑐔iC瘝", - "id": "52d32f3e334b49acc9d5258a148d44bc569f9586", + "discovery": "random", + "id": "4f6c8593f6559ea72aefc628079bf957850cd0e2", + "name": "D𱀴", + "state": { + "status": "ready" + }, "tip": { + "absolute_slot_number": 558677, + "epoch_number": 9781, "height": { - "quantity": 10717, + "quantity": 5319, "unit": "block" }, - "epoch_number": 31293, - "time": "1896-03-01T07:55:41Z", - "absolute_slot_number": 5961070, - "slot_number": 16265 - }, - "state": { - "status": "ready" - }, + "slot_number": 2091, + "time": "1859-06-06T20:25:08Z" + } + }, + { "assets": { + "available": [], "total": [ - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { - "asset_name": "546f6b656e45", - "quantity": 40, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 36, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 39 }, { "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 54, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "available": [ { "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 35 }, { - "asset_name": "546f6b656e44", - "quantity": 85, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, { "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 }, { "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 51, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 } ] - } - }, - { - "discovery": "sequential", + }, "balance": { - "total": { - "quantity": 98, + "available": { + "quantity": 251, "unit": "lovelace" }, - "available": { - "quantity": 65, + "total": { + "quantity": 27, "unit": "lovelace" } }, - "name": "5EjjF}4CPUZ498", - "id": "9dd6daba099be85472ca859a243147fafd5640cd", + "discovery": "sequential", + "id": "1231972d61bb227f8f0bec3e0b25fb84ddb91844", + "name": "𤃖y밊𔐴~i=z>[h𬃲𪶎hxa𡦟꠷k\\mUMs䷃癰5e", + "state": { + "status": "ready" + }, "tip": { + "absolute_slot_number": 4698242, + "epoch_number": 8822, "height": { - "quantity": 14030, + "quantity": 12593, "unit": "block" }, - "epoch_number": 18525, - "time": "1876-02-09T19:57:06Z", - "absolute_slot_number": 16328115, - "slot_number": 7291 - }, - "passphrase": { - "last_updated_at": "1898-05-09T07:47:10.707888422742Z" - }, - "state": { - "status": "ready" - }, - "assets": { - "total": [], - "available": [] + "slot_number": 2185, + "time": "1889-10-30T07:12:49.067737226418Z" } }, { - "discovery": "random", + "assets": { + "available": [], + "total": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + } + ] + }, "balance": { - "total": { - "quantity": 202, + "available": { + "quantity": 155, "unit": "lovelace" }, - "available": { - "quantity": 26, + "total": { + "quantity": 105, "unit": "lovelace" } }, - "name": "50涬(O8N", - "id": "7030e112a4e87b755b5f81f4b1555d46b1c5c1eb", + "discovery": "sequential", + "id": "e6d8ab070a69df4d5c95859adff610538804175c", + "name": "c31]𪰹=om𰦮JD𥢧z6U,@C", + "passphrase": { + "last_updated_at": "1908-02-08T18:30:46.065848596679Z" + }, + "state": { + "progress": { + "quantity": 45.48, + "unit": "percent" + }, + "status": "syncing" + }, "tip": { + "absolute_slot_number": 5988477, + "epoch_number": 8053, "height": { - "quantity": 4086, + "quantity": 14527, "unit": "block" }, - "epoch_number": 11862, - "time": "1906-10-16T03:29:19Z", - "absolute_slot_number": 2807047, - "slot_number": 31502 + "slot_number": 7960, + "time": "1871-09-21T12:35:08Z" + } + }, + { + "assets": { + "available": [], + "total": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + } + ] + }, + "balance": { + "available": { + "quantity": 238, + "unit": "lovelace" + }, + "total": { + "quantity": 193, + "unit": "lovelace" + } }, + "discovery": "random", + "id": "9599847df99bb28ef04e5f0be136ddb436768c49", + "name": "T", "amount": { - "quantity": 213, + "quantity": 214, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "12715", - "1158", - "17228", - "2034", - "22277", - "3235", - "13580" - ], + "13172", + "997", + "8330", + "14875", + "3551", + "16234", + "6548" + ] + }, + { + "address": "", + "amount": { + "quantity": 105, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "16353", + "13250", + "1771", + "1015", + "11330", + "1044", + "1492", + "1318", + "7996", + "1008", + "9098", + "15728", + "8390", + "15164", + "11711", + "11067", + "529" + ] + }, + { + "address": "", + "amount": { + "quantity": 219, + "unit": "lovelace" + }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 35 }, { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 43, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 }, { "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 } + ], + "derivation_path": [ + "8856", + "10721", + "14696", + "11084", + "8110", + "1688", + "1372", + "11938", + "10258", + "14136", + "15716", + "3445", + "10082", + "14586", + "4616", + "8225", + "10923", + "6570", + "11642", + "9235", + "5381", + "12217", + "1726", + "7159" ] }, { "address": "", "amount": { - "quantity": 242, + "quantity": 233, "unit": "lovelace" }, - "derivation_path": [ - "24777", - "18705", - "5215", - "25535", - "10546", - "22381", - "12574", - "9528", - "22628", - "15259", - "30654", - "13107", - "4448", - "5037", - "4395", - "8017", - "560", - "17448", - "7321", - "10843", - "26437", - "14732", - "25249", - "7859", - "5709", - "1577" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 }, { "asset_name": "546f6b656e41", - "quantity": 61, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 }, { "asset_name": "546f6b656e42", - "quantity": 44, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 }, { "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } - ] - }, - { - "address": "", - "amount": { - "quantity": 140, - "unit": "lovelace" - }, - "derivation_path": [ - "25162", - "32721", - "191", - "8106", - "32347", - "18019", - "12387", - "24375", - "4629", - "22002", - "32058", - "28862", - "32058", - "32536", - "11064", - "20540", - "19719", - "11025" ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 59, - "unit": "lovelace" - }, "derivation_path": [ - "6585", - "26259", - "17223", - "3216", - "23171", - "13708", - "23254", - "20245", - "1221", - "12487", - "15875", - "2490", - "18804", - "15727", - "25766", - "31476", - "6744", - "25554", - "24685", - "1585", - "11611", - "23019", - "16020", - "12682", - "23449" - ], - "assets": [] + "2786", + "9625", + "6183", + "3387", + "6109", + "1380", + "3598", + "6819", + "11144", + "14199", + "8678", + "7067", + "13412", + "13734", + "8197", + "15963", + "3068" + ] }, { "address": "", "amount": { - "quantity": 112, + "quantity": 245, "unit": "lovelace" }, - "derivation_path": [ - "24830", - "8251", - "25163", - "28142", - "9293", - "20163", - "29995", - "8573", - "19607", - "22686", - "26252", - "7616", - "25153", - "3077" - ], "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, { "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 } + ], + "derivation_path": [ + "5863", + "10335", + "3678" ] }, { "address": "", "amount": { - "quantity": 255, + "quantity": 230, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "13166", - "23873", - "8855", - "9381", - "5242", - "9638", - "6287", - "7385", - "25811", - "17420", - "17160" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } + "11703", + "3831", + "820", + "8851", + "2193", + "1877", + "3511", + "11821", + "3067", + "11788", + "9247" ] }, { "address": "", "amount": { - "quantity": 189, + "quantity": 60, "unit": "lovelace" }, - "derivation_path": [ - "4577", - "23079", - "11957", - "7596", - "4346", - "22341", - "23298", - "27132", - "17728", - "7484", - "6595", - "8535", - "14887", - "21708", - "3356", - "12432", - "16240", - "15763", - "18675", - "9778", - "9272", - "12146", - "7758", - "26776", - "3605", - "5136" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, { "asset_name": "546f6b656e42", - "quantity": 32, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 } + ], + "derivation_path": [ + "8368", + "15078", + "2999", + "4288", + "9924", + "2514", + "9913", + "3988", + "9108", + "8155", + "1930", + "12340", + "10225", + "9765", + "13154", + "8572", + "2680", + "4824", + "2543", + "13153", + "11737", + "14085", + "14030", + "9450", + "14789", + "15066", + "12051", + "15561", + "3995", + "10507" ] }, { "address": "", "amount": { - "quantity": 224, + "quantity": 210, "unit": "lovelace" }, - "derivation_path": [ - "15809", - "16099", - "30848", - "13366", - "11209", - "25980", - "16053" - ], "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 } + ], + "derivation_path": [ + "14373", + "1922", + "12283", + "5663", + "6392", + "14480", + "2171", + "7590", + "4627", + "4884", + "8965", + "9683", + "4867", + "5503", + "1149", + "9460", + "7688", + "5652", + "6761", + "10896", + "3926", + "10625", + "5810", + "7237", + "963", + "1225", + "610", + "2271", + "5058" ] }, { "address": "", "amount": { - "quantity": 71, + "quantity": 246, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "20021", - "4881", - "11499", - "24608", - "2252", - "6919", - "30260", - "17113", - "11969", - "5726", - "29239", - "29977", - "3662", - "27945", - "16980", - "11210", - "32582", - "16957", - "19694", - "26516", - "27264", - "19465", - "11820", - "5799", - "13277", - "15603", - "13603", - "4094", - "13557", - "6301", - "4905" - ], - "assets": [] + "8927", + "3677", + "5127", + "6271", + "4660", + "15047", + "1756", + "195", + "6931", + "8172", + "8977", + "2940", + "358", + "1854", + "3308", + "7876", + "12173", + "8618", + "6216", + "13083", + "13297", + "12235", + "9388", + "7989", + "2111" + ] }, { "address": "", "amount": { - "quantity": 15, + "quantity": 25, "unit": "lovelace" }, - "derivation_path": [ - "31686", - "26426", - "27582", - "31330", - "28279", - "10582" - ], "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, { "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 } + ], + "derivation_path": [ + "2489", + "14192", + "4488", + "4645", + "5777", + "2152", + "11783", + "9079", + "2246", + "11903", + "12099", + "1098", + "7640", + "10538", + "13020", + "1762", + "15461", + "2456", + "4043", + "551", + "1010", + "866", + "9219", + "8922", + "13699", + "7545", + "11107" ] } - ] + ], + "seed": 1077771252 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionCollateralTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionCollateralTestnet0.json index 3f42b9c3cfb..c8739b5854d 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionCollateralTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionCollateralTestnet0.json @@ -1,233 +1,305 @@ { - "seed": 1370285497264371514, "samples": [ { + "address": "", "amount": { - "quantity": 187, + "quantity": 65, "unit": "lovelace" }, - "address": "", - "id": "0c3d3a797d4d607a5174685a075d603f18f51a2a78b74a5823232abf164219bb", "derivation_path": [ - "18260", - "16438", - "15258", - "18913", - "1597", - "21616", - "11559", - "30560", - "4902", - "2475", - "28918", - "7822", - "29839", - "12354", - "25425", - "18080", - "30342", - "11762", - "28948", - "25351" + "3121", + "5797", + "3793", + "1116", + "2472", + "11540", + "8331", + "4573", + "13536", + "16121", + "16246", + "13208", + "11535", + "11383", + "3816", + "4976" ], - "index": 2840 + "id": "147cea5160686c032ab11e1771592fb6386f1c4558605f4901591f57391c44e7", + "index": 17504 }, { + "address": "", "amount": { - "quantity": 53, + "quantity": 69, "unit": "lovelace" }, - "address": "", - "id": "4c0266250c4c6a7916512d7ce6532808df493c0e069f064b6965073d00461169", "derivation_path": [ - "7635", - "14539", - "19818", - "25884", - "652" + "14050", + "8991", + "9322", + "1780", + "2036", + "2060", + "7029", + "2198", + "12049", + "6715", + "15597", + "2409", + "16193", + "7605", + "15429", + "757", + "6354" ], - "index": 28430 + "id": "7379ebf46e721432601c4f1503404f73356a0eac297d1a412c2a543a6b01e501", + "index": 9808 }, { + "address": "", "amount": { - "quantity": 49, + "quantity": 54, "unit": "lovelace" }, - "address": "", - "id": "11153c41473d3c07591874e426063f459812293c7e70794c2e71634d5c97483e", "derivation_path": [ - "21741", - "27820", - "17570", - "21192", - "23396", - "1800", - "29999", - "18114", - "9484", - "4879", - "13921", - "6601", - "25111", - "30727", - "130", - "20225", - "28641", - "18556", - "797" + "13338", + "5581", + "10009", + "14390", + "543", + "3415", + "6828", + "1940", + "15358", + "2169", + "7073", + "15078", + "15652", + "12207", + "7257", + "7335", + "14660", + "10780", + "6969", + "13746", + "10777", + "2181", + "11703", + "8832", + "10862", + "12754", + "16155", + "4229", + "14124" ], - "index": 5538 + "id": "58d36a11702d64274f71201a1d1a03273c0b66525d471f2258067f294138074a", + "index": 29611 }, { + "address": "", "amount": { - "quantity": 105, + "quantity": 0, "unit": "lovelace" }, - "address": "", - "id": "0d3d5d4a2772782c227f5254a0021674460191017d185a026f55385133f04126", "derivation_path": [ - "25819", - "18473", - "22456", - "8752", - "17025", - "29239", - "21319", - "26192", - "27755", - "15224", - "31222" + "13754", + "15326", + "16208", + "6712", + "15212", + "389", + "10006", + "13801", + "15039", + "529", + "4907", + "7636", + "13017", + "12029", + "12533", + "5399", + "9521", + "5992", + "6265", + "6674", + "2511", + "13867", + "6781", + "13698", + "2132", + "1976", + "8666" ], - "index": 29742 + "id": "5d6b15534c2831133b825270122a79265342984b4b793ddc60606b2f1b131109", + "index": 31225 }, { + "address": "", "amount": { - "quantity": 29, + "quantity": 178, "unit": "lovelace" }, - "address": "", - "id": "d366675e763f38e776f6024c3078e93dc2cee754c373f52c70173e4a33676946", "derivation_path": [ - "29865", - "3205", - "8968", - "3680", - "15189", - "27872", - "31415", - "9415", - "3353", - "17853", - "27898", - "15530", - "4937", - "6189", - "4641", - "17160", - "20785", - "6356", - "17050", - "3021", - "1775", - "10839", - "26636", - "12380" + "6236", + "368", + "13103", + "152", + "11954", + "13564", + "15950", + "2611", + "16091", + "1377", + "1504", + "6947", + "6036", + "12881", + "5537", + "12628", + "1884", + "8883", + "12615" ], - "index": 19963 + "id": "7f61352418d04a2d3d6a442065126c69555b601f63ab191ea7ea4e4f1d395a7e", + "index": 3861 }, { + "address": "", "amount": { - "quantity": 47, + "quantity": 247, "unit": "lovelace" }, - "address": "", - "id": "0e5b2b6426542c15c96098050a5eef7023479adb6b326f7e12291b2557720318", "derivation_path": [ - "23656", - "24211", - "26474", - "25895" + "9300", + "1224", + "12870", + "10649", + "13224", + "13096", + "10726", + "12267", + "11319", + "1778", + "7826", + "8162", + "14815", + "14770", + "5171", + "5214", + "6108", + "403", + "677", + "2412", + "8166", + "3991", + "3415", + "14230", + "16164" ], - "index": 27029 + "id": "056687670ccb33523514244a4e2a444f645f1e446644340048957d8060685242", + "index": 16937 }, { + "address": "", "amount": { - "quantity": 115, + "quantity": 141, "unit": "lovelace" }, - "address": "", - "id": "652d23421e034a493a1b101846e218233d6c3f7fa658864e21181f6d3d5e1d52", "derivation_path": [ - "32605", - "1907", - "245" + "11511", + "1657", + "8840" ], - "index": 16110 + "id": "cd53ee09250c2fc0164772b66674f586412a34b4ef621ad3712a293aa5345241", + "index": 6385 }, { + "address": "", "amount": { - "quantity": 234, + "quantity": 33, "unit": "lovelace" }, - "address": "", - "id": "2d38064e834d832a2c48486d2d605153e833261d0855516d25547c3e0350ce2e", "derivation_path": [ - "12169", - "14471", - "19537", - "28114", - "8400", - "9337", - "29480", - "49", - "30428", - "25607", - "13758", - "23129", - "2494", - "13078", - "5207", - "7883", - "17728", - "31917" + "5111", + "12445", + "12231", + "13738", + "6518", + "14121", + "14103", + "10764", + "5049", + "3219", + "11934", + "6348", + "11248", + "12632", + "12773", + "3329", + "10645", + "5125", + "2133", + "7293", + "3127", + "2372", + "7006", + "512", + "5323", + "765", + "8861", + "16133", + "16129", + "9457" ], - "index": 13719 + "id": "4ee713aa5c7a154a418231247c4b413a035500706800567f0727680f272b1558", + "index": 24902 }, { + "address": "", "amount": { - "quantity": 137, + "quantity": 105, "unit": "lovelace" }, - "address": "", - "id": "41b6031e191a234c4601677b760d72743c3f7f351632642050253c3b253b624e", "derivation_path": [ - "3925", - "538", - "19254", - "15090", - "18913", - "6599", - "19460", - "4996" + "14470", + "15577", + "6205", + "10883", + "9857", + "10360", + "9293", + "2572", + "6062", + "8718", + "461", + "12509", + "15170", + "13495", + "15263" ], - "index": 8250 + "id": "12005a3517a1004b7f3dd0572c0cbd3b380b584d24120a8b6844e63a085d353b", + "index": 12685 }, { + "address": "", "amount": { - "quantity": 18, + "quantity": 75, "unit": "lovelace" }, - "address": "", - "id": "2c68b80139004552533f5440682fdc262f3d36910c895861ce4d26267d4b51b5", "derivation_path": [ - "18588", - "7170", - "25430", - "15783", - "9911", - "30227" + "12645", + "11925", + "8401", + "5156", + "12500", + "12221", + "9320", + "14406", + "22" ], - "index": 27445 + "id": "24661761b57f8afb58034d416a2bce0c130b747b2c7749d0385b3b0e0c1fe65a", + "index": 31040 } - ] + ], + "seed": -2014969059 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionOutputTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionOutputTestnet0.json index 2c2775beab8..cf59d6791ee 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionOutputTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionOutputTestnet0.json @@ -1,26 +1,33 @@ { - "seed": 2192231040354762787, "samples": [ { "address": "", "amount": { - "quantity": 180, + "quantity": 113, "unit": "lovelace" }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 146, - "unit": "lovelace" - }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ] }, { "address": "", "amount": { - "quantity": 217, + "quantity": 212, "unit": "lovelace" }, "assets": [] @@ -28,128 +35,214 @@ { "address": "", "amount": { - "quantity": 23, + "quantity": 166, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + } + ] }, { "address": "", "amount": { - "quantity": 76, + "quantity": 215, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 + }, { "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 31, + "quantity": 172, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + } + ] }, { "address": "", "amount": { - "quantity": 70, + "quantity": 158, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 132, + "quantity": 189, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 46, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 }, { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ] }, { "address": "", "amount": { - "quantity": 151, + "quantity": 193, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 } ] }, { "address": "", "amount": { - "quantity": 135, + "quantity": 73, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 249, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 39 } ] } - ] + ], + "seed": -100755697 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionTestnet0.json index 385c01a6550..9b58a96a035 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionTestnet0.json @@ -1,132 +1,66 @@ { - "seed": -6759615451906107955, "samples": [ { - "withdrawals": [ + "change": [ { + "address": "", "amount": { - "quantity": 5, + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "2", - "2" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } ], - "stake_address": "" - }, - { - "amount": { - "quantity": 5, - "unit": "lovelace" - }, "derivation_path": [ - "1", - "0", - "2", - "0" - ], - "stake_address": "" + "4" + ] }, - { - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "0" - ], - "stake_address": "" - } - ], - "inputs": [ { "address": "", - "id": "040908f8306c6b5b2e3f0f21375e7af4d4672470390f2b0327050b23493c1121", - "index": 6, "amount": { - "quantity": 4, + "quantity": 6, "unit": "lovelace" }, - "derivation_path": [ - "3", - "7", - "3", - "7", - "7", - "7", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 } - ] - }, - { - "address": "", - "id": "543d6a7036544b395072135997632023c10c5362d04a7d29584919253f05604c", - "index": 6, - "amount": { - "quantity": 7, - "unit": "lovelace" - }, + ], "derivation_path": [ "3", - "7", - "2", "4", - "6", - "8", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "4" ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 6, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "2", + "3", + "1", + "1", + "4" ] }, { @@ -135,233 +69,170 @@ "quantity": 8, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } + "assets": [], + "derivation_path": [ + "2", + "2", + "1", + "0" ] - }, + } + ], + "collateral": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 6, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "derivation_path": [ + "4" + ], + "id": "0ab0d7125a2a42502f2c36485c300f1d54667a6a5d5c694ba23c5e206a07265b", + "index": 3 }, { "address": "", "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_taken": [], - "change": [ - { - "address": "", - "amount": { - "quantity": 5, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ - "1", - "0" + "3", + "2", + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "0c4453082c56664e4c297c726f3c29756c6d740a4f78bc4c1c273a29df1ac63d", + "index": 5 }, { "address": "", "amount": { - "quantity": 5, + "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "7", - "0", "0", - "8", + "2", + "4", "2" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "534e91552d753b0a586f1a012ac26618c55c12254a37540b381e3c4f0d242001", + "index": 1 }, { "address": "", "amount": { - "quantity": 5, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "5", "1", - "8" + "2", + "2", + "3", + "0" ], - "assets": [] + "id": "2dee76112d4106d50369157f1e5577201635184e68363f077c225e05505d2c2d", + "index": 3 }, { "address": "", "amount": { - "quantity": 4, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "4", - "0", + "1", + "4", + "1", + "1", "3" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "50467a063c4615545009047f6ac47f09ea5e48545e135f652b4e5c66820a3f6e", + "index": 5 } ], "deposits_returned": [ { - "quantity": 0, - "unit": "lovelace" - }, - { - "quantity": 8, + "quantity": 7, "unit": "lovelace" - }, + } + ], + "deposits_taken": [ { - "quantity": 2, + "quantity": 7, "unit": "lovelace" }, { "quantity": 4, "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "inputs": [ { "address": "", - "id": "0a10187253425835677a4d224c163327dba8ee3d042e301f057114361d6e4903", - "index": 1, "amount": { - "quantity": 8, + "quantity": 7, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", - "5", - "4", - "2", - "4", - "2", - "3" - ] + "2" + ], + "id": "267563541aa94511a1756f32182d1e2d513f554b89c3f87c419c28384e2c7380", + "index": 7 }, { "address": "", - "id": "280a3c3d5569161e315a3e1b220d595275aa6e720b4e190a5621481d0e458b14", - "index": 6, "amount": { - "quantity": 6, + "quantity": 4, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "8", "1", - "7" - ] + "0" + ], + "id": "f1b26f4b20157ec9690f5b254633044d8d68636666647964062c980167133027", + "index": 3 }, { "address": "", - "id": "603b2f7934742451082517c8622343eaaf3c465740e0b12302617bfa0e745106", - "index": 8, "amount": { - "quantity": 8, + "quantity": 6, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "0", - "8" - ] + "2", + "4" + ], + "id": "022f6d6e2a2757f3013816ca756e957419474f5c345d6b5a0528e8ce1c4f4508", + "index": 2 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", + "outputs": [ + { + "address": "", + "amount": { + "quantity": 5, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", - "id": "56670679624c38084a2f483f6078182f6b5c686365aa13315145504d12542947", - "index": 1, "amount": { - "quantity": 2, + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "4", - "1", - "7", - "4" - ] + "assets": [] } - ] - }, - { + ], "withdrawals": [ { "amount": { @@ -369,310 +240,205 @@ "unit": "lovelace" }, "derivation_path": [ - "0", - "2", - "2" + "1" ], "stake_address": "" }, { "amount": { - "quantity": 2, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ "2" ], "stake_address": "" - } - ], - "inputs": [ + }, { - "address": "", - "id": "79603f0534172f06f52449b63e13110b1c01151c3143797edd68e5917523291a", - "index": 7, "amount": { - "quantity": 6, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "7", - "0" + "1", + "1" ], - "assets": [] + "stake_address": "" }, { - "address": "", - "id": "cc462a084706f15d103208d85b8b4c15794b0b3b185c57611d0225742b35b544", - "index": 4, "amount": { - "quantity": 8, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "7", - "8", - "1", - "0", - "1", "2", - "8" + "2", + "2" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "stake_address": "" }, { - "address": "", - "id": "321d14217ea8636627026d09774761610f2479574915145e5d48585526394473", - "index": 2, "amount": { - "quantity": 7, + "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "6" + "0", + "1" ], - "assets": [] + "stake_address": "" }, { - "address": "", - "id": "4440443458458d664e51300e464a2a642a63157960135f5b97051a1a3047430d", - "index": 6, "amount": { "quantity": 4, "unit": "lovelace" }, "derivation_path": [ "2", - "7", - "0", - "1", - "1", - "8" + "0" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, + "stake_address": "" + } + ] + }, + { + "change": [ { "address": "", - "id": "792d3e411b58052722964b73276c1f51516150345a191659446b2b0d7a480ed5", - "index": 6, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "6", - "5", - "7", - "7", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 } + ], + "derivation_path": [ + "2", + "2", + "3", + "2", + "4" ] }, { "address": "", - "id": "4ab07d5aa4414a1f731b1553211df4f2706a8d1f165c5d5046ba623a7ab10533", - "index": 8, "amount": { - "quantity": 6, + "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "4", - "3" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 } + ], + "derivation_path": [ + "0", + "0", + "0" ] - } - ], - "outputs": [ + }, { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, - "assets": [] - } - ], - "deposits_taken": [ - { - "quantity": 8, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "6", + "assets": [], + "derivation_path": [ + "4", "2", - "8", "3", - "0" + "4" ] }, { - "certificate_type": "quit_pool", - "reward_account_path": [ - "1", + "address": "", + "amount": { + "quantity": 3, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "4", "0", "2", - "7", + "1", "0" ] }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "6", - "2", - "2", - "8", - "1" - ] - } - ], - "change": [ { "address": "", "amount": { - "quantity": 6, + "quantity": 5, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", - "0", - "5", - "1", "0", - "2" - ], + "4" + ] + }, + { + "address": "", + "amount": { + "quantity": 4, + "unit": "lovelace" + }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 } + ], + "derivation_path": [ + "4", + "1", + "1", + "4", + "2" ] - }, + } + ], + "collateral": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "6", - "7", "3", + "0", "3", - "4", "0", - "3" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "4954c4e90458623721d443027d53187e7b08460bed33320eea463d4b2a1f7637", + "index": 7 }, { "address": "", "amount": { - "quantity": 7, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ "0", - "0", + "2", + "1", "4", - "6", - "5" + "3", + "0" ], - "assets": [] + "id": "5d70e4132b200ee9dc183e33264b000f7c68707c3b38597d297c5c68091b7674", + "index": 7 }, { "address": "", @@ -681,366 +447,363 @@ "unit": "lovelace" }, "derivation_path": [ - "2", - "6", - "6", "3", - "6" + "0", + "1" ], - "assets": [] + "id": "0db6c85e3c713f60ce4f061a43c3373a967f6416093c685223316a017d71797c", + "index": 2 }, { "address": "", "amount": { - "quantity": 4, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "3", - "5", "2", - "6", - "6", + "1", + "3", "0", - "5" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "120ea61f44eb243420775c351a727465401c0540f93d370d121e463f156e3f4a", + "index": 4 }, { "address": "", "amount": { - "quantity": 5, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "3", - "0", "1", - "8" + "2", + "4", + "4", + "1" ], - "assets": [] + "id": "54d02d761453300e3a2a693d0c716e1e2e61234d5612496f0c38622334521424", + "index": 7 } ], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 6, - "unit": "lovelace" - }, - { - "quantity": 5, - "unit": "lovelace" - }, + "deposits_returned": [], + "deposits_taken": [ { "quantity": 7, "unit": "lovelace" }, { - "quantity": 5, + "quantity": 1, "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "inputs": [ { "address": "", - "id": "6d60636c1829c6352f6b79255c61100a2545464c1f03321f7e0e1171607e7951", - "index": 1, "amount": { - "quantity": 6, + "quantity": 7, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "8", - "3", - "7" - ] + "2", + "0", + "0", + "4" + ], + "id": "0e790e68470a8e4641e72c62333f7e312740304af8234c2612183424490a6483", + "index": 7 }, { "address": "", - "id": "a01b1d024e6d2b1e197751457a78682ea7e82417620e7f6b4a536396bcc40dc6", - "index": 6, "amount": { - "quantity": 3, + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + } + ], "derivation_path": [ - "2", "3" - ] + ], + "id": "1d6db2585f417328596d3a5c1818243ece091007da132a3b3e586a5c22565304", + "index": 8 }, { "address": "", - "id": "233f4341ff1c0cfd633c115c57e158e1251c5936a11741c988210fcd1c6f2d21", - "index": 4, "amount": { - "quantity": 4, + "quantity": 8, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "5", - "1", - "2", "0", - "6", - "1", - "4" - ] + "2", + "0" + ], + "id": "18548a4d460197167a0246073d40e8650c4d48035a8a7e2165385b0c7f38537f", + "index": 3 }, { "address": "", - "id": "e6022a2c78580c79043e3b4c002236a14d0fb6b7775d7b456007af70423d3b6c", - "index": 1, "amount": { "quantity": 4, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + } + ], "derivation_path": [ - "4" - ] - }, - { - "address": "", - "id": "14763b41df7ab633225c793d7178123ba97971940b6c85274f6336331d5c5e43", - "index": 8, - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "derivation_path": [ + "2", + "4", "0", - "8", - "5", - "5" - ] + "4", + "4", + "4" + ], + "id": "15555f403a7d5926157f55177e2d744a6645f5242b0a405d1e5f02c025300a7b", + "index": 5 } - ] - }, - { + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", + "outputs": [], "withdrawals": [ { "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "1", - "0", - "0" - ], - "stake_address": "" - }, - { - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "2", "1", - "0" + "2" ], "stake_address": "" }, { "amount": { - "quantity": 6, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "0" + "2" ], "stake_address": "" - }, + } + ] + }, + { + "certificates": [ + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "4", + "4", + "2", + "0", + "4" + ] + } + ], + "change": [ { + "address": "", "amount": { - "quantity": 4, + "quantity": 5, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "4", + "3", "2", - "1", - "2", - "0" - ], - "stake_address": "" + "2" + ] }, { + "address": "", "amount": { "quantity": 8, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + } + ], "derivation_path": [ + "4", "2", + "0", + "4", "0" - ], - "stake_address": "" - } - ], - "inputs": [ + ] + }, { "address": "", - "id": "04e47a60092c73505c2d029d712c25e0107b45cc18b31a08f88f1d6b873c5919", - "index": 3, "amount": { - "quantity": 1, + "quantity": 7, "unit": "lovelace" }, - "derivation_path": [ - "8", - "4", - "3", - "6", - "5" - ], "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 } + ], + "derivation_path": [ + "2", + "1", + "0", + "3" ] }, { "address": "", - "id": "5c68e0c50a067028770a32135719146d0b7a933f0315295a1431181a7c793f3f", - "index": 5, "amount": { - "quantity": 3, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "8", - "0", - "2", - "7" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 } + ], + "derivation_path": [ + "2", + "3", + "1", + "1", + "2", + "1" ] + } + ], + "collateral": [ + { + "address": "", + "amount": { + "quantity": 6, + "unit": "lovelace" + }, + "derivation_path": [ + "4", + "4" + ], + "id": "1a34e0787b5f69522c382a58098e2e2695181f843c30673d6c273d314a394315", + "index": 1 }, { "address": "", - "id": "40417b3c5d3f4e30395f6063570444c9496e498265007fafddee15320840213d", - "index": 1, "amount": { - "quantity": 5, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ "2", - "2", - "0" + "3", + "1", + "1", + "2" ], - "assets": [] + "id": "3e2c05494b1cfc257855c114486add34140a131d621d5019157c1f06174f4565", + "index": 8 }, { "address": "", - "id": "170e0e3d7e08372067b344d449b14ca53015134c5b666a1720c025482628275d", - "index": 7, "amount": { - "quantity": 6, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ "1", - "7" + "3", + "0", + "0", + "0" ], - "assets": [] + "id": "701479fc1942722e2372377e6454185f0814c6046f70953613332f6d4c115142", + "index": 8 }, { "address": "", - "id": "63c0542b356cd23a501d2966bd640c381e275d7c26163f2b0d2940671f120483", - "index": 3, "amount": { - "quantity": 5, + "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "0", - "2", - "5", - "2", - "3" + "1", + "3", + "4", + "3", + "4" ], - "assets": [] + "id": "39572c5942ac3f712a0217713f5108661b2c3755151a5f4c402c2e1007093d5a", + "index": 1 }, { "address": "", - "id": "5360103ec419be2b482c40642a5f797711365b4a2a576773746969372c78444c", - "index": 2, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "6", - "0", - "6", - "1" + "4", + "4", + "4", + "2", + "2", + "2" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "3f57290f7c247764232d547c2d5865fbed590e057bbc2b023277190e5e9d467c", + "index": 4 } ], - "outputs": [], - "deposits_taken": [ + "deposits_returned": [ { - "quantity": 5, + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 3, "unit": "lovelace" }, { @@ -1048,499 +811,593 @@ "unit": "lovelace" }, { - "quantity": 8, + "quantity": 1, "unit": "lovelace" }, { - "quantity": 3, + "quantity": 6, "unit": "lovelace" } ], - "certificates": [ + "deposits_taken": [ { - "certificate_type": "quit_pool", - "reward_account_path": [ - "7", - "7", - "7", - "7", - "5" - ] + "quantity": 5, + "unit": "lovelace" }, { - "certificate_type": "quit_pool", - "reward_account_path": [ - "6", - "0", - "8", - "8", - "0" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "3", - "2", - "2", - "6", - "6" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1qcyqypg8qvrsvqqxqcpqgqqxq5yq2zq8q5qq2qsxqcyqg2mu0x2", - "reward_account_path": [ - "6", - "2", - "4", - "0", - "1" - ] + "quantity": 2, + "unit": "lovelace" }, { - "certificate_type": "quit_pool", - "reward_account_path": [ - "2", - "8", - "2", - "2", - "0" - ] + "quantity": 2, + "unit": "lovelace" }, { - "certificate_type": "join_pool", - "pool": "pool1qvpq2psyqvpq2pqypqrsypsgqczszpcpqgzs2qcqqypsqfdrmf6", - "reward_account_path": [ - "5", - "0", - "3", - "7", - "8" - ] + "quantity": 1, + "unit": "lovelace" }, { - "certificate_type": "join_pool", - "pool": "pool1qyqq2qgypqrqxzq9qvpsyqsrqvyq2qcqqqzsvpcqquzsxluqfqh", - "reward_account_path": [ - "4", - "3", - "3", - "1", - "1" - ] + "quantity": 0, + "unit": "lovelace" } ], - "change": [ + "inputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + } + ], "derivation_path": [ - "1", - "3", - "8", + "0", + "4", + "0", "2", - "6" + "3", + "2" ], + "id": "22388f707c5f2e67663b650330515a0c32264f5e415ed90c6e2a9f3a446e6f4c", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 4, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 } - ] + ], + "derivation_path": [ + "0", + "3", + "1", + "2", + "0" + ], + "id": "412bfb51d4ca0aef63776d201468504c02015b5e6ee5ff34263c684b2a4c7807", + "index": 4 }, { "address": "", "amount": { - "quantity": 4, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "5", - "1", - "7" + "2" ], - "assets": [] + "id": "6aa9222d206b101d46101a34299d1364112e243cfe47701f0b1f8b4d061f1226", + "index": 8 + }, + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + } + ], + "derivation_path": [ + "4", + "2", + "3", + "2" + ], + "id": "7e6f663f3916792bd472466d40212095786a5a6f3c6a564708c02d4d17e57f3c", + "index": 3 } ], - "deposits_returned": [ + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [ { - "quantity": 2, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 6, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + } + ] }, { - "quantity": 7, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 2, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + } + ] }, { - "quantity": 5, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ] } ], - "collateral": [ + "withdrawals": [ { - "address": "", - "id": "73542dd87a3a2471560c3c6b394b165d4b5d294b990466130ec3652dac0f6418", - "index": 1, "amount": { - "quantity": 8, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "0", + "1", "2", - "6", - "6", - "6", - "6", - "6" - ] + "2" + ], + "stake_address": "" }, { - "address": "", - "id": "0766ce696c7014892d096c30a15f03381c8a7b473c2e384f3e5b2b35b6605486", - "index": 1, "amount": { - "quantity": 4, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "6", - "6" - ] + "0" + ], + "stake_address": "" }, { - "address": "", - "id": "6f365f676626027c381e0f34369b5018796a06360a69487d7e4a66d7364d62d2", - "index": 5, "amount": { - "quantity": 4, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ "0", - "4" - ] + "2" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "stake_address": "" }, { - "address": "", - "id": "4c77371d1d0f7c024b743166597898410e4963335a6338235d5271501eef714c", - "index": 1, "amount": { "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "5", - "2", - "3", "2" - ] + ], + "stake_address": "" } ] }, { - "withdrawals": [], - "inputs": [ + "change": [ { "address": "", - "id": "347974275c1d31633079ed43710521270b766f1034dd75706203531b7a436872", - "index": 5, "amount": { - "quantity": 2, + "quantity": 7, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", - "3", - "7", - "8" - ], + "0" + ] + }, + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 } + ], + "derivation_path": [ + "2", + "1" ] - }, + } + ], + "collateral": [ { "address": "", - "id": "2a6ca2252b6b20657c504f7948152a48c6ef9472d1456a1075925642717e273d", - "index": 2, "amount": { - "quantity": 6, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "7", - "0", - "7", - "6", - "8", + "1", "3" ], - "assets": [] + "id": "044997663a187c534d9d400c1c071a650c553b0f383f3b731568e34b2d472fdb", + "index": 6 }, { "address": "", - "id": "4f3e17be5776d4df092b034c3c0d726a615a61383d63135c7218334616b02b4e", - "index": 2, "amount": { - "quantity": 3, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ "4", "0", + "1", "4", - "7", "2" ], - "assets": [] + "id": "2c0e3343186b719f1b686756142707754925674f32654b6a7c00641dad21666b", + "index": 2 }, { "address": "", - "id": "126956150659285651304bbb29695f15546b34504a364523c61e159b727f075e", - "index": 7, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "4", - "2", - "2", - "8", "1", - "0" + "3", + "2" ], - "assets": [] - } - ], - "outputs": [ + "id": "6f792f59271451410023fe674b6f6d481d332447421107def712297512056f3b", + "index": 6 + }, { "address": "", "amount": { - "quantity": 5, + "quantity": 2, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "derivation_path": [ + "0", + "4", + "0", + "2" + ], + "id": "4542546359103c171c510514065533770b486c022e067876071b3d83c002780c", + "index": 0 + } + ], + "deposits_returned": [ + { + "quantity": 4, + "unit": "lovelace" + }, + { + "quantity": 8, + "unit": "lovelace" + }, + { + "quantity": 3, + "unit": "lovelace" + }, + { + "quantity": 8, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" }, + { + "quantity": 5, + "unit": "lovelace" + } + ], + "inputs": [ { "address": "", "amount": { - "quantity": 6, + "quantity": 3, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + }, { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 } - ] - }, - { - "address": "", - "amount": { - "quantity": 5, - "unit": "lovelace" - }, - "assets": [] + ], + "derivation_path": [ + "3", + "4", + "2", + "1", + "1" + ], + "id": "f808477500631394042f21009723606f7a925607870c256b47495f2a4204134a", + "index": 5 }, { "address": "", "amount": { - "quantity": 2, + "quantity": 8, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + }, { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 } - ] - }, + ], + "derivation_path": [ + "1", + "2", + "1" + ], + "id": "cd345510286f204b2c3d4c4a1360760a7b65660a1c87794f571c2f102f1e5d09", + "index": 7 + } + ], + "outputs": [ { "address": "", "amount": { - "quantity": 5, + "quantity": 4, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } ] } ], - "deposits_taken": [ + "withdrawals": [ { - "quantity": 8, - "unit": "lovelace" + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "2" + ], + "stake_address": "" }, { - "quantity": 4, - "unit": "lovelace" + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "derivation_path": [ + "2" + ], + "stake_address": "" }, { - "quantity": 4, - "unit": "lovelace" + "amount": { + "quantity": 3, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "2", + "0" + ], + "stake_address": "" }, { - "quantity": 3, - "unit": "lovelace" + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "1" + ], + "stake_address": "" }, { - "quantity": 8, - "unit": "lovelace" + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "0", + "2" + ], + "stake_address": "" } - ], - "certificates": [ + ] + }, + { + "change": [ { - "certificate_type": "quit_pool", - "reward_account_path": [ - "5", + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + } + ], + "derivation_path": [ + "3", "0", - "4", - "7", - "5" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1quyqxpqyqszs2qggqyrqqpqzqqpq2pqrqqpqwpc9quqq2t83wzq", - "reward_account_path": [ - "7", - "5", - "5", - "7", - "5" + "0", + "3", + "4" ] } ], - "change": [ + "collateral": [ { "address": "", "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "2", - "8", - "0", - "8", "2", - "7", + "3", "2" ], - "assets": [] + "id": "30d34d105412012203756305515f2adb5d427027514a756a46106e5c1a7d5713", + "index": 5 }, { "address": "", "amount": { - "quantity": 0, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ - "2", + "1", "0", + "2", "4", - "5", - "3", - "6", + "0", "4" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "1c1025d3554b5a1a63020a24d44527253f772e385d67553e891a561db81f1754", + "index": 8 }, { "address": "", "amount": { - "quantity": 8, + "quantity": 7, "unit": "lovelace" }, "derivation_path": [ - "1", - "4", - "8", - "8", - "2", - "4" + "1" ], - "assets": [] + "id": "3aa339023f1540151f3c6639292f6f124b222dda3030907eddea58f04f7f2264", + "index": 7 }, { "address": "", @@ -1549,45 +1406,39 @@ "unit": "lovelace" }, "derivation_path": [ - "8", - "7", - "7", - "4", - "7" + "4" ], - "assets": [] + "id": "26405a510e0c551d7047677b4b6b7b1a6909c4013a6f3f37467e6d0849583b10", + "index": 6 }, { "address": "", "amount": { - "quantity": 4, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "3", - "3", - "8" + "3" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "07ed413e3d077d5f2c230522323f093f4154da25772f602ab0593878475e833f", + "index": 6 } ], "deposits_returned": [ + { + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 7, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 3, + "unit": "lovelace" + }, { "quantity": 1, "unit": "lovelace" @@ -1597,193 +1448,258 @@ "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [] - }, - { - "withdrawals": [ + "inputs": [ { + "address": "", "amount": { - "quantity": 7, + "quantity": 5, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "3", "2", - "2", - "2", - "0" + "1", + "4", + "3" ], - "stake_address": "" + "id": "6f0a1b457c3559680a2c0b29c1c7a22e346a0f0a1d289b6c55080d9b26e20f09", + "index": 7 }, { + "address": "", "amount": { - "quantity": 6, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "0" ], - "stake_address": "" - } - ], - "inputs": [ + "id": "3e0a08171cc53c146c296338065b6216d60d6a58a3660c825f4f3d2254f75651", + "index": 4 + }, { "address": "", - "id": "67bf164b6d55453f66610f35534a0c1cb10d2000580a485b6e185e34534e7437", - "index": 1, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "0", - "6", - "6", - "6", + "1", + "4", + "1", "4" ], + "id": "315297036236686429b7f57d332a70090a304ad13aa94e1dc954ec6a9c7f0051", + "index": 3 + } + ], + "outputs": [ + { + "address": "", + "amount": { + "quantity": 3, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 } ] }, { "address": "", - "id": "0865bf2d2a4009de3ef7422aa9531150105ac273302375546e64403429646b34", - "index": 4, "amount": { - "quantity": 6, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "7", - "2", - "5", - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 } ] }, { "address": "", - "id": "4c3316705c4a242d030c250e9431186b39130f56df345a2ff72b3b01660c6076", - "index": 3, "amount": { "quantity": 7, "unit": "lovelace" }, - "derivation_path": [ - "1", - "8" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 } ] }, { "address": "", - "id": "07060608326a7271472e3207373307737f74296df84212270967124163092c57", - "index": 7, "amount": { - "quantity": 3, + "quantity": 6, "unit": "lovelace" }, - "derivation_path": [ - "0" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } ] + }, + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [] } ], - "outputs": [], - "deposits_taken": [ + "withdrawals": [ { - "quantity": 3, - "unit": "lovelace" + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "2", + "1" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "derivation_path": [ + "2", + "1", + "2" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "1" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 8, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "1" + ], + "stake_address": "" } - ], + ] + }, + { "certificates": [ { - "certificate_type": "quit_pool", + "certificate_type": "join_pool", + "pool": "pool1qypszqcrqyqsgqsrqypqypqqqvpsqqspqspsqqqpqyqqx7y6xkz", "reward_account_path": [ - "6", - "6", - "5", - "7", - "2" + "2", + "1", + "1", + "4", + "4" ] }, { - "certificate_type": "register_reward_account", + "certificate_type": "quit_pool", "reward_account_path": [ - "6", - "0", - "3", - "8", - "6" + "4", + "1", + "1", + "1", + "0" ] }, { "certificate_type": "register_reward_account", "reward_account_path": [ - "6", "2", - "1", - "8", + "2", + "0", + "3", "0" ] }, { - "certificate_type": "register_reward_account", + "certificate_type": "join_pool", + "pool": "pool1qgpsqpqyqvqqxqgrqvpqqqsrqgqszqcyqqqqzqszqqqsz7a0jqy", "reward_account_path": [ + "0", + "3", + "3", "1", - "2", - "1", - "8", - "6" + "1" ] }, { "certificate_type": "join_pool", - "pool": "pool1q5qsgpg8pqqszqs8q5psgqsxqyrsszqzqcrswpsxq5zsw3gcarg", + "pool": "pool1qqpsgqsrqgqszqgzqqpqqqgqqgpqqpqyqsqsgqgrqvzqx5hx2e9", "reward_account_path": [ + "0", "2", - "3", - "6", - "8", - "6" + "0", + "0", + "1" ] }, { - "certificate_type": "register_reward_account", + "certificate_type": "quit_pool", "reward_account_path": [ - "5", - "3", - "6", - "2", - "8" + "0", + "1", + "1", + "1", + "4" ] } ], @@ -1791,204 +1707,207 @@ { "address": "", "amount": { - "quantity": 7, + "quantity": 3, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "3", + "2", "4", - "8", - "0", - "1", "0" - ], - "assets": [] - } - ], - "deposits_returned": [ - { - "quantity": 7, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + ] + }, { "address": "", - "id": "017479641b740e3766779d1406326d187b5268ac6774814d4f7b05160004155c", - "index": 6, "amount": { - "quantity": 8, + "quantity": 7, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", - "5", "2", - "7", - "0", + "4", "2", - "5" + "2" ] }, { "address": "", - "id": "431be1f763cdf4240020331744028e140b361c55266b76591b58ff0c5f7103d9", - "index": 0, "amount": { - "quantity": 8, + "quantity": 4, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "3", - "3", - "0", - "1", - "2", - "2" + "4" ] + } + ], + "collateral": [], + "deposits_returned": [ + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 5, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 7, + "unit": "lovelace" }, + { + "quantity": 3, + "unit": "lovelace" + } + ], + "inputs": [ { "address": "", - "id": "693c11671b374f5b70a5e475a249167568077424377f370e15430057525b3416", - "index": 8, "amount": { - "quantity": 0, + "quantity": 7, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "3", - "4", "2", "1", - "6", - "2", - "3" - ] + "2" + ], + "id": "5e72306800377873757c24446b3370775fcf50afc14b49c7517c3657653d1e77", + "index": 8 }, { "address": "", - "id": "723e4b61202e4ed03e65f91a094f2fbc0b0e282d6555274d4f2e6e0351300551", - "index": 2, "amount": { "quantity": 8, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + } + ], "derivation_path": [ - "7", - "3", - "8" - ] + "1" + ], + "id": "615b094a70410700792e514e413eb8592030370839151538fd38b43677ad652b", + "index": 0 }, { "address": "", - "id": "8a6a051d35671051f8415f39653f1de11039384843227c7e70776b42d06478fa", - "index": 1, "amount": { - "quantity": 6, + "quantity": 4, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0" - ] - } - ] - }, - { - "withdrawals": [ + "1", + "3", + "4", + "1", + "4" + ], + "id": "591047241951556615ac1f1e765906f2f553093b5b5c736e79512835f82e7d13", + "index": 4 + }, { + "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + } + ], "derivation_path": [ - "0" + "3", + "0", + "1" ], - "stake_address": "" + "id": "74036b0153026a18836f740b0c353418377159201c1646760c3d5a0a36dd304c", + "index": 4 }, { + "address": "", "amount": { - "quantity": 4, + "quantity": 8, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "2", + "4", + "3", + "4", + "1", "2" ], - "stake_address": "" + "id": "223d177d5a671334487c3c33272b916211500b3d164551672f98770b7060170e", + "index": 6 }, { + "address": "", "amount": { - "quantity": 8, + "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", "1", - "2" + "0", + "0", + "3", + "0" ], - "stake_address": "" + "id": "b3765508123943cf0d1141ec1c12b3391d906c2d5c9a5f1c3873659213365951", + "index": 6 } ], - "inputs": [ + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", + "outputs": [ { "address": "", - "id": "680a44572579285d2014375050056b2e374e6e2d2d46355a6dcb4a4f08716702", - "index": 2, "amount": { "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "0", - "3", - "3", - "0", - "3", - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 }, { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 } ] }, - { - "address": "", - "id": "6b5b7b2169034e20ba1c7e375e7b182f5c76181b29262b331a657d3427136ebe", - "index": 6, - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "8", - "8", - "6", - "7", - "1" - ], - "assets": [] - } - ], - "outputs": [ { "address": "", "amount": { @@ -1998,277 +1917,249 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 } ] - }, + } + ], + "withdrawals": [] + }, + { + "certificates": [ { - "address": "", - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } + "certificate_type": "join_pool", + "pool": "pool1qgpsqqcyqqqszqqqqgqsxqqzqgqqgpqzqgqqyqsyqqpqgfagwfq", + "reward_account_path": [ + "4", + "3", + "3", + "2", + "4" ] }, { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "certificate_type": "quit_pool", + "reward_account_path": [ + "0", + "0", + "0", + "2", + "0" ] }, - { - "address": "", - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "assets": [] - } - ], - "deposits_taken": [ - { - "quantity": 0, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" - } - ], - "certificates": [ { "certificate_type": "join_pool", - "pool": "pool1pqrqvps9quzs2qcgq5zqvqsyquzqqpqyqqrq2qcpqyqswmj78uh", + "pool": "pool1qyqqxqsrqqqqqqgzqvzqqpqyqvpsxqqpqspqzqczqypsqx8c0ge", "reward_account_path": [ - "3", - "8", - "6", + "4", "0", - "4" + "0", + "0", + "0" ] }, { "certificate_type": "join_pool", - "pool": "pool1qcpqzzqxqyrsyqgyqurs2qs8qczsgqsrqgrsyqc9qyzssl8r7hp", + "pool": "pool1qqqszqcyqyqszqgrqyqqzqcrqqqqzqcrqvzqqpqqqvqqqefk6w9", "reward_account_path": [ + "3", + "4", "1", "2", - "0", - "3", - "7" + "2" ] }, { - "certificate_type": "quit_pool", + "certificate_type": "join_pool", + "pool": "pool1qgqsqqsrqqqszqqzqvpqxqqqqypszqsyqszqgqcyqsqsgsm6q2q", "reward_account_path": [ - "5", - "8", - "1", "3", - "1" + "4", + "3", + "4", + "0" + ] + } + ], + "change": [ + { + "address": "", + "amount": { + "quantity": 3, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "3", + "1", + "0" ] }, { - "certificate_type": "quit_pool", - "reward_account_path": [ - "0", - "8", - "2", - "0", - "1" + "address": "", + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "1", + "3", + "4" ] } ], - "change": [ + "collateral": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ + "4", "1", + "1", + "2", "4" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "0539260431780168e7be19366e8a05457e822c273a6055a02017632176591dfd", + "index": 8 } ], "deposits_returned": [ { - "quantity": 0, + "quantity": 8, "unit": "lovelace" }, { "quantity": 2, "unit": "lovelace" }, - { - "quantity": 7, - "unit": "lovelace" - }, { "quantity": 0, "unit": "lovelace" }, { - "quantity": 0, + "quantity": 1, "unit": "lovelace" - }, + } + ], + "deposits_taken": [], + "inputs": [ { - "quantity": 5, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "2", + "3", + "4" + ], + "id": "e153465c6c35f04c6f1155704e4e313762552041303e2e67094545329f692058", + "index": 2 } ], "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ + "outputs": [ { "address": "", - "id": "2a0451085d236c7a50233529081f1d7961601467452a7a5d7c41456d7ef32e2b", - "index": 5, "amount": { "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "2" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + } ] }, { "address": "", - "id": "0a1846935d406c44353e336c3c1d354607662b585f4a240172a41d7e274b052f", - "index": 0, + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", "amount": { "quantity": 8, "unit": "lovelace" }, - "derivation_path": [ - "1", - "1", - "8", - "0", - "6" - ] + "assets": [] }, { "address": "", - "id": "5234d97b58115b61246a1d4c641d2a5d0da3653f6d05240c2e1fc40c6ba237a2", - "index": 8, "amount": { - "quantity": 2, + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "8", - "2", - "4", - "2", - "5", - "4" - ] + "assets": [] }, { "address": "", - "id": "63381932725020141d6132632d2923661102687fb31154370746a95c46524939", - "index": 1, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "4" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + } ] - } - ] - }, - { - "withdrawals": [ - { - "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "2" - ], - "stake_address": "" }, { + "address": "", "amount": { - "quantity": 2, + "quantity": 6, "unit": "lovelace" }, - "derivation_path": [ - "0", - "1" - ], - "stake_address": "" - }, + "assets": [] + } + ], + "withdrawals": [ { "amount": { - "quantity": 7, + "quantity": 6, "unit": "lovelace" }, "derivation_path": [ + "2", "0", "1" ], @@ -2276,554 +2167,293 @@ }, { "amount": { - "quantity": 1, + "quantity": 6, "unit": "lovelace" }, "derivation_path": [ + "0", "2", - "1", - "2", - "1" + "2" ], "stake_address": "" }, { "amount": { - "quantity": 6, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ "2", - "0", + "1", "2" ], "stake_address": "" } - ], - "inputs": [], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - "deposits_taken": [ - { - "quantity": 7, - "unit": "lovelace" - }, - { - "quantity": 6, - "unit": "lovelace" - }, - { - "quantity": 5, - "unit": "lovelace" - }, - { - "quantity": 5, - "unit": "lovelace" - } - ], + ] + }, + { "certificates": [ { - "certificate_type": "quit_pool", + "certificate_type": "join_pool", + "pool": "pool1qvzqzpqrqyqqypqqqvpsgqsyqgzqgqqrqvqqzqqqqypqqmlr509", "reward_account_path": [ - "7", - "7", - "3", - "3", - "0" + "2", + "2", + "0", + "1", + "1" ] }, { - "certificate_type": "quit_pool", + "certificate_type": "join_pool", + "pool": "pool1qgqqzqqpqspqxqcqqgpsxqsqqvpqzqcpqvqqzqcqqvqsqmkg524", "reward_account_path": [ - "3", - "7", - "8", + "4", "1", - "6" + "3", + "4", + "1" ] }, { "certificate_type": "register_reward_account", "reward_account_path": [ "3", - "6", - "6", - "8", - "8" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "2", - "1", - "2", "1", - "8" + "3", + "4", + "4" ] }, { - "certificate_type": "register_reward_account", + "certificate_type": "join_pool", + "pool": "pool1qgqqxqcqqspqyqczqgpsqpqpqqpsxqcyqqzqzqcqqqpsq7h3u5l", "reward_account_path": [ - "8", - "0", - "2", - "5", - "6" - ] - } - ], - "change": [], - "deposits_returned": [ - { - "quantity": 2, - "unit": "lovelace" - }, - { - "quantity": 6, - "unit": "lovelace" - }, - { - "quantity": 7, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ - { - "address": "", - "id": "76192c13790119781c076705332f3336da2d356531055b8bd72d0a94536b2f53", - "index": 2, - "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "derivation_path": [ - "1", "4", - "6", - "1" - ] - }, - { - "address": "", - "id": "2b1165037809709f040d006678763e2c4a3357050a730428d36e2402114d6301", - "index": 6, - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "derivation_path": [ "2", - "2" - ] - } - ] - }, - { - "withdrawals": [], - "inputs": [ - { - "address": "", - "id": "6e07135518317a2a52d3330ca80e0e0824446e2b355f5f050cbae2fc7770546e", - "index": 6, - "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "derivation_path": [ - "1" - ], - "assets": [] - }, - { - "address": "", - "id": "5b730f725bc4598d74054d690ff5117e3b144a1f096642f500564d7552636762", - "index": 0, - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ "0", - "6", - "5", "0", - "7", - "1" - ], - "assets": [] - }, - { - "address": "", - "id": "2362c147241d45346cd1500b6bfa3a5e717015256d206f6828137b3242312407", - "index": 8, - "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "derivation_path": [ - "4", - "3" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "id": "104e627177060d934c0c516918fe23ac0266081b651939e34d2020025b4b3c2f", - "index": 3, - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "derivation_path": [ - "3", - "0", - "0", - "1" - ], - "assets": [] - }, - { - "address": "", - "id": "6f429b3c5d2d6e834a2e371e035a123e111b3228161c6e42d47b0e59202c6a1a", - "index": 2, - "amount": { - "quantity": 5, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "6", - "1", - "4" - ], - "assets": [] - }, - { - "address": "", - "id": "7f2f3b7c2d367b5a6305511e6761637657334cc70b3f02ad046ca63df1547254", - "index": 7, - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "derivation_path": [ - "3", - "5", - "2", - "3" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } + "2" ] } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [] - }, + ], + "change": [ { "address": "", "amount": { - "quantity": 7, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 }, { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 } + ], + "derivation_path": [ + "0", + "2", + "4" ] - }, + } + ], + "collateral": [ { "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, - "assets": [] + "derivation_path": [ + "1", + "1", + "2", + "2" + ], + "id": "2646566d7d5c7574590e6b6199463d0331523a7b1e0f094beb2f348050761575", + "index": 4 }, { "address": "", "amount": { - "quantity": 7, + "quantity": 6, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "derivation_path": [ + "1", + "1", + "3", + "1", + "1", + "3" + ], + "id": "5d436f0c1a68034a307928292378b11c5a5c3f6a015e1b6e0f03ef2b5c2f2b04", + "index": 4 }, { "address": "", "amount": { - "quantity": 7, + "quantity": 6, "unit": "lovelace" }, - "assets": [] - } - ], - "deposits_taken": [ - { - "quantity": 2, - "unit": "lovelace" + "derivation_path": [ + "0", + "2" + ], + "id": "28730f095b7c7b78030a4314191f276224766475fb492b6c5d5d1f116189d30f", + "index": 6 }, { - "quantity": 0, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "4", + "0", + "4", + "4", + "4", + "0" + ], + "id": "675b13169577524d515fd8558f6d0b1e4a7c01123844106c9a08120e270c0d2d", + "index": 3 } ], - "certificates": [ + "deposits_returned": [ { - "certificate_type": "join_pool", - "pool": "pool1qcpszpq9qursvpcyqupqqqgzqqqsvps8quzqvpq9q5zsynpcea9", - "reward_account_path": [ - "8", - "1", - "7", - "1", - "7" - ] + "quantity": 4, + "unit": "lovelace" }, { - "certificate_type": "join_pool", - "pool": "pool1qvzsxpcrqvrqvqcrpqps2qgyq5psgqqqq5qsszqrquqq25dm6t5", - "reward_account_path": [ - "7", - "3", - "4", - "7", - "1" - ] + "quantity": 1, + "unit": "lovelace" } ], - "change": [ + "deposits_taken": [], + "inputs": [ { "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "8", - "8", - "6", - "5" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 } - ] + ], + "derivation_path": [ + "0", + "0", + "3", + "3", + "2", + "2" + ], + "id": "2937f37a5f6d3242401d257208491e502a192059521f0a2465180f0447112d1c", + "index": 8 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "7", - "7" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "094a0770139039683865757728627e026176205a7c2a2e074c510e10245c691e", + "index": 0 }, { "address": "", "amount": { - "quantity": 8, + "quantity": 3, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2" + "2", + "3", + "0", + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, + "id": "687321bc01145e7a6e682d5f48257d9f4c20e02a5d2f2444021a6f85a77f000b", + "index": 6 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", + "outputs": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "7", - "3", - "8", - "3", - "3", - "4", - "6" - ], "assets": [] - } - ], - "deposits_returned": [ + }, { - "quantity": 5, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 8, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 3, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + } + ] } ], - "collateral": [] - }, - { "withdrawals": [ { "amount": { - "quantity": 3, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "1", - "1", - "0" + "2" ], "stake_address": "" }, { "amount": { - "quantity": 5, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ @@ -2833,273 +2463,289 @@ }, { "amount": { - "quantity": 7, + "quantity": 6, "unit": "lovelace" }, "derivation_path": [ - "0", - "0", - "1", + "2", "0" ], "stake_address": "" + }, + { + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "derivation_path": [ + "2", + "2" + ], + "stake_address": "" } - ], - "inputs": [ + ] + }, + { + "change": [ { "address": "", - "id": "4926a6620b955a0d2b5ec83eb050f16c1a48f902d2362e677793790674097a0d", - "index": 1, "amount": { - "quantity": 6, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "6", - "1", - "4" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } + "2", + "2" ] }, { "address": "", - "id": "0570492d402a1fb41f0812c1e87244c72276f7453332615412310a3e4232e648", - "index": 5, "amount": { - "quantity": 4, + "quantity": 7, "unit": "lovelace" }, - "derivation_path": [ - "6", - "1", - "0", - "5" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "0", + "2", + "2", + "4", + "3" ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "assets": [] }, { "address": "", "amount": { - "quantity": 6, + "quantity": 3, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "3", + "2", + "1" ] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 5, "unit": "lovelace" }, - "assets": [] + "assets": [], + "derivation_path": [ + "1", + "3", + "0", + "2" + ] }, { "address": "", "amount": { - "quantity": 4, + "quantity": 7, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, { "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } + ], + "derivation_path": [ + "4", + "2", + "3", + "4", + "4" ] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } + "assets": [], + "derivation_path": [ + "0", + "2", + "2", + "3" ] } ], - "deposits_taken": [ + "collateral": [ { - "quantity": 7, + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "derivation_path": [ + "4", + "4", + "2", + "1" + ], + "id": "555ec921561910b7494c6b5a54c83b64123d65fd03597ad1543674f640744b4c", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 8, + "unit": "lovelace" + }, + "derivation_path": [ + "4" + ], + "id": "234a64582d7c20e37d181a4b0da45e557f9702583a150b26076d3ae60431505f", + "index": 2 + } + ], + "deposits_returned": [ + { + "quantity": 1, "unit": "lovelace" }, { - "quantity": 8, + "quantity": 2, "unit": "lovelace" }, { - "quantity": 1, + "quantity": 7, "unit": "lovelace" }, { - "quantity": 4, + "quantity": 5, "unit": "lovelace" }, { - "quantity": 8, + "quantity": 5, "unit": "lovelace" } ], - "certificates": [ + "deposits_taken": [ { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "7", - "6", - "8", - "7", - "3" - ] + "quantity": 3, + "unit": "lovelace" } ], - "change": [], - "deposits_returned": [], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ + "inputs": [ { "address": "", - "id": "61cc7942734c3d7a3d603827d1292b6b12787f5b4a7c0c6e3f11695d7f6921b8", - "index": 1, "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + } + ], "derivation_path": [ + "3", + "0", "3" - ] + ], + "id": "420f685b56e20683772bec0d8147461c320e393c4d545e0f0145381f25782f7c", + "index": 7 }, { "address": "", - "id": "4f16ed12402f1ffd77b363542b07126c0e033e6a6cf9302920ef35e274c9636c", - "index": 2, "amount": { - "quantity": 1, + "quantity": 8, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + } + ], "derivation_path": [ - "7", - "3", - "4", - "8", + "0", + "1", "2", - "3" - ] - }, + "0", + "0", + "1" + ], + "id": "44da691c7e906267bb4d3b67772e4d1cbc44cc016130e25e3e2b39785b841b23", + "index": 7 + } + ], + "outputs": [ { "address": "", - "id": "0e00655d5701627f1b85659fd536322f1b1835282c5917072b2e5b663d42d060", - "index": 8, "amount": { - "quantity": 2, + "quantity": 8, "unit": "lovelace" }, - "derivation_path": [ - "3", - "6", - "1", - "1" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + } ] }, { "address": "", - "id": "c33c555963426229011f347e3e7842be24316b137b5047227d4a532e760d4226", - "index": 7, "amount": { - "quantity": 8, + "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "5", - "7", - "3" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + } ] } - ] - }, - { + ], "withdrawals": [ { "amount": { - "quantity": 0, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "0", - "0", - "0", - "0" + "1", + "1" ], "stake_address": "" }, @@ -3109,7 +2755,9 @@ "unit": "lovelace" }, "derivation_path": [ - "2" + "2", + "1", + "1" ], "stake_address": "" }, @@ -3119,202 +2767,212 @@ "unit": "lovelace" }, "derivation_path": [ - "2", - "0" + "1", + "1" ], "stake_address": "" - } - ], - "inputs": [ + }, { - "address": "", - "id": "7b85d278632c763d3d56385e656a4f0c297ca602480812342b43440eab40e20a", - "index": 8, "amount": { - "quantity": 8, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "5" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "stake_address": "" }, { - "address": "", - "id": "4ebdc1587e5675562b2f480f5c5c50db3155ab2c0b505024702a5d73897d50b8", - "index": 4, "amount": { "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "8", - "1", - "8" + "2", + "2", + "1" ], + "stake_address": "" + } + ] + }, + { + "certificates": [ + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "3", + "4", + "2", + "1", + "2" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "1", + "3", + "0", + "3", + "0" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "4", + "2", + "3", + "2", + "4" + ] + } + ], + "change": [ + { + "address": "", + "amount": { + "quantity": 6, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 } + ], + "derivation_path": [ + "3" ] }, { "address": "", - "id": "1b5e45645432795dd33f40504e3b07422e1e7e011d4a378f383a41294860394b", - "index": 2, "amount": { - "quantity": 8, + "quantity": 6, "unit": "lovelace" }, - "derivation_path": [ - "4", - "7", - "6", - "6", - "0", - "1", - "5" - ], "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 + }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 } + ], + "derivation_path": [ + "0" ] - }, + } + ], + "collateral": [ { "address": "", - "id": "d3207915742dc31a142d41476921332f1e182b6f0a5d05556e287a6323796811", - "index": 3, "amount": { - "quantity": 0, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ - "3", - "7", - "0", - "0" + "3" ], - "assets": [] + "id": "2825340c641856783e8453ea0914be07059a121a77139d000e6571724a511765", + "index": 6 }, { "address": "", - "id": "4c6c38482c4d3849bb4257383164053f1d4b1e180594080ba1755b777e59d93b", - "index": 1, "amount": { "quantity": 5, "unit": "lovelace" }, "derivation_path": [ + "2", + "3", "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "3f26ed6319502a3266762f497036541af02f27c70531550a0b54fc0720cd7211", + "index": 7 } ], - "outputs": [ + "deposits_returned": [ + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [], + "inputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 3, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } - ] + ], + "derivation_path": [ + "1", + "0", + "3", + "4", + "1", + "2" + ], + "id": "1f70686813190c6fc84848573a005a3b241d312c095a306d2c42645049284f3f", + "index": 0 }, { "address": "", "amount": { - "quantity": 2, + "quantity": 3, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 } - ] + ], + "derivation_path": [ + "0" + ], + "id": "09797d0e56311b3d5a1a08f526557253c13b2f3a7cc6005c05557e3e1d014298", + "index": 1 }, { "address": "", @@ -3322,229 +2980,172 @@ "quantity": 1, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "assets": [] + "assets": [], + "derivation_path": [ + "3", + "1", + "4", + "0" + ], + "id": "357b07be3b74825345b57068021c5962912b70b916402b7229b3594a68573f01", + "index": 1 }, { "address": "", "amount": { - "quantity": 8, + "quantity": 7, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 } - ] - } - ], - "deposits_taken": [ - { - "quantity": 8, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qsyqszq9pqrszpgzqyrqszqyqsqssqg9qgpqzpcqqsyqgpaan4k", - "reward_account_path": [ - "7", - "4", - "6", - "0", - "7" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1pqzqwpc9q5qs2qcqpqyq2qgyq5zqwqqqqyqqyqq9q5rqw4pj59j", - "reward_account_path": [ - "2", + ], + "derivation_path": [ "1", - "2", - "0", - "8" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "5", - "4", + "3", "1", - "8", - "6" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "6", "2", - "1", - "0", - "6" - ] - } - ], - "change": [ + "0" + ], + "id": "363a0c3b361fc60c26180f3a4ef3746b2bdc7441081872672a2435783b1949ac", + "index": 1 + }, { "address": "", "amount": { - "quantity": 4, + "quantity": 3, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "5", + "3", + "3", "4", - "6" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "233d2d0f1c3c6116731b0f0a3979c0581a9743103308062944ec74d750285b00", + "index": 7 }, { "address": "", "amount": { - "quantity": 3, + "quantity": 6, "unit": "lovelace" }, - "derivation_path": [ - "6", - "2", - "7" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 } - ] + ], + "derivation_path": [ + "4", + "0" + ], + "id": "62315b72150e5a0d1a24128956047c18291a1355560c55cb5c2a3a506f4afb7a", + "index": 8 } ], - "deposits_returned": [ - { - "quantity": 3, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" - }, + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", + "outputs": [ { - "quantity": 3, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 0, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 5, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] }, - { - "quantity": 5, - "unit": "lovelace" - } - ], - "collateral": [ { "address": "", - "id": "fceee726d847967e2c637d5f384a433f1bda22d0b6793c5d3e57e6fede5e1f7e", - "index": 2, "amount": { "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "3" - ] + "assets": [] }, { "address": "", - "id": "af6805616e167c1443472a065a5b64704d616c6372ae460927af42246f615d00", - "index": 4, "amount": { - "quantity": 3, + "quantity": 6, "unit": "lovelace" }, - "derivation_path": [ - "6", - "7", - "0", - "8" - ] + "assets": [] }, { "address": "", - "id": "db6227b59e2a7f6d156d4b62440f435d595d777475975c6354585f433f121973", - "index": 2, "amount": { - "quantity": 4, + "quantity": 8, "unit": "lovelace" }, - "derivation_path": [ - "5", - "8" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + } ] + } + ], + "withdrawals": [ + { + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "stake_address": "" }, { - "address": "", - "id": "455d35440e6535588d3a495434323b8440202116003b4e7448c17e391672277a", - "index": 3, "amount": { "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "3", - "7", - "3", - "5", "2", - "4" - ] + "0" + ], + "stake_address": "" } ] } - ] + ], + "seed": 771007627 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionWithdrawalNetworkDiscriminantTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionWithdrawalNetworkDiscriminantTestnet0.json index cc70b0e8a24..b83692cbc8b 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionWithdrawalNetworkDiscriminantTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiCoinSelectionWithdrawalNetworkDiscriminantTestnet0.json @@ -1,67 +1,63 @@ { - "seed": -3229845351197644165, "samples": [ { "amount": { - "quantity": 47, + "quantity": 118, "unit": "lovelace" }, "derivation_path": [ - "8", - "3", - "5", "3" ], "stake_address": "" }, { "amount": { - "quantity": 57, + "quantity": 138, "unit": "lovelace" }, "derivation_path": [ - "7", - "8", - "4", - "7", "1", - "6" + "3" ], "stake_address": "" }, { "amount": { - "quantity": 80, + "quantity": 245, "unit": "lovelace" }, "derivation_path": [ - "3", + "4", "1", - "0" + "4", + "0", + "0", + "1" ], "stake_address": "" }, { "amount": { - "quantity": 129, + "quantity": 148, "unit": "lovelace" }, "derivation_path": [ + "3", "2", - "5" + "1", + "4" ], "stake_address": "" }, { "amount": { - "quantity": 149, + "quantity": 22, "unit": "lovelace" }, "derivation_path": [ - "6", - "5", "0", - "1" + "2", + "2" ], "stake_address": "" }, @@ -71,22 +67,27 @@ "unit": "lovelace" }, "derivation_path": [ - "0", - "3" + "2", + "2", + "4", + "3", + "2", + "2" ], "stake_address": "" }, { "amount": { - "quantity": 114, + "quantity": 62, "unit": "lovelace" }, "derivation_path": [ - "5", - "1", - "4", - "8", - "7" + "2", + "2", + "3", + "3", + "3", + "2" ], "stake_address": "" }, @@ -96,37 +97,37 @@ "unit": "lovelace" }, "derivation_path": [ - "7" + "2", + "1", + "2", + "0", + "1" ], "stake_address": "" }, { "amount": { - "quantity": 75, + "quantity": 153, "unit": "lovelace" }, "derivation_path": [ "4", - "6", - "4", - "5", - "3" + "0" ], "stake_address": "" }, { "amount": { - "quantity": 171, + "quantity": 141, "unit": "lovelace" }, "derivation_path": [ - "3", - "3", - "6", - "8", + "0", + "4", "1" ], "stake_address": "" } - ] + ], + "seed": 163002256 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionDataTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionDataTestnet0.json index 6b4b0a036cd..0023d07bb76 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionDataTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionDataTestnet0.json @@ -1,149 +1,255 @@ { - "seed": 5848220718435394146, "samples": [ { - "withdrawal": "self", "delegations": [ - { - "join": { - "pool": "pool15axjl5jfxr94u7yy8uqllrzf8rzrm3kvrxefvzvgs5g4w3nzln9", - "stake_key_index": "21043" - } - }, { "quit": { - "stake_key_index": "2089" + "stake_key_index": "1941" } }, { "join": { - "pool": "pool1a98cw0gj5gjecaxsdg6rseawjx0wqlkgrtl96wjscjx3cq9094n", - "stake_key_index": "6103" + "pool": "pool1d9t67yprmrh28ht2lyd3fn27zkq9f428hkd2u52g7enkctphtf4", + "stake_key_index": "15855" } }, { "quit": { - "stake_key_index": "29442" - } - }, - { - "join": { - "pool": "pool1lhvd5n2s9c8x3hfg5fljjezmcykr2h8n6kr2qhr69kf62k32je2", - "stake_key_index": "538" + "stake_key_index": "8473" } }, { - "join": { - "pool": "pool1ls9aqdtp8g0fammd7gyrv94qtuc3lhl3r83le502ymt5wv0r8mf", - "stake_key_index": "17352" + "quit": { + "stake_key_index": "4791" } }, { "join": { - "pool": "pool1w5m05kye2rep2wcswad53sx0ceaxz6u32re5dfjmpyxmkqf93vr", - "stake_key_index": "24100" + "pool": "pool1huxfky47edupmhrgqdv288y70rmgwy5zn0hy36k6zsfcs2sh2v4", + "stake_key_index": "9377" } }, { "quit": { - "stake_key_index": "11070" + "stake_key_index": "14073" } }, { "join": { - "pool": "pool16l7usuae5h83kweh0he2ucsajd83n0dh9qr5xna7a2frkp0p5zf", - "stake_key_index": "9464" + "pool": "pool1nr0ytrgn67eshv68ds5cpnltuhp22g0ew3qvv7h5htehwhy9rmp", + "stake_key_index": "12929" } }, { - "join": { - "pool": "pool1xrnmzge8c9qr3k9pgu34rkz77428llgw3w3m4vnwv2vj5wpn5rx", - "stake_key_index": "30110" + "quit": { + "stake_key_index": "12688" } }, { - "join": { - "pool": "pool1e8qcg2ftqqc34fjktyekwedf0pw78v4gzcjt3ymyknyhqh6th2m", - "stake_key_index": "6401" + "quit": { + "stake_key_index": "8013" } }, { "quit": { - "stake_key_index": "29824" + "stake_key_index": "1310" } }, { - "join": { - "pool": "pool1qlt48c8vnxeam6zs6sktqrxwmwmqyejzp96z7yucj8zmvqwwcas", - "stake_key_index": "4268" + "quit": { + "stake_key_index": "11083" } }, { - "quit": { - "stake_key_index": "13630" + "join": { + "pool": "pool1j2yuc4pn8y0qtnnj7q67wj7n2ll9hqrlcvd7puedz4x77pzz5gw", + "stake_key_index": "16262" } }, { "quit": { - "stake_key_index": "7552" + "stake_key_index": "13939" } + } + ], + "metadata": { + "2": "0x7f53" + }, + "mint_burn": [ + { + "operation": { + "burn": { + "quantity": 29 + } + }, + "policy_script_template": "cosigner#0" }, { - "quit": { - "stake_key_index": "15372" + "operation": { + "mint": { + "quantity": 25, + "receiving_address": "" + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] } }, { - "quit": { - "stake_key_index": "2052" - } + "asset_name": "546f6b656e58", + "operation": { + "mint": { + "quantity": 25, + "receiving_address": "" + } + }, + "policy_script_template": "cosigner#0" }, { - "join": { - "pool": "pool1m8d0wmwe6df63aelry73w8jvc7vgwv2u7xnp983rua297r7a30z", - "stake_key_index": "25043" + "asset_name": "546f6b656e56", + "operation": { + "burn": { + "quantity": 4 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] } }, { - "join": { - "pool": "pool1nmru0y3r9srjh7dckrplezlcajt8zfyugyu5f46ylsagy4vwv8u", - "stake_key_index": "10140" - } + "operation": { + "burn": { + "quantity": 14 + } + }, + "policy_script_template": "cosigner#0" }, { - "join": { - "pool": "pool1wuaftsk9jc5wuswm2sulmhyrr9eacd3ggq98xf8nq6dpje7x22d", - "stake_key_index": "3996" + "operation": { + "mint": { + "quantity": 2, + "receiving_address": "" + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] } }, { - "quit": { - "stake_key_index": "22458" + "asset_name": "546f6b656e5a", + "operation": { + "mint": { + "quantity": 5, + "receiving_address": "" + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] } }, { - "quit": { - "stake_key_index": "15020" - } + "asset_name": "546f6b656e46", + "operation": { + "mint": { + "quantity": 11, + "receiving_address": "" + } + }, + "policy_script_template": "cosigner#0" }, { - "quit": { - "stake_key_index": "23751" + "asset_name": "546f6b656e45", + "operation": { + "mint": { + "quantity": 21, + "receiving_address": "" + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] } }, { - "quit": { - "stake_key_index": "26261" + "asset_name": "546f6b656e54", + "operation": { + "burn": { + "quantity": 13 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] } }, { - "quit": { - "stake_key_index": "13735" + "asset_name": "546f6b656e44", + "operation": { + "mint": { + "quantity": 19, + "receiving_address": "" + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] } }, { - "quit": { - "stake_key_index": "6117" + "operation": { + "mint": { + "quantity": 14, + "receiving_address": "" + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] } } ], @@ -151,146 +257,129 @@ { "address": "", "amount": { - "quantity": 62, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 81, + "quantity": 239, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 182, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 }, { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 }, { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 }, { "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 }, { "asset_name": "546f6b656e45", - "quantity": 31, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "address": "", "amount": { - "quantity": 93, + "quantity": 195, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 46 }, { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 }, { "asset_name": "546f6b656e42", - "quantity": 44, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 47 }, { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } ] }, { "address": "", "amount": { - "quantity": 246, + "quantity": 203, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, { "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 199, + "quantity": 165, "unit": "lovelace" }, "assets": [] @@ -298,7 +387,7 @@ { "address": "", "amount": { - "quantity": 50, + "quantity": 165, "unit": "lovelace" }, "assets": [] @@ -306,271 +395,424 @@ { "address": "", "amount": { - "quantity": 87, + "quantity": 0, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 52, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 45, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 104, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { - "asset_name": "546f6b656e45", - "quantity": 39, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 }, { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 43 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ] }, { "address": "", "amount": { - "quantity": 243, + "quantity": 83, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 184, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 142, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 83, + "quantity": 61, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 } ] - } - ], - "mint_burn": [ + }, { - "operation": { - "mint": { - "quantity": 1 + "address": "", + "amount": { + "quantity": 20, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 233, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 } + ] + }, + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" }, - "policy_script_template": "cosigner#0" - } - ], - "metadata": { - "1": { - "map": [ + "assets": [ { - "k": { - "string": "腲𐝠" - }, - "v": { - "list": [ - { - "string": "ῆꩆ" - }, - { - "list": [ - { - "int": 1 - } - ] - } - ] - } + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { - "k": { - "string": "􂇹𥼀" - }, - "v": { - "int": 0 - } + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 52 }, { - "k": { - "string": "􌍄𡉝" - }, - "v": { - "list": [ - { - "map": [] - }, - { - "map": [] - } - ] - } + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 } ] - } - } - }, - { - "withdrawal": "self", - "delegations": [ - { - "join": { - "pool": "pool18prrphr02etpr02v5flnylyl93cd0j8pjepgeg307f36xw88q3s", - "stake_key_index": "15940" - } }, { - "quit": { - "stake_key_index": "14720" - } + "address": "", + "amount": { + "quantity": 66, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 1 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ] }, { - "quit": { - "stake_key_index": "29626" - } + "address": "", + "amount": { + "quantity": 221, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + } + ] }, { - "quit": { - "stake_key_index": "19649" - } + "address": "", + "amount": { + "quantity": 214, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 + } + ] }, { - "quit": { - "stake_key_index": "21275" - } + "address": "", + "amount": { + "quantity": 98, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 104, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 116, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 71, + "unit": "lovelace" + }, + "assets": [] + } + ], + "withdrawal": "self" + }, + { + "delegations": [ + { + "join": { + "pool": "pool16s6jl3ngsk3kqt4dxm7x56w7xm8kht9zs5uqzg7dfjzpw3xh76n", + "stake_key_index": "10659" + } + }, + { + "quit": { + "stake_key_index": "1530" + } + }, + { + "quit": { + "stake_key_index": "2612" + } + }, + { + "join": { + "pool": "pool1lcgtpvk7fjqdx434efxqu9v98pjgz85rr5fcgvjuqntc203yvr8", + "stake_key_index": "10079" + } }, { "join": { - "pool": "pool185c2x58d66nwqrjhegztqryzx3cunnferqzqpn429maegmffe70", - "stake_key_index": "22747" + "pool": "pool1svqm6r9vp2w6xk34vm4vdzwhn8lknfhysx0wlev794xuvs688ps", + "stake_key_index": "10693" } }, { "join": { - "pool": "pool1xpwzd9c69ccggamywlne4927wz6v00uxs35j9fdr433vwdsgpd4", - "stake_key_index": "15272" + "pool": "pool1m8nu7sjgd2wfu4mr5l0dw2hhghmrpulp3p7k0sgk9qagxhxkxjj", + "stake_key_index": "6535" } }, { "quit": { - "stake_key_index": "3481" + "stake_key_index": "4774" } }, { "join": { - "pool": "pool160a4kr5920v7u0hhvdsn47c0spty3xwp29cmnttfsdg4yzz0me2", - "stake_key_index": "856" + "pool": "pool1sh2ukkf7rjpeppt4e4w2uxusdkaywdjavgg5hafxpvsrkzrux7w", + "stake_key_index": "3598" } }, { "join": { - "pool": "pool1zechx2r766rt2aaet8q08yxxhsv4r0ytx9kslx068yp0vmtes8g", - "stake_key_index": "29074" + "pool": "pool1gj3wktqdmh4v7xm6525fcrhpx9mrsvmu7cheea797qdt7w864k3", + "stake_key_index": "1452" } } ], - "payments": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], "mint_burn": [ { + "asset_name": "546f6b656e49", "operation": { "burn": { - "quantity": 1 + "quantity": 20 } }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e48" + "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e4c", "operation": { - "mint": { - "quantity": 23 + "burn": { + "quantity": 21 } }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e49" + "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e57", "operation": { "mint": { - "quantity": 22 + "quantity": 8, + "receiving_address": "" } }, "policy_script_template": { @@ -585,19 +827,10 @@ ] } }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 0 - } - }, - "policy_script_template": "cosigner#0" - }, { "operation": { "burn": { - "quantity": 0 + "quantity": 7 } }, "policy_script_template": { @@ -605,36 +838,32 @@ "cosigner#0", { "active_from": 100 - }, - { - "active_until": 150 } ] - }, - "asset_name": "546f6b656e4f" + } }, { "operation": { - "burn": { - "quantity": 28 + "mint": { + "quantity": 3, + "receiving_address": "" } }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e55" + "policy_script_template": "cosigner#0" }, { "operation": { - "burn": { - "quantity": 10 + "mint": { + "quantity": 24, + "receiving_address": "" } }, "policy_script_template": "cosigner#0" }, { "operation": { - "mint": { - "receiving_address": "", - "quantity": 21 + "burn": { + "quantity": 10 } }, "policy_script_template": { @@ -642,18 +871,24 @@ "cosigner#0", { "active_from": 100 - }, - { - "active_until": 150 } ] } }, { + "asset_name": "546f6b656e4a", "operation": { "mint": { - "receiving_address": "", - "quantity": 16 + "quantity": 10, + "receiving_address": "" + } + }, + "policy_script_template": "cosigner#0" + }, + { + "operation": { + "burn": { + "quantity": 3 } }, "policy_script_template": { @@ -661,49 +896,43 @@ "cosigner#0", { "active_from": 100 - }, - { - "active_until": 150 } ] } }, { + "asset_name": "546f6b656e4b", "operation": { "mint": { - "receiving_address": "", - "quantity": 5 + "quantity": 4, + "receiving_address": "" } }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } + "policy_script_template": "cosigner#0" }, { "operation": { - "burn": { - "quantity": 7 + "mint": { + "quantity": 23 } }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] + "policy_script_template": "cosigner#0" + }, + { + "operation": { + "mint": { + "quantity": 0, + "receiving_address": "" + } }, - "asset_name": "546f6b656e47" + "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e4a", "operation": { "mint": { - "quantity": 7 + "quantity": 25, + "receiving_address": "" } }, "policy_script_template": { @@ -713,13 +942,20 @@ "active_from": 100 } ] + } + }, + { + "operation": { + "burn": { + "quantity": 16 + } }, - "asset_name": "546f6b656e56" + "policy_script_template": "cosigner#0" }, { "operation": { "burn": { - "quantity": 18 + "quantity": 6 } }, "policy_script_template": { @@ -735,9 +971,10 @@ } }, { + "asset_name": "546f6b656e44", "operation": { "burn": { - "quantity": 9 + "quantity": 29 } }, "policy_script_template": { @@ -754,8 +991,8 @@ }, { "operation": { - "burn": { - "quantity": 8 + "mint": { + "quantity": 27 } }, "policy_script_template": { @@ -763,14 +1000,18 @@ "cosigner#0", { "active_from": 100 + }, + { + "active_until": 150 } ] } }, { + "asset_name": "546f6b656e48", "operation": { "burn": { - "quantity": 13 + "quantity": 19 } }, "policy_script_template": { @@ -778,25 +1019,34 @@ "cosigner#0", { "active_from": 100 + }, + { + "active_until": 150 } ] + } + }, + { + "operation": { + "burn": { + "quantity": 4 + } }, - "asset_name": "546f6b656e56" + "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e46", "operation": { - "mint": { - "receiving_address": "", - "quantity": 5 + "burn": { + "quantity": 4 } }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e50" + "policy_script_template": "cosigner#0" }, { "operation": { "burn": { - "quantity": 10 + "quantity": 29 } }, "policy_script_template": { @@ -804,15 +1054,18 @@ "cosigner#0", { "active_from": 100 + }, + { + "active_until": 150 } ] } }, { + "asset_name": "546f6b656e45", "operation": { - "mint": { - "receiving_address": "", - "quantity": 10 + "burn": { + "quantity": 26 } }, "policy_script_template": { @@ -822,22 +1075,22 @@ "active_from": 100 } ] - }, - "asset_name": "546f6b656e51" + } }, { + "asset_name": "546f6b656e4c", "operation": { "mint": { - "receiving_address": "", - "quantity": 19 + "quantity": 27 } }, "policy_script_template": "cosigner#0" }, { "operation": { - "burn": { - "quantity": 13 + "mint": { + "quantity": 22, + "receiving_address": "" } }, "policy_script_template": { @@ -850,29 +1103,21 @@ "active_until": 150 } ] - }, - "asset_name": "546f6b656e4a" + } }, { "operation": { "burn": { - "quantity": 25 + "quantity": 24 } }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e4f" + "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e53", "operation": { "burn": { - "quantity": 16 + "quantity": 27 } }, "policy_script_template": { @@ -883,75 +1128,27 @@ } ] } - }, - { - "operation": { - "burn": { - "quantity": 19 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 30 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 28 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 25 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 11 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } } ], - "metadata": { - "6": { - "bytes": "0c67315e23321908152a486c6f5f416241517f02620052" - } - } - }, - { - "withdrawal": "self", "payments": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "", "", "", @@ -960,148 +1157,119 @@ "", "" ], - "mint_burn": [ + "withdrawal": "self" + }, + { + "delegations": [ { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 18 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e48" + "quit": { + "stake_key_index": "2347" + } }, { - "operation": { - "burn": { - "quantity": 18 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e52" + "quit": { + "stake_key_index": "11207" + } }, { - "operation": { - "burn": { - "quantity": 5 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e54" + "quit": { + "stake_key_index": "14394" + } }, { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 9 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] + "join": { + "pool": "pool1umvyd6fjju97azg5n3jq5dwanmazzzu859rqru88wrrskfn6ttx", + "stake_key_index": "10903" } }, { - "operation": { - "burn": { - "quantity": 21 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e4d" + "join": { + "pool": "pool1tcszrc4wr46pk8gvkrv9vzsh5ysvfcl5kmtk0kxj93nfccncutt", + "stake_key_index": "1255" + } }, { - "operation": { - "burn": { - "quantity": 17 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e50" + "quit": { + "stake_key_index": "6596" + } }, { - "operation": { - "burn": { - "quantity": 21 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] + "quit": { + "stake_key_index": "15282" } }, { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 11 - } - }, - "policy_script_template": "cosigner#0" + "quit": { + "stake_key_index": "3584" + } }, { - "operation": { - "burn": { - "quantity": 13 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] + "join": { + "pool": "pool1u9r9r840lxfj56kynywmx7nd7jsfhecfagpglfgqx938kwxtpfx", + "stake_key_index": "10348" + } + }, + { + "join": { + "pool": "pool1hvalckg0yc0j8t86xmpty8fhecatvx8sphyn3vnqwvr8ueh6k2x", + "stake_key_index": "5870" + } + }, + { + "quit": { + "stake_key_index": "6749" } }, { + "quit": { + "stake_key_index": "3335" + } + }, + { + "quit": { + "stake_key_index": "14614" + } + }, + { + "quit": { + "stake_key_index": "6679" + } + }, + { + "join": { + "pool": "pool1uhs2kcfwx9z9da6advutttdf2rgl7uhqc5stk42rk4j6qjjmchp", + "stake_key_index": "1998" + } + }, + { + "join": { + "pool": "pool1n23n8hl5lmqqd5dphaf84e3rkl45t2muh5cf2z0lu6wmuzju6lm", + "stake_key_index": "1306" + } + }, + { + "quit": { + "stake_key_index": "7852" + } + } + ], + "mint_burn": [ + { + "asset_name": "546f6b656e4e", "operation": { "mint": { - "receiving_address": "", - "quantity": 22 + "quantity": 11, + "receiving_address": "" } }, "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e59", "operation": { "mint": { - "quantity": 3 + "quantity": 24, + "receiving_address": "" } }, "policy_script_template": { @@ -1111,13 +1279,13 @@ "active_from": 100 } ] - }, - "asset_name": "546f6b656e4b" + } }, { + "asset_name": "546f6b656e49", "operation": { "burn": { - "quantity": 23 + "quantity": 20 } }, "policy_script_template": { @@ -1125,17 +1293,24 @@ "cosigner#0", { "active_from": 100 - }, - { - "active_until": 150 } ] } }, { + "asset_name": "546f6b656e49", "operation": { - "burn": { - "quantity": 21 + "mint": { + "quantity": 21, + "receiving_address": "" + } + }, + "policy_script_template": "cosigner#0" + }, + { + "operation": { + "mint": { + "quantity": 9 } }, "policy_script_template": { @@ -1148,13 +1323,12 @@ "active_until": 150 } ] - }, - "asset_name": "546f6b656e4d" + } }, { + "asset_name": "546f6b656e4c", "operation": { - "mint": { - "receiving_address": "", + "burn": { "quantity": 11 } }, @@ -1165,23 +1339,12 @@ "active_from": 100 } ] - }, - "asset_name": "546f6b656e41" + } }, { "operation": { "burn": { - "quantity": 6 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e51" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 6 + "quantity": 14 } }, "policy_script_template": { @@ -1194,33 +1357,218 @@ "active_until": 150 } ] + } + } + ], + "payments": [ + { + "address": "", + "amount": { + "quantity": 136, + "unit": "lovelace" }, - "asset_name": "546f6b656e45" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 61 + } + ] }, { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 20 + "address": "", + "amount": { + "quantity": 25, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 42 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } + ] + }, + { + "address": "", + "amount": { + "quantity": 109, + "unit": "lovelace" }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 111, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 120, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 10, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 66, + "unit": "lovelace" }, - "asset_name": "546f6b656e46" + "assets": [] }, + { + "address": "", + "amount": { + "quantity": 195, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + } + ] + } + ], + "withdrawal": "self" + }, + { + "metadata": { + "18": { + "map": [ + { + "k": { + "string": "䶻𬓞󷕀" + }, + "v": { + "map": [] + } + }, + { + "k": { + "string": "𦰶󵲣𨍗" + }, + "v": { + "map": [] + } + }, + { + "k": { + "string": "󠆷􀰐" + }, + "v": { + "list": [] + } + } + ] + } + }, + "mint_burn": [ { "operation": { "burn": { - "quantity": 17 + "quantity": 24 } }, "policy_script_template": { @@ -1230,14 +1578,21 @@ "active_from": 100 } ] + } + }, + { + "operation": { + "burn": { + "quantity": 6 + } }, - "asset_name": "546f6b656e48" + "policy_script_template": "cosigner#0" }, { "operation": { "mint": { - "receiving_address": "", - "quantity": 0 + "quantity": 15, + "receiving_address": "" } }, "policy_script_template": { @@ -1250,10 +1605,11 @@ } }, { + "asset_name": "546f6b656e53", "operation": { "mint": { - "receiving_address": "", - "quantity": 13 + "quantity": 18, + "receiving_address": "" } }, "policy_script_template": { @@ -1266,13 +1622,12 @@ "active_until": 150 } ] - }, - "asset_name": "546f6b656e41" + } }, { "operation": { "burn": { - "quantity": 26 + "quantity": 4 } }, "policy_script_template": { @@ -1289,9 +1644,16 @@ }, { "operation": { - "mint": { - "receiving_address": "", - "quantity": 3 + "burn": { + "quantity": 18 + } + }, + "policy_script_template": "cosigner#0" + }, + { + "operation": { + "burn": { + "quantity": 19 } }, "policy_script_template": { @@ -1307,205 +1669,460 @@ } }, { + "asset_name": "546f6b656e4e", + "operation": { + "burn": { + "quantity": 14 + } + }, + "policy_script_template": "cosigner#0" + }, + { + "asset_name": "546f6b656e59", "operation": { "mint": { - "quantity": 11 + "quantity": 24, + "receiving_address": "" + } + }, + "policy_script_template": "cosigner#0" + }, + { + "operation": { + "mint": { + "quantity": 11, + "receiving_address": "" } }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e57" + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] + } }, { + "asset_name": "546f6b656e44", "operation": { "burn": { - "quantity": 26 + "quantity": 0 } }, - "policy_script_template": "cosigner#0" + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] + } } - ] + ], + "payments": [ + "", + "", + "", + "", + "", + "", + "" + ], + "withdrawal": "self" }, { - "withdrawal": "self", "delegations": [ { - "join": { - "pool": "pool18ceutc8f7vkrs4n3823hxrvzsk68mpjwvf94x4l3nktnv867d7a", - "stake_key_index": "12854" + "quit": { + "stake_key_index": "5234" } }, { - "quit": { - "stake_key_index": "29229" + "join": { + "pool": "pool1efhwejx2vxda652256f2tlax7t6svn467mfu5k69unczz498zsm", + "stake_key_index": "10722" } }, { "quit": { - "stake_key_index": "6394" + "stake_key_index": "15760" } }, { - "quit": { - "stake_key_index": "23587" + "join": { + "pool": "pool1643puzczjhqy2urru0mahq390ctyvww46l25kkpcrn6ukpen6qm", + "stake_key_index": "2239" + } + }, + { + "join": { + "pool": "pool1yfgptrprg05vsg3nqpj2y7ke6qktrx8yt8guukra9vqw56vsp4y", + "stake_key_index": "1003" } }, { "join": { - "pool": "pool17xk54p266e3jfdzetrtgfan972n5crd8jywunvmvu9apkdn9ze8", - "stake_key_index": "21310" + "pool": "pool1g09r36gg3d6udfsh73jsulxzgykqsxh89ew0mtxzf35ej6c6rs2", + "stake_key_index": "169" } }, { "quit": { - "stake_key_index": "19354" + "stake_key_index": "3734" + } + }, + { + "quit": { + "stake_key_index": "586" } }, { "join": { - "pool": "pool1fc9s56a2rgt5vcsrhr8z7gepyrqj47zzwsh5pahk85f02e9u8hm", - "stake_key_index": "3033" + "pool": "pool1s8hkw5k7e7xysfhetxkmaxqsj7mpdewvra6lk87app8fkc29dly", + "stake_key_index": "637" } }, { "quit": { - "stake_key_index": "32718" + "stake_key_index": "3752" } }, { "join": { - "pool": "pool1k2d9ja9z84qtyemzjnhz8va5cdc5pu48pjpvusyfkh2djjssxwd", - "stake_key_index": "9983" + "pool": "pool1zwug5a3l00pfwdy9g2uthwcw5dkg8s0yv7ktgpmzkcdrzw0mzz5", + "stake_key_index": "1499" } }, { - "join": { - "pool": "pool1rzdk0um3s2klmmdwyqlcjkhmm5cjwdvkcfv890rqtps4k2k9hza", - "stake_key_index": "17806" + "quit": { + "stake_key_index": "13912" } }, { "join": { - "pool": "pool1gztxz5xfwp4n9pv23nuuggzwat3tmg2tgujpgyplz7xfjeyerq2", - "stake_key_index": "22433" + "pool": "pool1vnmpruv0r22sffekl57d38n26yvudefq8k0qr769cmg3726lkdz", + "stake_key_index": "6582" } } ], + "metadata": { + "26": [ + [] + ] + }, + "withdrawal": "self" + }, + { + "metadata": { + "5": { + "bytes": "7c9f1e584c7046935c485023785d0b2f530bc81da5227e6ee119574607703d57" + } + }, "payments": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "withdrawal": "self" + }, + { + "delegations": [ { - "address": "", - "amount": { - "quantity": 23, - "unit": "lovelace" - }, - "assets": [] + "join": { + "pool": "pool1l60ayy242fkmdqvr5gu50mgc3hfed4vay3f0yf6as90jyxm8l4n", + "stake_key_index": "15849" + } }, { - "address": "", - "amount": { - "quantity": 209, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, + "join": { + "pool": "pool1z4mcngngumdtd0y5lnr0vmhh6yuzkc6ejfc2nu32xd58unn6y8h", + "stake_key_index": "4582" + } + }, + { + "quit": { + "stake_key_index": "13288" + } + }, + { + "quit": { + "stake_key_index": "7772" + } + }, + { + "quit": { + "stake_key_index": "9604" + } + }, + { + "quit": { + "stake_key_index": "2166" + } + }, + { + "join": { + "pool": "pool1x436wc3uzt7d33augtnjhcgru27ptsyz8ng65ayswajyj3vla2j", + "stake_key_index": "15440" + } + }, + { + "quit": { + "stake_key_index": "10196" + } + }, + { + "quit": { + "stake_key_index": "2559" + } + }, + { + "join": { + "pool": "pool1c3rg5cmvf8fy37cf246q977k00xvsxkdp6l6frflxrsng05hlvl", + "stake_key_index": "8694" + } + }, + { + "join": { + "pool": "pool1hws9qyjq23up896sz2d2c5m29de46twelx5s7jvc8jwm5znl3fj", + "stake_key_index": "11052" + } + }, + { + "join": { + "pool": "pool10nekgk043edguz5fjuzryanrq9j89duttnqap6htur402ag0sry", + "stake_key_index": "8594" + } + }, + { + "quit": { + "stake_key_index": "10387" + } + } + ], + "metadata": { + "0": { + "list": [ { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "map": [ + { + "k": { + "string": "􇚤" + }, + "v": { + "list": [ + { + "int": 1 + } + ] + } + } + ] }, { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "map": [ + { + "k": { + "string": "􋢬⾦󰀰􏒂" + }, + "v": { + "bytes": "8630e849bb0309093b7c2639616f644d1a5734fe62114c5d0d" + } + }, + { + "k": { + "string": "􋾕" + }, + "v": { + "bytes": "344e322a5f28f7628f2a4a3d4bd759291c1619492150055987712016826723a9330d264094556ec14c1d2b51b35275270d1b5b414f3a417e5f483f52" + } + } + ] }, { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "map": [ + { + "k": { + "string": "𬰚" + }, + "v": { + "bytes": "4f3d32" + } + } + ] } ] + } + }, + "mint_burn": [ + { + "operation": { + "burn": { + "quantity": 1 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] + } + }, + { + "operation": { + "burn": { + "quantity": 7 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] + } + }, + { + "asset_name": "546f6b656e45", + "operation": { + "burn": { + "quantity": 13 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + } + }, + { + "operation": { + "mint": { + "quantity": 23 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + } }, + { + "operation": { + "mint": { + "quantity": 15 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] + } + } + ], + "payments": [ { "address": "", "amount": { - "quantity": 163, + "quantity": 131, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 43 }, { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 }, { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 }, { "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 49, + "quantity": 51, "unit": "lovelace" }, "assets": [] @@ -1513,7 +2130,7 @@ { "address": "", "amount": { - "quantity": 47, + "quantity": 87, "unit": "lovelace" }, "assets": [] @@ -1521,7 +2138,7 @@ { "address": "", "amount": { - "quantity": 7, + "quantity": 36, "unit": "lovelace" }, "assets": [] @@ -1529,308 +2146,438 @@ { "address": "", "amount": { - "quantity": 189, + "quantity": 81, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 31, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 97, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 } ] }, { "address": "", "amount": { - "quantity": 24, + "quantity": 147, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 }, { "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 }, { "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 197, + "quantity": 242, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + } + ] }, { "address": "", "amount": { - "quantity": 74, + "quantity": 39, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 } ] }, { "address": "", "amount": { - "quantity": 230, + "quantity": 106, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 } ] + } + ], + "withdrawal": "self" + }, + { + "delegations": [ + { + "quit": { + "stake_key_index": "968" + } + }, + { + "join": { + "pool": "pool1cgpvu8qzfd5jnyapye29gtdad5wvju79xm4urhhens80yafjdya", + "stake_key_index": "9564" + } + }, + { + "quit": { + "stake_key_index": "5472" + } + }, + { + "join": { + "pool": "pool16ln38a8ytcl7zf5840fnv8skvhlf8zapkzdsadwahgrhguy6lau", + "stake_key_index": "14368" + } + }, + { + "join": { + "pool": "pool1g2t8rqz32tpt9uw8vvh8p3d2xc32ffcudcjee5zlkex2quk6f3y", + "stake_key_index": "1139" + } + }, + { + "join": { + "pool": "pool1wee5sykyp2l2df02se9j43g0vksdmxmhm57uyh8638ktqkpusvq", + "stake_key_index": "13570" + } + }, + { + "join": { + "pool": "pool1mq3j898ef73cyen769qky5atyh5ffj0rah2p2zf2v7ekcxtnyfm", + "stake_key_index": "4797" + } + }, + { + "quit": { + "stake_key_index": "15399" + } + }, + { + "quit": { + "stake_key_index": "6287" + } + }, + { + "join": { + "pool": "pool1u5kyf6feyyafwy768jzrt5a7t7p39xn2djykhs8ffw3a7x259dm", + "stake_key_index": "13144" + } + }, + { + "join": { + "pool": "pool1uxqxp39aymmjdqyywnum960jxjqda7l8eta23w2ws77pk7ljgcz", + "stake_key_index": "690" + } + }, + { + "quit": { + "stake_key_index": "11556" + } + }, + { + "join": { + "pool": "pool1e6v5n35dh3pstxhpc4elgj3w9n5ejxnh2xn7hgyzvpp9ka0pwk7", + "stake_key_index": "12511" + } + }, + { + "quit": { + "stake_key_index": "11140" + } + }, + { + "quit": { + "stake_key_index": "7024" + } + }, + { + "join": { + "pool": "pool1jq93kmrpyrzdqmwm2cexza4yrf3s6nhnv7xlzjcsflpqywjj0cu", + "stake_key_index": "12577" + } + }, + { + "join": { + "pool": "pool15j6tskhqllj2cw9js0cgluy3w2fpndclf70j285p5pzwcfhww5x", + "stake_key_index": "7810" + } + }, + { + "quit": { + "stake_key_index": "13426" + } + }, + { + "join": { + "pool": "pool1fv5mvl0wcceu74zjd424rh6v9pqjzcyaz5tjhq6mszqus5a5epx", + "stake_key_index": "3019" + } }, + { + "quit": { + "stake_key_index": "1033" + } + } + ], + "metadata": { + "15": { + "list": [ + { + "bytes": "6d654c4416153d128b31024a2c422d0856733d396c7925379545184bfd335369691fa721087b4133433d2271" + } + ] + } + }, + "payments": [ { "address": "", "amount": { - "quantity": 85, + "quantity": 194, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 } ] }, + { + "address": "", + "amount": { + "quantity": 167, + "unit": "lovelace" + }, + "assets": [] + }, { "address": "", "amount": { "quantity": 46, "unit": "lovelace" }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 161, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 }, { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 }, { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 }, { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 }, { "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 57, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 205, + "quantity": 226, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 176, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 56, + "quantity": 35, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + } + ] }, { "address": "", "amount": { - "quantity": 235, + "quantity": 93, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + } + ] }, { "address": "", "amount": { - "quantity": 189, + "quantity": 77, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + } + ] }, { "address": "", "amount": { - "quantity": 53, + "quantity": 111, "unit": "lovelace" }, "assets": [] @@ -1838,2093 +2585,185 @@ { "address": "", "amount": { - "quantity": 232, + "quantity": 6, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 119, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 37 }, { - "asset_name": "546f6b656e42", - "quantity": 60, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 }, { - "asset_name": "546f6b656e44", - "quantity": 38, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "address": "", "amount": { - "quantity": 93, + "quantity": 143, "unit": "lovelace" }, - "assets": [] - } - ], - "mint_burn": [ - { - "operation": { - "burn": { - "quantity": 22 + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e4d" + ] }, { - "operation": { - "burn": { + "address": "", + "amount": { + "quantity": 84, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", "quantity": 3 } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } + ] }, { - "operation": { - "mint": { - "quantity": 25 - } + "address": "", + "amount": { + "quantity": 21, + "unit": "lovelace" }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e47" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 16 + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e51" + ] }, { - "operation": { - "burn": { - "quantity": 27 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] + "address": "", + "amount": { + "quantity": 230, + "unit": "lovelace" }, - "asset_name": "546f6b656e4c" - } - ], - "metadata": { - "5": { - "string": "𭤽" - } - } - }, - { - "withdrawal": "self", - "delegations": [ - { - "join": { - "pool": "pool1shjetwuu2aaxjdzhlh8swerpk46ls6thp8vdren0jr4ug0myvlm", - "stake_key_index": "10765" - } - }, - { - "join": { - "pool": "pool1axruv0thawtq4q5r0wvu6mnlg06awyhj0v3kx8j4mq9jx3es8us", - "stake_key_index": "30675" - } - }, - { - "join": { - "pool": "pool1dr9r4mydjvnacr6frztgmfsqys273y7h0skt6du9tmv3upflnn3", - "stake_key_index": "23117" - } - }, - { - "join": { - "pool": "pool1hkur9ehrqvchxd2pqqur66zmh2j2cuh2avwhrx7m3uftxz68ce9", - "stake_key_index": "837" - } - }, - { - "quit": { - "stake_key_index": "29436" - } - }, - { - "quit": { - "stake_key_index": "29845" - } - }, - { - "quit": { - "stake_key_index": "3364" - } - }, - { - "join": { - "pool": "pool1sp577nahdq9vltpn5w3wngqyn2scct2uexqqf5f7m24syjzvj7u", - "stake_key_index": "28208" - } - }, - { - "quit": { - "stake_key_index": "21949" - } - }, - { - "quit": { - "stake_key_index": "23839" - } - }, - { - "join": { - "pool": "pool1q247j0w0jfjftjnm70t4zv7nd2wjezszdl65h5xy6jc4vk5jl0h", - "stake_key_index": "14809" - } - }, - { - "quit": { - "stake_key_index": "7371" - } - }, - { - "join": { - "pool": "pool1hln7pu8jedr4tdq2kv0vtnrdcnqg08u5dryptujyrssnjkk0cyq", - "stake_key_index": "29012" - } - }, - { - "quit": { - "stake_key_index": "4487" - } - }, - { - "join": { - "pool": "pool17aedeay9cgd6zv8mkqpdh5t9h6d9hxw0yyaep7ueuls22ve7k2v", - "stake_key_index": "3150" - } - }, - { - "join": { - "pool": "pool1xweulsn3rlh3r9plvdcvcglsjx55nd9qzezcqmwp6rmfw20nghy", - "stake_key_index": "30356" - } - }, - { - "quit": { - "stake_key_index": "14224" - } - }, - { - "join": { - "pool": "pool1tugljrdqmfjhzgg7ehvn3msf0t2mwfst4gymrs7u9tgegww2tgl", - "stake_key_index": "29951" - } + "assets": [] }, - { - "quit": { - "stake_key_index": "9065" - } - }, - { - "join": { - "pool": "pool1u5ac520muwjh08frsplrh57v48dft3dcgefmfxm3cma55qw25ea", - "stake_key_index": "1672" - } - }, - { - "quit": { - "stake_key_index": "25103" - } - }, - { - "join": { - "pool": "pool1ytjn8jq57gzdy5mm73f2sruqv5h2eycewdzf7r3dpj5c6fsll30", - "stake_key_index": "331" - } - }, - { - "join": { - "pool": "pool1gz89h8g7pasfqpkf9ljz4l0xzkxd6zuk65jjyf9z463gwykn4ln", - "stake_key_index": "6727" - } - }, - { - "join": { - "pool": "pool1ga8nqxrpfaqqzrp9djrw0sqmhz673w8twwae6j4xqdc4sd0ydkk", - "stake_key_index": "2852" - } - }, - { - "join": { - "pool": "pool18r72azeq6429hnkujvpmjhsywwnlarpwukf0jlp4atfjsllud5w", - "stake_key_index": "19595" - } - }, - { - "quit": { - "stake_key_index": "11232" - } - } - ], - "payments": [ { "address": "", "amount": { - "quantity": 109, + "quantity": 163, "unit": "lovelace" }, - "assets": [] - } - ], - "mint_burn": [ - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 27 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e5a" - }, - { - "operation": { - "mint": { - "quantity": 3 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e44" - }, - { - "operation": { - "mint": { - "quantity": 15 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e4e" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 6 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 11 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e4e" - }, - { - "operation": { - "burn": { - "quantity": 9 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 0 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e51" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 29 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e56" - }, - { - "operation": { - "burn": { - "quantity": 5 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e45" - }, - { - "operation": { - "mint": { - "quantity": 20 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 23 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 19 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - } - ], - "metadata": { - "23": { - "list": [ - { - "list": [ - { - "bytes": "1ae0569e1f51506671226b5c795f45645b192d3d5a5f4aae8d2fd171c04061" - } - ] - }, + "assets": [ { - "string": "錯" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { - "list": [] - } - ] - } - } - }, - { - "withdrawal": "self", - "mint_burn": [ - { - "operation": { - "burn": { - "quantity": 25 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 5 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e54" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 30 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e5a" - }, - { - "operation": { - "burn": { - "quantity": 19 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e57" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 19 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e55" - }, - { - "operation": { - "mint": { - "quantity": 8 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e42" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 4 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 14 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e4a" - }, - { - "operation": { - "burn": { - "quantity": 16 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 19 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e59" - }, - { - "operation": { - "burn": { - "quantity": 27 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "mint": { - "quantity": 22 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e52" - }, - { - "operation": { - "burn": { - "quantity": 9 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e49" - }, - { - "operation": { - "burn": { - "quantity": 0 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e53" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 5 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 27 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e47" - }, - { - "operation": { - "burn": { - "quantity": 1 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e5a" - }, - { - "operation": { - "burn": { - "quantity": 21 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 28 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 20 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 28 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e55" - }, - { - "operation": { - "mint": { - "quantity": 18 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e4b" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 25 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 29 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e4a" - } - ], - "metadata": { - "0": { - "map": [] - } - } - }, - { - "withdrawal": "self", - "delegations": [ - { - "quit": { - "stake_key_index": "4073" - } - }, - { - "join": { - "pool": "pool15yxjse2lnhdns5srnpursucmd7ecgxc833p6pd38rh9m6yu57lx", - "stake_key_index": "17223" - } - }, - { - "quit": { - "stake_key_index": "26095" - } - } - ], - "mint_burn": [ - { - "operation": { - "burn": { - "quantity": 13 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e4f" - }, - { - "operation": { - "burn": { - "quantity": 9 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e48" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 16 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 22 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e4c" - }, - { - "operation": { - "burn": { - "quantity": 0 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 25 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 29 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e4d" - }, - { - "operation": { - "burn": { - "quantity": 12 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 0 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e50" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 23 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 2 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e4a" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 26 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e44" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 24 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "mint": { - "quantity": 26 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 6 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 8 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e43" - }, - { - "operation": { - "burn": { - "quantity": 23 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 25 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 15 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 17 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e46" - }, - { - "operation": { - "mint": { - "quantity": 1 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e59" - }, - { - "operation": { - "burn": { - "quantity": 23 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e56" - }, - { - "operation": { - "burn": { - "quantity": 26 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 23 - } - }, - "policy_script_template": "cosigner#0" - } - ], - "metadata": { - "21": { - "int": 0 - } - } - }, - { - "withdrawal": "self", - "payments": [ - { - "address": "", - "amount": { - "quantity": 9, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 50, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 43, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 170, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 33, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 34, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 32, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 77, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 34, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 36, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 155, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 42, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 86, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 32, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 47, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 153, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 245, - "unit": "lovelace" - }, - "assets": [] - } - ], - "mint_burn": [ - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 1 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e56" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 25 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e48" - }, - { - "operation": { - "burn": { - "quantity": 3 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e45" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 8 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e51" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 3 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e46" - }, - { - "operation": { - "burn": { - "quantity": 22 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 11 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e45" - }, - { - "operation": { - "burn": { - "quantity": 24 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e44" - }, - { - "operation": { - "burn": { - "quantity": 27 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e46" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 21 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e49" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 0 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 5 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 16 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e45" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 8 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 9 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e50" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 9 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e47" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 7 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e4d" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 3 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e58" - }, - { - "operation": { - "mint": { - "quantity": 7 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e4e" - }, - { - "operation": { - "burn": { - "quantity": 12 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e53" - }, - { - "operation": { - "burn": { - "quantity": 7 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - } - }, - { - "operation": { - "mint": { - "quantity": 28 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 10 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - } - }, - { - "operation": { - "burn": { - "quantity": 4 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e45" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 11 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e4c" - } - ], - "metadata": { - "8": { - "string": "𡉢" - } - } - }, - { - "withdrawal": "self", - "delegations": [ - { - "quit": { - "stake_key_index": "9204" - } - }, - { - "quit": { - "stake_key_index": "37" - } - }, - { - "join": { - "pool": "pool1q0a70zx6wjchk83ldda5spddjha8ggufrf4z0whcxwtjja922xm", - "stake_key_index": "32596" - } - }, - { - "join": { - "pool": "pool1gmymy2yd48g8xt4l93laxv2faffrpwt4d8cja0msuuplu7f5ufu", - "stake_key_index": "4369" - } - }, - { - "join": { - "pool": "pool1zhrvxn5c86j9hkl7x3mh99unwfwrp0eletjljlkfnpqk2nukde2", - "stake_key_index": "6664" - } - }, - { - "join": { - "pool": "pool12wsk2l8qrj5drfug5n6m66p7ugz6p2wle4f9el82nj6aynudax7", - "stake_key_index": "1457" - } - }, - { - "quit": { - "stake_key_index": "30734" - } - }, - { - "join": { - "pool": "pool1zvj2n2295ay9f7f7mrgus3heatdelr03hkhjhkrah0k6q0lsqvu", - "stake_key_index": "12296" - } - }, - { - "join": { - "pool": "pool188egt4t7w2hg50u0tlrxumncewzvny6k658zqn8cg08jc4n0jkk", - "stake_key_index": "29024" - } - }, - { - "join": { - "pool": "pool1h3xcjzwezcnzkgyyng5l495gfj5h6z8jmg7upzgl7wlnyvzty9l", - "stake_key_index": "16936" - } - }, - { - "join": { - "pool": "pool1pyjqvx4j79p77rfe6ldxash5454l8z0aghwyjt3apjauycc468f", - "stake_key_index": "2949" - } - }, - { - "join": { - "pool": "pool1y66ctkuuxahuk9jqnfk5jjpgsq423n6vumgea6n422s569e0lxf", - "stake_key_index": "6302" - } - }, - { - "quit": { - "stake_key_index": "824" - } - }, - { - "join": { - "pool": "pool1gszgrwd80ztye4d8at387msjx68pql44ug63x52qd3j67qnhwwd", - "stake_key_index": "15795" - } - }, - { - "join": { - "pool": "pool1cc6ppcq0ktps50lmyfxrv0f0tktd5rl282wqjgrxppjgxhc9llr", - "stake_key_index": "14978" - } - }, - { - "join": { - "pool": "pool1y4cj72wjuaywckqdn5xpldqgt4fmu0zul052fc9rdytfsvn7lg6", - "stake_key_index": "3389" - } - }, - { - "quit": { - "stake_key_index": "7770" - } - }, - { - "join": { - "pool": "pool1pwmzq5auqt3n3pcgyylavxx0xsfr65g7fsk620qylayucjhhnlq", - "stake_key_index": "27486" - } - }, - { - "quit": { - "stake_key_index": "25115" - } - }, - { - "quit": { - "stake_key_index": "6345" - } - }, - { - "join": { - "pool": "pool1xe3n23ajafhf25nqw7nss7tfrawqvj840zz2qulgj7n6ztgrsf7", - "stake_key_index": "14096" - } - }, - { - "quit": { - "stake_key_index": "20920" - } - }, - { - "join": { - "pool": "pool17df4swq9mtlqs785ak0kf2z20f58nn5fa3dpf787x57cyvrh5lz", - "stake_key_index": "16175" - } - }, - { - "quit": { - "stake_key_index": "15817" - } - }, - { - "quit": { - "stake_key_index": "21468" - } - }, - { - "quit": { - "stake_key_index": "16978" - } - } - ], - "payments": [ + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 + } + ] + }, { "address": "", "amount": { - "quantity": 138, + "quantity": 44, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 } ] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 61, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + } + ] }, { "address": "", "amount": { - "quantity": 139, + "quantity": 217, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 147, + "quantity": 143, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 76, + "quantity": 99, "unit": "lovelace" }, "assets": [] @@ -3932,104 +2771,104 @@ { "address": "", "amount": { - "quantity": 8, + "quantity": 9, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + } + ] } ], - "mint_burn": [ + "withdrawal": "self" + }, + { + "delegations": [ { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 10 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e4d" + "join": { + "pool": "pool1x9ctlq4pv6782zvpgu4egg6k8m9nq7ufj7vfkh7nf06gwy6qtpj", + "stake_key_index": "9113" + } }, { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 27 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] + "join": { + "pool": "pool1emtprulu2fcg2d2u7d5cguk6kqadumckhw2lf0m005rlcy5lmjj", + "stake_key_index": "742" } }, { - "operation": { - "mint": { - "quantity": 1 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e4c" + "quit": { + "stake_key_index": "16221" + } }, { - "operation": { - "burn": { - "quantity": 8 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e53" + "quit": { + "stake_key_index": "12847" + } }, { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 19 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e47" + "quit": { + "stake_key_index": "8901" + } }, { - "operation": { - "burn": { - "quantity": 22 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e58" + "quit": { + "stake_key_index": "1266" + } + }, + { + "join": { + "pool": "pool12c3pfw9pjwllcpeum38yvmj52jzr24qx2y93spyjxsqkgyu706p", + "stake_key_index": "15835" + } + }, + { + "join": { + "pool": "pool1qj9e8nmcg2jdadcte0ednk8y0gplu0ktqyn6wm89qz2l7094tk5", + "stake_key_index": "11343" + } + }, + { + "quit": { + "stake_key_index": "6664" + } + }, + { + "join": { + "pool": "pool1jmj20hfm80gfnfjs7w5mg7uya6v8ry0he0xq5j2dk8e4z58fgx4", + "stake_key_index": "8370" + } + }, + { + "quit": { + "stake_key_index": "9193" + } + }, + { + "quit": { + "stake_key_index": "12740" + } }, { + "quit": { + "stake_key_index": "4671" + } + } + ], + "metadata": { + "7": [ + [] + ] + }, + "mint_burn": [ + { + "asset_name": "546f6b656e58", "operation": { "burn": { - "quantity": 0 + "quantity": 25 } }, "policy_script_template": { @@ -4042,23 +2881,21 @@ "active_until": 150 } ] - }, - "asset_name": "546f6b656e4d" + } }, { "operation": { - "mint": { - "receiving_address": "", - "quantity": 25 + "burn": { + "quantity": 21 } }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e50" + "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e57", "operation": { "burn": { - "quantity": 22 + "quantity": 15 } }, "policy_script_template": { @@ -4068,52 +2905,23 @@ "active_from": 100 } ] - }, - "asset_name": "546f6b656e51" - }, - { - "operation": { - "mint": { - "receiving_address": "", - "quantity": 18 - } - }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e43" + } }, { + "asset_name": "546f6b656e46", "operation": { "mint": { - "receiving_address": "", - "quantity": 17 + "quantity": 2 } }, "policy_script_template": "cosigner#0" }, { - "operation": { - "burn": { - "quantity": 15 - } - }, - "policy_script_template": { - "all": [ - "cosigner#0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "asset_name": "546f6b656e42" - }, - { + "asset_name": "546f6b656e55", "operation": { "mint": { - "receiving_address": "", - "quantity": 14 + "quantity": 22, + "receiving_address": "" } }, "policy_script_template": { @@ -4121,148 +2929,79 @@ "cosigner#0", { "active_from": 100 - } - ] - }, - "asset_name": "546f6b656e49" - } - ], - "metadata": { - "21": { - "map": [ - { - "k": { - "string": "󺇴󹻒𦋼" }, - "v": { - "list": [] - } - } - ] - } - } - }, - { - "withdrawal": "self", - "delegations": [ - { - "join": { - "pool": "pool150e5j46vnqeetw0rnhhsvgvw788ny9tnuwa3ja5jgtelwwa5kqa", - "stake_key_index": "4653" - } - }, - { - "join": { - "pool": "pool1thvs6rl5hm22q6pupuvzs0vrc0sfmfupmecy9qksk90x6pra6t4", - "stake_key_index": "2499" - } - }, - { - "quit": { - "stake_key_index": "32584" - } - }, - { - "join": { - "pool": "pool1uc9p2v40t0a8ykx5v62c96090tg6ff03wle0v79fw5ak5q2xn9r", - "stake_key_index": "29339" - } - }, - { - "join": { - "pool": "pool1q72efrw9qdquyjg885f54a3fx7drtmdxz82wtja3s6hn2n8v42m", - "stake_key_index": "13645" - } - }, - { - "join": { - "pool": "pool1l9g0a6v5wu9neddfpmw3cqktkj89tudp45end77edy7vsj5d6ln", - "stake_key_index": "28973" - } - }, - { - "quit": { - "stake_key_index": "11863" - } - }, - { - "join": { - "pool": "pool1ckt3lzrlg5zdulakphnnmw46n3q268wqsre4d9qfapskglaqhv0", - "stake_key_index": "10221" - } - }, - { - "join": { - "pool": "pool10ehkefuav5m0m5sszt0ju465ce0hwwsnp4rfs7kt076ujnlarx0", - "stake_key_index": "21620" - } - }, - { - "join": { - "pool": "pool1mk49axfy7sdcg3w830yu93jyyeey6afrrmwqfwef5j8ww6k4u3f", - "stake_key_index": "12423" - } - }, - { - "quit": { - "stake_key_index": "17589" - } - }, - { - "quit": { - "stake_key_index": "17711" - } - }, - { - "quit": { - "stake_key_index": "28323" + { + "active_until": 150 + } + ] } }, { - "join": { - "pool": "pool12uh9u3vqe6ggarvupdwv870mhey9zfcu0gmh8nvq953p5nvdfaf", - "stake_key_index": "3720" + "asset_name": "546f6b656e43", + "operation": { + "burn": { + "quantity": 3 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] } }, { - "quit": { - "stake_key_index": "7251" + "asset_name": "546f6b656e5a", + "operation": { + "burn": { + "quantity": 21 + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] } }, { - "join": { - "pool": "pool1fnw4eh3s6l80zs7zwtdex9hkzj706sj8jg6rv2svgcgs6ecwtch", - "stake_key_index": "22476" - } + "asset_name": "546f6b656e50", + "operation": { + "burn": { + "quantity": 20 + } + }, + "policy_script_template": "cosigner#0" }, { - "join": { - "pool": "pool1lfapxgx46aly8ad0lxt5fym26s9hqgu58hdanl0luyey7u9f57k", - "stake_key_index": "16380" + "asset_name": "546f6b656e57", + "operation": { + "mint": { + "quantity": 28, + "receiving_address": "" + } + }, + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] } }, - { - "quit": { - "stake_key_index": "5177" - } - } - ], - "payments": [ - "", - "", - "", - "", - "", - "", - "", - "" - ], - "mint_burn": [ { "operation": { "mint": { - "receiving_address": "", - "quantity": 17 + "quantity": 17, + "receiving_address": "" } }, "policy_script_template": { @@ -4272,14 +3011,13 @@ "active_from": 100 } ] - }, - "asset_name": "546f6b656e50" + } }, { "operation": { "mint": { - "receiving_address": "", - "quantity": 11 + "quantity": 9, + "receiving_address": "" } }, "policy_script_template": { @@ -4297,7 +3035,7 @@ { "operation": { "burn": { - "quantity": 21 + "quantity": 23 } }, "policy_script_template": { @@ -4305,15 +3043,17 @@ "cosigner#0", { "active_from": 100 + }, + { + "active_until": 150 } ] } }, { "operation": { - "mint": { - "receiving_address": "", - "quantity": 25 + "burn": { + "quantity": 19 } }, "policy_script_template": "cosigner#0" @@ -4321,7 +3061,17 @@ { "operation": { "burn": { - "quantity": 3 + "quantity": 4 + } + }, + "policy_script_template": "cosigner#0" + }, + { + "asset_name": "546f6b656e54", + "operation": { + "mint": { + "quantity": 27, + "receiving_address": "" } }, "policy_script_template": { @@ -4339,7 +3089,7 @@ { "operation": { "burn": { - "quantity": 8 + "quantity": 25 } }, "policy_script_template": { @@ -4355,17 +3105,11 @@ } }, { + "asset_name": "546f6b656e52", "operation": { "mint": { - "quantity": 28 - } - }, - "policy_script_template": "cosigner#0" - }, - { - "operation": { - "burn": { - "quantity": 19 + "quantity": 10, + "receiving_address": "" } }, "policy_script_template": { @@ -4383,8 +3127,7 @@ { "operation": { "mint": { - "receiving_address": "", - "quantity": 25 + "quantity": 15 } }, "policy_script_template": { @@ -4401,18 +3144,17 @@ }, { "operation": { - "mint": { - "receiving_address": "", - "quantity": 26 + "burn": { + "quantity": 6 } }, - "policy_script_template": "cosigner#0", - "asset_name": "546f6b656e43" + "policy_script_template": "cosigner#0" }, { "operation": { - "burn": { - "quantity": 25 + "mint": { + "quantity": 0, + "receiving_address": "" } }, "policy_script_template": { @@ -4420,14 +3162,17 @@ "cosigner#0", { "active_from": 100 + }, + { + "active_until": 150 } ] } }, { "operation": { - "burn": { - "quantity": 13 + "mint": { + "quantity": 6 } }, "policy_script_template": { @@ -4437,13 +3182,32 @@ "active_from": 100 } ] + } + }, + { + "asset_name": "546f6b656e48", + "operation": { + "mint": { + "quantity": 23 + } }, - "asset_name": "546f6b656e50" + "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e48", "operation": { - "burn": { - "quantity": 7 + "mint": { + "quantity": 15, + "receiving_address": "" + } + }, + "policy_script_template": "cosigner#0" + }, + { + "asset_name": "546f6b656e51", + "operation": { + "mint": { + "quantity": 9 } }, "policy_script_template": { @@ -4461,8 +3225,25 @@ { "operation": { "mint": { - "receiving_address": "", - "quantity": 4 + "quantity": 16, + "receiving_address": "" + } + }, + "policy_script_template": "cosigner#0" + }, + { + "asset_name": "546f6b656e54", + "operation": { + "burn": { + "quantity": 10 + } + }, + "policy_script_template": "cosigner#0" + }, + { + "operation": { + "burn": { + "quantity": 15 } }, "policy_script_template": { @@ -4472,14 +3253,14 @@ "active_from": 100 } ] - }, - "asset_name": "546f6b656e4a" + } }, { + "asset_name": "546f6b656e4d", "operation": { "mint": { - "receiving_address": "", - "quantity": 6 + "quantity": 19, + "receiving_address": "" } }, "policy_script_template": { @@ -4493,20 +3274,58 @@ } ] } - }, + } + ], + "payments": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "withdrawal": "self" + }, + { + "delegations": [ + { + "quit": { + "stake_key_index": "5728" + } + } + ], + "metadata": { + "22": {} + }, + "mint_burn": [ { "operation": { "burn": { - "quantity": 30 + "quantity": 0 } }, "policy_script_template": "cosigner#0" }, { + "asset_name": "546f6b656e41", "operation": { "mint": { - "receiving_address": "", - "quantity": 15 + "quantity": 27, + "receiving_address": "" } }, "policy_script_template": { @@ -4522,9 +3341,27 @@ } }, { + "asset_name": "546f6b656e59", "operation": { - "mint": { - "receiving_address": "", + "burn": { + "quantity": 12 + } + }, + "policy_script_template": "cosigner#0" + }, + { + "asset_name": "546f6b656e4d", + "operation": { + "burn": { + "quantity": 17 + } + }, + "policy_script_template": "cosigner#0" + }, + { + "asset_name": "546f6b656e4a", + "operation": { + "burn": { "quantity": 24 } }, @@ -4533,19 +3370,23 @@ "cosigner#0", { "active_from": 100 - }, - { - "active_until": 150 } ] + } + }, + { + "asset_name": "546f6b656e42", + "operation": { + "burn": { + "quantity": 12 + } }, - "asset_name": "546f6b656e56" + "policy_script_template": "cosigner#0" }, { "operation": { - "mint": { - "receiving_address": "", - "quantity": 20 + "burn": { + "quantity": 23 } }, "policy_script_template": { @@ -4558,13 +3399,28 @@ "active_until": 150 } ] + } + }, + { + "operation": { + "mint": { + "quantity": 19, + "receiving_address": "" + } }, - "asset_name": "546f6b656e56" + "policy_script_template": { + "all": [ + "cosigner#0", + { + "active_from": 100 + } + ] + } }, { "operation": { "burn": { - "quantity": 22 + "quantity": 21 } }, "policy_script_template": { @@ -4580,14 +3436,17 @@ } }, { + "asset_name": "546f6b656e59", "operation": { "burn": { - "quantity": 16 + "quantity": 7 } }, "policy_script_template": "cosigner#0" } - ] + ], + "withdrawal": "self" } - ] + ], + "seed": -1390663188 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionTestnet0.json index 7729938d921..bd0ebaa95d8 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiConstructTransactionTestnet0.json @@ -1,670 +1,585 @@ { - "seed": 184668028591350585, "samples": [ { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "coin_selection": { - "withdrawals": [ - { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "2", - "0", - "0" - ], - "stake_address": "" - }, + "certificates": [ { - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "derivation_path": [ - "2", + "certificate_type": "quit_pool", + "reward_account_path": [ + "1", + "3", + "3", "1", - "0", - "0" - ], - "stake_address": "" - }, - { - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ "2" - ], - "stake_address": "" + ] } ], - "inputs": [ + "change": [ { "address": "", - "id": "0f5475797873456265929a332f4b777f657fec43327950f91ee77e986a0c2237", - "index": 2, "amount": { - "quantity": 1, + "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "3" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 } + ], + "derivation_path": [ + "0" ] - } - ], - "outputs": [ + }, { "address": "", "amount": { - "quantity": 0, + "quantity": 7, "unit": "lovelace" }, - "assets": [] + "assets": [], + "derivation_path": [ + "1", + "4", + "4", + "1", + "0", + "4" + ] }, { "address": "", "amount": { - "quantity": 8, + "quantity": 0, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "0" ] }, { "address": "", "amount": { - "quantity": 4, + "quantity": 5, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - "deposits_taken": [ - { - "quantity": 5, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "quit_pool", - "reward_account_path": [ + "assets": [], + "derivation_path": [ "0", - "7", - "7", - "6", - "8" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "5", - "5", - "8", "4", - "3" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ "4", - "3", - "1", - "5", - "1" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "2", - "5", - "8", - "3", + "0", "1" ] } ], - "change": [ + "collateral": [ { "address": "", "amount": { - "quantity": 4, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "0" + "4", + "3", + "4", + "4", + "0", + "4" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "1ba11e55ff2f061336251d2716560a7733575716092a66fc1f1b7378bf42252b", + "index": 7 }, { "address": "", "amount": { - "quantity": 4, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "5", - "7" + "2", + "1", + "4", + "4", + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "80082a6b7576213e17367d6a1a020a5119803c134052145aecd5262a0337a60c", + "index": 4 }, { "address": "", "amount": { - "quantity": 3, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "0", - "6", - "4", "1", - "8" + "3" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "8c0d703f163d174b64ea20243f4a69257e66292a0230e0732130231d1d244222", + "index": 8 }, { "address": "", "amount": { - "quantity": 3, + "quantity": 7, "unit": "lovelace" }, "derivation_path": [ - "0", - "8", - "5", - "1", - "8", - "6" + "0" ], - "assets": [] + "id": "70365e14181b7a7b520a503fdc5f54df6c72796b432d15b15e26656a1b1b6d82", + "index": 7 } ], - "deposits_returned": [ - { - "quantity": 4, - "unit": "lovelace" - }, - { - "quantity": 7, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - }, + "deposits_returned": [], + "deposits_taken": [ { "quantity": 2, "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", - "collateral": [ + "inputs": [ { "address": "", - "id": "855fd593513d79767810730d4f6c11c22e783f5c6b420e7e130c745b07337a25", - "index": 7, "amount": { - "quantity": 8, + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + } + ], "derivation_path": [ - "8", - "7", - "5", - "4", - "6", - "2" - ] - }, + "4" + ], + "id": "585a4b2c580f6783487ca71125766e3059727c5a66279d75265411287d26e237", + "index": 3 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [], + "withdrawals": [ { - "address": "", - "id": "ab3c01020213046f796a3c4e2d070515ba50606db0477c3b7a1479740e0b736b", - "index": 3, "amount": { - "quantity": 8, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "5", - "0", - "4", - "6", - "6", "1", - "1" - ] + "0" + ], + "stake_address": "" }, { - "address": "", - "id": "375c253b12f8417e1d1c53bb43ad342606fd5b8c4f553ca01d505847340f386a", - "index": 6, "amount": { - "quantity": 8, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "4", - "5", - "4", - "3", - "2" - ] + "1", + "0" + ], + "stake_address": "" }, { - "address": "", - "id": "09513c0d053d985955533e47483c1a542966ef333c140e677a615d0da79aba6c", - "index": 0, "amount": { "quantity": 8, "unit": "lovelace" }, "derivation_path": [ - "3", - "3", - "3", - "6", - "6" - ] - } - ] - }, - "fee": { - "quantity": 115, - "unit": "lovelace" - } - }, - { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "coin_selection": { - "withdrawals": [ + "2", + "0", + "0" + ], + "stake_address": "" + }, { "amount": { - "quantity": 6, + "quantity": 7, "unit": "lovelace" }, "derivation_path": [ - "0", - "2" + "2", + "2", + "1" ], "stake_address": "" }, { "amount": { - "quantity": 0, + "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "0", - "0" + "1", + "1" ], "stake_address": "" }, { "amount": { - "quantity": 7, + "quantity": 6, "unit": "lovelace" }, "derivation_path": [ - "2" + "2", + "1" ], "stake_address": "" - }, + } + ] + }, + "fee": { + "quantity": 91, + "unit": "lovelace" + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + }, + { + "coin_selection": { + "change": [], + "collateral": [ { + "address": "", "amount": { - "quantity": 0, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ - "2" + "1", + "0", + "2", + "3", + "0", + "3" ], - "stake_address": "" + "id": "a31b471142c7720f44572d4c444d452649325b20454b575d54463b4231047d07", + "index": 0 }, { + "address": "", "amount": { - "quantity": 5, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "0", - "2" + "3", + "4" ], - "stake_address": "" + "id": "07b87e073f44ae43190a4c4e323a26607b7f1d45793003214b234d3f43e31c29", + "index": 0 } ], - "inputs": [ + "deposits_returned": [ + { + "quantity": 1, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 3, + "unit": "lovelace" + } + ], + "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [ { "address": "", - "id": "47770371360775f53577292e12dd23005b941f795133220e231c0113120b4e62", - "index": 1, "amount": { - "quantity": 7, + "quantity": 0, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 } ] }, { "address": "", - "id": "4a1eaf68832d6f6786641204322775500006bf151d0b6d3f7fa43d4a04741364", - "index": 0, "amount": { - "quantity": 1, + "quantity": 5, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 5, "unit": "lovelace" }, - "derivation_path": [ - "7", - "6", - "0", - "7", - "7", - "5" - ], "assets": [] }, { "address": "", - "id": "3f2e2b6f0d704b4622146e3b36145e2e1b2e7f395623110bd5f2017c6a395c61", - "index": 0, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0", - "5", - "2", - "7", - "6", - "1", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 } ] + } + ], + "withdrawals": [ + { + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "1", + "2" + ], + "stake_address": "" }, { - "address": "", - "id": "1a1a25237d56141b03375339b16a713b1e7e2e09394b12170031287d20221dc9", - "index": 5, "amount": { "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "0", - "5", "2", - "6", - "0", - "0", - "8" + "1", + "0" ], - "assets": [] - } - ], - "outputs": [ + "stake_address": "" + }, { - "address": "", "amount": { - "quantity": 5, + "quantity": 0, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - "deposits_taken": [ + "derivation_path": [ + "0", + "1", + "2" + ], + "stake_address": "" + }, { - "quantity": 2, - "unit": "lovelace" + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "1" + ], + "stake_address": "" }, { - "quantity": 8, - "unit": "lovelace" + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "1" + ], + "stake_address": "" }, { - "quantity": 2, - "unit": "lovelace" + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "1" + ], + "stake_address": "" } - ], + ] + }, + "fee": { + "quantity": 110, + "unit": "lovelace" + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=" + }, + { + "coin_selection": { "certificates": [ { - "certificate_type": "quit_pool", + "certificate_type": "register_reward_account", "reward_account_path": [ - "2", - "3", + "4", + "1", "0", + "3", + "1" + ] + }, + { + "certificate_type": "join_pool", + "pool": "pool1qgqsyqspqqqszpqyqqzqgpqyqgqqxpqzqyqqxpqrqqqqg640lxp", + "reward_account_path": [ + "4", "4", + "0", + "1", "4" ] + }, + { + "certificate_type": "join_pool", + "pool": "pool1qgpqxqqzqyqqzqqzqqqsgqcpqqzqgqqrqypqqqqrqgqsqqvrfex", + "reward_account_path": [ + "1", + "1", + "3", + "3", + "1" + ] + }, + { + "certificate_type": "join_pool", + "pool": "pool1qgzqxqqqqgqqqpqqqypqyqszqyqqqpqzqqzqypqpqypsyamqmht", + "reward_account_path": [ + "0", + "2", + "4", + "1", + "3" + ] } ], - "change": [ + "change": [], + "collateral": [ { "address": "", "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "4", - "4", - "6", - "5", - "4", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "quantity": 8, + "unit": "lovelace" + }, + "derivation_path": [ + "4", + "4" + ], + "id": "5f174341143d419a754708cf31f49548555a017166d71105df5c51737b4b7621", + "index": 7 }, { "address": "", "amount": { - "quantity": 4, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ - "5", - "5", - "8", - "8", - "1" + "2", + "1", + "1", + "2" ], - "assets": [] + "id": "f6755ac5171a3879a902dd224b635338ab5924697102555605ad166e345a327e", + "index": 4 }, { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "0", - "8", - "2", - "6", - "7" + "4", + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "4b781d2c7f745b974613794ef26f704ee7087072375a3962c9654d23301a0f39", + "index": 6 }, { "address": "", @@ -673,18 +588,18 @@ "unit": "lovelace" }, "derivation_path": [ - "3", - "3", - "0", - "7", + "2", + "4", + "2", "0" ], - "assets": [] + "id": "53416a40796c0b27201da1cb1b4b5543522a330e7a3c551c223c9a39135131fa", + "index": 8 } ], "deposits_returned": [ { - "quantity": 8, + "quantity": 6, "unit": "lovelace" }, { @@ -692,672 +607,720 @@ "unit": "lovelace" }, { - "quantity": 4, + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 0, "unit": "lovelace" }, { "quantity": 6, "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 8, + "unit": "lovelace" } ], - "collateral": [ + "inputs": [ { "address": "", - "id": "694e03b40a457b280ade7a76bf6539345bac5b15079c41bb5c1c3b7641924a25", - "index": 2, "amount": { - "quantity": 1, + "quantity": 7, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + } + ], "derivation_path": [ - "2", - "8", - "3", - "2" - ] + "4", + "1" + ], + "id": "245e345b4db17d0b777d200d2f4e391b60102663ba7fea506bbe4f192734074a", + "index": 8 }, { "address": "", - "id": "35550434426b02af1f630049006502747b04152460011d5f491525dcbc60332d", - "index": 2, "amount": { - "quantity": 1, + "quantity": 8, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "7", - "1", - "3", - "5", - "3", - "3", - "3" - ] - }, + "0", + "2" + ], + "id": "344c17b328484c362a5e68bd565f0e7d2f1274345605002f65596f040438ff59", + "index": 1 + } + ], + "outputs": [ { "address": "", - "id": "70e047682008af744054af87521e5e7a0f112906147f0e645e625f4b05286f55", - "index": 4, "amount": { - "quantity": 6, + "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "2" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + } ] } - ] - }, - "fee": { - "quantity": 38, - "unit": "lovelace" - } - }, - { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "coin_selection": { + ], "withdrawals": [ { "amount": { - "quantity": 2, + "quantity": 6, "unit": "lovelace" }, "derivation_path": [ + "0", "2", - "2" + "1" ], "stake_address": "" }, { "amount": { - "quantity": 8, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "0" + "0", + "1", + "1" ], "stake_address": "" }, { "amount": { - "quantity": 2, + "quantity": 7, "unit": "lovelace" }, "derivation_path": [ "1", - "0", "2" ], "stake_address": "" } + ] + }, + "fee": { + "quantity": 19, + "unit": "lovelace" + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + }, + { + "coin_selection": { + "certificates": [ + { + "certificate_type": "join_pool", + "pool": "pool1qyzqqqqrqvqsqqgqqqqqxqqrqyqsxqqzqqpsxpqpqvpsye9vh9f", + "reward_account_path": [ + "1", + "3", + "2", + "0", + "0" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "1", + "1", + "2", + "2", + "1" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "3", + "0", + "1", + "3", + "3" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "4", + "4", + "1", + "2", + "2" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "4", + "1", + "3", + "2", + "3" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "1", + "1", + "1", + "3", + "2" + ] + } ], - "inputs": [ + "change": [ { "address": "", - "id": "66083658fc880d797ccd22313528172a5e234a660a4aee392c6e6e2d2c6b6938", - "index": 0, "amount": { - "quantity": 2, + "quantity": 7, "unit": "lovelace" }, - "derivation_path": [ - "6", - "5", - "5", - "0", - "1", - "2", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 }, { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 }, { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 } + ], + "derivation_path": [ + "0", + "3" ] }, { "address": "", - "id": "3b3b3ab73226e96e06645d7d2a3f63706a7c9e7a68330035606538482d7b4101", - "index": 3, "amount": { - "quantity": 6, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "8", - "6", - "5" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + } ], - "assets": [] + "derivation_path": [ + "0", + "4" + ] }, { "address": "", - "id": "5e6f342c012bf6042c307c7d0b537c534dba3874275548360f6afe7263e75955", - "index": 4, "amount": { "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "8", - "5", - "4", - "3", - "0" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "3" ] }, { "address": "", - "id": "24b2747a0444de49173f7c5c0f1b0bb990791859576372043b431f30657b954f", - "index": 6, "amount": { - "quantity": 6, + "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "8", - "0", - "6", - "7", - "3" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 } + ], + "derivation_path": [ + "0", + "1", + "0", + "0" ] - }, + } + ], + "collateral": [ { "address": "", - "id": "24513987282e316c1b73600c05767f10494bf2cc1e864b3f2752261a4d6a6b64", - "index": 1, "amount": { "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "6", - "3", - "4", + "1", "0", "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "6a432c10da7b297c74772052113c34080356202d1976011dd6c60ea977780a3b", + "index": 0 }, { "address": "", - "id": "3c2ba7443e853657dc432807134e5dce04755afc43074a10151e53285d3e0829", - "index": 4, "amount": { - "quantity": 4, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "2", - "5", - "5", - "1", "0", - "6", - "7" + "1", + "4", + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "outputs": [ + "id": "867f22005b54d5655044d675a9d9300626314e4de3156640f96404c650d37342", + "index": 1 + }, { "address": "", "amount": { - "quantity": 0, + "quantity": 7, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "derivation_path": [ + "1", + "1", + "1" + ], + "id": "b1193448040e1b367297166d4c3e0148b53d42732b1531274025354e57eeecfb", + "index": 6 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 5, "unit": "lovelace" }, - "assets": [] + "derivation_path": [ + "4", + "4", + "2", + "0", + "0", + "1" + ], + "id": "06f5c437210de573521d1a3c6d08932a520e78d0657b42631e5b6030d91a323b", + "index": 4 }, { "address": "", "amount": { - "quantity": 5, + "quantity": 6, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "derivation_path": [ + "2", + "0", + "4", + "2" + ], + "id": "1267cf11451e0318782d7420080d691e67151a4906117f5bbf8f1758e3436776", + "index": 4 } ], - "deposits_taken": [ + "deposits_returned": [ { - "quantity": 7, + "quantity": 4, "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qqyqspspqyqsypcgqgqqypgyqqzsyqgyqgyqzqcqqqqszy8ewc0", - "reward_account_path": [ - "7", - "8", - "6", - "4", - "1" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "6", - "4", - "3", - "6", - "2" - ] }, { - "certificate_type": "quit_pool", - "reward_account_path": [ - "5", - "1", - "0", - "7", - "3" - ] + "quantity": 3, + "unit": "lovelace" }, { - "certificate_type": "join_pool", - "pool": "pool1q5qsvpg8qcqqxqqzqcqqspgrqgpqwpqrqyqqspg9pqpqwpwkvjd", - "reward_account_path": [ - "2", - "5", - "6", - "5", - "5" - ] - }, + "quantity": 1, + "unit": "lovelace" + } + ], + "deposits_taken": [ { - "certificate_type": "join_pool", - "pool": "pool1q5rs2pszqcrqzpcyq5yq2pcypqqssqgqqqzq2qcgqcyqqr4uwar", - "reward_account_path": [ - "3", - "7", - "8", - "0", - "6" - ] + "quantity": 0, + "unit": "lovelace" } ], - "change": [ + "inputs": [ { "address": "", "amount": { - "quantity": 8, + "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "7", - "0", - "8", - "0", - "2", - "3" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 } - ] + ], + "derivation_path": [ + "2", + "0", + "3" + ], + "id": "f75e57584937156a18554ced6322451f18c526d308672272460821ec08fde154", + "index": 7 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 4, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "6", "0", - "6" + "2", + "3", + "4", + "4" ], + "id": "681969533924322536c751601457194c33fa5c3b237e0c486720507f615e1e60", + "index": 6 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [ + { + "address": "", + "amount": { + "quantity": 6, + "unit": "lovelace" + }, "assets": [] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "5" - ], "assets": [] }, { "address": "", "amount": { - "quantity": 6, + "quantity": 7, "unit": "lovelace" }, - "derivation_path": [ - "8", - "4" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 4, "unit": "lovelace" }, - "derivation_path": [ - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "1", - "3", - "4" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 } ] } ], - "deposits_returned": [ + "withdrawals": [ { - "quantity": 3, - "unit": "lovelace" + "amount": { + "quantity": 8, + "unit": "lovelace" + }, + "derivation_path": [ + "2" + ], + "stake_address": "" + } + ] + }, + "fee": { + "quantity": 111, + "unit": "lovelace" + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + }, + { + "coin_selection": { + "certificates": [ + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "3", + "2", + "4", + "4", + "1" + ] }, { - "quantity": 2, - "unit": "lovelace" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "2", + "2", + "0", + "0", + "1" + ] }, { - "quantity": 6, - "unit": "lovelace" + "certificate_type": "quit_pool", + "reward_account_path": [ + "2", + "1", + "3", + "1", + "3" + ] }, { - "quantity": 8, - "unit": "lovelace" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "3", + "4", + "1", + "3", + "4" + ] } ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ + "change": [ { "address": "", - "id": "353c2246380212076c02257c462ff2352914333b1a6b05356d288776590a0155", - "index": 2, "amount": { - "quantity": 2, + "quantity": 4, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", - "5", - "0" + "0", + "3", + "4" ] }, { "address": "", - "id": "673d7b7b010d675f673b1e312f4006612bf6092d16703012742c097105590237", - "index": 1, "amount": { - "quantity": 6, + "quantity": 5, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + } + ], "derivation_path": [ - "8", - "5", + "4", + "3", "0", - "5" + "2" ] }, { "address": "", - "id": "2a2e1e016e5a727227742340655921987fb349697f5171412174096fd157546c", - "index": 8, "amount": { - "quantity": 6, + "quantity": 8, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + } + ], "derivation_path": [ - "4", "3", - "5" + "4", + "0", + "1", + "4" ] }, { "address": "", - "id": "ec411c36222163284e2813783d06047043365e30b0336c514f2216148add4e29", - "index": 3, "amount": { - "quantity": 0, + "quantity": 6, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "0", - "1" + "2" ] - }, + } + ], + "collateral": [ { "address": "", - "id": "1514464c3169395f4563325e202763702b753a2f0b550ad21d170aaf30864e57", - "index": 0, "amount": { "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "8", + "2", + "1", "4", - "8", - "6" - ] - } - ] - }, - "fee": { - "quantity": 91, - "unit": "lovelace" - } - }, - { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "coin_selection": { - "withdrawals": [ + "4", + "2" + ], + "id": "710e5b59014d0c18d0f806477c6e424b1f732d6a7d02762e36111257d1210326", + "index": 3 + }, { + "address": "", "amount": { - "quantity": 4, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "0", - "1" + "1", + "2", + "3", + "3" ], - "stake_address": "" + "id": "056339307e2a2c5013582a2a101b084f461a73bb464608152aab5323dda74365", + "index": 4 }, { + "address": "", "amount": { - "quantity": 6, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "2", "1", - "0", - "0" + "3" ], - "stake_address": "" + "id": "0670320301744d731330741c6950872c391f2e68ce526d6a2e5747492320d82d", + "index": 4 }, { + "address": "", "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "2", + "1", + "1", + "4", "0" ], - "stake_address": "" + "id": "2d4f283b1f4c51014f244372561986ab182f83740d471c4d5c7a2876ed002743", + "index": 2 }, { + "address": "", "amount": { - "quantity": 1, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "2", + "0", + "4", + "0", + "1", "0", "2" ], - "stake_address": "" - } - ], - "inputs": [], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 5, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "74c47e557ee98f4e0f51692619277139671b5f3a795d166b0e2c581b35292466", + "index": 6 }, { "address": "", @@ -1365,18 +1328,24 @@ "quantity": 8, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "derivation_path": [ + "4", + "2", + "0", + "4" + ], + "id": "47537f0e05437567446c3c72082b4538664a76023b2b064b2a2d5a0a51c13427", + "index": 1 } ], + "deposits_returned": [], "deposits_taken": [ { - "quantity": 2, + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 4, "unit": "lovelace" }, { @@ -1384,556 +1353,457 @@ "unit": "lovelace" }, { - "quantity": 0, + "quantity": 4, "unit": "lovelace" }, { - "quantity": 1, + "quantity": 4, "unit": "lovelace" } ], - "change": [ + "inputs": [ { "address": "", "amount": { - "quantity": 4, + "quantity": 8, "unit": "lovelace" }, - "derivation_path": [ - "1" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 } - ] - }, + ], + "derivation_path": [ + "4", + "1", + "4", + "1", + "3", + "4" + ], + "id": "775f347aa2c40c0f41714b7e36542b3907406c236508651d4be37a48307a4332", + "index": 4 + } + ], + "outputs": [], + "withdrawals": [ { - "address": "", "amount": { - "quantity": 4, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ + "2", + "0" + ], + "stake_address": "" + } + ] + }, + "fee": { + "quantity": 203, + "unit": "lovelace" + }, + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" + }, + { + "coin_selection": { + "certificates": [ + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "3", + "2", "4", + "1", "2" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } ] }, { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "7", - "8", - "4" - ], - "assets": [] + "certificate_type": "join_pool", + "pool": "pool1qyzqqqqzqgqsgqqyqgqsqqcyqvqsqqqrqspqgqcpqvpqgazpafq", + "reward_account_path": [ + "2", + "4", + "3", + "4", + "1" + ] }, + { + "certificate_type": "join_pool", + "pool": "pool1qsqqqqgqqspqyqqqqvqsyqcrqsqqzpqpqsqsxqqrqvzqxhksq6r", + "reward_account_path": [ + "3", + "0", + "3", + "3", + "3" + ] + } + ], + "change": [ { "address": "", "amount": { - "quantity": 5, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "7" - ], "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 } + ], + "derivation_path": [ + "2" ] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 8, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", - "6", - "5", - "6", - "0", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } + "4" ] } ], + "collateral": [], "deposits_returned": [ { - "quantity": 8, + "quantity": 6, "unit": "lovelace" }, { - "quantity": 5, + "quantity": 3, + "unit": "lovelace" + }, + { + "quantity": 4, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 3, + "unit": "lovelace" + }, + { + "quantity": 4, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 1, "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", - "collateral": [] - }, - "fee": { - "quantity": 199, - "unit": "lovelace" - } - }, - { - "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "coin_selection": { - "withdrawals": [], "inputs": [ { "address": "", - "id": "6c3e453b4128a5132901e22e632a8a1bff2a22786426135d1874255e6361ee3b", - "index": 6, "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + } + ], "derivation_path": [ - "6", - "1", - "2", + "0", "1", - "4", - "8", + "0", "2" ], - "assets": [] + "id": "c20c3e613a4e254e0c2311dbfd656f1f365550ad514a0f400623736c1877332e", + "index": 3 }, { "address": "", - "id": "117d782fd70d768eb37f011c684347cf2d25106329142e143b68765315d90b50", - "index": 7, "amount": { - "quantity": 5, + "quantity": 8, "unit": "lovelace" }, - "derivation_path": [ - "1", - "3", - "6", - "4", - "7" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 } - ] - }, - { - "address": "", - "id": "716d5e3e6758671b13f11b7654189a749d8442033846e8cd481f1656356c0b68", - "index": 4, - "amount": { - "quantity": 0, - "unit": "lovelace" - }, + ], "derivation_path": [ - "1", - "3", - "4" + "3" ], - "assets": [] - }, + "id": "7f6b95683f481c5a4d2051043ae91c4f17677631f25c30a7de6a412d681d0047", + "index": 0 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [ { "address": "", - "id": "7b73799bdad1300757262d1b5e5c3b617e55397bbc0c795c5f082c50655a376b", - "index": 2, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "7" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 } ] }, { "address": "", - "id": "1d194d002e34e06f512563686fdf283416342f164450934219196d4cb8006e43", - "index": 5, "amount": { - "quantity": 7, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "7", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } ] - } - ], - "outputs": [], - "deposits_taken": [], - "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qqpqqpg9qcrqgqsqpqpszpg8qsqq2qgzq5zqzqcrqcrqs3mz3t5", - "reward_account_path": [ - "5", - "7", - "5", - "6", - "4" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1qszsxzqyquzsxpspqgzqxpcgqyrqvqcqqgrqvpcpq5qsvf4c30s", - "reward_account_path": [ - "1", - "5", - "4", - "2", - "5" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "3", - "0", - "7", - "3", - "5" - ] }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "8", - "8", - "1", - "6", - "2" - ] + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "assets": [] } ], - "change": [ + "withdrawals": [ { - "address": "", "amount": { - "quantity": 4, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "6", - "5", "0", - "5", - "3", - "7" + "1", + "2" ], - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 6, + "quantity": 7, "unit": "lovelace" }, "derivation_path": [ - "1", - "1", - "6", "0", - "4" + "0" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 6, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "3", "1", - "0", - "4" + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - "deposits_returned": [ - { - "quantity": 6, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", - "collateral": [] - }, - "fee": { - "quantity": 111, - "unit": "lovelace" - } - }, - { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "coin_selection": { - "withdrawals": [ + "stake_address": "" + }, { "amount": { - "quantity": 8, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "0" + "1", + "1", + "1" ], "stake_address": "" - } - ], - "inputs": [ + }, { - "address": "", - "id": "304f0b247338175146411817911b66124073f335230b62426f61c460576c28be", - "index": 0, "amount": { - "quantity": 0, + "quantity": 8, "unit": "lovelace" }, "derivation_path": [ - "2", - "6", "2" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, + "derivation_path": [ + "1", + "2", + "0" + ], + "stake_address": "" + } + ] + }, + "fee": { + "quantity": 187, + "unit": "lovelace" + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + }, + { + "coin_selection": { + "change": [ { "address": "", "amount": { - "quantity": 5, + "quantity": 3, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } + ], + "derivation_path": [ + "0", + "4", + "3", + "3", + "1", + "4" ] }, { "address": "", "amount": { - "quantity": 4, + "quantity": 7, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "0", + "0", + "3", + "2" ] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 8, "unit": "lovelace" }, - "assets": [] + "assets": [], + "derivation_path": [ + "1", + "3", + "2" + ] }, { "address": "", "amount": { - "quantity": 7, + "quantity": 4, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } + ], + "derivation_path": [ + "2", + "3" ] } ], - "deposits_taken": [ + "collateral": [], + "deposits_returned": [ { - "quantity": 7, + "quantity": 4, "unit": "lovelace" }, { - "quantity": 7, + "quantity": 8, "unit": "lovelace" }, { - "quantity": 5, + "quantity": 4, "unit": "lovelace" }, { @@ -1941,59 +1811,92 @@ "unit": "lovelace" }, { - "quantity": 7, + "quantity": 2, "unit": "lovelace" - }, + } + ], + "deposits_taken": [ { - "quantity": 2, + "quantity": 8, "unit": "lovelace" } ], - "change": [ + "inputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 3, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + } + ], + "derivation_path": [ + "0" + ], + "id": "2b6a1502145542032b632b77371c7d407e5e32795c513e316b3066b519675e3c", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ], "derivation_path": [ + "2", + "3", + "3", "0", + "2" + ], + "id": "14900b39c3515768304f2bc10023185729666b6b11495768ab433270165e4273", + "index": 6 + }, + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ "4", "4", - "5", + "0", "1", - "3" + "2" ], - "assets": [] + "id": "7cc98645be48312d633e2b483a720609cf025b2f5b36381f5b7e0f12387e793c", + "index": 8 }, { "address": "", "amount": { - "quantity": 8, + "quantity": 7, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "3", + "4", + "0", + "2", "1", - "7" + "3" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "362a043c234c5611026d1974df6c7848067061314510695b64390a4713043bb6", + "index": 4 }, { "address": "", @@ -2001,142 +1904,137 @@ "quantity": 3, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "5", - "5", - "0" + "2", + "0", + "4" ], - "assets": [] + "id": "7c715420462d0f438f43690042340a1c41177c13123e02663f893c7c3aad6635", + "index": 5 } ], - "deposits_returned": [], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", - "collateral": [ + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", + "outputs": [ { "address": "", - "id": "7d65f8497b43651a315f1a615467d15912e9107d52662316482e395a25004040", - "index": 1, "amount": { - "quantity": 2, + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "1", - "2", - "6", - "1", - "4", - "8", - "6" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + } ] }, { "address": "", - "id": "2842287d30770d06262009b93c552b74a01f70fe6e23f3702e4177725241526f", - "index": 0, "amount": { - "quantity": 5, + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "8", - "7", - "7" - ] + "assets": [] }, { "address": "", - "id": "21364e0e2b506e6964de355764234fd70158425991421450120170801f1a773a", - "index": 6, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "2", - "8" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } ] - }, + } + ], + "withdrawals": [ { - "address": "", - "id": "7042267a6ba7232b1a21cd302c5f3d5e691a15c727292d00196d1b4130190e36", - "index": 1, "amount": { - "quantity": 0, + "quantity": 6, "unit": "lovelace" }, "derivation_path": [ + "2", "1" - ] + ], + "stake_address": "" } ] }, "fee": { - "quantity": 52, + "quantity": 48, "unit": "lovelace" - } + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=" }, { - "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", "coin_selection": { - "withdrawals": [ + "certificates": [ { - "amount": { - "quantity": 5, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "register_reward_account", + "reward_account_path": [ + "2", + "3", "0", - "1" - ], - "stake_address": "" - }, - { - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "derivation_path": [ - "2" - ], - "stake_address": "" + "3", + "0" + ] }, { - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "register_reward_account", + "reward_account_path": [ "2", + "4", + "1", "2", - "0", - "2" - ], - "stake_address": "" + "4" + ] }, { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "4", + "2", + "1", + "3", + "4" + ] + } + ], + "change": [ + { + "address": "", "amount": { - "quantity": 7, + "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1" - ], - "stake_address": "" + "3", + "0" + ] }, - { - "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "derivation_path": [ - "2" - ], - "stake_address": "" - } - ], - "inputs": [], - "outputs": [ { "address": "", "amount": { @@ -2146,44 +2044,67 @@ "assets": [ { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } + ], + "derivation_path": [ + "1", + "3", + "0", + "3", + "3" ] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 3, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } + ], + "derivation_path": [ + "2", + "0", + "2", + "2", + "3" ] + } + ], + "collateral": [ + { + "address": "", + "amount": { + "quantity": 3, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "1" + ], + "id": "7a350b248451164c7c55685647f6dd6551463879fd28611b7f23404802ab0d41", + "index": 2 + }, + { + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "derivation_path": [ + "2", + "4", + "3" + ], + "id": "527c3f9f37fb4ab448de4c3b5f1a26250f3714dc381c60464a356f4e3a265700", + "index": 7 }, { "address": "", @@ -2191,7 +2112,16 @@ "quantity": 1, "unit": "lovelace" }, - "assets": [] + "derivation_path": [ + "3", + "3", + "2", + "3", + "1", + "4" + ], + "id": "4c7f32755b21e804688db576525496f813483fb90e79054d4d416f106e1b167b", + "index": 5 }, { "address": "", @@ -2199,13 +2129,25 @@ "quantity": 3, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "derivation_path": [ + "2", + "4", + "3", + "2", + "1" + ], + "id": "0a3cf27a7d2573ec724d451a64873636527e10f0210a45db5b1b1064304d7171", + "index": 6 + } + ], + "deposits_returned": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" } ], "deposits_taken": [ @@ -2218,7 +2160,11 @@ "unit": "lovelace" }, { - "quantity": 7, + "quantity": 6, + "unit": "lovelace" + }, + { + "quantity": 2, "unit": "lovelace" }, { @@ -2226,154 +2172,132 @@ "unit": "lovelace" }, { - "quantity": 8, + "quantity": 2, "unit": "lovelace" } ], - "certificates": [ + "inputs": [ { - "certificate_type": "register_reward_account", - "reward_account_path": [ + "address": "", + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "1", "2", - "8", - "5", - "4", - "7" - ] + "4" + ], + "id": "0b515b7276163a6e73451e232e0a422ecbff1d9c3f1767b0444bdb61015f5339", + "index": 2 }, { - "certificate_type": "quit_pool", - "reward_account_path": [ - "5", - "7", + "address": "", + "amount": { + "quantity": 6, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + } + ], + "derivation_path": [ "4", - "6", - "8" - ] + "0" + ], + "id": "7b3c183e6812560135450a2b3d73a0781d6d052f2e358768202ae37a335a03e0", + "index": 8 }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "5", - "4", + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + } + ], + "derivation_path": [ "2", - "7", - "3" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "7", - "6", - "4", - "3", - "7" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1qgzqzqsyquzqxpsrq5zsgqgrqqpszpc9qszqgqsrqgrsqnjtp0c", - "reward_account_path": [ "1", - "7", - "8", "4", - "3" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "7", - "2", - "3", + "4", "2", - "1" - ] + "4" + ], + "id": "0ded62f558e6494c6c04131c05f6ea3c6c086b2c24301a3a5f5b53641e26c127", + "index": 1 }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "8", - "6", - "8", - "2", - "8" - ] - } - ], - "change": [ { "address": "", "amount": { - "quantity": 1, + "quantity": 6, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "3", "0", - "0", - "5", - "3", - "6", - "7" + "1" ], + "id": "726372551d0a7f3a33342a3a2d5815ff023b362a7da6271574403a372931010b", + "index": 4 + }, + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 } - ] - }, - { - "address": "", - "amount": { - "quantity": 5, - "unit": "lovelace" - }, + ], "derivation_path": [ - "3", - "7", - "5", + "4", "1", - "2" + "3", + "0", + "4" ], - "assets": [] - }, + "id": "5d1620144b225b5750610b204b7b0182622c0c475a47734a463c34472a391b63", + "index": 7 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", + "outputs": [ { "address": "", "amount": { - "quantity": 5, + "quantity": 8, "unit": "lovelace" }, - "derivation_path": [ - "4", - "7" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "assets": [] }, { "address": "", @@ -2381,392 +2305,328 @@ "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "2", - "1", - "7" - ], "assets": [] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 3, "unit": "lovelace" - }, - "derivation_path": [ - "6", - "7", - "2", - "3", - "8", - "0", - "8" - ], + }, "assets": [] }, { "address": "", "amount": { - "quantity": 8, + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "4" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 } ] } ], - "deposits_returned": [ + "withdrawals": [ { - "quantity": 0, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", - "collateral": [ + "amount": { + "quantity": 6, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "stake_address": "" + }, { - "address": "", - "id": "671430601042d33c3c551b1a2e44252e156c013c03470a0cc5230a10e52032f4", - "index": 0, "amount": { - "quantity": 8, + "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "8", - "3", - "2" - ] + "0" + ], + "stake_address": "" }, { - "address": "", - "id": "22a26f6e7a74de23560216773b781c445e6ea7646e4b237a6d7e1502025c6d1a", - "index": 4, "amount": { - "quantity": 8, + "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "2", - "4", - "2", - "3", - "5" - ] + "0", + "2" + ], + "stake_address": "" }, { - "address": "", - "id": "445c62b1127e44576f0e08070a635d4972d014a9070c1842c7ed082d44737a60", - "index": 0, "amount": { - "quantity": 2, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "6", "1", - "4", - "3", - "6", "1", - "4" - ] + "2" + ], + "stake_address": "" } ] }, "fee": { - "quantity": 195, + "quantity": 67, "unit": "lovelace" - } + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" }, { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", "coin_selection": { - "withdrawals": [], - "inputs": [ + "change": [ { "address": "", - "id": "0a123d801a2df7381f235c321c9136eb995e37255c172679301fcc1e3b080108", - "index": 3, "amount": { - "quantity": 3, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "3" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 } + ], + "derivation_path": [ + "3", + "4", + "2", + "2", + "1" ] } ], - "deposits_taken": [], - "change": [ + "collateral": [ { "address": "", "amount": { - "quantity": 7, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ - "8", - "8", - "0", - "4" + "4", + "1" ], - "assets": [] + "id": "2f7a4d300c5f374e213954db370c541d01e805063d709d256ed22c8040096b4d", + "index": 4 } ], "deposits_returned": [ { - "quantity": 4, + "quantity": 0, "unit": "lovelace" }, { - "quantity": 6, + "quantity": 1, "unit": "lovelace" }, { - "quantity": 3, + "quantity": 4, + "unit": "lovelace" + }, + { + "quantity": 6, "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "deposits_taken": [ { - "address": "", - "id": "5e6e69761c386f5b53731d75333a5cf94e205a245f53022b2c03634d3737484c", - "index": 2, - "amount": { - "quantity": 5, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "1", - "1", - "0", - "4", - "2", - "6" - ] + "quantity": 5, + "unit": "lovelace" }, { - "address": "", - "id": "1019501d5f424a2451195884355a053914175c6f4b3a737b5441002e2b465d24", - "index": 4, - "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "7", - "3", - "7", - "1", - "8" - ] + "quantity": 0, + "unit": "lovelace" } - ] - }, - "fee": { - "quantity": 124, - "unit": "lovelace" - } - }, - { - "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "coin_selection": { - "withdrawals": [ + ], + "inputs": [ { + "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + } + ], "derivation_path": [ "1", + "3", "2" ], - "stake_address": "" + "id": "4e1e1038ffd4d42f126d1ee7765a2734a876673a2f33b11d461f3a026d604520", + "index": 1 }, { + "address": "", "amount": { - "quantity": 6, + "quantity": 5, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + } + ], "derivation_path": [ "1", "0", - "2" + "4", + "3", + "0" ], - "stake_address": "" + "id": "2a640e6660593d15237c3b43021e814a772269355f83382d615086214aa2506a", + "index": 3 }, { + "address": "", "amount": { - "quantity": 4, + "quantity": 3, "unit": "lovelace" }, - "derivation_path": [ - "2", - "1", - "1" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + } ], - "stake_address": "" - }, - { - "amount": { - "quantity": 4, - "unit": "lovelace" - }, "derivation_path": [ - "0", + "4", + "3", "2", - "1", - "0" + "0", + "3", + "3" ], - "stake_address": "" - } - ], - "inputs": [ + "id": "722b282b3b73286d02487ab107bf710878196ab2226b0107f94d3a4f6cc72e4d", + "index": 4 + }, { "address": "", - "id": "194f415690906d6f340fb84a46807f4f3d76555b1f484fbd1de96c1f527b7672", - "index": 5, "amount": { "quantity": 6, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + } + ], "derivation_path": [ - "6", - "7", - "8" + "0", + "3" ], - "assets": [] + "id": "26b342d3d01828255c24145d7b2e705863772e4db814b9591c17f80534516661", + "index": 3 }, { "address": "", - "id": "111a547716145f5c7421ac146134403d3fc05f60167652774f5de92a556e380a", - "index": 0, "amount": { - "quantity": 0, + "quantity": 4, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + } + ], "derivation_path": [ - "5", - "4", - "6", "1", - "2", "2" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "6e610e17392583c3ea195faa4f0755317d72261a1b4d52d5217c6adb6e3ccf11", + "index": 6 }, { "address": "", - "id": "2fe1073f206a66b45b67bf3138683e56123f0129d55e72c32d434c4944420a17", - "index": 0, "amount": { - "quantity": 2, + "quantity": 5, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "5", - "1", - "2", - "5", - "8", - "4" + "4", + "0" ], - "assets": [] + "id": "281e772b4e51491d7e7317761a6762785afd56d32c1b273a29191f053128d94b", + "index": 0 } ], + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", "outputs": [ { "address": "", "amount": { - "quantity": 3, + "quantity": 5, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "quantity": 3, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", @@ -2777,30 +2637,25 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 }, { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 8, + "quantity": 5, "unit": "lovelace" }, "assets": [] @@ -2808,60 +2663,113 @@ { "address": "", "amount": { - "quantity": 5, + "quantity": 4, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } ] } ], - "deposits_taken": [], - "certificates": [ + "withdrawals": [ { - "certificate_type": "join_pool", - "pool": "pool1qvqqxpsrqvpswqggqsrsypgzqcps2qgxqgpsgqqyqvyqysms305", - "reward_account_path": [ - "6", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "1", "0", - "6", - "5", "2" - ] + ], + "stake_address": "" }, { - "certificate_type": "register_reward_account", + "amount": { + "quantity": 3, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "0" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 4, + "unit": "lovelace" + }, + "derivation_path": [ + "1" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "derivation_path": [ + "2", + "1" + ], + "stake_address": "" + } + ] + }, + "fee": { + "quantity": 68, + "unit": "lovelace" + }, + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" + }, + { + "coin_selection": { + "certificates": [ + { + "certificate_type": "quit_pool", "reward_account_path": [ - "6", "3", - "5", - "7", - "3" + "3", + "3", + "4", + "1" ] }, { - "certificate_type": "register_reward_account", + "certificate_type": "join_pool", + "pool": "pool1qqpsqpqqqspsxqgpqqpqqqgzqgqsgpqzqgqsyqsyqqpqg4k8z4p", "reward_account_path": [ + "4", + "1", "0", + "4", + "1" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "3", "2", - "8", - "7", - "5" + "3", + "2", + "1" ] }, { - "certificate_type": "join_pool", - "pool": "pool1qyqqqqcgqcpsgpcgqcrszpgrqcpqqps8qspq2zqrqyyqyqhmqal", + "certificate_type": "quit_pool", "reward_account_path": [ - "7", - "6", - "4", - "7", - "4" + "0", + "3", + "3", + "2", + "0" ] } ], @@ -2869,581 +2777,456 @@ { "address": "", "amount": { - "quantity": 8, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "0", + "4", "2", - "2", - "3", - "2", - "2" - ], - "assets": [] + "0", + "1" + ] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 6, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + } + ], "derivation_path": [ - "6", "1", - "4", "0" - ], + ] + }, + { + "address": "", + "amount": { + "quantity": 3, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "0" + ] + }, + { + "address": "", + "amount": { + "quantity": 5, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 } + ], + "derivation_path": [ + "3", + "3", + "0", + "1", + "1" ] - } - ], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" }, - { - "quantity": 5, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ { "address": "", - "id": "1b5c0d350b472a367a6b7678273f0d7b1d5f13557bbf565547092048061f4bff", - "index": 3, "amount": { - "quantity": 7, + "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + } + ], "derivation_path": [ - "4", - "6", - "4", - "7" + "3" ] }, { "address": "", - "id": "323f547c04567c1845b9321e7d037d25ad31237e274d572933596d380e607526", - "index": 0, "amount": { - "quantity": 2, + "quantity": 5, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ], "derivation_path": [ "4", - "5", - "4", - "5" + "4" ] - }, + } + ], + "collateral": [ { "address": "", - "id": "5b2e211715256b5a2c19503911b421048a30651604690c21331f97561a41f07e", - "index": 5, "amount": { - "quantity": 7, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "4", - "7", - "6", - "8" - ] + "1" + ], + "id": "1e3733321747334e08a99f1045f9725ff85937232caa694335254235b7634b42", + "index": 1 }, { "address": "", - "id": "744e110156693e4644d3594f477b2a5f1a3767275558b51301134e261a523015", - "index": 5, "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "5" - ] - } - ] - }, - "fee": { - "quantity": 21, - "unit": "lovelace" - } - }, - { - "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "coin_selection": { - "withdrawals": [ + "0", + "3", + "3", + "1", + "1", + "0" + ], + "id": "79487e357d736e21733d7152ad263e3645672958302f7858301b6c6f7f5f144d", + "index": 1 + }, { + "address": "", "amount": { - "quantity": 1, + "quantity": 6, "unit": "lovelace" }, "derivation_path": [ "2" ], - "stake_address": "" + "id": "8f181dd95b5d6613012d380b499f5b78045010480732027473e4281966943174", + "index": 2 }, { + "address": "", "amount": { - "quantity": 2, + "quantity": 3, "unit": "lovelace" }, "derivation_path": [ + "1", "0", - "0" + "1", + "3", + "2", + "4" ], - "stake_address": "" + "id": "3a6a432b6909226180082bf05d21071f6b12641202573b121159ce1f35647f43", + "index": 6 + } + ], + "deposits_returned": [ + { + "quantity": 7, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 1, + "unit": "lovelace" }, { + "quantity": 7, + "unit": "lovelace" + } + ], + "inputs": [ + { + "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "1", + "3", "0", - "0", - "0" + "4", + "4", + "2" ], - "stake_address": "" - } - ], - "inputs": [ + "id": "16220862763a8b181a9410e1792f561f28af0b5a3e530fe15a69776d552d0d4a", + "index": 6 + }, { "address": "", - "id": "957940174b081b08520a1f45407a793a272f3cb5450d2bf903496d0dd3385e11", - "index": 3, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "7", - "5", - "1" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } - ] + ], + "derivation_path": [ + "4", + "0", + "0", + "4", + "2" + ], + "id": "3b1778bc38575c20064236023c16004d12294a40175c324e2850767271504b5b", + "index": 5 }, { "address": "", - "id": "0e1f454622b95a0a02054d69303966160d6471732234464a204a29437540565e", - "index": 5, "amount": { - "quantity": 1, + "quantity": 3, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "7", - "5", - "5", - "8", - "3", - "2" + "4", + "4", + "1" ], - "assets": [] + "id": "621a1257716c7c3c6768323a18426c221e79c356725b991e0be6d13331694543", + "index": 4 }, { "address": "", - "id": "db60763273464650610e3f214fcf02493f0b7e697a306a0b141a3c7c6766cf04", - "index": 5, "amount": { - "quantity": 6, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "0", - "0", - "8", - "8", - "4" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 } - ] - }, - { - "address": "", - "id": "cc04090c08677062323b1b5b6320716c023d5e16b05a4af711de2568340d6639", - "index": 0, - "amount": { - "quantity": 6, - "unit": "lovelace" - }, + ], "derivation_path": [ + "2", + "4", "0", - "7", - "5", - "8" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "491c460a221713551b9832791703169162392a331b23695d4a02021e540f686b", + "index": 4 }, { "address": "", - "id": "542b78220a0e1839540f00403387871f0c729e7c6d00387f705b217a076f547f", - "index": 2, "amount": { - "quantity": 5, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "7", - "8" + "2", + "2", + "0", + "4", + "1" ], - "assets": [] + "id": "0e717b3f156f56414039ba613d7714b8c03f4018162e045349414b0c3722b70d", + "index": 6 }, { "address": "", - "id": "e0217b7373415833094a23853a482d3b3573416b18208604782751420a00500f", - "index": 6, "amount": { - "quantity": 5, + "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "8", - "8", + "4", "1", - "5" + "3", + "4", + "4" ], - "assets": [] + "id": "1f28515b55980267527c331a701e28028715b22d7f67022e556670e04636a320", + "index": 1 } ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "outputs": [ { "address": "", "amount": { - "quantity": 6, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 4, + "quantity": 7, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 } ] - } - ], - "deposits_taken": [], - "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qupsypggquzqyqqxquqsvpq9qvzsvqgyqgpszqsrqspqvs42tuz", - "reward_account_path": [ - "3", - "4", - "8", - "2", - "4" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "5", - "4", - "5", - "6", - "4" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1qypqypq8qgqsvqsgqvpsvzqrq5pqyqcpqcrsvpszqsqsq386r73", - "reward_account_path": [ - "6", - "8", - "5", - "2", - "8" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1q5psypqpqspqxqqyqvqsqzqyqursvpq9qspsxzqqqcrqvsnm6r2", - "reward_account_path": [ - "3", - "8", - "4", - "8", - "2" - ] }, - { - "certificate_type": "join_pool", - "pool": "pool1qqrqvqs8qsqswpc9qspq2qc8qcqqsqggqyrqqqqpqyzsvgxrm5g", - "reward_account_path": [ - "8", - "5", - "1", - "7", - "7" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", - "7", - "6", - "3", - "5" - ] - } - ], - "change": [ { "address": "", "amount": { - "quantity": 4, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "4", - "1", - "2" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } ] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 7, "unit": "lovelace" }, - "derivation_path": [ - "8", - "3" - ], "assets": [] }, { "address": "", "amount": { - "quantity": 5, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0", - "8", - "7" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, + "assets": [] + } + ], + "withdrawals": [ { - "address": "", "amount": { - "quantity": 8, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "6", "1", - "7", "1" ], - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 5, + "quantity": 4, "unit": "lovelace" }, "derivation_path": [ - "4" + "1", + "1", + "2" ], - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 8, + "quantity": 5, "unit": "lovelace" }, "derivation_path": [ - "2", - "8", - "4", - "6", "1", - "0" + "1", + "2" ], - "assets": [] - } - ], - "deposits_returned": [ - { - "quantity": 5, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" - }, - { - "quantity": 3, - "unit": "lovelace" - } - ], - "collateral": [ - { - "address": "", - "id": "4b4e5a7398316f527206733516222c1b68d63f622c5d21585a21c2253d028e3e", - "index": 4, - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "derivation_path": [ - "6", - "5" - ] + "stake_address": "" }, { - "address": "", - "id": "3d7f212d49881d7f266c0d4a71993f5e6774705a192c61521b6b776063f81c73", - "index": 4, "amount": { "quantity": 4, "unit": "lovelace" }, "derivation_path": [ "1", - "5", - "5", - "2", - "8" - ] - }, - { - "address": "", - "id": "150d3e5973555f0d5c4504671cab0e3a4af549116b6b7dee1216381e1dbc2bf6", - "index": 0, - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "derivation_path": [ - "7", - "0", - "0", - "4", - "5", - "4", - "0" - ] + "2" + ], + "stake_address": "" } ] }, "fee": { - "quantity": 157, + "quantity": 129, "unit": "lovelace" - } + }, + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=" } - ] + ], + "seed": 1735097884 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiCredential.json b/lib/core/test/data/Cardano/Wallet/Api/ApiCredential.json index cb18c015121..1343b997e0f 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiCredential.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiCredential.json @@ -1,218 +1,341 @@ { - "seed": -3668753548488110608, "samples": [ - "addr_vk16ygtax9ku7cvthkcuen488le826lueyt20qdzx4d3ag6hpd8qsmqzyuw2p", - "addr_vk100mvesmnnmgwehw28xnn0e6whryp5d3dykldrs6s8g908k9v00sqrzela5", + "addr_vk1lans5sz8ckke3l5mcaa58fe0rtu9e7s57087uyedw979yyhx5kgs7a90nd", + "addr_vk1dw8p294ek24qwvk83wa8sa2a9d3ecszv0h2zqzsr3r9sy3yyvrxqklsavr", + "addr_vk14q4ajku7fh5m7uj4rhc5fxxvn52nz5l04vucv78jvz8wt2pwy9gsvyl8t9", + "addr_vk1vrehwnxp26sy7vepjmftvx6cm0qvax69zjz5v6d8whf8fgxrr66qr75wm7", + "addr_vk1fu9qpdnhh0zq7efnjrtkgy585q60ttcy0a2z4y2r4cncuhp8nnjqms94y9", + "addr_vk156yqrq4e8ah7dhuyv67tty5c5cq8eq47xvrq8ehuyf5srkea9qasdpg4lx", { - "some": { - "at_least": 3, - "from": [ - { - "some": { - "at_least": 2, - "from": [ - { - "active_until": 0 - }, - "addr_shared_vkh1vsacqp9zyl0hdxmhcd2d86ymy2rd7perjte0p4ken4luwhtpnzu" - ] - } - }, - { - "some": { - "at_least": 6, - "from": [ - "addr_shared_vkh1v9u92y2vemksu28hszew68vft3p08qz3hjzhh3hq6nl8zafect6", - { - "active_until": 5 - }, - { - "active_from": 10 - }, - "stake_shared_vkh1elmz0xkj6fvxrmcsngcnmag3z3z60zrrk8syzr9zlgu46ar4tu4", - { - "active_until": 10 - }, - "addr_shared_vkh1yf8k774y5fvag2jqymjt40xxegz73sg43n4wl49r544czdcmj9u", - { - "active_from": 0 - }, - { - "active_from": 8 - } - ] - } - }, - { - "some": { - "at_least": 2, - "from": [ - { - "active_from": 3 - }, - { - "active_until": 0 - }, - { - "active_from": 4 - }, - "stake_shared_vkh1elmz0xkj6fvxrmcsngcnmag3z3z60zrrk8syzr9zlgu46ar4tu4", - "addr_shared_vkh1la6ndres04jewmg0rcn390c89lpcfxqaacdf2xacqaztcpxd54h", - "addr_shared_vkh19rqdmdh40yfdlufs9gd9mc9zzvzqveq5sfgctwlhcua86xy2gwu", - { - "active_from": 9 - }, - "addr_shared_vkh1jwgq4zlahvxjsmtwte4fyehhv3v6un4nsr72ydmxq4vlqv94y2y" - ] - } + "any": [ + { + "some": { + "at_least": 3, + "from": [ + "stake_shared_vkh1llxcwmyql6df30j3al3pknkqlqrkmqnr0ml3a7ecrv2h5lsgh2x", + { + "active_until": 9 + }, + "stake_shared_vkh128se2ryf50y4knsgg0zq3jl3l2k55uz8r6u88e080xrq5dw5typ", + { + "active_from": 4 + }, + "addr_shared_vkh197x5kpvh7xuj27kpyw9pschvr77lxpcx7v0ddu7h9twq7tqt594", + { + "active_until": 5 + }, + { + "active_from": 10 + }, + { + "active_from": 1 + }, + "addr_shared_vkh12dhtw842qvtv8kz226h5yl04taslxz92g6vtzgrx9l56j6edrjw" + ] } - ] - } - }, - { - "some": { - "at_least": 6, - "from": [ - "addr_shared_vkh1rmg2mrj6tf0ch4vnm436tfjeqdxpvk4zkwgv9mr2n2shwqdmxn9", - "addr_shared_vkh12gx5vf83sgtxkpfk4nzpphqsmmt46m23w4gewx65d0yq2s8le8g", - "addr_shared_vkh1544m2nx8ssapf9yyn50zrzk29dpuzmpvjvj4c9zrsssrshht2ly", - { - "active_from": 2 - }, - "addr_shared_vkh10sutplshcfl7896ewepwenxh6fcd6k72tlwedg6fsh4uu3r6y27", - { - "active_from": 2 - }, - "addr_shared_vkh12gx5vf83sgtxkpfk4nzpphqsmmt46m23w4gewx65d0yq2s8le8g", - "addr_shared_vkh1rmsuj60nyqps2fy93v2d6jqeclq4gr799fud66srqcf92az3rhv", - { - "active_from": 6 - }, - { - "active_from": 2 + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 5 + }, + { + "active_until": 2 + }, + { + "active_from": 3 + } + ] } - ] - } - }, - "addr_vk1qdvtse4j6qfvht5d9qgz6tmwwt4wyuhlmvnfj8g4w09y5v7309gqfz4tc9", - "addr_vk1jwukjqcnjgha8pg7vcs2ac4r3g57gd5g6sezcwl6lmjfr06gnteqnzgu2u", - "addr_vk12ndsws838q4488xv3df5aza89frga8yz03umwqpehncklgg6wt3qpg6gz6", - { - "any": [ + }, { "all": [ { - "active_from": 6 + "active_until": 7 + }, + "stake_shared_vkh1srnt5lypgc4myg0e9440lesu58908tr3d6alfx06fhjsjt9l65m", + { + "active_from": 1 + }, + "addr_shared_vkh17zpn08ltdu6a45wgqcpmywfaugpkz6e242p8h6d60em4qmkusr9", + { + "active_until": 6 } ] }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 7 + }, + { + "active_until": 4 + }, + "stake_shared_vkh1llxcwmyql6df30j3al3pknkqlqrkmqnr0ml3a7ecrv2h5lsgh2x" + ] + } + }, + { + "some": { + "at_least": 7, + "from": [ + { + "active_until": 5 + }, + "addr_shared_vkh197x5kpvh7xuj27kpyw9pschvr77lxpcx7v0ddu7h9twq7tqt594", + "addr_shared_vkh197x5kpvh7xuj27kpyw9pschvr77lxpcx7v0ddu7h9twq7tqt594", + { + "active_from": 5 + }, + "stake_shared_vkh1srnt5lypgc4myg0e9440lesu58908tr3d6alfx06fhjsjt9l65m", + { + "active_from": 2 + }, + { + "active_from": 0 + }, + "stake_shared_vkh1srnt5lypgc4myg0e9440lesu58908tr3d6alfx06fhjsjt9l65m" + ] + } + }, { "any": [ - "addr_shared_vkh18v73jcppm99d2nalf2vy307zd8f2ftz0w864cs5gpy9l6zez5s3", { - "active_until": 0 + "active_until": 4 + } + ] + }, + { + "all": [ + { + "active_until": 2 }, - "stake_shared_vkh1dhdkwj2v7zh8hexgmyepj3m2d9fnkcknnxsv44mqn6kwuuesxsg", { - "active_until": 1 + "active_from": 4 + }, + "addr_shared_vkh16396v0fdn6cqz559aectualqej2xw5gyxn7u3wac07y4svtt5cx", + { + "active_until": 0 }, - "addr_shared_vkh13ly0wzzaeq6xwyzmn6r5urfc56drruwy4y9jetv7arewy3ar8e2", { "active_until": 7 }, - "addr_shared_vkh14zggled3vvqkwdh65csr6sde4733ra0kkyw2mcvku7cnzxlfr5a", - "stake_shared_vkh1dhdkwj2v7zh8hexgmyepj3m2d9fnkcknnxsv44mqn6kwuuesxsg", - "stake_shared_vkh1e5q22p7h87ethmp5mej4q43rxejsuujw3wd4w9jsfyjsc8u8u3h", { - "active_from": 3 + "active_until": 10 + }, + { + "active_until": 4 + }, + { + "active_until": 6 } ] }, { "any": [ { - "active_from": 5 + "active_until": 0 } ] - }, + } + ] + }, + { + "any": [ { "any": [ { - "active_from": 1 + "active_from": 6 }, { - "active_until": 10 + "active_until": 0 }, - "stake_shared_vkh14nzqd74s72nvk07per6u35llxxll49wa43ykl8evaef8782t4gj", { - "active_until": 2 + "active_until": 8 }, { - "active_until": 9 + "active_from": 7 + }, + { + "active_from": 3 + }, + { + "active_from": 7 + }, + { + "active_from": 2 + }, + { + "active_until": 4 + }, + { + "active_until": 6 + }, + { + "active_until": 10 } ] }, { "any": [ - "addr_shared_vkh1t0az4pswwxglmjp3j43eufrm869ygaudtcvjpnn8l3at2zgdjve", { - "active_from": 0 + "active_from": 7 + }, + "addr_shared_vkh17zxcf5jy235fnppj03m5rhpmj5ym9fky2dawc0k8p3zeqv3yavu", + { + "active_until": 7 + }, + "stake_shared_vkh1m6l92xkk0ns330p7903aunnjp95jnnuzxc6j85xk59s6j8tknvq", + { + "active_from": 10 + }, + "stake_shared_vkh1rluuleqvsxsz7s9slvaerj8ualxyhlkvpxh7pfspd6udq3k788t" + ] + }, + { + "any": [ + { + "active_from": 6 }, - "addr_shared_vkh1d2md4f7ks3v87xansrkazawsj5vw8s4mt3guxn7q3vr8jy4fdmh", { - "active_until": 3 + "active_from": 2 + }, + { + "active_until": 1 }, { "active_until": 5 + } + ] + }, + { + "any": [ + { + "active_until": 6 }, { "active_from": 7 }, - "stake_shared_vkh1e5q22p7h87ethmp5mej4q43rxejsuujw3wd4w9jsfyjsc8u8u3h" + { + "active_until": 8 + }, + "addr_shared_vkh1j8pygtezs77l0uzfcg0vu49g92q8y337htg258w92sh9suhusma", + { + "active_from": 10 + }, + { + "active_from": 7 + } ] }, { "some": { - "at_least": 1, + "at_least": 2, "from": [ { - "active_until": 9 - } + "active_until": 8 + }, + { + "active_until": 6 + }, + { + "active_from": 1 + }, + "stake_shared_vkh1sjru6hzv96gys70akrwc7mjz82rd8gx9c20eepserchzy85me8d", + "stake_shared_vkh1m6l92xkk0ns330p7903aunnjp95jnnuzxc6j85xk59s6j8tknvq", + { + "active_until": 3 + }, + "addr_shared_vkh1zx882mtvz778srf2a02wdc78als0f0hgn28z6zeyv835kt73pan", + { + "active_from": 8 + }, + "stake_shared_vkh1lsyeuxzrelq5uf7jqslpc6wnwsd63rgw73qkvcq9dtydge9u5xn", + "addr_shared_vkh1eplsnxn8856am8zpxmzcq5mkkr6leuq4cl6n8dcnjsu9vclf47e" ] } - } - ] - }, - "addr_vk10seyt2g9zm0wz3gx0d6kdd03reejvqf69v3rwwgjysrdxgkt56qqj8fxha", - { - "all": [ + }, { - "any": [ - "stake_shared_vkh1c8kp8tzfvzrc4mfdf8fmp0rge9vnhs7dm0nzuk36pxgx5j2z2se", - "addr_shared_vkh1u6jljaea3yf7ewfrzlfj42xgc8vnsa6xk3mdulmdqdnkqvuf5y7", - { - "active_until": 6 - }, - { - "active_from": 6 - } - ] + "some": { + "at_least": 9, + "from": [ + "stake_shared_vkh1rluuleqvsxsz7s9slvaerj8ualxyhlkvpxh7pfspd6udq3k788t", + { + "active_from": 5 + }, + { + "active_until": 7 + }, + "addr_shared_vkh1eplsnxn8856am8zpxmzcq5mkkr6leuq4cl6n8dcnjsu9vclf47e", + { + "active_from": 6 + }, + { + "active_until": 1 + }, + "stake_shared_vkh1m6l92xkk0ns330p7903aunnjp95jnnuzxc6j85xk59s6j8tknvq", + { + "active_from": 1 + }, + { + "active_from": 3 + }, + { + "active_until": 4 + } + ] + } }, { "some": { - "at_least": 3, + "at_least": 1, "from": [ + "addr_shared_vkh1j8pygtezs77l0uzfcg0vu49g92q8y337htg258w92sh9suhusma", + "stake_shared_vkh1lsyeuxzrelq5uf7jqslpc6wnwsd63rgw73qkvcq9dtydge9u5xn", { - "active_from": 4 + "active_until": 8 }, + "stake_shared_vkh1lsyeuxzrelq5uf7jqslpc6wnwsd63rgw73qkvcq9dtydge9u5xn", { - "active_from": 2 + "active_from": 6 + }, + { + "active_until": 6 + }, + { + "active_until": 1 }, - "addr_shared_vkh1emvdguccsz09vn5ujj5le49u0gva0xwzwwe2575w8pqhkwyrzv2" + { + "active_until": 6 + } ] } + }, + { + "any": [ + { + "active_from": 9 + }, + "stake_shared_vkh1lsyeuxzrelq5uf7jqslpc6wnwsd63rgw73qkvcq9dtydge9u5xn", + { + "active_until": 9 + }, + { + "active_from": 2 + }, + { + "active_until": 2 + } + ] } ] - } - ] + }, + "addr_vk185m3ltxneqgrqjlkygjg4rt8dg2fvdwpsdlfjnqhfr839m8hkchskraaef", + "addr_vk1xmxvlc2cpq8rjtm3ml6adklyqxg26j9dmgzwcyeppsavhgf92gjsedwfkr" + ], + "seed": -2069156918 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiDecodedTransactionTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiDecodedTransactionTestnet0.json index 5493433f92c..92fe6968895 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiDecodedTransactionTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiDecodedTransactionTestnet0.json @@ -1,3865 +1,3348 @@ { - "seed": 7342326853424746843, "samples": [ { - "withdrawals": [ - { - "amount": { - "quantity": 83, - "unit": "lovelace" + "burn": { + "tokens": [ + { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1keu3e980ghdzgg07s59hppxnz2s7p2l64skckt", + "quantity": 9755 + } + ], + "policy_id": "6d76cf9d674311d3913bc7fa024781747c4e94c933ea89e9430bdde3", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 102, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1qn2lcy8w2vycu32ew6fqsptqkg23x9puszrk5m", + "quantity": 7882 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset16naz4e2k0zvhw437q6ut6e89kc2lxwrmen4ugv", + "quantity": 5477 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset10me4vr9dftlchn0wy8npwspsa0fyxgxwhvdf32", + "quantity": 2923 + } + ], + "policy_id": "97971cc84ede082e267e5cb25f618fa91ae37043ba644ae8e90bd269", + "policy_script": { + "script": { + "all": [ + "policy_vkh1j7t3ejzwmcyzufn7tje97cv04ydwxuzrhfjy468fp0fxj6dum6c", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 52, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1ga96jvdq0yndw7ff9u60ntnyefckrml6tgwmk5", + "quantity": 7455 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1xlqp4x77c3qrfh8j79p83wul8vlk68af07yf74", + "quantity": 8468 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset16ha3art7tggkfxujquxl8q263375lg6hng0sae", + "quantity": 9425 + } + ], + "policy_id": "a993f99900b2c47e54df78aab7d6dd3d679428f5c9bede26cd86186e", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 21, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1hjfrg6h0r73hlavq6nvn3a5szpusw307elh39g", + "quantity": 9373 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1w7h49dww2ehhlqng4wecpmpqvhfmt6eqymv2wu", + "quantity": 9865 + }, + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1qfnf0gg0fkxahhfye2u8v79ya92t84p0ha2v9f", + "quantity": 5204 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1zakkqmygnqpdevectjmxs7dkm0a3vzn8xkvysq", + "quantity": 7215 + } + ], + "policy_id": "65466fc8f89cce79d49cc7381640225398f2bcce7c6b748ace506713", + "policy_script": { + "script": { + "all": [ + "policy_vkh1v4rxlj8cnn88n4yucuupvspz2wv090xw034hfzkw2pn3x3utvt2", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 63, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1pt2nqlk3hudc0kxvpcaprn0s86ve84y3vm4eer", + "quantity": 3596 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1z3wczzxgqx6pnv78we6xp5au3z6k462p92rgf9", + "quantity": 3076 + } + ], + "policy_id": "1c417016e9784ac1cbefaae008aab45029ec0e691bd0f70614f17fe0", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 222, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1hadvr3gtz5lswyfz3s40jpwmxx3mh97lupp7xs", + "quantity": 300 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1kqu0zsev8vndwlkr222hk4zg8w3tjv784tvrtv", + "quantity": 6081 + } + ], + "policy_id": "2b6c8c8142d38d4f3ac4de74da4ef8351f0fdc41263aeb6f6e6a6812", + "policy_script": { + "script": "policy_vkh19dkgeq2z6wx57wkyme6d5nhcx50slhzpycawkmmwdf5py27694v", + "script_type": "native" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 79, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1f2wwrrqqzmud8ruzp6g3njsmz8ms3rz9xqrjl7", + "quantity": 5969 + } + ], + "policy_id": "f43496f54738303b7fc77ced850989dc1e28d9faa9315276115a6a88", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 234, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1mrcysh0us834weja2l6t23yadnyjua6hlyx606", + "quantity": 5992 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1qutfu344zur7spe3m5y7t76kayuy9fdzu3dvps", + "quantity": 3628 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset15s0z9h5c6f27aykspayyhfkeyt9pgrycep3nqz", + "quantity": 1014 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1qx7n0encqfdghcksnkffucye38t7982lteuxu4", + "quantity": 561 + } + ], + "policy_id": "e4d82678c8430bca70dc536bb52764706cfe468440f7a05ae89b0fe7", + "policy_script": { + "script": "policy_vkh1unvzv7xggv9u5uxu2d4m2fmywpk0u35ygrm6qkhgnv87w9m7fy9", + "script_type": "native" + } }, - "stake_address": "" - }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1qu7zwzftptf2mjx5ku42fr647zfsl8xz0sgfmv", + "quantity": 4229 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1uhzasqpvh0zha46l2jd7z5f66eqjjy7tcdzydn", + "quantity": 1578 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1qlskvhetquwphkz0030n2quuae9gst67j9e57u", + "quantity": 9617 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1hfxeqgldnj5jhkgvhedjrlzrkt7ajcxxr5gmay", + "quantity": 9625 + } + ], + "policy_id": "69afebbb151a64d48fac708030382ba9f8b296c9225490832e088c89", + "policy_script": { + "script": { + "all": [ + "policy_vkh1dxh7hwc4rfjdfravwzqrqwpt48ut99kfyf2fpqewpzxgjrxlgya", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + } + ], + "wallet_policy_key_index": "0H" + }, + "certificates": [ { - "context": "ours", - "amount": { - "quantity": 219, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 203, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1722q2agphad389g0hv5ak356a4a3zjf7gy4t486z7urpk4hagpe", + "pool_margin": { + "quantity": 16.58, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1wuhnjk8uxtzhqqrpywqmulqdx5c9j4m7l50m75u3st6mh3cyxfgsmnhq8h", + "ed25519_pk1r0xq3alnnxuyluwmcr0hvczaw9rr7a8wc2up5uypvm90qhsxfn9sdzqc38", + "ed25519_pk15pvtznfd7zyr3a32v7de5hye0qugxdrkx22k2hew4fxayszn4n3qfgzxkv", + "ed25519_pk18c2p5rfx5z70jt2w88dpalmlf0v268nqpyzq8gtramfcf9dzw7fqk0vw6x", + "ed25519_pk1dwxv302yz3qawhfwfs9wyjatads5jlcp87tyv9ms4kss3h50t4xqkhw69c", + "ed25519_pk1gx47e8nk3fgt93tg7mzk0tvdtydxk56gduadn0583wcwzwgprrdqsswsez", + "ed25519_pk1zqf0ykladek3a87ppqfea0rt3q260dh5xc9hymvcy2rlvudygnvqzv86hq", + "ed25519_pk14zzj6pka4whste4qe6z4m7leznkuv7sxf3k7p9mjp75w7r6a5vsq6mnl5r", + "ed25519_pk1k97d3pt5qz6kaqfvqhmrvj2wqd7lskrynkk7r62r25nfk30565mqy2wcdy", + "ed25519_pk1vuu72nnwtfttj34m5qucrrs2cp28djwa09c4qv6nc3yychzrx6wqd79aza", + "ed25519_pk198fmkdxtmjca8xvgkhzg4td6admnpcgn0fclew6wsj0xalkwejfsrfmmjj", + "ed25519_pk1wtew8clfkt5asxgarycun6n3ca3gnev66rkhrqn28rxmal25g2eq9t8cft", + "ed25519_pk1k5m6wsfzxas72uscfamw7utxv4nrfa4vd7xvsl855cgnlntanyfs6tzqn3", + "ed25519_pk1vp4a0wus2shurjgltcvnyxlf32j9sxg8fawvtagvw453zl2355kqnqy9wp", + "ed25519_pk1e4ajxvluvxhzshtec72m88lz4j3phd6tflpz9ygh5duya7cl50aqqqg7ut", + "ed25519_pk14tt270f778v5k36sr66s304kdpnj73kwvgcluuqphlyrvzymyt9qsjarq6", + "ed25519_pk1xvf2wl5lcjh5x7jxcnnnqzrjmxsu45gjtp6htk3a2avznlk3md3ql92rll", + "ed25519_pk16p5t0fccuqna5478pftu69mt0lzslkusp2q8nan5fk95als9yr2s56zks6", + "ed25519_pk1zzhh0svlj0zjysmnuvjh2snpkxzuquqtu93j4gshvjvd5kqx8fgsm2hte0", + "ed25519_pk1ht7c7yect47uwhds6wrr3kw97mttzn360lalhmf24nzqm9wd2z2s83j6n8", + "ed25519_pk1vpdky8w87ejm5wzftpj3wh0taw67yfjshd5jr5ggd45ykr0p2h5s4r398r", + "ed25519_pk1gtuhwv2lcuurkfu2grfmgs4nkdhj2pnfltwy8eu9jnlu50z6re0qn73r5g", + "ed25519_pk1lkuh4y34ea5vkjlk22r58azmvn7mzy3qmyyykxnnq6yg6zpg8dmqasadwx", + "ed25519_pk12ymmjg0ggw5m82x6435xewt4ut0kz8kx7lmfmunmqvzs5hh6rsjs0hns6h", + "ed25519_pk1k444v44nea8sk6j28gm0vdr0awj8x3ty4t9442a5nctpgurcm5gsv40ncf", + "ed25519_pk1rx2xawygcf8a6jnh5l2qkn00kj2hfhu3cwh4av064emmxu84meeq0cte43", + "ed25519_pk1t5d005ps2mekuzxe0qjnprf7lzp9pvg6d449fawur45k7ep8akns5lp2h2" + ], + "pool_pledge": { + "quantity": 52, + "unit": "lovelace" + } }, { - "amount": { - "quantity": 31, - "unit": "lovelace" - }, - "stake_address": "" - } - ], - "inputs": [ + "certificate_type": "genesis" + }, { - "id": "4d274a3e3f47d1160b29577209ba7863956d2c771c6914113bd5005a536f672c", - "index": 0 + "certificate_type": "mir" }, { - "id": "4343430f7249f411706c6f53a3bc11636fd7555a668c10630a621a4606204949", - "index": 0 + "certificate_type": "register_reward_account_external", + "reward_account": "" }, { - "id": "1549017c5d1b529f290a4277726245570ff83dbe7c202a33e16a2907251f762f", - "index": 0 + "certificate_type": "join_pool_external", + "pool": "pool1rqrmvj60z4m3lm3yy4zcqg2gk94m7ug7lz6yjm7g8n585zrmypf", + "reward_account": "" }, { - "address": "", - "id": "085c69400b4d3b64327866442d7db34b1e5942e9a54b2ca4041c377e1c397459", - "index": 20546, - "amount": { - "quantity": 218, - "unit": "lovelace" - }, - "derivation_path": [ - "6336", - "17418", - "18101", - "16431" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } + "certificate_type": "register_reward_account", + "reward_account_path": [ + "16254", + "31095", + "354", + "5183", + "9918" ] }, { - "id": "1284071f2e850622412c44472b3b0a037b207fbf18757bf2521da0417624506b", - "index": 0 + "certificate_type": "mir" }, { - "id": "437537687e01490e2e014411283eb455680b654d2b4754162ecf554356a32d68", - "index": 0 + "certificate_type": "deregister_pool", + "pool_id": "pool10nlemffah3mx7fhc89dgz8y9x0spq9yksg45f9y9pw0mqypyrad", + "retirement_epoch": 9705 }, { - "address": "", - "id": "741d104f3c2d6f6e4733a0cb030c2e4a4c32e5737bb7526008d1544f31411704", - "index": 11329, - "amount": { - "quantity": 21, + "certificate_type": "genesis" + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 28, "unit": "lovelace" }, - "derivation_path": [ - "13202", - "5588", - "31076", - "24752", - "22292", - "25206", - "16966", - "22257", - "13086", - "26974", - "20839", - "25467", - "19530", - "17594", - "18758", - "9836", - "6332", - "20545", - "20308", - "10150", - "1756", - "32286", - "1491", - "8861", - "22422", - "9101", - "7614", - "13465", - "23878", - "7603", - "17411" + "pool_id": "pool1ctfzv2mp73fpda8jre5jnzq7tsmum50p5sf8cduky48l2z8svvx", + "pool_margin": { + "quantity": 84.52, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1944stt69f363rv4qd6r200vdkmcwanpht9t8fmdzfxrlr4q85djqhwkakp", + "ed25519_pk1rtkmk3ukpmesddumgaeayalrkeed7ynyc4wc95jrnsatnudgp9nsmzym3r", + "ed25519_pk17ghc8lf3j9juzgq3vju8vgd7yatxhz77h457ag78dl97sywwpyushf7f7g", + "ed25519_pk1p4hx9upqy2am8qe63d49n0cl0xuvgeeq70ktdqt7h0c2u4uzrdes3ey3q7", + "ed25519_pk1c2znrt9ntdkj6lh4gw8daa48pfusgy4uwzydw8he5qju7d2ecqls5rwxkq", + "ed25519_pk18gc953ldh2s9vfn49xsdz9nwdtme5n0nhyyty3pv8vyx6p972vaqmg6caq", + "ed25519_pk1jvmm4ca5evayscpku42z7hnp8gppl57dsqgee8wr356mjedf5s5qs26kht", + "ed25519_pk1fnuvssmgh7cgzkmxev79dtt5x3cahm3425zr00va3r7aefg04qrqn94jq6" ], - "assets": [] + "pool_pledge": { + "quantity": 200, + "unit": "lovelace" + } }, { - "address": "", - "id": "e3043bf9ef766439cb312e0b3f262cab625d453469655047681100070f7d0d02", - "index": 13900, - "amount": { - "quantity": 216, + "certificate_type": "register_reward_account", + "reward_account_path": [ + "142", + "20026", + "20168", + "1047", + "8911" + ] + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 147, "unit": "lovelace" }, - "derivation_path": [ - "4350", - "13538", - "848", - "22948", - "871", - "26591", - "123", - "16615", - "25381", - "28664", - "9490", - "3220", - "12275", - "17594", - "27531", - "8292", - "27745", - "20282", - "11417", - "19204", - "2191", - "7517", - "9609", - "24634", - "32608", - "2634", - "5015", - "20862" + "pool_id": "pool1c8f9n068le9euxvpsxvwku565z0cd6grl4x3d8lvuzgh2mc4jzz", + "pool_margin": { + "quantity": 38.15, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk10stwcqj7ccz4ezxsg3puptzv8u4j0cc6p5g53hj9768wz06an9ssjg7yzz", + "ed25519_pk1t9eza826e0033cpt6k7myvl2y3kgxwdwa5xxftclnd8g3em377eq7zpdx8", + "ed25519_pk18lk59t8j9hl5z7a5jvaqwcm37qy002cnw5rxxggl0tczx0wpm32qk2yafe", + "ed25519_pk1eqejyrqdw88ndj4hel2sw78cxam39rtmv6ad5slgxznxputs2kwq3w2mza", + "ed25519_pk1mh39xqm9vk45nr2y5x29aukm77jqpsxlvyz9ehyu5h8x7m2cpj7sz5dwxx", + "ed25519_pk1gryuyremuev26y0rpzaxr63x5jjqfv68s679mgl737cd9ek29ses39d0ha" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 50, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "pool_pledge": { + "quantity": 238, + "unit": "lovelace" + } }, { - "id": "6b524d8a50147c220c1b4c3b013a50676e5a247f767b2dd041026d49b33f6e2f", - "index": 1 + "certificate_type": "mir" }, { - "id": "5220053a2217655511b0691a44507747173071007dac5030fe413d343b6776ec", - "index": 1 + "certificate_type": "deregister_pool", + "pool_id": "pool1kq0929t5quqza8w6nfnnh92zk3wwedqdg5n7nl35f5glzpr273x", + "retirement_epoch": 7157 }, + { + "certificate_type": "genesis" + } + ], + "collateral": [ { "address": "", - "id": "43783fa67f5d434d137b19438b1c5c470b3a19063f2d185b3e0872399540783e", - "index": 8460, "amount": { - "quantity": 105, + "quantity": 202, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "13498", - "4129", - "28758", - "22797", - "1097", - "12278", - "15872", - "8278", - "11181", - "484", - "15803", - "15583", - "18474", - "30935", - "18400", - "23946", - "23961", - "22419", - "56", - "28426" + "9294", + "5706", + "11512", + "3511", + "5213", + "16312", + "3623", + "9474", + "7823", + "6752", + "12532", + "7861", + "11021", + "8649", + "599", + "11795", + "8561", + "13778", + "2318", + "3934", + "1212" ], - "assets": [] + "id": "6bf91629245f2f7d6b676853254223bf4330520c62751b044a0a1d2004d80d78", + "index": 28555 }, { - "id": "c50a04696968133663502fa693300e2f735939315a5c5d2e283356eb9b6b6542", - "index": 1 + "id": "723c1e57fe6964224477f0ae3c121c65c8071c48f9750437b9eb320170039a72", + "index": 0 }, { - "id": "197e46714002381972e824647f621e5f5c6d4149103c01150e315921066b0908", - "index": 1 + "address": "", + "amount": { + "quantity": 85, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "5385", + "4679", + "5666", + "3148", + "10340", + "15678", + "15722", + "1952", + "4386", + "15027", + "12776", + "8957", + "7855", + "10685", + "12116", + "15487", + "11670", + "6501" + ], + "id": "4d784b2195326a5f11491514060a51674c29035d2b37512d043b31e02f65ba1f", + "index": 6647 + }, + { + "address": "", + "amount": { + "quantity": 179, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "6773", + "2836", + "14397", + "8299", + "8153", + "10782", + "6018", + "2481", + "7838", + "8453", + "828", + "768", + "8154", + "873" + ], + "id": "346170325831277c4b664688276e33227d79252b749b37352c0e7d5805796212", + "index": 27529 }, { - "id": "2b0217116476437122077a5f45266205735b001d7a58527f749874784c3e6036", + "id": "5872196d40474ca62c0a1c0335776b4159b8512d6218437379063863093c0473", "index": 1 }, { "address": "", - "id": "7a7f5b31124b6b3f507a292e271b4d8c2843446a2e342756685f4601726c4209", - "index": 28071, "amount": { - "quantity": 65, + "quantity": 92, "unit": "lovelace" }, - "derivation_path": [ - "20973", - "17111", - "19551", - "3994", - "22936", - "13885", - "20683", - "14812", - "23695", - "10030", - "15018", - "8433", - "2229", - "2229", - "26488", - "15733", - "2245", - "6236", - "18466" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 41, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, { "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } - ] + ], + "derivation_path": [ + "2175", + "628", + "10884", + "15404", + "4947" + ], + "id": "61f27e29b86045393c2d30403b4342550820287b1c6020ad700116f152003841", + "index": 25298 }, { "address": "", - "id": "1e2b163e5825f05f561f323c8da0316135530f031625902e0f1c5834707f6f38", - "index": 2841, "amount": { - "quantity": 247, + "quantity": 119, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "15992", - "32213", - "30880", - "27519" + "284", + "6285", + "7416", + "13915", + "436", + "4553", + "10888" ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "id": "73592994121f57fab44e670009547a522bc02a70c8d9037c731e790966a35005", + "index": 13785 }, { "address": "", - "id": "6f3e0e48699bf15b6c517f942bba09cf6f3b113f604b66793a6c2852310c908c", - "index": 22634, "amount": { - "quantity": 82, + "quantity": 87, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "13787", - "24734", - "5413", - "1867", - "5722", - "10748", - "13678", - "7062", - "12338", - "8221", - "17342", - "21786", - "16553", - "1802", - "21248", - "15907", - "5971", - "4114", - "10645", - "2339", - "17950", - "26088", - "3531", - "21021" + "7930", + "13450", + "1963", + "4358", + "11922", + "8945", + "3171", + "5489", + "6541", + "12646", + "10589", + "10499", + "9435", + "4595", + "113" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "72564a4c5a1a54533d343f0c275c5e0b3d5359580b3c85cc3623f38544462d6d", + "index": 25171 }, { "address": "", - "id": "6445304d4e1e491e557b567702e83a3ea3485391750cbc0a5114045c28163a75", - "index": 11604, "amount": { - "quantity": 206, + "quantity": 221, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + } + ], "derivation_path": [ - "28094" + "7092", + "15881", + "4283", + "9427", + "6981", + "8366", + "12856", + "2482", + "7431", + "16271", + "6631", + "7919", + "3038", + "9400", + "13939", + "10322", + "9232", + "11731" ], - "assets": [] + "id": "784e37b300287dcf42686b3e580d7232115aac4c07382d137402391a467c1208", + "index": 19961 }, { - "id": "437a3235381106521c5cb1eab0402928031f04762e34510150427b2d6d294641", - "index": 1 + "id": "0bbc10761e71231ab3db24782f08117f55736a6b3acb2bc025230c24c5390278", + "index": 0 }, { - "id": "0d1dc81a043e75120ef72d690d0e5d06054b5067d729156b6dd4333e6e1d1e7c", + "id": "7f848908240e023d40275f47756e6ea05433783a152203535c3e025b35fb6067", "index": 0 }, { "address": "", - "id": "79765a610851737865073471431b0b620f712f850c4d3e063a007a0d5662e001", - "index": 31963, "amount": { - "quantity": 96, + "quantity": 152, "unit": "lovelace" }, - "derivation_path": [ - "12281", - "11954", - "13293", - "24865", - "13623", - "6330", - "29117", - "14344", - "15678", - "75", - "9895" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } - ] + ], + "derivation_path": [ + "3097", + "5879", + "7909", + "12729", + "9548", + "14471", + "6529" + ], + "id": "6f513d3cc9324b71534f320e9a68735564614d49112f02530e69450c0c634269", + "index": 7409 + }, + { + "id": "772c122438ef2d0d017de82a14f91e27140f1c713bd5427d5333d97279183d03", + "index": 1 }, { "address": "", - "id": "7893104f2d141d423e3568106e4e507fcb4f3e377586612bb270783b414d7e3f", - "index": 27269, "amount": { - "quantity": 106, + "quantity": 159, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "23323", - "8066", - "5745", - "2141", - "18951", - "26741", - "31540", - "13185", - "18299", - "8672", - "26485", - "4183", - "29110", - "21391", - "123", - "1598", - "8135", - "9553", - "14665", - "18230", - "31903", - "22608", - "8630", - "10640", - "11875", - "14481", - "27836", - "28472", - "14516", - "21188", - "4978" + "14791", + "13509", + "2073", + "6999", + "6615", + "3349", + "11292", + "219", + "10218", + "10621", + "7357", + "2695", + "5626", + "6772", + "594", + "2934", + "2239" ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "id": "634b010f074c120722051e47022109613a6739fc7e28277d3d171b2e53252335", + "index": 24481 }, { - "id": "421f78612657473265535c6c9da3351f4d5550081f83672023555bd56ca71244", + "id": "5b105e4c6a3f7c6f5b7c27374838503a650b21366465472a5233385b56991f61", "index": 0 }, { "address": "", - "id": "ca6b73f93c3c164b17461c1e673d464b36507c6c3f6385156d0b124e0a2a540c", - "index": 1277, "amount": { - "quantity": 23, + "quantity": 233, "unit": "lovelace" }, - "derivation_path": [ - "21041", - "28661", - "4927", - "3698", - "5140", - "16570", - "32603", - "11519", - "25301", - "27625", - "3427", - "30172", - "8537", - "17201", - "5092", - "32750", - "22423", - "9745", - "30237", - "9850", - "20060", - "12612", - "7660", - "4138", - "12309", - "12842", - "809", - "27416", - "23218", - "13615" - ], "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 31, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 } - ] - }, - { - "id": "5a53780758323f036702389b045939037c216b4d0b5406960b45af3620188a46", - "index": 1 + ], + "derivation_path": [ + "11241", + "12165", + "8016", + "2518", + "13165", + "13785", + "337", + "3352", + "12258", + "10519", + "692" + ], + "id": "747a295b497b2664597753124010607653778a7131136b8843197a6568199844", + "index": 18876 }, { "address": "", - "id": "6c4330534a75c300067752d95b2a51a240099e2c093747783a58553b7f01cd1b", - "index": 25466, "amount": { - "quantity": 35, + "quantity": 17, "unit": "lovelace" }, - "derivation_path": [ - "19437", - "22641", - "16159", - "26491", - "7476", - "467", - "8454", - "13315", - "16331", - "20740", - "19457", - "25387", - "23376", - "2817", - "13186" - ], "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 } - ] + ], + "derivation_path": [ + "671", + "13857", + "16040", + "15099", + "16156", + "14244", + "2879", + "14937", + "6862", + "8998", + "3145", + "4349", + "3085", + "4761", + "3513", + "7433", + "7226", + "15480", + "11767", + "6502", + "11841", + "3871", + "9794", + "10617", + "11278" + ], + "id": "9e8d263c3b7e2eac6879866f44743b6625144551b37359023b5b1022650f593f", + "index": 32694 }, { "address": "", - "id": "5a79523be9e771480e4c16273f14f80a3c6efc625f5a651a647d74608a6d3d1b", - "index": 12813, "amount": { - "quantity": 191, + "quantity": 46, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + } + ], "derivation_path": [ - "6212", - "4698", - "28507", - "23348", - "29989", - "26456", - "12099", - "23956", - "18475", - "8632", - "31596", - "27747", - "20914", - "29500", - "2977", - "14944", - "25862", - "19904", - "12237", - "24436", - "10455", - "16136", - "13394" + "146", + "10577", + "13459", + "7967", + "9523", + "14826", + "10332", + "4556", + "1855" ], - "assets": [] + "id": "13702a2737171b63ca647d5a495093306529047f57244426682b60643d416906", + "index": 7909 }, { - "id": "382a0b68353042a5d0416e1d728245d66b5bfc5d1bf7630d0e2f6d5e4a00374f", + "id": "363db97224223b3257673d250d25780d51720d1b933f26350ce889153b1b4e00", "index": 1 - } - ], - "collateral_outputs": [ + }, { "address": "", "amount": { - "quantity": 229, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 84, + "quantity": 143, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 226, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 } - ] - }, - { - "address": "", - "amount": { - "quantity": 52, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 52, - "unit": "lovelace" - }, - "derivation_path": [ - "13630", - "26635", - "8016", - "23336", - "26967", - "28786", - "11805", - "2478", - "13671", - "16867", - "9134", - "15747", - "21580", - "29271", - "28796", - "3460", - "22349", - "8649", - "16696", - "30592", - "24079", - "14645" ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 226, - "unit": "lovelace" - }, "derivation_path": [ - "11487", - "11998", - "1327", - "9059", - "22121", - "2221", - "3229", - "9518", - "20368", - "31777", - "6065", - "16157", - "27182", - "3790", - "21137", - "19914", - "16376", - "7237", - "21714", - "17408", - "3850", - "3046", - "5661", - "1713", - "2461" + "1449", + "8324", + "10132", + "15938", + "12990", + "1032", + "7286", + "4804", + "365", + "9467", + "7661" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "id": "0a5c38c811557671ed3b59262667384e4060057e4e1d585d4fd46d772863034e", + "index": 20266 }, { "address": "", "amount": { - "quantity": 164, + "quantity": 202, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 57 }, { "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 152, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 156, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 37 } - ] - }, - { - "address": "", - "amount": { - "quantity": 170, - "unit": "lovelace" - }, + ], "derivation_path": [ - "8459", - "10203" + "14317", + "12585", + "12162", + "12920", + "9865", + "5093", + "5632", + "15209", + "12704", + "3527", + "14393" ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "id": "ad63606f7bd73a2c62441b01078c53203f1e5d175600ca701573603a7c4b6f56", + "index": 4734 }, { - "address": "", - "amount": { - "quantity": 168, - "unit": "lovelace" - }, - "derivation_path": [ - "20989", - "17128", - "29966", - "30186", - "7217", - "10111", - "32247", - "17276", - "10362", - "16945", - "12738", - "1303", - "10913", - "29760", - "21988", - "7031", - "1083", - "22934", - "20120" - ], - "assets": [] + "id": "223b34f9862e16243f651e152573435b382a67201f653555970c2bdb27e52f1f", + "index": 0 }, { - "address": "", - "amount": { - "quantity": 153, - "unit": "lovelace" - }, - "derivation_path": [ - "26965", - "16291", - "32464", - "21375", - "26221", - "8535", - "6970", - "32389", - "29505", - "9973", - "9301", - "31844" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "id": "2b8fb145060b72ca25206a3e4b3a1b2b476689496293151e16354c6724016846", + "index": 1 }, { - "address": "", - "amount": { - "quantity": 226, - "unit": "lovelace" - }, - "assets": [] + "id": "6a3d4942000c155862306655f81d09fc00561a1393014f531c87773f32514325", + "index": 1 }, { "address": "", "amount": { - "quantity": 215, + "quantity": 248, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 } - ] + ], + "derivation_path": [ + "14623", + "11594", + "2176", + "15537" + ], + "id": "38153d00700d7a232948646b25352c7c1122786045a263123546141bcd606edd", + "index": 16099 }, + { + "id": "60135e84b51c35284a0d5b48063a015be83868114e3b69ee565751688815be69", + "index": 1 + } + ], + "collateral_outputs": [ { "address": "", "amount": { - "quantity": 6, + "quantity": 60, "unit": "lovelace" }, - "derivation_path": [ - "31416", - "10274", - "28575", - "6716", - "29996", - "32159", - "24683", - "5542", - "25312", - "29067", - "1601", - "11520", - "15489", - "29107", - "18408", - "172", - "6348", - "21837", - "13660", - "695", - "12344", - "19219", - "10238", - "105", - "25010", - "17609", - "12495", - "10575", - "14491" - ], "assets": [ { "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } + ], + "derivation_path": [ + "315", + "12130", + "16049", + "3983", + "5776", + "2774", + "13313", + "4259" ] + } + ], + "deposits_returned": [ + { + "quantity": 140, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 22, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "quantity": 176, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 156, - "unit": "lovelace" - }, - "assets": [] + "quantity": 116, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 65, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "quantity": 23, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 98, - "unit": "lovelace" - }, - "assets": [] + "quantity": 188, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 156, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "quantity": 129, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 61, - "unit": "lovelace" - }, - "assets": [] + "quantity": 89, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 206, - "unit": "lovelace" - }, - "derivation_path": [ - "28689", - "9560", - "32439", - "27766", - "15265", - "8904", - "27230", - "20069", - "27156", - "8959", - "14632", - "14770", - "29984", - "11353", - "30148" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "quantity": 151, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "20462", - "5031", - "27380", - "18593", - "5329", - "16434", - "3315", - "22125", - "27055", - "6318", - "30533", - "29583", - "10728", - "2548", - "27883", - "15810", - "22519", - "21970", - "3090", - "12471", - "17360", - "6985", - "18464" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 40, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "quantity": 95, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 222, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "quantity": 251, + "unit": "lovelace" + }, + { + "quantity": 71, + "unit": "lovelace" + }, + { + "quantity": 37, + "unit": "lovelace" + }, + { + "quantity": 8, + "unit": "lovelace" + }, + { + "quantity": 35, + "unit": "lovelace" + }, + { + "quantity": 188, + "unit": "lovelace" + }, + { + "quantity": 147, + "unit": "lovelace" + }, + { + "quantity": 147, + "unit": "lovelace" + }, + { + "quantity": 151, + "unit": "lovelace" + }, + { + "quantity": 107, + "unit": "lovelace" + }, + { + "quantity": 231, + "unit": "lovelace" + }, + { + "quantity": 193, + "unit": "lovelace" + }, + { + "quantity": 185, + "unit": "lovelace" + }, + { + "quantity": 5, + "unit": "lovelace" + }, + { + "quantity": 104, + "unit": "lovelace" + }, + { + "quantity": 94, + "unit": "lovelace" + }, + { + "quantity": 215, + "unit": "lovelace" + }, + { + "quantity": 232, + "unit": "lovelace" } ], - "script_validity": "valid", - "id": "755768010a7c7c6ed28641d97e0f772c3f7a404310353b227530a81572524746", "deposits_taken": [ { - "quantity": 20, + "quantity": 105, "unit": "lovelace" }, { - "quantity": 39, + "quantity": 29, "unit": "lovelace" }, { - "quantity": 25, + "quantity": 125, "unit": "lovelace" }, { - "quantity": 36, + "quantity": 190, "unit": "lovelace" }, { - "quantity": 85, + "quantity": 150, "unit": "lovelace" }, { - "quantity": 122, + "quantity": 169, "unit": "lovelace" }, { - "quantity": 249, + "quantity": 45, "unit": "lovelace" }, { - "quantity": 30, + "quantity": 70, "unit": "lovelace" }, { - "quantity": 222, + "quantity": 240, "unit": "lovelace" }, { - "quantity": 225, + "quantity": 178, "unit": "lovelace" }, { - "quantity": 72, + "quantity": 246, "unit": "lovelace" }, { - "quantity": 110, + "quantity": 121, "unit": "lovelace" }, { - "quantity": 105, + "quantity": 82, + "unit": "lovelace" + }, + { + "quantity": 17, + "unit": "lovelace" + }, + { + "quantity": 251, + "unit": "lovelace" + }, + { + "quantity": 4, + "unit": "lovelace" + }, + { + "quantity": 85, + "unit": "lovelace" + }, + { + "quantity": 178, + "unit": "lovelace" + }, + { + "quantity": 206, + "unit": "lovelace" + }, + { + "quantity": 196, "unit": "lovelace" } ], - "burn": { - "tokens": [ - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1g3s5gfy36zjnk00fvywym3wvawtl30jwvrv373ufdqn0klxaawx", - { - "active_from": 100 + "fee": { + "quantity": 199, + "unit": "lovelace" + }, + "id": "7b6732bb13452f4a6030c40d0d2b9d00000904265457435e522572624506667f", + "inputs": [ + { + "id": "3c440a374f5f171d05372f460c6dbdb05c4f53097f0e643bd3770d612ada6f06", + "index": 1 + }, + { + "id": "6f74125e19493b4f0c0d6910500353109109710b776c513e946326572771155d", + "index": 1 + }, + { + "id": "f245525f721a307e297d1c1716767ec9d6521f7c49703a3d6e2a5a0d09261900", + "index": 0 + }, + { + "id": "1a453a73091b0e4efb5d2a1a092a5f79681f104f17172db11769d22f60631aeb", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 77, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ], + "derivation_path": [ + "7538", + "4434", + "1934", + "10562", + "3414", + "5574", + "11557", + "7208", + "297", + "9400", + "2066", + "6801", + "4047", + "8262", + "9364", + "13021", + "1053", + "1269", + "6768", + "2207", + "2772", + "4951" + ], + "id": "7cf333452e5d6e56826d671e4308279719533f6c5d693256423527605860f544", + "index": 17369 + }, + { + "id": "59211a14037b03d75c1c5644590c63672e7e6844e2692f23332d391e246e3003", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 46, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "6949", + "4002", + "1335", + "10780", + "4072", + "15275", + "13630", + "4229", + "4504", + "9843", + "7125", + "11218", + "312", + "8954", + "6068" + ], + "id": "751d2e754d5f443151166e293e615f06af19047a7221036e0c313f73722d564b", + "index": 20827 + }, + { + "id": "6d121d09102ee95a635c32a531a7273bed3f617615ea3d0a736539676b0e4006", + "index": 1 + }, + { + "id": "7c4a207a5b46361c4d5478fe637105189f73241c010c0f08fb583355474b6c11", + "index": 1 + }, + { + "id": "37131269b2111b4d0a467e492f9f372f450a515712123575717139f5a3347722", + "index": 0 + } + ], + "metadata": { + "10": { + "map": [ + { + "k": { + "string": "𭄭󿴄" + }, + "v": { + "map": [ + { + "k": { + "string": "闅" + }, + "v": { + "string": "􀮾" + } + }, + { + "k": { + "string": "𑴫" + }, + "v": { + "string": "𪑔𣲷" + } } ] - }, - "script_type": "native" - }, - "policy_id": "4461442491d0a53b3de9611c4dc5cceb97f8be4e60d91f47896826fb", + } + } + ] + }, + "24": { + "int": 2 + } + }, + "mint": { + "tokens": [ + { "assets": [ { - "fingerprint": "asset1pm3dn3ndg52fev60ksfpt2k70dd7pr84930nt5", - "asset_name": "546f6b656e49", - "quantity": 1989 + "asset_name": "546f6b656e54", + "fingerprint": "asset1qpuhhm0tlc8mnhwfwrl2hpshqlc6xs8erfurfa", + "quantity": 3894 } - ] - }, - { + ], + "policy_id": "45252e23a5b5bcba3cf84ab2b02860dbf4e619a1fcb12a8b0c6239fb", "policy_script": { - "language_version": "v1", + "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "128b0a5feb2116dc5c7d2a6333609ef0c5cd5fb2e035e7467deb7ca1", + } + }, + { "assets": [ { - "fingerprint": "asset1jkahyytur8vvcda3ra0gswwmz6aw2vjda0fpff", - "asset_name": "546f6b656e4a", - "quantity": 1802 + "asset_name": "546f6b656e45", + "fingerprint": "asset1va347yrgngze9fhcm7lw9jhzqhucdvsws73zc6", + "quantity": 9145 }, { - "fingerprint": "asset1jh0kxxsl66c06hrpupz22srvkl0w3wn675myf2", - "asset_name": "546f6b656e5a", - "quantity": 6607 + "asset_name": "546f6b656e55", + "fingerprint": "asset1xq2ksn0pltuhj42aswrycyvgugddvhmlqrrgws", + "quantity": 8481 }, { - "fingerprint": "asset1dyvk3ml6gl0acrp37w49t53wj3za47jaew0jr2", - "asset_name": "546f6b656e4b", - "quantity": 785 + "asset_name": "546f6b656e47", + "fingerprint": "asset1ht24dz47p52j7gtzrv2kfyk696ecm6neryd38k", + "quantity": 9606 } - ] + ], + "policy_id": "9bede2d142f9dc1bb06c5e35cd217f35e534d7e62c95b25366508f98", + "policy_script": { + "script": { + "all": [ + "policy_vkh1n0k7952zl8wphvrvtc6u6gtlxhjnf4lx9j2my5mx2z8eskdzrt9", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset16hunma9r3mt3qtarxtch89j36gux66wfr4xdgd", + "quantity": 8402 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset16gvy7xd4wtfw5pyca63zqg5pt0mm9x4lg6fpyz", + "quantity": 6288 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1d9gs3g43mura9e99wwnnvsfvh6ghkmmmzz5uez", + "quantity": 7123 + } + ], + "policy_id": "f2734c7042d3368788ba89c608a003d965933cb00f7909b7bad27540", "policy_script": { "script": { "all": [ - "policy_vkh169udl7kwa4txzg24mkd3han0pjw0axx2q3ndc0t82mzfjw7w2a5", + "policy_vkh17fe5cuzz6vmg0z9638rq3gqrm9jex09spausnda66f65q42mh62", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "d178dffaceed56612155dd9b1bf66f0c9cfe98ca0466dc3d6756c499", + } + }, + { "assets": [ { - "fingerprint": "asset1pzgpmualhx5yut33randfjqn3hcswjwv2m6dug", "asset_name": "546f6b656e54", - "quantity": 6074 + "fingerprint": "asset1ey9kwukh4nu4878j32yhz44ap0802gsgy0clsa", + "quantity": 4895 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1ytvmk0sk7cr8es8ez5xl8g30x83uds3w779tv4", + "quantity": 3855 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1gurkanyt98x28hquj6tq0s40j548jal2xtr9e8", + "quantity": 8132 } - ] + ], + "policy_id": "6aacb138ca08acce0d1154439d242aed33df812bede270a755347d43", + "policy_script": { + "script": "policy_vkh1d2ktzwx2pzkvurg323pe6fp2a5ealqftah38pf64x375xvqdsg4", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "82fcab60d702173c8545d097a70f1e178896b1918bd03f36ab1da3dd", "assets": [ { - "fingerprint": "asset1cf8uq4kys8phpnhqdmq7hmqwd76qfge73gcc5g", - "asset_name": "546f6b656e46", - "quantity": 7245 + "asset_name": "546f6b656e52", + "fingerprint": "asset1a7t69jnzrhh24097cfawcagfdr4lndql7qsrpu", + "quantity": 4352 }, { - "fingerprint": "asset1nh0q2m3tdykmryz8g6paapm3xmejhncreqhh90", - "asset_name": "546f6b656e43", - "quantity": 488 + "asset_name": "546f6b656e42", + "fingerprint": "asset1p4hz5wtwjggj3dw7r5f8pd9xgch5k2k5ahdhu4", + "quantity": 5931 }, { - "fingerprint": "asset1erhukcrtvg79vm7tqak3au6fcdv5wrhnhcp7t9", "asset_name": "546f6b656e5a", - "quantity": 8271 + "fingerprint": "asset1p50rw2ph4haazpp6qwrdl8f6ez4h7tj3n3gsfz", + "quantity": 8932 }, { - "fingerprint": "asset1m2cfzpqvlxrct9tgeclvpzlxwxlm9x6sp7lxe5", - "asset_name": "546f6b656e58", - "quantity": 9632 + "asset_name": "546f6b656e54", + "fingerprint": "asset17ykenkekfuet72gexnay5resdcsjz8fafquy20", + "quantity": 8612 } - ] + ], + "policy_id": "bf6c6a3a6254458c918e06a1b2df4dc04056721973fa6bd95caf870c", + "policy_script": { + "script": { + "all": [ + "policy_vkh1hakx5wnz23zceyvwq6sm9h6dcpq9vusew0axhk2u47rsczsl6ac", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1wfej0zyeahlax86ly73g8g27d7y69ujplqrl7f", + "quantity": 9058 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset153aupvxegef033dyr4ehq5pueyjc8vfmk9fjx5", + "quantity": 8680 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1nevxras4q0jut7l6p7j8d26akt26dv5wfg98qj", + "quantity": 3196 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1z42072f7rym5qq36gav0y829q7a5nvkxenutyz", + "quantity": 5319 + } + ], + "policy_id": "37212cf9e1b0c51de8dad43020b774b52b9cf04ad0f2d991a305dd07", "policy_script": { - "script": "policy_vkh1x8kt4vudg5mt7zajgmnxccrfvm8gsww2tws43svsq2xs52ee92y", + "script": { + "all": [ + "policy_vkh1xusje70pkrz3m6x66sczpdm5k54eeuz26rednydrqhwsw69vmfv", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, "script_type": "native" - }, - "policy_id": "31ecbab38d4536bf0bb246e66c606966ce8839ca5ba158c190028d0a", + } + }, + { "assets": [ { - "fingerprint": "asset18lw7m2q5s0wd72kl9vt2d7ngkkdqgeq84zfgj5", "asset_name": "546f6b656e51", - "quantity": 7712 + "fingerprint": "asset130mx24d62dp3huft9dpshaulj3tnqttxqhud6p", + "quantity": 205 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1vkndshzxxgrlzqxglsvs6t0ux3q7sa3nmv3tag", + "quantity": 7755 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1auqen5x5twflklayjdqd7t9ztf0l36hjsh8yq8", + "quantity": 9155 } - ] - } - ], - "wallet_policy_key_index": "0H" - }, - "fee": { - "quantity": 253, - "unit": "lovelace" - }, - "certificates": [ - { - "certificate_type": "deregister_pool", - "pool_id": "pool1u0qhqxgya6la7h42rvk0sxj0xndvhzs4f5xdgme0s6gz27xhr8t", - "retirement_epoch": 14141 - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1qehgvgyjjwnpya3wpcvacgejan8ep34rqmztl6zsz7c0wlstu68q2r3qwr", - "ed25519_pk14rvtgpvmc9pkuhy48sphtmny4mz07hnh6c5hfg2s5028rz4wm56qzvkqhf", - "ed25519_pk1zh8tevdy85jjtyuz6z0tslsd5pygtpx3l6cjf308umsu6ekltngq4mf2ed" - ], - "pool_pledge": { - "quantity": 244, - "unit": "lovelace" + ], + "policy_id": "ce56fa83b43975b5548164fd4faa6872afd193c916f26895d1a17f44", + "policy_script": { + "script": { + "all": [ + "policy_vkh1eet04qa5896m24ypvn75l2ngw2hary7fzmex39w359l5g80gqfx", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "pool_cost": { - "quantity": 35, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1z4m26pyeppazse99u98gav7z8lnfc76mrjlfrz", + "quantity": 1899 + } + ], + "policy_id": "da58e9405eef4d4d0415d9b6a6af893a9b62b71f38ff31e900b34d44", + "policy_script": { + "script": { + "all": [ + "policy_vkh1mfvwjsz7aax56pq4mxm2dtuf82dk9dcl8rlnr6gqkdx5gtrj8da", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, - "pool_id": "pool1setatc8ltqtwgnnksne37gt6xkrhyltrdzc8a9k2ghzh68qfzmh", - "pool_margin": { - "quantity": 84.19, - "unit": "percent" - } - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1e7flrhzgjnnr7l9ga8grp3zxrz8uzxld9w7s2e8eu28967geh7r", - "retirement_epoch": 17380 - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool17ajqa5kkxyqyygeg3za2gpjpys7fqewtr3yeqmswq7vrjpuvzx8", - "retirement_epoch": 16892 - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1gdp68zmftp9sqtzwnzw3zaaxx4e4rzquyezehd8xn2peqhjcyac", - "retirement_epoch": 24112 - }, - { - "certificate_type": "quit_pool_external", - "reward_account": "" - }, - { - "certificate_type": "mir" - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "register_pool", - "pool_owners": [], - "pool_pledge": { - "quantity": 120, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e46", + "fingerprint": "asset13m5krmz4khgmed5y4t9js7vfh9nq9ea658srfp", + "quantity": 4194 + } + ], + "policy_id": "550b247f64fa4dcf3072626cf853f65e059f93049338e6a0468e50af", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "pool_cost": { - "quantity": 61, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1swaqx804qg7xkqzd9xdwapulggc8k2qgeaq7wd", + "quantity": 5637 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1kdx7fyvf8nlg4peez3y9yfap3qhzzm5tzpykjm", + "quantity": 3325 + } + ], + "policy_id": "67d956c853acbd18744ad1badeaa7bca50312d7065b9cf4b0b153632", + "policy_script": { + "script": { + "all": [ + "policy_vkh1vlv4djzn4j73saz26xada2nmefgrzttsvkuu7jctz5mryxt7rh4", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, - "pool_id": "pool1gkerpfxh73g4ddhgwyzteyz2hdg3m0a4wng4p4q8kjrljk3n9vu", - "pool_margin": { - "quantity": 22.83, - "unit": "percent" - } - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1tq0v3z6889tqjm0ue8h5n80nrdl7q8gtmydr7qe26hq9378544ps7lmyyt", - "ed25519_pk1lclu6lyhqdnyqym2qth8af9um5ucatxwp5k0kraj5u57dj7n5vaqyp7ju4", - "ed25519_pk1jt66ga8l5wrxxcd05snp4wfsuug6tel2puprw76tnqrmsnmy6keqlh9c6a", - "ed25519_pk12czvg4za3jn268rmq3k74z6w62c0jrnj7stqj25efcqm8s62axkq0gwvv3" - ], - "pool_pledge": { - "quantity": 171, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset12q2entd9je5sdvysrsqmmn236cxcd9g6hluc8a", + "quantity": 5595 + } + ], + "policy_id": "5ef099aae6aebf0d5ac322a8cb6984bc304938be9edd2c843b92838b", + "policy_script": { + "script": { + "all": [ + "policy_vkh1tmcfn2hx46ls6kkry25vk6vyhscyjw97nmwjeppmj2pckzw2f26", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, - "pool_cost": { - "quantity": 34, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1tm4rh4wlhfk3zhndn8zdy960fnv02jxk45337e", + "quantity": 7331 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset16zq83399qa5n46258wgvjhr0vx8dgfm9nsy37m", + "quantity": 329 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1ax8h0ehfx3x67mv94m9nj6ppppcyuwyqw34l9y", + "quantity": 3006 + } + ], + "policy_id": "fe0bcb8e9abf4a2caa1c9bd7022d15835c627e29a91fa44311a3749d", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, - "pool_id": "pool1sr0pf4ttvhkryw9dlj5294us4p7gj7rctpc0r30099kjux3fqdc", - "pool_margin": { - "quantity": 47.91, - "unit": "percent" - } - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1nnvpjcvumarlvrm4wm0jl6jxnmhhht40t00vmza4nf0dg50wn8wqyaj8tr", - "ed25519_pk1gtmc3yqhs2z6m3u98ff4qvyfy0k975tmevj5d8seyungl29lfqpq22ps59", - "ed25519_pk1vynuqlw8wsae7e28l7gh0k3g7z6kgu6kjnk04zuq4efk5996xz9qxv0jt6", - "ed25519_pk1mkwqlj72kgfn2p4vdk6t0gdtkcc38r388k0zr8av6a22gj6r4v6sndfn0e", - "ed25519_pk19qvcg6f3j2em8qmlk59edlc48jmtxhke9f4dmul8rvrl50r6k09qhm49pm", - "ed25519_pk1m34pevwv6ct702x6ttqdqgph30zv9aganjrfn5pnwxygvkjds2jqmkym62", - "ed25519_pk1pmxhqdpzg747qvgjeslggg6mk5czsvtm27fmdrr30tzaj7tlvxeqtj70qg", - "ed25519_pk1c3tspw32rjqtzwyvc64uxd5a5ryyqqnryes0c0kt4mnqrvzwl9fqwg07a9", - "ed25519_pk1jkqsss7y2u2ukjhttrvxz9er8scyvyvatpg32p4kvh4dlmjtwg4s6a4l3f", - "ed25519_pk13n5m85r82k0ssdfrhc96hjzf0r0syw6dvcpjzms3eczyy735lxss34cxcu", - "ed25519_pk1png9slfsumuceus5yvq8ypttp4waa0lxmp38crte9kq38vazlkhq7u5j53", - "ed25519_pk1vcpst5gugszyxv98hskz5ayj2xng070q46wp36fzw8fj7szxn20qytgmy4" - ], - "pool_pledge": { - "quantity": 144, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1see09rglwvleg7wh6krxf7rmmavmcvfcqzc26s", + "quantity": 599 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1lcwvrvtwuz7a4ced2eut2xgghv0su9whqcu8dj", + "quantity": 2549 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1r9s6jlw4w9n5upf2clwhf7vrq7z8z34pg6f7ln", + "quantity": 2933 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1qm2zf9gn3fnn95pl420hqf6n72vetelcs27cmw", + "quantity": 2585 + } + ], + "policy_id": "c2cd513d8aa9a0788d16aab632fe41632e9e2eac2f0ec428d71a8065", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, - "pool_cost": { - "quantity": 169, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1r79zn8dkcgvrjk7lxsv7d7744n5pcx7dfl8jjt", + "quantity": 5682 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1lat7qpmw6f7wfd8nplslhnzs0n76gwrrrs7nlp", + "quantity": 3783 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset168fhehalhq2seep3wshhdhw3d80dnt8sh9v6lt", + "quantity": 3337 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset16qm8m5k84uyfyj9cj6m67868n4yzdgpezn39d4", + "quantity": 7572 + } + ], + "policy_id": "ffd27f85df7ac5885ae415446f0226fa962b9c7353b361a06834ff87", + "policy_script": { + "script": { + "all": [ + "policy_vkh1llf8lpwl0tzcskhyz4zx7q3xl2tzh8rn2wekrgrgxnlcwl38nx4", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "pool_id": "pool1plyfjn7ghh7wse7fnw3vrezawukgh3nsuffs8rctmteu73rkw6r", - "pool_margin": { - "quantity": 48.51, - "unit": "percent" - } - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1hjv8uzprerjxtxl88h0jzzm9gcunm0cjzt8eq4fdz2r7syxxgy9s9g34rz", - "ed25519_pk10x0hwnepw77khxa6lelgvfz0qw2udsdtn4w8p5qe4zhtr52gzydspafg29", - "ed25519_pk1dqrm9vzlgaul66w8u5mwy4yu298v2whu4jms7fkxwhz0a96qh5ms20equ9", - "ed25519_pk1622f4xw4gr5ep0g55saruj9ygcq4flplugjahnvcr3xnxvph9q7qf6gusn", - "ed25519_pk10vh8cecq40s5yr94nxc4qjcelqd4dn90s6jjwx7fng6jf3nkd24qzegjzq", - "ed25519_pk1dske90s00nctaangy24p5s4uj5n83utl0jh6ymzhkxss4vq8s7hsntem9w" - ], - "pool_pledge": { - "quantity": 166, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1mpml6l9pzl4w06p6wzfmwfk7e4vnqgspfyn009", + "quantity": 3568 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1s82k722szfr6plqd30gg3566y9yfl5qc0ppx0m", + "quantity": 3317 + } + ], + "policy_id": "a388012d08b235c43bf72f8da3799ff0feb9ec6c81efbb55b81e5b6e", + "policy_script": { + "script": { + "all": [ + "policy_vkh15wyqztggkg6ugwlh97x6x7vl7rltnmrvs8hmk4dcredkuqy9r58", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "pool_cost": { - "quantity": 90, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1na3760sr7sh8v4qe8yn2s4h6u0gezjj6vaudjf", + "quantity": 6447 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1vf2jy2ja55y2l573vwkzgak7g393hz5uswnzg4", + "quantity": 3802 + } + ], + "policy_id": "c5e0a4703e747e543598a9b826871e2197e1e4249b47068b004d192c", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "pool_id": "pool1ywl7rexuexsah3phwdnl0xeu2y94r4ec2xkk2elw88jkvn3ynac", - "pool_margin": { - "quantity": 52.95, - "unit": "percent" - } - }, - { - "certificate_type": "mir" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1hamru65wv9y7h50f6qfppzjdx05ayn8l4wrk3m7gg27g54u5wxw", - "retirement_epoch": 1738 - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, - { - "certificate_type": "mir" - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1fp9yg5jugtjgz7zmmgjhg4vu8qm7h3jp2ua38ect38pyt75nqp4q4s5af4", - "ed25519_pk1wuj9fjhahs8t8ec6x3r9pqrfznvn785nlgc2q94ky86lc6z538qqchmm4v", - "ed25519_pk17x3yjktgztlucaskx9fgj92wddxrz52zq7dh54lv0kwwfsevydysqhnp6m", - "ed25519_pk1u2kheljw8rd4lplahtg9cqfp9dqx8jhwrdxvsamxmq85uj2rfq2qn5scsm", - "ed25519_pk1ss0swj2va4dt93umgqcwksaug0tflj7y2pjrt5h6d7hgmeymfwuql0cu3h", - "ed25519_pk13srgtch2swu5al2w5crynzu3f2pcwhrdgc2d9k2vuvx93p7ssqgqh923qw", - "ed25519_pk109r0xtd3jujq7n5ry4wd9kg5234n872ekfy7fajvwwxqtlzj7auqrqa6uv", - "ed25519_pk1x6euy4p96jtna0kw6mrrs4s8nzpaucwgg00fdjj057dyrvtsrapq8ekna5", - "ed25519_pk158fesuvqhv8n43afkpkjd56y64gwnl35r4et3sxr6mrwmez7m37s2u6h4h", - "ed25519_pk1vjpk7de83077svk83vvudv9n2qa6uxxvepz30p97thvv6tthwqnsaa95f2", - "ed25519_pk17kk7p5a3a6ftlv267kmy86efwjx7gy4a7sdlqekg029djhjkdhnqtfv6c0", - "ed25519_pk1h7tsgnpcs95fzhprc3vw3r5ss4eev5t0rddhftam3sxl2jwuw07qqwch2s", - "ed25519_pk1xrw02ea4rzc2xpz8z8ja3jfxmmjs65qlgsus0t4wcdf08avsxdesdrgl3l", - "ed25519_pk1rqx8g65tpusvj5hwnd3lac79dmecw6uwk4mnu0dxu3ldstee5f5qvlvpks", - "ed25519_pk1vf8dewejq2qdye8xz9aqjmwzzg7qal56gz5yxhgmvpkv09zyc04sxwwsyu", - "ed25519_pk1njvmmrvaqs0x0h0aes70traaqnhr34gstexj6j9cf39zd49fmzas3h5ekf", - "ed25519_pk1wrlru7vggmzcpyqgqyvqa9azp5td5w0frkx8kdw575h5mar6csqquu9dca", - "ed25519_pk1edq562je4h4knltcrv97haf3qm67pgdxajlwkja8ckzeldc9uzys94nccc", - "ed25519_pk1r257cv7rjctwp7tkeawgzt8kyk0r9zes0flvfpsx8hxux9q7zzmqkajf5h", - "ed25519_pk1y98pe03zy27vezd3l6ge682lxuwse2qq0jyh7j0c3mgctqljh3eq3rpnmf", - "ed25519_pk1yragt8a75dqr8yzxuj7kfl9suv9pptskenu27qu6cec76cq04cjsq8z08j", - "ed25519_pk197gucpj8fkzh2jgwpjlqv3rjzr2evcp2lvjr00v8zcn4au7cg5fs30ntjd", - "ed25519_pk1349em7m738ga84qurzlwf8fc3g8renfn4yfaa37f5eyujk47vfgscvr4td" - ], - "pool_pledge": { - "quantity": 16, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1ytsz3nqywswycpktpcm33tyvyans8zz7kcn9wy", + "quantity": 4538 + } + ], + "policy_id": "d742951ad53828109eb0a6afa4572a0af19d470d738c7682b4b4839a", + "policy_script": { + "script": { + "all": [ + "policy_vkh16apf2xk48q5pp84s56h6g4e2ptce63cdwwx8dq45kjpe5vumzqh", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, - "pool_cost": { - "quantity": 247, - "unit": "lovelace" - }, - "pool_id": "pool1wp4ksf5uy4600xcy40gp7dep85vsntd9kd7rsxgshhsvc7cyjj5", - "pool_margin": { - "quantity": 21.54, - "unit": "percent" - } - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1r82lmrhu7ylc0zt69q5je4qc6k5xhprc4x2uztmw02z37krf9pc", - "retirement_epoch": 16875 - }, - { - "certificate_type": "mir" - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "3489", - "9238", - "4977", - "20251", - "28481" - ] - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1xed5ezjmxvalp6u0q6j6pad5jvhs2e6jddparlh7tkssjxakjn8qw8p2wv", - "ed25519_pk1cwl78yfx0v98p95wlxjlg0p3ptnrvnze74gq5n27lrk9jw6894lsfj32kp", - "ed25519_pk1u2gu8ycttk5yxa9reqnr25sq20jn95v6xzfwmh9vnvuyn0thmcdqjkhlk5", - "ed25519_pk15sdfelcgwsqz67d0p7mkkgncacwyjhrwpxtze2k3n8wxlsm6mw2sahrphq", - "ed25519_pk1q2xdkm559keepf7zyw5lnsrwtxfeg3tfqvuu0fmrh6853wyshyasu8lnur", - "ed25519_pk1lengdnn2v7vch5dapt8xjja29jc5udfg23lg043eqcvmswh2yj7q04ezc7", - "ed25519_pk19k2793azal8ps9qputd2aya5fah85z6xz3c62pq4tddkn2h3wresws904k", - "ed25519_pk1sv57fwd6tneqglv00men9ns2pm3065k3u84ct2hv99g82ew4cets7dwwpm", - "ed25519_pk1z039qm2gtc0wcrgzje958twhvghjg440lwtzk37q8phus0uwy9aqysfd88", - "ed25519_pk1jhl40atqvlz5zsch2dlsuqvdj3crd2u5vpcxz3f84wua06jess5qausr6v", - "ed25519_pk1r2gfune5zj2g9rcke2g5njz46seqw98apnm9ez0r4xu6v5a29jdqg3tmzw", - "ed25519_pk13d22k8mpernxkm64j72ws025q346l3t904v0qx4w7a2mlxqkksasxlfkx6", - "ed25519_pk1l490wug0aehg0jelg6pl39438sw032agvu2fda259nyt9tv4fc8smctssw", - "ed25519_pk1gdejgc0atp99a8f37097r372dhwjhrpqzn0uukkrt0dtvk7msy5q8p22nv", - "ed25519_pk1x7vfl0u2un6e6n6xfzhspsunjs3egu6q60a0q7pxz5flr0th53xs0ussac", - "ed25519_pk19dn59v9dj4qpeg76p7nf5nhsutmepyagtg8npx6vxllngumfwsxs0ndjsg", - "ed25519_pk16y6rsuns849042e9qfttcxxq8pzy95klnfyddcjp5j2k2xxaywpqun8n0w", - "ed25519_pk18y0nz4cggpx0m08fdc6n2ny7qy9v9n9f2w6y8ljypnzqgpsfnkqskrcsz0", - "ed25519_pk1hvd9rhprstpj4f0xave4005r4npvky4j8k0aa629ujyl967d4dsskzhrwy" - ], - "pool_pledge": { - "quantity": 17, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 215, - "unit": "lovelace" - }, - "pool_id": "pool16qxmgdht74mjacfdlev3ptrnhlr9wnmpjce7cgx0ztlkghk3xn2", - "pool_margin": { - "quantity": 2.45, - "unit": "percent" - } - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1x543pphvzr6ue78sgf8ejxq24w2hr05dhljpzk97ydpruk4rx3t", - "retirement_epoch": 25406 - }, - { - "certificate_type": "register_pool", - "pool_owners": [], - "pool_pledge": { - "quantity": 33, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 189, - "unit": "lovelace" - }, - "pool_id": "pool12m25xp54caeg67qnvq049qprrsd3grw66t3zj238z9e3qkh2kx2", - "pool_margin": { - "quantity": 33.18, - "unit": "percent" - } - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk133y38aysk67c8yn634vvd7gg2e3ql6m5pyx6tw4uzpet9m55h9qqjs2xru", - "ed25519_pk1zf7vyrl69cuvycv3s3en9dkcj3mfmqptps8awuzyjcfzfjv2z33swsc3z2", - "ed25519_pk1ua5um83qpvxvudyewexqpvuqgdwlyxz6fpde5u49uk8drmsg62qstehxf6", - "ed25519_pk14xs0c7zqzdxls9agtjemnxyyq24mwmd6ljazxvc5wn4nend0tazsqu8dx2", - "ed25519_pk1emhvt2hyf80vdznzgch470udqla0765ggpnlrejlk57pvzfjzc2s5ycca2", - "ed25519_pk1su8d9qcu5yxja9k7qgae8gpnfgw7pn5vlfdmmajjh9as5cvqlt2skfcrr8", - "ed25519_pk1wk7w3hq0d0zk0t8ft2ngdzl9dp4807d0udyhl7y34a8hepftmu0sh6zysr", - "ed25519_pk1svxdwpdwwx6c8g733snqgcw6vn86238sx448sxgyhgt42pnarzuspfr5u3", - "ed25519_pk1ldevwpk4a0qmqtzk7kmlynf7d64xgtmwku4jwr9tdy5gzyjuvzqst609hk", - "ed25519_pk1deexsajptnse5nstyp2hcqud8pmu7lf309s55ngwyq063tfpafzs2fpy38", - "ed25519_pk1nak9m75xuatxkssju42853yc0h7wrk6xhgm0chycna6rs2ugum6sayyrmp", - "ed25519_pk16kpp9v07yesrw6xl3g8zdg2ldsuflw9cquzm569jh7k6r05vyrfqy8psj2", - "ed25519_pk16awej3t22vkgtreryznelryshynfddauswtwdue0eldzw3q25faqpcujpn", - "ed25519_pk14amvq4zwu0xxzq5ftv2hs5rw0sfk3manfx769vq7zzepdlv4jgfss7dz4t", - "ed25519_pk1n3ng0va368gydmlart8mh80walt3t0ehml0l3shp82wm807l603qcg688f", - "ed25519_pk1czcda046ragqhjjnjcz46zl6c0ekswx22avg8qcf2arz2kvsj5cqaluvkg", - "ed25519_pk14t2gjkarlkd09urq38va3jjvwf40lrmjhunx33zvvgyumfwrlvhqkstpec", - "ed25519_pk1euatcg7525qxwgjkjzqlyh6q7e3xwvqxznn0lfkfwku6xtf8up9q5zmzyn", - "ed25519_pk1leks66u3w8xs0xv0le292wwutgajcxld2rrhjnykcze86vtqhe9sxu3grj", - "ed25519_pk1ru2djse9yu37fvkzqck5uwza0vk7far20hxqf5jfcnvr0ghcmyes70vmhv", - "ed25519_pk1h9kzn7z3p74y2c43udztycmc0ptsx5qmlzh5tlk8ru8txveqecfs7hz0lv", - "ed25519_pk1ccaxql89clxru28gnn8mlqz5j3zx9zanp36h09f3nlv8vt9ekfnsfwyuyg", - "ed25519_pk1zeec4m69vnf80pumfavpujwefd99sfarm5wq8g8tup7qvvwnk8gqm8wpdx", - "ed25519_pk1ujrrgf2mxfghw33m67mdynsl2l4w568d7w90k6wznqy527kkw9jq4z3q9h", - "ed25519_pk1c3sd8zllg925j73r7fy2yjdranaj0pu99kp2078d9jwgjqzf0rsq2gw5u0", - "ed25519_pk1kmdf0q830ek50k4q3c7hg8ym4zx8za874nnjdltqap8rq07xnu7suwsg6q", - "ed25519_pk1kjz9nl4enqkcmde9y3gexr4njdfjxdeaum0xfkj5l00m725hd26qkdtgpu", - "ed25519_pk1y72wsycu3776x5r4qxw4j5p59apg78e9fn73kjg5j2mqe0a3c4hs99chy6", - "ed25519_pk1yexppm7flk49yss5palvntttlh9csqn7k8t32pfxdgmwqtlfe7msf5fpkf" - ], - "pool_pledge": { - "quantity": 42, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 117, - "unit": "lovelace" - }, - "pool_id": "pool140fhaajd5duflr8pwhfu00r84j253qhl2r777n8652ay76ne9hs", - "pool_margin": { - "quantity": 94.63, - "unit": "percent" - } - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1zlm5d6yssgqm20489yy34m3dqs4rqvk6w7da0xkkj2clxrxzwxl", - "retirement_epoch": 19463 - }, - { - "certificate_type": "mir" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1k87u9nwnnt8u8jlgh0q65y6j0rs5pxmu6f6h94cekd8w7wmduzd", - "retirement_epoch": 12768 - }, - { - "certificate_type": "genesis" - } - ], - "deposits_returned": [ - { - "quantity": 65, - "unit": "lovelace" - }, - { - "quantity": 201, - "unit": "lovelace" - }, - { - "quantity": 245, - "unit": "lovelace" - }, - { - "quantity": 53, - "unit": "lovelace" - }, - { - "quantity": 160, - "unit": "lovelace" - }, - { - "quantity": 58, - "unit": "lovelace" - }, - { - "quantity": 45, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" - }, - { - "quantity": 180, - "unit": "lovelace" - }, - { - "quantity": 108, - "unit": "lovelace" - }, - { - "quantity": 175, - "unit": "lovelace" - }, - { - "quantity": 13, - "unit": "lovelace" - }, - { - "quantity": 103, - "unit": "lovelace" - }, - { - "quantity": 158, - "unit": "lovelace" - }, - { - "quantity": 231, - "unit": "lovelace" - }, - { - "quantity": 204, - "unit": "lovelace" - }, - { - "quantity": 86, - "unit": "lovelace" - }, - { - "quantity": 56, - "unit": "lovelace" - }, - { - "quantity": 8, - "unit": "lovelace" - }, - { - "quantity": 153, - "unit": "lovelace" - }, - { - "quantity": 227, - "unit": "lovelace" - }, - { - "quantity": 78, - "unit": "lovelace" - }, - { - "quantity": 250, - "unit": "lovelace" - }, - { - "quantity": 61, - "unit": "lovelace" - } - ], - "validity_interval": { - "invalid_hereafter": { - "quantity": 16301005, - "unit": "slot" - }, - "invalid_before": { - "quantity": 8815050, - "unit": "slot" - } - }, - "metadata": { - "11": { - "int": 0 - } - }, - "collateral": [ - { - "id": "360a6a5240095309c06c87211430761f3923763c3f7d8265365875365c542d51", - "index": 1 - }, - { - "address": "", - "id": "a5135c391f9877585d7a445150600c45684f4e91083d14ac8eb7e41746345a5c", - "index": 31968, - "amount": { - "quantity": 128, - "unit": "lovelace" - }, - "derivation_path": [ - "18280", - "24984", - "19644", - "19762", - "21387", - "26185", - "32624", - "25898", - "24436", - "7082", - "8164", - "25778", - "1080", - "17714", - "12344", - "24280", - "27033", - "21484", - "1074", - "20236", - "13255", - "22974" - ], - "assets": [] - }, - { - "id": "1b782a9d7c5de22e1120575a043e23304419a3581e716b705006f9183e243814", - "index": 0 - } - ], - "mint": { - "tokens": [ - { - "policy_script": { - "script": "policy_vkh16ppzp3mtz5y9za5vf8hdg36jngqkvmw6wpxfnn5aca0uufdjwgz", - "script_type": "native" - }, - "policy_id": "d04220c76b150851768c49eed447529a01666dda704c99ce9dc75fce", - "assets": [ - { - "fingerprint": "asset1uwzsygy2qpv3evhp29pueee65czem4v9t8lrtz", - "asset_name": "546f6b656e58", - "quantity": 1887 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "74c2b16675794233bce01bf8b6bbbd6d9c4910d51e468c6e18a2c518", - "assets": [ - { - "fingerprint": "asset1pkttypy8xt5nyutxwlayu09j39n4e3f20vl5wf", - "asset_name": "546f6b656e4e", - "quantity": 10000 - } - ] + { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1h7pcnmfrv9tq32yutuvccw4perlps0wj6jppav", + "quantity": 7353 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1cuwh4lt78gml6ucew7cvaaf4teplm9cw2gv6xs", + "quantity": 525 + } + ], + "policy_id": "76206555b9d29a26509dc88b460c280ba9e4b73b7cc5f45f1f67f8b1", + "policy_script": { + "script": "policy_vkh1wcsx24de62dzv5yaez95vrpgpw57fdem0nzlghclvlutz4uhfnf", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "cf20f2d3bebc5782d25aba1054ba4e704c2f28775cd9cb0b4f6ea33d", "assets": [ { - "fingerprint": "asset1ry46lhged98zm6nq6plrgstjacpdzxu89h3693", - "asset_name": "546f6b656e4a", - "quantity": 1124 + "asset_name": "546f6b656e42", + "fingerprint": "asset1hn2x0zd3njnc34j83kn7m65t9l3g6ndts639mg", + "quantity": 461 }, { - "fingerprint": "asset1758ragyt04xr80eru6fxldnt4s75rqk7a9h6n5", - "asset_name": "546f6b656e45", - "quantity": 2593 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1fsjgvhd8rlfvh45zf04396attk5l6j60klx04h", + "quantity": 3831 }, { - "fingerprint": "asset1c84f6vjy8g6m4ewcuh7mp4szf9ne8tr9rjg075", - "asset_name": "546f6b656e51", - "quantity": 6985 + "asset_name": "546f6b656e46", + "fingerprint": "asset1nqetuxtqekmvlfl950cvrnmc8tuyvc5s9erguy", + "quantity": 1514 }, { - "fingerprint": "asset1mm4asze8chnlerlpr3hztrs0muz3au9hylmtx7", - "asset_name": "546f6b656e5a", - "quantity": 9216 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1pyu0k6ldd6ykg3yt7pmt24clezcq8nr2hxghuu", + "quantity": 9182 } - ] - }, - { + ], + "policy_id": "ed4bfaa1416935c040e2097e9727b89542f42143f14312781a92018c", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "ce43ebb8484478be6a4c733ff42f5fa965c5e0cd6d4f57729474e0bd", + } + }, + { "assets": [ { - "fingerprint": "asset1ynu6mf74rp4egca0c0tmu6x0x8vudphsv3gnfv", - "asset_name": "546f6b656e59", - "quantity": 1697 + "asset_name": "546f6b656e54", + "fingerprint": "asset1xa9kz72a2d8n7n0rnq7hnfszk35hjqpsxlw4g2", + "quantity": 9171 }, { - "fingerprint": "asset1ml7jzrcyvr8hwqdq57mvgn6t8tuqccj3tc6huj", - "asset_name": "546f6b656e45", - "quantity": 8239 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1tu09yj2y34trjqzw2xuslp5zlc4t3d87arx2a6", + "quantity": 6971 }, { - "fingerprint": "asset1xmadkjvrsd05fmyqlgyrmt8lneuxjuhavvjqgd", - "asset_name": "546f6b656e57", - "quantity": 1806 + "asset_name": "546f6b656e44", + "fingerprint": "asset14purf06zpu62h0lf2058w8g2gk6rdsyyeknhxw", + "quantity": 8156 }, { - "fingerprint": "asset1f2g8p7jla8xqg57twsuf760jlryeuaq2kgdu7r", - "asset_name": "546f6b656e4d", - "quantity": 1181 + "asset_name": "546f6b656e41", + "fingerprint": "asset14ax082jcg2ef0g4la2uknauwrjduqvxx4zpd3z", + "quantity": 3437 } - ] + ], + "policy_id": "606f09b0c8bb666d589fc4ffc957ef10f0e828f697eb381d553a3d75", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset13ey482f5077v3cvv88t4vgs52tswfeuxdledpf", + "quantity": 3509 + } + ], + "policy_id": "2377c434177c7223ea65ba4f08e713e9a4cae00a937fa3438892ed12", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "30d92452ab004f41c450a36facc167640f3645d23ba4807e7d98a2e8", + } + }, + { "assets": [ { - "fingerprint": "asset1rk0gv39ujpss05ummz4ql32qlk0p2aw5yc9wdj", - "asset_name": "546f6b656e4d", - "quantity": 8453 - }, - { - "fingerprint": "asset15k36pwusmxk50y555frnuf6h6c5lujltp2wld0", - "asset_name": "546f6b656e43", - "quantity": 6312 - }, - { - "fingerprint": "asset1mh2vc6kk7ztzh32hjrhen7l27dk4jdr37s8062", - "asset_name": "546f6b656e59", - "quantity": 2513 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "e8f2d4ca985ba05c7593c3b7fe0d274434c9e54f6ba9cd0c03c95452", - "assets": [ - { - "fingerprint": "asset1zzex3aq4ccjctzqr50r32h49gzactdx0k7tkpf", - "asset_name": "546f6b656e50", - "quantity": 7134 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1etnh0df07tjqul86sa3a2xz0p3fmgdgteur3ks82m6f6u9grfhe", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "cae777b52ff2e40e7cfa8763d5184f0c53b4350bcf071b40eade93ae", - "assets": [ - { - "fingerprint": "asset1pahtvq0gg62psuyyk7vqv0tt0yk5ucdl8zw26y", - "asset_name": "546f6b656e53", - "quantity": 6872 - }, - { - "fingerprint": "asset17s3mljrk9ejzmkz30fxjkum6h3kldej4zhq6ul", - "asset_name": "546f6b656e42", - "quantity": 2110 - }, - { - "fingerprint": "asset1dem9rlez4urkv2vwpavtqxnalh7832r2s68p0m", - "asset_name": "546f6b656e51", - "quantity": 4974 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1ykryvux70fknpfurnq7735dqclnztltn4nrj0y5kvct6z8krmgd", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "25864670de7a6d30a783983de8d1a0c7e625fd73acc72792966617a1", - "assets": [ - { - "fingerprint": "asset1sq4svwtsasujr0wv4ym0fj3wc45kx2amk9v5h5", - "asset_name": "546f6b656e46", - "quantity": 9041 - }, - { - "fingerprint": "asset1uc4q29n0uhy8zhjuanyvzd377qx5xq8alpmfjs", - "asset_name": "546f6b656e52", - "quantity": 6389 - }, - { - "fingerprint": "asset160mndy09j7m96z4pr7m0hpajc4ztlm8v6g2gcr", - "asset_name": "546f6b656e4e", - "quantity": 505 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1vwuqaenytjfs5n7ejqftenxk2madc0aqlmyqklgkqhsw6ut8uw7", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "63b80ee6645c930a4fd99012bcccd656fadc3fa0fec80b7d1605e0ed", - "assets": [ - { - "fingerprint": "asset133v5t3cwd0pcg3zks3l28rvqf3nwpxvltcajsu", - "asset_name": "546f6b656e45", - "quantity": 9995 - }, - { - "fingerprint": "asset1wv570m5jhwqvrhwh0lm2crjeaa2yygv9nk24t3", - "asset_name": "546f6b656e52", - "quantity": 7471 - }, - { - "fingerprint": "asset1am5dzlpljrmtaw6ujkype42txc9mxa27sldkjn", - "asset_name": "546f6b656e45", - "quantity": 952 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1rm7y3su38s2lm7qhawwcpe6xugrt2dxzhgv2lwfndcznklz44ht", - "script_type": "native" - }, - "policy_id": "1efc48c3913c15fdf817eb9d80e746e206b534c2ba18afb9336e053b", - "assets": [ - { - "fingerprint": "asset1ymaknst4mda7vy35rs2wnzva5a9vludjlkeu8d", - "asset_name": "546f6b656e51", - "quantity": 3396 - }, - { - "fingerprint": "asset13twnumqcnac7pcydyasps5nt82jdjyvzrhpw5w", - "asset_name": "546f6b656e55", - "quantity": 5604 - }, - { - "fingerprint": "asset1g67cujwpl778lultvyngfznex5gfdyhfzqzz4g", - "asset_name": "546f6b656e48", - "quantity": 2098 - }, - { - "fingerprint": "asset1vmq9tg75yg4caqef0nsg2gm85pqafww2vqhvx7", - "asset_name": "546f6b656e47", - "quantity": 4376 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "8fed8d25652d6d5332b5c79e3493099b352d1b0fdb585cf10a30f0d8", - "assets": [ - { - "fingerprint": "asset1r9mayx0p4h6ed8hm59g5umrmd4mvfxwh3ry8fr", - "asset_name": "546f6b656e4f", - "quantity": 8512 - }, - { - "fingerprint": "asset10f7u680jaz7aat3qnhj22n7q6wnnc0pr2y4jrl", - "asset_name": "546f6b656e56", - "quantity": 1420 - }, - { - "fingerprint": "asset1gl9x0mave7fye3stxf2uqvzr6jhrvfdmvdwdfg", - "asset_name": "546f6b656e44", - "quantity": 7197 - }, - { - "fingerprint": "asset1fak2h8u60tjhnmv00yhfaarqwxk455qdxxy8ss", - "asset_name": "546f6b656e4e", - "quantity": 6640 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh160x4yk96trs007gjwt3yvvpvyrw8ua7elq7wahp0lxp9q26qzvy", - "script_type": "native" - }, - "policy_id": "d3cd5258ba58e0f7f91272e246302c20dc7e77d9f83ceedc2ff98250", - "assets": [ - { - "fingerprint": "asset1pk0c44dk3uy6xg7du8pqc9j6yz63png0htpuh5", - "asset_name": "546f6b656e4e", - "quantity": 6721 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "045c01ac5868e8c5f24d6a3e9a24ce3428803db4c4a20b7178fda11b", - "assets": [ - { - "fingerprint": "asset1ggv9ztcrsakp4yp27vsgpnhg3s42zcvv6w0g9h", "asset_name": "546f6b656e49", - "quantity": 4985 - }, - { - "fingerprint": "asset1kfhrs8ww5tzr469w6kakrall969qa3yw7eq0m7", - "asset_name": "546f6b656e43", - "quantity": 9783 - }, - { - "fingerprint": "asset1zul42wp656umcvcxeejvsethe83nuyafna3uxs", - "asset_name": "546f6b656e56", - "quantity": 1449 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh16rq6nm9nr4g4xv3t63tr8k3tnt8kqwhgvummlgrtxvvk7twxjjp", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "d0c1a9ecb31d5153322bd45633da2b9acf603ae86737bfa06b33196f", - "assets": [ - { - "fingerprint": "asset1nl5r6zum5jrnc4tft9dh69hzfjnww7wxh8pjkt", - "asset_name": "546f6b656e48", - "quantity": 4101 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "6f8a55f8a0af6f2d78d4f719c4c0680d634671cb988ce856eb6f996c", - "assets": [ - { - "fingerprint": "asset1e567mhm5hywfr7gt98vf55dzlqapuzjxxxpjr5", - "asset_name": "546f6b656e52", - "quantity": 7706 - }, - { - "fingerprint": "asset1ru9q7sl2sdjm3jxpupr9vxn78av9hec8ggmznr", - "asset_name": "546f6b656e54", - "quantity": 2453 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "f517ad872488c2dc60502509e25ed9aed1f96c5638bc00a5b1d89e9f", - "assets": [ - { - "fingerprint": "asset18zqs9ku3fq7w9f6dlcnn5lgpgk456twp0hl76d", - "asset_name": "546f6b656e55", - "quantity": 6429 + "fingerprint": "asset1redwszp6jx5hxyxhe3gqezghx5dknsh5mt8dap", + "quantity": 8854 } - ] - }, - { + ], + "policy_id": "b4cf5dddd8c177968df1bdb5215a1ea3b6d7222acfe1db61ee42a562", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "27b3a7ff00b8737c9f76e7876d889b3f6e32353da0686282f5a73781", - "assets": [ - { - "fingerprint": "asset18kn8g4nmyz3gkzgqeg44t02sz6rwa7egsfykuu", - "asset_name": "546f6b656e55", - "quantity": 4981 - } - ] + } } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1gex5c3p79c3suvu6w5c77ydkq003chjg744n8ztjq3msvcqsy8jsjcl2fc" - } - }, - { - "withdrawals": [ - { - "context": "ours", - "amount": { - "quantity": 199, - "unit": "lovelace" - }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 130, - "unit": "lovelace" - }, - "stake_address": "" - } - ], - "inputs": [ - { - "id": "48211d020670127974522b0b5b7a40771125005e5012487666465350c9636b66", - "index": 0 - }, + "wallet_policy_key_hash": "policy_vkh19f8suntldajrjvs0sc3evve8vclfyfqx05pzx9ql8du52gfsq4j", + "wallet_policy_key_index": "0H" + }, + "outputs": [ { "address": "", - "id": "41276fe30eda1c16567ea16816d25c0fe52139350f4f549bde5fff0ccf0c7f02", - "index": 9882, "amount": { - "quantity": 228, + "quantity": 50, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2621", - "5655", - "28957", - "7322" - ], - "assets": [] + "16226", + "4431", + "5165", + "7679", + "570", + "4505", + "14809", + "12139", + "12603", + "3635", + "8853", + "3112", + "15226", + "11179", + "1334", + "2326", + "12023" + ] }, { "address": "", - "id": "151376511f1d04608268263f746b2e325caa6c5439ba627d0027574c83607160", - "index": 2228, "amount": { - "quantity": 149, + "quantity": 66, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "22556", - "1715", - "28705", - "3369", - "29060", - "12593", - "16572", - "28307", - "17398", - "4097", - "30524", - "21890", - "23779", - "27360", - "29219", - "22904", - "5462", - "15798", - "32298", - "2463", - "17312", - "657", - "31809", - "10668" - ], - "assets": [] + "12510" + ] }, { "address": "", - "id": "55545c65033f5c5a0f050572786616195da40f7257825256490b0e11645c3142", - "index": 26520, "amount": { - "quantity": 98, + "quantity": 24, "unit": "lovelace" }, - "derivation_path": [ - "25498", - "8367", - "14843" - ], "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, { "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 34 } - ] - } - ], - "collateral_outputs": [ - { - "address": "", - "amount": { - "quantity": 155, - "unit": "lovelace" - }, - "derivation_path": [ - "8015", - "2767", - "13104", - "19900", - "20022", - "27898", - "29072", - "31978", - "31609", - "10011", - "9126", - "27767", - "27082", - "26348", - "29727" ], - "assets": [] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 145, - "unit": "lovelace" - }, "derivation_path": [ - "14132", - "27153", - "12257", - "19506", - "26332", - "22418", - "5627", - "29631", - "15705", - "4978", - "16580", - "22336", - "26863", - "13764", - "12678", - "10683", - "989", - "17459", - "6018", - "29580", - "26307", - "19484", - "7193", - "8477", - "31523", - "7303", - "22702", - "26039", - "14374", - "20147" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } + "12618", + "1662", + "5373", + "1654", + "2526", + "1515", + "8027", + "15486", + "7810", + "2577", + "15723", + "10884", + "11043", + "2790", + "168", + "6189", + "11931", + "14355", + "3260" ] }, { "address": "", "amount": { - "quantity": 121, + "quantity": 99, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 } ] }, { "address": "", "amount": { - "quantity": 41, + "quantity": 217, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "17121", - "11329", - "30084", - "27158", - "24601", - "9955", - "17311", - "720", - "25881", - "14260", - "11037", - "13449", - "11130", - "14320", - "22250", - "24798", - "27866", - "32143", - "3023", - "21953", - "11834", - "24474", - "5434", - "24518", - "21164", - "30272" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } + "3118", + "7478", + "1665", + "5607", + "7927", + "1692" ] }, { "address": "", "amount": { - "quantity": 181, + "quantity": 148, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 123, + "quantity": 174, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 } ] }, { "address": "", "amount": { - "quantity": 195, + "quantity": 157, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "11359", + "6795", + "5911", + "827", + "6826", + "4356", + "7385", + "5620", + "13517", + "8179", + "9068", + "1606", + "3908", + "653", + "1520", + "8850", + "9295", + "763", + "9862", + "11480", + "5072", + "9427", + "7959" ] }, { "address": "", "amount": { - "quantity": 118, + "quantity": 201, "unit": "lovelace" }, - "derivation_path": [ - "24496", - "17945", - "26605", - "20608", - "24203", - "22034", - "22313", - "6536", - "1261", - "14915", - "14771", - "8514", - "17725", - "18626", - "1981", - "3696", - "24811", - "32529", - "21741", - "11398", - "5147", - "1786", - "18500" - ], "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 }, { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { "asset_name": "546f6b656e44", - "quantity": 45, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 }, { "asset_name": "546f6b656e44", - "quantity": 39, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 251, + "quantity": 224, "unit": "lovelace" }, - "derivation_path": [ - "18188", - "27314", - "5435", - "16753", - "15738", - "20060", - "31585", - "2902", - "27304", - "18498", - "32287", - "814", - "8386", - "11574", - "2370", - "27002" - ], "assets": [] }, { "address": "", "amount": { - "quantity": 93, + "quantity": 136, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 75, - "unit": "lovelace" - }, - "derivation_path": [ - "12185", - "31459", - "2677", - "14315", - "17218", - "2442", - "23591", - "15973", - "13042", - "13211", - "7942", - "27987", - "29308", - "10371", - "26676", - "29825", - "31173", - "6288", - "30381", - "8051", - "22206", - "16594", - "5948", - "23127", - "24521", - "17240", - "28306", - "20441" - ], - "assets": [ + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 76, - "unit": "lovelace" - }, - "assets": [ + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, { "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 }, { "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 }, { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { "asset_name": "546f6b656e45", - "quantity": 37, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 33 }, { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 }, { "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 } + ], + "derivation_path": [ + "15182", + "7657", + "11833", + "7963", + "3434", + "3263", + "15867", + "15430", + "7399", + "6225", + "10245", + "4961", + "2528", + "11567", + "6707", + "5634", + "12306", + "15846", + "3951", + "4954", + "14893", + "1511", + "8990", + "1058", + "7664", + "15524" ] }, { "address": "", "amount": { - "quantity": 239, + "quantity": 222, "unit": "lovelace" }, - "derivation_path": [ - "7778", - "20638", - "2527", - "30659", - "4251", - "31318", - "16161", - "23800", - "30233", - "19443", - "10883", - "9209", - "28437", - "13964", - "13498", - "4042", - "6691", - "12236", - "19796", - "2061", - "8699", - "27298", - "26645", - "30635", - "31570" - ], "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 132, + "quantity": 231, "unit": "lovelace" }, - "assets": [] + "assets": [], + "derivation_path": [ + "13678", + "9905", + "10614", + "14641", + "15522", + "10037", + "8371", + "8347", + "4404", + "2339", + "4015", + "11067", + "5419", + "6923", + "11049", + "4687", + "4693", + "6644", + "6503", + "4313", + "5873", + "5026", + "15814", + "14803", + "51", + "1006", + "13780", + "5011", + "3031" + ] + } + ], + "script_validity": "invalid", + "validity_interval": { + "invalid_before": { + "quantity": 15525975, + "unit": "slot" }, + "invalid_hereafter": { + "quantity": 17786292, + "unit": "slot" + } + }, + "withdrawals": [ { - "address": "", "amount": { - "quantity": 86, + "quantity": 180, "unit": "lovelace" }, - "derivation_path": [ - "20909", - "22641", - "24687", - "9571", - "32529", - "17832", - "7353", - "1724", - "21756", - "32591", - "31484", - "30751", - "21753", - "11795", - "3594", - "30336", - "27483", - "14845", - "1290", - "8247", - "18482", - "21615", - "6822" - ], - "assets": [] + "context": "ours", + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 75, + "quantity": 216, "unit": "lovelace" }, - "derivation_path": [ - "27467", - "5217", - "29634", - "31908", - "18362", - "29838", - "26655", - "14313", - "29711", - "17930", - "10781", - "12871" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 147, + "quantity": 168, "unit": "lovelace" }, - "derivation_path": [ - "32331", - "27995", - "1749", - "3768", - "17498", - "19117", - "22364", - "147", - "26205", - "27640", - "5049", - "30872", - "2992", - "31242", - "30924", - "14676" - ], - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 58, + "quantity": 217, "unit": "lovelace" }, - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 105, + "quantity": 99, "unit": "lovelace" }, - "derivation_path": [ - "23438", - "2404", - "28706", - "2574", - "12043", - "20043", - "11476", - "18841", - "2918", - "17517", - "14981", - "23101", - "5726", - "15410", - "7337", - "9060", - "3007", - "31244", - "21430", - "827", - "19907", - "12730", - "32422" - ], - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 112, + "quantity": 131, "unit": "lovelace" }, - "derivation_path": [ - "18878", - "14171", - "2653", - "8153", - "15905", - "16386", - "25398", - "10598", - "16260", - "28826", - "18091", - "10135", - "12225", - "17721", - "1470", - "25172", - "31067", - "19396", - "28379", - "30016", - "12565", - "2318", - "25158", - "29087", - "27583", - "20112", - "4658", - "1442", - "10584", - "18562", - "3803" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "context": "ours", + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 198, + "quantity": 167, "unit": "lovelace" }, - "assets": [] - } - ], - "id": "40727b6c126d723f7f6073570e0324e316511e16113e4c56342c1a5038411566", - "deposits_taken": [ + "stake_address": "" + }, { - "quantity": 82, - "unit": "lovelace" + "amount": { + "quantity": 9, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 10, - "unit": "lovelace" + "amount": { + "quantity": 86, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 186, - "unit": "lovelace" + "amount": { + "quantity": 139, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 161, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 125, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 13, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 90, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 30, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 164, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 211, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 125, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 241, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 46, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 195, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 55, + "unit": "lovelace" + }, + "stake_address": "" } - ], + ] + }, + { "burn": { "tokens": [ { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "8d5508bdf85484e4a80caa5e20a821e6b7b1983d4929a15332c3094a", "assets": [ { - "fingerprint": "asset1c2p06has2frugkpph9jv9c2wde9r0awthrhsj9", - "asset_name": "546f6b656e55", - "quantity": 3419 - }, - { - "fingerprint": "asset1t68pt9sv3muhen7847ufxjhh9jhtpy3dh5x64a", - "asset_name": "546f6b656e55", - "quantity": 2961 - }, - { - "fingerprint": "asset1j0gxc4995jfe5qts548wmlr5p0mhej2r5rhpht", - "asset_name": "546f6b656e43", - "quantity": 8596 - }, - { - "fingerprint": "asset10mxng03s26t4mp6h8jlfvz9wfzapp3nvznp673", - "asset_name": "546f6b656e4b", - "quantity": 338 + "asset_name": "546f6b656e49", + "fingerprint": "asset12ugufuwek2td6dpcct90jnju2k2sxntlml9tug", + "quantity": 5392 } - ] - }, - { + ], + "policy_id": "192203154e1678ab586b83bb89c123ed37dd7b206c8a0fa4f900b4b9", "policy_script": { - "script": { - "all": [ - "policy_vkh15ru3czqxd3tknpg32tfc7q86fktxzkmxxggz4k5mqvuskwpc84z", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, + "script": "policy_vkh1ry3qx92wzeu2kkrtswacnsfra5ma67eqdj9qlf8eqz6tjzvrsyj", "script_type": "native" - }, - "policy_id": "a0f91c08066c5769851152d38f00fa4d96615b6632102ada9b03390b", - "assets": [ - { - "fingerprint": "asset1cr5rlelq7jl2cl4n3y6u8sjtkn3le280ue3yxt", - "asset_name": "546f6b656e4c", - "quantity": 6149 - }, - { - "fingerprint": "asset103c4ypsmt7rqyxn653n8rkqsshteurc2yyjs5v", - "asset_name": "546f6b656e43", - "quantity": 1632 - }, - { - "fingerprint": "asset1lc229v8cva3svxveq5awsxr7jas3ee6fdd2zzn", - "asset_name": "546f6b656e49", - "quantity": 5268 - }, - { - "fingerprint": "asset1xx034a9khcy5upqrjjf5lqh7wctrf5u68kut3l", - "asset_name": "546f6b656e57", - "quantity": 2201 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh1ww6krj2uh78fyn49ejewrzfyhnvf2lrvv5yg6m68epyrk3ecfg2", - "script_type": "native" - }, - "policy_id": "73b561c95cbf8e924ea5ccb2e18924bcd8957c6c65088d6f47c8483b", "assets": [ { - "fingerprint": "asset1z79yaapntm0dfxtcs2ts5fv8es7ajkm83pzya8", - "asset_name": "546f6b656e4c", - "quantity": 9308 + "asset_name": "546f6b656e41", + "fingerprint": "asset1wk3cje6fwaqycp375647jpuulwtrjyn9hzdngl", + "quantity": 4945 }, { - "fingerprint": "asset1u9se90xkslhey33np6798d7g79hv29h7da7hmr", - "asset_name": "546f6b656e55", - "quantity": 7199 + "asset_name": "546f6b656e4b", + "fingerprint": "asset18svpdyfcx8jut7am6yfa79qdsehex76tfjcl72", + "quantity": 8311 }, { - "fingerprint": "asset1s6szet76sgcd03mpndhqmf2g2uldgnfdtwqwgr", - "asset_name": "546f6b656e57", - "quantity": 4918 + "asset_name": "546f6b656e41", + "fingerprint": "asset17ummpvk6zvweenmvpvdwlsr9prnh34hgpgwgzk", + "quantity": 9790 } - ] + ], + "policy_id": "d6013820a9b070c24aba68a1ebd718ffe10de61723586397c8315f60", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh12k3h02dmur5ekrqllatrttm83ew8agjsngseacq7clzssuwl8p3", - "script_type": "native" - }, - "policy_id": "55a377a9bbe0e99b0c1fff5635af678e5c7ea2509a219ee01ec7c508", "assets": [ { - "fingerprint": "asset1d88x8rwzpur6pljesw332dnfqprvehxycgmh6u", - "asset_name": "546f6b656e4b", - "quantity": 9933 + "asset_name": "546f6b656e51", + "fingerprint": "asset1xhhrntk7uxn9549x8whs64hat4wr6y0c9sjrfz", + "quantity": 2413 }, { - "fingerprint": "asset1kz4vzjz0l5fsrh5pl75x3z8ls3yvsa7e7v2wp8", - "asset_name": "546f6b656e45", - "quantity": 3267 + "asset_name": "546f6b656e54", + "fingerprint": "asset17ttkdeg3hzt3aa7fr443j7eqslqh68ghz4mgfs", + "quantity": 3625 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset13sev5htj2xphwx32ahs7jlyqgvlnfw04a65ung", + "quantity": 2229 } - ] - }, - { + ], + "policy_id": "373bac882639c01d1778f58d07a63bb42cfbd36852cde4f27adea3a3", "policy_script": { "script": { "all": [ - "policy_vkh1cak342s0rjlzcmgl0jeqxqpyudjp6vnh79rysk8ycu5654yn4v0", + "policy_vkh1xua6ezpx88qp69mc7kxs0f3mksk0h5mg2tx7fun6m636xezm0lj", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "c76d1aaa0f1cbe2c6d1f7cb2030024e3641d3277f1464858e4c729aa", - "assets": [ - { - "fingerprint": "asset1rmgdxautd37yv480q00sj0v53k6hhu9sdwraxc", - "asset_name": "546f6b656e43", - "quantity": 1913 - }, - { - "fingerprint": "asset13h6rsaqekxggfqhr79wz5qglcxcmawzt7akdfj", - "asset_name": "546f6b656e47", - "quantity": 3702 - } - ] + } + } + ], + "wallet_policy_key_hash": "policy_vkh1q39kjymhwqkvj93vpe285pnzp9086v0c0eq3s8s00vdkzt5myv3", + "wallet_policy_key_index": "0H" + }, + "certificates": [ + { + "certificate_type": "deregister_pool", + "pool_id": "pool15x677nxtzzvy9s7tzfua4mcgt65tew0pkx9se8cvzj4fzyrsxrh", + "retirement_epoch": 24793 + }, + { + "certificate_type": "genesis" + }, + { + "certificate_type": "quit_pool_external", + "reward_account": "" + }, + { + "certificate_type": "join_pool", + "pool": "pool12a4ltmc5hyujvfcjpsczsxsejrlgfcn8lzfau0tjka7qvvjaqcp", + "reward_account_path": [ + "14802", + "21118", + "9580", + "969", + "26920" + ] + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 79, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "c473520b4555eaa58d3f43f616eba151bfb440604d7435b6e7d930c8", - "assets": [ - { - "fingerprint": "asset1wawrdun6lsl0yqcwy5kevz2uqpxz7zpn87q0z8", - "asset_name": "546f6b656e48", - "quantity": 5174 - } - ] + "pool_id": "pool1hldwzj3ygcc89wyttpnq6de69rwmk6wwmpwdrerwkknx77khqnn", + "pool_margin": { + "quantity": 81.42, + "unit": "percent" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "658583b14a94b303ed4f519f5ee117426a40dfc68bc89b9edb98a2a7", - "assets": [ - { - "fingerprint": "asset14hlmd6g3zcl4f772mt5xw7jf208y7wvrgyuftr", - "asset_name": "546f6b656e55", - "quantity": 4725 - }, - { - "fingerprint": "asset1sd758n4r3r3fgxl0dvv8484y9cdsfev9sk9w4z", - "asset_name": "546f6b656e4a", - "quantity": 8409 - }, - { - "fingerprint": "asset1skh25wf43ha5hqf4u25s33ae3rtpvfv2kxdwn3", - "asset_name": "546f6b656e46", - "quantity": 5521 - }, - { - "fingerprint": "asset13gu6nw7ys7k9k3gvtxm9j5zpcdh9fyt2yu3f04", - "asset_name": "546f6b656e41", - "quantity": 7647 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "b65711ad7e9b149d554fc5adb7bd803daa8cba1380ce6c8c9a16daac", - "assets": [ - { - "fingerprint": "asset13y2vha55uawp3kxql9kew55mr09y9cg8ene7ca", - "asset_name": "546f6b656e41", - "quantity": 5811 - }, - { - "fingerprint": "asset1nmlruepaedkrqgfmsm75d36462engt8jf3q05j", - "asset_name": "546f6b656e55", - "quantity": 7702 - }, - { - "fingerprint": "asset14v7z4rqc467qea9z32lpz2q6tlfu4ngwaa4s8l", - "asset_name": "546f6b656e49", - "quantity": 2544 - }, - { - "fingerprint": "asset14d236f38ulgamej870zqapa53gcqy73djmk4dp", - "asset_name": "546f6b656e4c", - "quantity": 9091 - } - ] + "pool_owners": [ + "ed25519_pk1x8wm8tqe45jqcjmul92hx0a2n82sucw0m5lgtmmacvy0w8whylfq5yf9j3", + "ed25519_pk16340p2yfqq0dacnd9uzawamhfmhpmml03ca5uzjrgyr5z9g5f72sz0ky9r", + "ed25519_pk1zl0rs899u99vnv9qyqc79wen6hy7had9dyxuje2pduhwsa8d8lcqn42q4p", + "ed25519_pk1d8fgkwdtgh808u8tsy5s9j6syutccxalm40hd4avz0trn8cvthuq3zl8wx", + "ed25519_pk1vshf76wvn0fdj84a8ljzh49z0kgugdlkz8t90vfh4n03r6lv9ctqd3e262" + ], + "pool_pledge": { + "quantity": 111, + "unit": "lovelace" + } + }, + { + "certificate_type": "genesis" + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1rqyxe33xzy78qh70nadxcpu4yajnkwx8dnj6e382u48yxwy4c62", + "retirement_epoch": 25952 + } + ], + "collateral": [ + { + "id": "230e245e6d5a109d5f4ea6407d89103bf40488ee5e6d6354746f37404dde6e99", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 216, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "63463b16bad980697d728d5b615da7896dcbbc046c80a8aacfdf3457", - "assets": [ - { - "fingerprint": "asset1zgftnzjlcn7yrvl69v200teqrdkjemg0lq8eta", - "asset_name": "546f6b656e47", - "quantity": 6520 - }, - { - "fingerprint": "asset1g98f5qyqxtne5sq9vtxdjdq8ly3ng0tsqvsp0u", - "asset_name": "546f6b656e54", - "quantity": 3367 - } - ] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 + } + ], + "derivation_path": [ + "7709", + "13640", + "9866", + "9042", + "13313", + "3238", + "6477", + "1371" + ], + "id": "7e165848272c766f428231296075335e5b7143aa3b066123583e1a7d2a50ed75", + "index": 8105 + }, + { + "id": "7b403e425208757cac2e2a244323530a7a0808597dfd2c886f012e074c291f22", + "index": 0 + }, + { + "id": "1f62434422ff5c2f709a5c161a5a6d7d5b533f6c6612752b7b4c276a168b533a", + "index": 1 + }, + { + "id": "af6f4437082309320149082f13337f9464405c6d2667c8c17a15491eb952427a", + "index": 1 + }, + { + "id": "b66466586e2956254c2b79110c214a08221d067b6e2c6f6813163414266c6642", + "index": 0 + }, + { + "id": "486082724c792b69677e1e6e343a721f7600743a23234df9fa33026155b4655b", + "index": 1 + }, + { + "id": "1a3d06630320a50b94e4303f722b075b3d122c6e6e3627687c61275472060350", + "index": 0 + }, + { + "id": "34db7478a20a6629354239455c6a4028473b6c4953714253da43766703127a46", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 142, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "6f72487b185350de9aa1491424e9d7c15ba871151f5c1e4fd354296c", - "assets": [ - { - "fingerprint": "asset15ha38kfd0pk9aruaz8x22n4qyk8uqlpqlcvxrc", - "asset_name": "546f6b656e53", - "quantity": 4251 - }, - { - "fingerprint": "asset15u6gf50e7fd28s4cmm7ltgnn4n2wl60ag94v9s", - "asset_name": "546f6b656e58", - "quantity": 4300 - } - ] + "assets": [], + "derivation_path": [ + "11208", + "11072", + "8189", + "6542", + "8569", + "11428", + "7710", + "2894", + "10724", + "460", + "2883", + "2567" + ], + "id": "7f1a7b39d0691f7a404a0a65345b4a017d3221733dff4c25311056585224bc5e", + "index": 18141 + }, + { + "id": "342b302f19201a502371454866776b0b374b1292726b4726336805364a7a277e", + "index": 1 + }, + { + "id": "6f7d3053933e51ca4610df27b12fbcfa173e720d35684f310d2ad2164de0084f", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 48, + "unit": "lovelace" }, - { - "policy_script": { - "script": "policy_vkh16cmhe7vst29g84x4ll47d7ywl9k32jewvkuvpx58y2jr7wka7y2", - "script_type": "native" - }, - "policy_id": "d6377cf9905a8a83d4d5ffebe6f88ef96d154b2e65b8c09a8722a43f", - "assets": [ - { - "fingerprint": "asset1qhhguyrpck0g78xqf6z5qxuxe5ey5fwgpjrk4s", - "asset_name": "546f6b656e4f", - "quantity": 3418 - } - ] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 + } + ], + "derivation_path": [ + "3460", + "1081", + "3789", + "1440", + "10341", + "7715", + "16164", + "15205", + "8655", + "15515" + ], + "id": "29114a652466009cb02d444e535b390f3cfb7e5617435b327e6e11313d3e7477", + "index": 30831 + }, + { + "id": "07674943ba463b607b67787ab260415ab46e2b3a2c010b4c64b0376a6f0a2729", + "index": 0 + }, + { + "id": "852ea4eb5e7618c52f237f5a30720c2b3e01bef35d070f333cb9450a29367a72", + "index": 1 + } + ], + "collateral_outputs": [ + { + "address": "", + "amount": { + "quantity": 192, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1ltyaus8jcw6tp7m3zsgmelh4twxwnzw6l2ajxd5l4t74w3qnqq9", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "fac9de40f2c3b4b0fb711411bcfef55b8ce989dafabb23369faafd57", - "assets": [ - { - "fingerprint": "asset19prwdj88haha6je5x4rpyaktgeaducca9a6tpg", - "asset_name": "546f6b656e44", - "quantity": 485 - }, - { - "fingerprint": "asset1rgctett9cvapmjqplrxky2zjduzk09pvm2wncx", - "asset_name": "546f6b656e56", - "quantity": 7842 - } - ] + "assets": [], + "derivation_path": [ + "14243", + "65", + "4966", + "7091", + "7566", + "11112", + "13831", + "917", + "13616", + "2010", + "4302", + "12805", + "14201", + "13406", + "10638", + "14693", + "3135", + "2256", + "2589", + "6623", + "4717", + "3654", + "13022", + "3923", + "9334", + "16311" + ] + } + ], + "deposits_returned": [ + { + "quantity": 118, + "unit": "lovelace" + }, + { + "quantity": 118, + "unit": "lovelace" + }, + { + "quantity": 221, + "unit": "lovelace" + }, + { + "quantity": 25, + "unit": "lovelace" + }, + { + "quantity": 96, + "unit": "lovelace" + }, + { + "quantity": 119, + "unit": "lovelace" + }, + { + "quantity": 171, + "unit": "lovelace" + }, + { + "quantity": 61, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 222, + "unit": "lovelace" + }, + { + "quantity": 246, + "unit": "lovelace" + }, + { + "quantity": 83, + "unit": "lovelace" + }, + { + "quantity": 74, + "unit": "lovelace" + }, + { + "quantity": 15, + "unit": "lovelace" + }, + { + "quantity": 238, + "unit": "lovelace" + }, + { + "quantity": 46, + "unit": "lovelace" + }, + { + "quantity": 60, + "unit": "lovelace" + }, + { + "quantity": 168, + "unit": "lovelace" + }, + { + "quantity": 59, + "unit": "lovelace" + }, + { + "quantity": 109, + "unit": "lovelace" + } + ], + "fee": { + "quantity": 2, + "unit": "lovelace" + }, + "id": "3228003d2b6b065e591a157db2511f3a047633ee691e3154134f02491f6ef361", + "inputs": [ + { + "address": "", + "amount": { + "quantity": 190, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh15vha345lzqe72dhrx5cv8c2l3gxaepg5y4avum02jgpc5n4h402", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + } + ], + "derivation_path": [ + "548", + "12311", + "5119", + "11996", + "1521", + "14405", + "3311", + "7321", + "11257", + "16327", + "846", + "9974", + "10662", + "12452", + "12148", + "7900", + "13079", + "5193", + "12742", + "5177", + "11679", + "11602", + "10965", + "1905", + "9435", + "1673", + "7043" + ], + "id": "6034a11b5b5852a63119655f102420c4f21b53372939313a7e389a084608405e", + "index": 3721 + }, + { + "address": "", + "amount": { + "quantity": 179, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + } + ], + "derivation_path": [ + "7631", + "14094", + "9946", + "9168", + "2292", + "688", + "12437", + "9798", + "14454", + "12477", + "9966", + "11639", + "5590", + "3852", + "6052", + "3761" + ], + "id": "040160542add550b061db0273b001f7352540d16681767c95531962f11510f32", + "index": 15439 + }, + { + "id": "020c162d395f5e124d7e34dd4a6047e259171633e170173b3fda6cf861415531", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 123, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 65 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + } + ], + "derivation_path": [ + "9586", + "3218", + "11686", + "13500", + "5043", + "2127", + "10589", + "15385", + "16063", + "11681" + ], + "id": "005b536a415b1a762f5b9d494f2e0c7519bf39147d222e0c4e121d2025731b0f", + "index": 21382 + }, + { + "address": "", + "amount": { + "quantity": 7, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "6764", + "15469", + "11372", + "8584", + "9080", + "15598", + "8183", + "10753", + "12394", + "12643", + "13738", + "6181", + "1467" + ], + "id": "2356227a41513e3b2606797e6dec6c5221ec508c538b0c610f8009793da55b56", + "index": 25164 + }, + { + "address": "", + "amount": { + "quantity": 23, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 + } + ], + "derivation_path": [ + "7245", + "2117", + "7265", + "1191", + "8790", + "16043", + "7458", + "96", + "12801", + "6994", + "11213", + "5920", + "6590", + "4818", + "9371", + "3588", + "16067", + "285", + "13585", + "10305" + ], + "id": "8b660f196d43b02d4f3c2f477060036f657a63b36a0f192976043601d35fdf11", + "index": 32138 + }, + { + "id": "72c95a080e3f7c15793d2d794e553a717f716c7e707b1665b24e60cd652b671e", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 41, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 }, - "policy_id": "a32fd8d69f1033e536e33530c3e15f8a0ddc8514257ace6dea92038a", + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 + } + ], + "derivation_path": [ + "12105", + "9127", + "16196", + "10823", + "13402", + "12287", + "9957", + "4580", + "341", + "1403", + "15667", + "5952", + "14309", + "6821", + "6331", + "4551", + "15099", + "3130", + "2733", + "9192", + "2467", + "5087", + "5579", + "11237" + ], + "id": "2371226b1339275d082fd0260c6cca3f4b4acc4332092b4c2215056b757268be", + "index": 15 + }, + { + "id": "0e17004a66ee07bb4f25582c0014746a214b4110572015377a5515696d12da85", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 76, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "5357", + "3482", + "10315", + "16369", + "4344", + "930", + "8607", + "6141", + "3396", + "11424", + "516", + "13331", + "16142", + "11938", + "9071" + ], + "id": "1dee457e3c7a5d49faa87f0338457c73323d870a4163660b0e2c8a28767e0c22", + "index": 21516 + } + ], + "metadata": null, + "mint": { + "tokens": [ + { "assets": [ { - "fingerprint": "asset1apukvez0wu94k2qmrcs9dcq654hhqz696zq4aq", - "asset_name": "546f6b656e53", - "quantity": 6448 + "asset_name": "546f6b656e50", + "fingerprint": "asset1ky4e95jp6s2wt5zj8qmt3g4uzm6psw9tpnnym6", + "quantity": 3920 }, { - "fingerprint": "asset1j5pehuyc2dffqcrwjl8p2m3lkkxy45uhga9t6t", "asset_name": "546f6b656e55", - "quantity": 5571 - }, - { - "fingerprint": "asset13xku8d8k2eljgr5379u0pxxzll95sjcxx59yu6", - "asset_name": "546f6b656e50", - "quantity": 9494 + "fingerprint": "asset1pys4c058te8ly5nv3328excakmmmhp4zwwa5y0", + "quantity": 2722 } - ] + ], + "policy_id": "aa2677cdf7d3235648e6993132df3ae2d6f721c7207cf985c7a5b720", + "policy_script": { + "script": "policy_vkh14gn80n0h6v34vj8xnycn9he6utt0wgw8yp70npw85kmjqvpr3la", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e45", + "fingerprint": "asset164ukuxwdgu5kptv22j2ghvs0crfsy8ms5v62ce", + "quantity": 5390 + } + ], + "policy_id": "a321296e3cde6d01230373227e0e6e985f59110f22894cfe2877c05d", "policy_script": { - "script": { - "all": [ - "policy_vkh1dr2uq3f9qvareg2yw9ve3lg67zm30qlda682quxnzndtsj5wjn0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "68d5c04525033a3ca144715998fd1af0b71783edee8ea070d314dab8", + "language_version": "v1", + "script_type": "plutus" + } + }, + { "assets": [ { - "fingerprint": "asset17me5nguju0525e6ekllctreplwhnjz4ecxcpta", - "asset_name": "546f6b656e43", - "quantity": 3866 + "asset_name": "546f6b656e58", + "fingerprint": "asset1m7j5kt36hegwffaun84envpf7l8hkjgyu637n0", + "quantity": 2123 }, { - "fingerprint": "asset134555zdxtctagmq6uqh6lqnfda4t49hdhzprmt", - "asset_name": "546f6b656e58", - "quantity": 3110 + "asset_name": "546f6b656e52", + "fingerprint": "asset1rfxhdgtsm4jcetntcxq0ut4a8d2sm35txyxj3c", + "quantity": 8199 } - ] + ], + "policy_id": "9c0e9e6b6cd83e080f2b0f9d93ca837667f50dd5cbb2aac08d3a2329", + "policy_script": { + "script": "policy_vkh1ns8fu6mvmqlqsretp7we8j5rwenl2rw4ewe24syd8g3jjza6qym", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1tjvgelynsswmrugd4ndcmfhjalnggy0eqf58yk", + "quantity": 7568 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1u3nuxeev6ucd886k9e3t06u7tfeu2yy669ephp", + "quantity": 7154 + } + ], + "policy_id": "21589e575ec5c050addc5fe2bf67902131bf10bd49530813c6d35ef1", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "cdbdd20277e74e8e3a03c5db9234863d3255e5fde0dff7ddb18af759", + } + }, + { "assets": [ { - "fingerprint": "asset1729zhxkwd70dszlj3pw2lhfytw7v8r578h0w99", - "asset_name": "546f6b656e4f", - "quantity": 1367 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1uqjk43d04jz5kyyejyk0th3mk0x7s8ll3lf2lm", + "quantity": 1260 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1y79wgx872tdp6q3ny4zaw67kslgsres05p4tua", + "quantity": 8085 } - ] - }, - { + ], + "policy_id": "d15a423682db44b6da7f21adc9b8e516331b0ad98e38dd8862d58d41", "policy_script": { "script": { "all": [ - "policy_vkh1jepde40gn8l674j0nj8qrgvr7q75e679la9t5p4nlwcpkc5ut6r", + "policy_vkh169dyyd5zmdztdknlyxkunw89zce3kzke3cudmzrz6kx5zheq5sg", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "9642dcd5e899ffaf564f9c8e01a183f03d4cebc5ff4aba06b3fbb01b", - "assets": [ - { - "fingerprint": "asset169khr59e55jycn9x45epcd49h9cvqf72tw5hkj", - "asset_name": "546f6b656e46", - "quantity": 403 - }, - { - "fingerprint": "asset1ad8p7sjt6n4vdxq9u7w3pecezu35ng03yhpujf", - "asset_name": "546f6b656e45", - "quantity": 5555 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "9ebf624c7139a34557746ce1c5a9b305dd0d42f720a024605ee9be06", "assets": [ { - "fingerprint": "asset15xjf4hrqt6vs5ddvkxj2t23289mk26nfpq35ud", - "asset_name": "546f6b656e57", - "quantity": 3092 - }, - { - "fingerprint": "asset1vh50xe4ntfdm98sx8gj7dej83f98w6z5nzh26n", - "asset_name": "546f6b656e41", - "quantity": 1648 + "asset_name": "546f6b656e48", + "fingerprint": "asset1y68weqlgv3jcplys2n7jvvumq2wmqmh7ucpj8h", + "quantity": 3180 } - ] - }, - { + ], + "policy_id": "a3d16b6f3e1a4a489c9098d73f9bd0bedc33c59348fa32ccaff70f71", "policy_script": { "script": { "all": [ - "policy_vkh1y5m5urdfgh0cp72w7tngzltjd6v9um6rpmrv4vlkp6k2kcek9fa", + "policy_vkh150gkkme7rf9y38ysnrtnlx7shmwr83vnfrar9n907u8hzla9u6h", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "25374e0da945df80f94ef2e6817d726e985e6f430ec6cab3f60eacab", + } + }, + { "assets": [ { - "fingerprint": "asset1834y8wsnvnqs0c3vrcyt0zrqahzukz2enhw2j5", - "asset_name": "546f6b656e56", - "quantity": 2393 - }, - { - "fingerprint": "asset1fpljr9nqrv8jwq3545zfhxplj7m9xw4ml7nnv4", - "asset_name": "546f6b656e55", - "quantity": 2097 + "asset_name": "546f6b656e48", + "fingerprint": "asset1f4kve76n5hfqu9efxljtjah44qahctnp3m95qe", + "quantity": 4349 }, { - "fingerprint": "asset1k8qk0wafyxk26n6ax2jvd854n2mcfeu3j8m7dd", - "asset_name": "546f6b656e55", - "quantity": 6457 + "asset_name": "546f6b656e41", + "fingerprint": "asset1ujpjeulmamusjcq6ya5gvcxpj06kt640shqj8c", + "quantity": 4136 }, { - "fingerprint": "asset17v05q25mg4ytlhwpvkfrv0gsuncg78807kh52u", - "asset_name": "546f6b656e57", - "quantity": 4376 + "asset_name": "546f6b656e4b", + "fingerprint": "asset1jrnk60xgwd3w22g9z6qn4xc8y8wmqk37tummze", + "quantity": 5216 } - ] + ], + "policy_id": "407132ca6813ca6cbb5fc14c427f5cdba66665d30430d86b05e86a44", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh173gxwjlnrnk46g398m48lnd2c5gwzgsf9r2mjnhjmwkpu0tdph8", - "script_type": "native" - }, - "policy_id": "f450674bf31ced5d22253eea7fcdaac510e1220928d5b94ef2dbac1e", "assets": [ { - "fingerprint": "asset18stu827cl00vz0467xm7m55m8szz8uzc4yz7ve", - "asset_name": "546f6b656e4c", - "quantity": 8805 + "asset_name": "546f6b656e59", + "fingerprint": "asset12n8lga32twevz490tazrwmgt8j64ahyk06fes7", + "quantity": 3491 }, { - "fingerprint": "asset1ykf220vl2s5nam32vp3ql7qshl94q5tsaw0xfk", - "asset_name": "546f6b656e48", - "quantity": 1876 - }, - { - "fingerprint": "asset135fenn9wcj94gr6pa0p4p08pmr56sfd9qxq42l", - "asset_name": "546f6b656e53", - "quantity": 5688 - }, - { - "fingerprint": "asset19ll6hf2qwj7m7urpn3muhp0etvsehyf5ucrxme", - "asset_name": "546f6b656e47", - "quantity": 6477 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "90bbb9c10186e89bcb892fe37dcc881e320f923257258e4d6378a465", - "assets": [ - { - "fingerprint": "asset1kwa62x57w3xglfawptrdqhsewug4uu6z06yfrc", - "asset_name": "546f6b656e4c", - "quantity": 2845 - }, - { - "fingerprint": "asset17ck9yu2lk0zq5qgqrgh4c4uwnuus62k5fnj7ul", "asset_name": "546f6b656e54", - "quantity": 3454 - }, - { - "fingerprint": "asset10g942cl3ug63zkcxmua6qtzg64dpn0yevyukap", - "asset_name": "546f6b656e4a", - "quantity": 8035 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1nuezl8zfwv5w24c940tnh6g0dhgy40vwh0urt8ggtwfwyauh6s7", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "9f322f9c497328e55705abd73be90f6dd04abd8ebbf8359d085b92e2", - "assets": [ - { - "fingerprint": "asset16lcwduxhava420qct83cjktf8f7fgzx4mn6p6d", - "asset_name": "546f6b656e59", - "quantity": 2438 - }, - { - "fingerprint": "asset1yvdvpvd64ncz0ylt20pdws2ygzss6muxs4zgpp", - "asset_name": "546f6b656e47", - "quantity": 6755 - }, - { - "fingerprint": "asset1pxkxsdprafqyq7padnuqpc8h0lnxua66hrwm5y", - "asset_name": "546f6b656e4f", - "quantity": 1202 - }, - { - "fingerprint": "asset1dhlrpczelmzdfpp98dun8h6k98d2a9svwvuch5", - "asset_name": "546f6b656e59", - "quantity": 6227 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1ayway96v2jz7lhawahgcet7lvd00wkmwrnf38m39tna6ztes8dy", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "e91dd2174c5485efdfaeedd18cafdf635ef75b6e1cd313ee255cfba1", - "assets": [ - { - "fingerprint": "asset1qv6hjp0anhruexn66dpw9r0k36q39kkpkrc2h2", - "asset_name": "546f6b656e53", - "quantity": 7682 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "bb44a488d040e42a62fd223623adba0d2c29c9b03726ea5bd6c032b1", - "assets": [ - { - "fingerprint": "asset1mk3ualc862nrewtjeavj3sn22t7ygmhse20eut", - "asset_name": "546f6b656e4f", - "quantity": 9151 - }, - { - "fingerprint": "asset1rwyka4htkzy9muu8a9d7wpz5wh6wsra8djlusm", - "asset_name": "546f6b656e4c", - "quantity": 9573 + "fingerprint": "asset1rruu2xun0hj3795vde69cygt03zvln6ug8wzx7", + "quantity": 562 } - ] - }, - { + ], + "policy_id": "54200edd7a2de5a9d4c12fc05b12c7f0f57405139c0828d9d8df0d79", "policy_script": { "script": { "all": [ - "policy_vkh14pqn3qtehndm5ga4cs3am7xmrxfmdxy0q7cd2tzk7gwd5xnhhqu", + "policy_vkh12ssqaht69hj6n4xp9lq9kyk87r6hgpgnnsyz3kwcmuxhj8dac6y", { "active_from": 100 }, @@ -3869,908 +3352,1108 @@ ] }, "script_type": "native" - }, - "policy_id": "a841388179bcdbba23b5c423ddf8db1993b6988f07b0d52c56f21cda", - "assets": [ - { - "fingerprint": "asset1ym8c79hdn7crvsha5jyptvltlnsm7cu444jwre", - "asset_name": "546f6b656e54", - "quantity": 5707 - }, - { - "fingerprint": "asset1wcq0v5u2gv2cp4ncwjd670r6rg2sfpe3xsws3z", - "asset_name": "546f6b656e56", - "quantity": 2114 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1r0eyl8klr03vmjaxd9jsamv9ladedsnxnal73d2jm3t3xlnhclj", - "script_type": "native" - }, - "policy_id": "1bf24f9edf1be2cdcba669650eed85ff5b96c2669f7fe8b552dc5713", - "assets": [ - { - "fingerprint": "asset1qffk3p3nx6e8nf99ehvg0hqyzhpjkujdv8znte", - "asset_name": "546f6b656e54", - "quantity": 7488 - }, - { - "fingerprint": "asset14tv7wltke70k87hnpty0wl0fh5w4ehyw99jxd2", - "asset_name": "546f6b656e4a", - "quantity": 1587 - }, - { - "fingerprint": "asset1037df5y5exwryfnm2aq0eyusr27gzl7x2kf8k5", - "asset_name": "546f6b656e44", - "quantity": 1656 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "a40f51cc9979bda018454a7df944e381a9d16fda1ccc92a0ffea353b", - "assets": [ - { - "fingerprint": "asset1kzc07kjr4rgpnr0wfg83g7cpgwxf0ha7yqrcdr", - "asset_name": "546f6b656e4d", - "quantity": 2042 - }, - { - "fingerprint": "asset1g0naup9exeypcmxe4amhme4uckcu6ydnh3eren", - "asset_name": "546f6b656e4b", - "quantity": 3082 - }, - { - "fingerprint": "asset1y3jqsflewk0v5s5u6f04fc6xksvh0fwqg9r9xp", - "asset_name": "546f6b656e47", - "quantity": 323 - } - ] + } } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh1zj9zwr3lgf8s3thjyegqkvp9zqzs234g2s2x7c3y9dsy2w826fa" - }, - "fee": { - "quantity": 243, - "unit": "lovelace" + "wallet_policy_key_hash": "policy_vk1wgl5jypszsd2jyrqzssp2vsuxexrvfpu8ag3m2ewzgdjszrpvq6sfuxpg5", + "wallet_policy_key_index": "0H" }, - "certificates": [ - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "11535", - "24197", - "31086", - "14498", - "5160" - ] - }, + "outputs": [ { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1lwv5p6qmf5k6fhy4c86xthex9zrffmm4knsetfw5a7p7gwv6j7sqgv2c2p", - "ed25519_pk1rt9ec2dlzukd2vl5fh7lxmfpd6hrxqxhrd4f4qvgcdngghnt87ms4ftf93", - "ed25519_pk1ehf9q5surj0gzdj269rwrptty7g2kc5cly3r5v9v6enhwxav0lgsq5qk6w", - "ed25519_pk182rxjnajm802eqrsxce3qqrzdenf853863cguckgzj0unvrhz99sunuq7s", - "ed25519_pk19mchywsfnu6sz7armup2k96rwaevc2cm28kcjfxd4eew5gdku8vsj530qj", - "ed25519_pk1dtlf5nsd25h7avlvhwfasx2mphfl0sc7dqprcdl3nmgnqddehhvs62v9f3", - "ed25519_pk1rzjdw37862zn6f8axf8wr5356a52ghemd7k5chcngdgem9l3jw2secmgyx", - "ed25519_pk1254acde5chmmwelfezuvjze87y29ahnm8e7s5zz059um0ac22y2swd0lqz", - "ed25519_pk1phjtfuzc5hnta8m6ls7hwzrenhl7x5r3q4ls6tf85h9qg90xr4aqd68x64", - "ed25519_pk1rjcy6yz577qk5w2avy3xfsn9frvtyz82mnmqea80ggpzewq7eunsa43d8u", - "ed25519_pk1x3yrhaj326p2nfyn9l3f2jn4yk0zypw2eysskj5xyzu78f7cp04qld8zdv", - "ed25519_pk1udp6nwxxx5ev4kz4cdjxsnac5ur0ahempwyef3yvrl7c5j445tpsltwru3", - "ed25519_pk13cxmqz05xj75y79dqa92s3ly50y4pw2l5wqp0j30fzt589swc6dqq5frn4", - "ed25519_pk10latqu9xsxq3d9y9vqpm0xqnthz3hxaggztqkph5s59k9tsqwpxqdgwgu5", - "ed25519_pk154k8ee84awqhcfa9wndpjfzgedd75v9q6dksyt6ec4uefv65zdssze4w6z", - "ed25519_pk1cmnf6jfkksyscs97z73st0sezm4q4xp9xwamp7xkan0jwmc4qt8q7cql0p", - "ed25519_pk1zhcwpwgxr4zcwjxy3k7q3r0jjuxg62mkmmdkm8k0eq67wuck35rsxdptge", - "ed25519_pk1za2p80kge66uy9pefwgnh5m0qznh8h6j3ad0908qq8l5e6klk98qvnk8tg", - "ed25519_pk1zyh3rnp5p2d2tndk2wyquvemcd4pv70asamp26sljhfptg06nwssr7uya3", - "ed25519_pk1resfkkgqlmhxsc3566jry4npztvx0wh9dwhwagqz7qv0ps2mtkfq4kjqky", - "ed25519_pk1ewm9ghvgs8tq23mawysk2a3nlvcfemthkger3wd2xq249pumc5xspkmrjq", - "ed25519_pk1hyuk7n4t74mkuwev7z09y9zrguwvj85qspny4mar33p5g7xwmkvq2mg6ck" - ], - "pool_pledge": { - "quantity": 28, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 107, + "address": "", + "amount": { + "quantity": 127, "unit": "lovelace" }, - "pool_id": "pool1cffgcj8krh0mnqnh4kwgxr55hqfvzt2yfr6cj56p2hjrgz53j8u", - "pool_margin": { - "quantity": 97.29, - "unit": "percent" - } - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1va7g7zde9t4mntqlqly7rxalc9ldmhdt8umwq90crtjugyyxdml", - "retirement_epoch": 21598 - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1983", - "11336", - "17613", - "23155", - "22438" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 + } ] }, { - "certificate_type": "genesis" - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "18636", - "999", - "19233", - "11763", - "653" + "address": "", + "amount": { + "quantity": 172, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } ] }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1hrfxpxs5egh2yh09dj7m7g4x6dtt2rt2tdtvxge43p35qtwy3j9", - "retirement_epoch": 3514 - }, - { - "certificate_type": "join_pool", - "pool": "pool1juk97tzlfv8kg235y0xnquq20l320sr8h73xc54xcarfz54flef", - "reward_account_path": [ - "15933", - "19357", - "21757", - "19790", - "23949" + "address": "", + "amount": { + "quantity": 181, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + } + ], + "derivation_path": [ + "6275", + "14199", + "6652", + "5490", + "8262" ] }, { - "certificate_type": "genesis" - }, - { - "certificate_type": "join_pool_external", - "pool": "pool17z647dat0rq2yk2s6gv8a9007xmnqnzfj4dqehxdgsagk4a3wjj", - "reward_account": "" - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1reeha0grkkf9k4s9p2sasaylthznvuemhw3jec7ym28962hr380", - "retirement_epoch": 18701 - } - ], - "deposits_returned": [ - { - "quantity": 91, - "unit": "lovelace" - }, - { - "quantity": 216, - "unit": "lovelace" - }, - { - "quantity": 245, - "unit": "lovelace" - }, - { - "quantity": 80, - "unit": "lovelace" - }, - { - "quantity": 209, - "unit": "lovelace" - }, - { - "quantity": 56, - "unit": "lovelace" - }, - { - "quantity": 141, - "unit": "lovelace" - }, - { - "quantity": 69, - "unit": "lovelace" - }, - { - "quantity": 250, - "unit": "lovelace" - }, - { - "quantity": 207, - "unit": "lovelace" - }, - { - "quantity": 242, - "unit": "lovelace" - }, - { - "quantity": 227, - "unit": "lovelace" - }, - { - "quantity": 195, - "unit": "lovelace" - }, - { - "quantity": 250, - "unit": "lovelace" - }, - { - "quantity": 31, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ], + "derivation_path": [ + "9655", + "11417", + "9756", + "12087", + "7477", + "9502", + "15916", + "6480", + "2178", + "16000" + ] }, { - "quantity": 218, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 212, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ], + "derivation_path": [ + "12066", + "12461", + "4849", + "5565", + "8124", + "7289", + "8188", + "9231", + "3218", + "6246", + "16022", + "11596", + "1518", + "4670", + "11344", + "2035", + "15031", + "1969", + "10482" + ] }, { - "quantity": 25, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 241, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 181, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 222, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 + } + ] }, { - "quantity": 198, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 40, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 + } + ], + "derivation_path": [ + "9641", + "14814", + "177", + "8669", + "1920", + "15614", + "5587", + "5637", + "11680", + "1784", + "7914", + "16189", + "12290", + "7974", + "15476", + "10398", + "1725", + "12972", + "11629", + "8586", + "2958", + "3949", + "15277" + ] }, { - "quantity": 113, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 228, + "unit": "lovelace" + }, + "assets": [] }, - { - "quantity": 39, - "unit": "lovelace" - } - ], - "metadata": { - "17": { - "int": 0 - } - }, - "collateral": [ { "address": "", - "id": "4a0d0708507e035ca1545a1a5b50272b14b82a5a31463abc1bd9687f7ed75150", - "index": 24005, "amount": { - "quantity": 27, + "quantity": 176, "unit": "lovelace" }, - "derivation_path": [ - "31331", - "20262", - "2628", - "4531", - "11911", - "11919", - "13919", - "25205", - "9229", - "11537", - "31283", - "29396", - "13028", - "15771", - "16494", - "12927", - "31556", - "11095", - "28645", - "6790", - "20288", - "26174", - "11112", - "25744", - "24059", - "7664", - "16854", - "25883", - "922", - "31840" - ], "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 } + ], + "derivation_path": [ + "14110", + "4491", + "11242", + "1220", + "2948", + "6149", + "10438", + "11728", + "1259", + "14523", + "13502" ] }, { "address": "", - "id": "07326b00374f72754072731833846f640a50207f9f0a4c0a7a69365b4c4546e3", - "index": 11275, "amount": { - "quantity": 157, + "quantity": 218, "unit": "lovelace" }, - "derivation_path": [ - "17143", - "28163", - "17068", - "28557", - "29456", - "5182", - "29113", - "18844", - "1396" - ], "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 }, { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e45", - "quantity": 57, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 }, { "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 }, { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 }, { "asset_name": "546f6b656e43", - "quantity": 48, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 33, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + } + ], + "derivation_path": [ + "14668", + "6618", + "10857", + "2736", + "3577", + "3313", + "9318", + "5078", + "14913", + "6871", + "2301", + "95", + "15952", + "6981", + "14394", + "11395", + "10344", + "13703", + "15864", + "12959", + "14443", + "4747", + "5799", + "12182", + "14511", + "10565" + ] + }, + { + "address": "", + "amount": { + "quantity": 65, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 133, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ], + "derivation_path": [ + "208" + ] + }, + { + "address": "", + "amount": { + "quantity": 252, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 } + ], + "derivation_path": [ + "14672", + "12577", + "3701", + "3576", + "10632", + "13084", + "8898", + "12539", + "2229", + "10850", + "10923", + "11184" ] - } - ], - "mint": { - "tokens": [ - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "6a3b477a0aa261a370fdbc7c179108c66def6037cdc8473cfd3ee7f4", - "assets": [ - { - "fingerprint": "asset19sh55wphpxdhlvj4ssn9vy3rezna8mujx37dhs", - "asset_name": "546f6b656e4c", - "quantity": 681 - }, - { - "fingerprint": "asset17amfp3cet05khh44z243fz8uqdtucl4x3wjclc", - "asset_name": "546f6b656e52", - "quantity": 9425 - }, - { - "fingerprint": "asset17mxn502204ymt98un5840ryngr6mnxh3ylfy0m", - "asset_name": "546f6b656e43", - "quantity": 9679 - } - ] + }, + { + "address": "", + "amount": { + "quantity": 197, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1l3u5tl472hl253zqjl32enj634dt33xfsren66x2nyt8qm05wu0", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "fc7945febe55feaa444097e2acce5a8d5ab8c4c980f33d68ca991670", - "assets": [ - { - "fingerprint": "asset1agrfydns9kewtcs6zk9m7eyclwmpupl97t6tqp", - "asset_name": "546f6b656e53", - "quantity": 3235 - }, - { - "fingerprint": "asset1n9nm3xqlq6jpvnek3qcqrmqly6xlem40esvlqp", - "asset_name": "546f6b656e5a", - "quantity": 7375 - }, - { - "fingerprint": "asset1hp5jah9la4hyk05uqdqryeghwk8jshsne5u6lj", - "asset_name": "546f6b656e4f", - "quantity": 1578 - } - ] + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 92, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1gqvk5a5fxa09plkhy35ayy4gw0vdccjs8hs0utugvslxcyaq440", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "40196a7689375e50fed72469d212a873d8dc62503de0fe2f88643e6c", - "assets": [ - { - "fingerprint": "asset12y0yq4m4fd5zf44efmtu0zmvhqle76yl4k5vlx", - "asset_name": "546f6b656e47", - "quantity": 6088 - }, - { - "fingerprint": "asset19qjd7rct3xk0jt8mrrt29ny52m53nw03g9dy2q", - "asset_name": "546f6b656e4b", - "quantity": 9668 - }, - { - "fingerprint": "asset1g3d89h94e33u54lj3jtepysf2p69fwqdzdkr3h", - "asset_name": "546f6b656e48", - "quantity": 5587 - }, - { - "fingerprint": "asset10r6snl658garr55hk0ttk3n9va52wy3xnat6hh", - "asset_name": "546f6b656e42", - "quantity": 6815 - } - ] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 252, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1hykvcyxxrsve4jet85u9am6kup9jm2ap4ze5amax54q9yk97nfr", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "b92ccc10c61c199acb2b3d385eef56e04b2daba1a8b34eefa6a54052", - "assets": [ - { - "fingerprint": "asset12x09kkrx2fammz0w2xn2ce969crdxgh0pyluev", - "asset_name": "546f6b656e4b", - "quantity": 6346 - }, - { - "fingerprint": "asset15xty67hf9h703wru52p78qy9ccrqhtgkxgh3rz", - "asset_name": "546f6b656e46", - "quantity": 4544 - }, - { - "fingerprint": "asset1anye5rpt2s3apgqtk2szl3m4aphejlhekd7qjp", - "asset_name": "546f6b656e4b", - "quantity": 7188 - } - ] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + } + ], + "derivation_path": [ + "8788", + "15673", + "7930", + "13874", + "8431", + "13822", + "9980", + "137", + "15053", + "10598", + "8828", + "12233", + "12811", + "7979", + "15485", + "10598", + "10541", + "1297", + "782", + "3103", + "10465", + "9991", + "5502", + "7445", + "15649" + ] + }, + { + "address": "", + "amount": { + "quantity": 102, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, - "policy_id": "dbdc7237d3512a1dd736a58b24399d9e14b580268e99ce2dea956e8c", - "assets": [ - { - "fingerprint": "asset1fkvltks3stflp63hceukn94yzq6q5cga4jg47v", - "asset_name": "546f6b656e4c", - "quantity": 6052 - }, - { - "fingerprint": "asset1hq0gsc94cxvy9k8fvedqlqq5j6s5yejf3syq0z", - "asset_name": "546f6b656e58", - "quantity": 1261 - }, - { - "fingerprint": "asset19yfjxu0hw4v7vp4nap4tdaas5w6p5zulerqej4", - "asset_name": "546f6b656e52", - "quantity": 7245 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 }, - "policy_id": "b7b75e79ec63a6310b175e17b070a817f1f8a93d7cd41f4057c7a1ff", - "assets": [ - { - "fingerprint": "asset1s5ztcwund8e8tupvzn04y579j0me5npx2zhetq", - "asset_name": "546f6b656e42", - "quantity": 1539 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, - "policy_id": "c27bd73caaaff02017004d81a93ed638d056fea9096bcbe092bb4dc1", - "assets": [ - { - "fingerprint": "asset1f82j78wqhas4c3lw7nrpmy24n7m0anrca70xpp", - "asset_name": "546f6b656e54", - "quantity": 5674 - }, - { - "fingerprint": "asset1hk3t3mx29hyc5k3zrjphcmghnn85hmeh5pz3jh", - "asset_name": "546f6b656e48", - "quantity": 1100 - }, - { - "fingerprint": "asset1k3env5qt65u4qhqhljsmtulz7nskkppj3y9stu", - "asset_name": "546f6b656e44", - "quantity": 3197 - }, - { - "fingerprint": "asset1yskltluzvulkda4fkvmzgahe5yg806qh69657w", - "asset_name": "546f6b656e5a", - "quantity": 7367 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, - "policy_id": "ad6d9bb0a847584fd85ebc47b73c61727b0c5a5330274d8aba2aa07d", - "assets": [ - { - "fingerprint": "asset1nfmyqcmefycznrq2s8a4r65d4uy09588vv94vg", - "asset_name": "546f6b656e43", - "quantity": 6974 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1ztvudxpr3xasarxevg88lu7r3w9a49v9q27ryxfm3weryr6m2tc", - "script_type": "native" + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, - "policy_id": "12d9c6982389bb0e8cd9620e7ff3c38b8bda958502bc32193b8bb232", - "assets": [ - { - "fingerprint": "asset1ht2g3k3jtezz03xjl9zkpye7zx9qafgmramdfm", - "asset_name": "546f6b656e53", - "quantity": 3243 - }, - { - "fingerprint": "asset18yvcgtqetuzh0cvrgwlme3ptsxfdh248jkv7g3", - "asset_name": "546f6b656e4c", - "quantity": 3391 - }, - { - "fingerprint": "asset1j6e54f59xs43v9ry7tndsusp8rralg67e83phn", - "asset_name": "546f6b656e4d", - "quantity": 7781 - }, - { - "fingerprint": "asset1vxfqgzscdxqwj7fy9kkzyr2at2tw59nkqxq334", - "asset_name": "546f6b656e45", - "quantity": 9984 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1wsn5qz5v60qw7ykc0hnu4c8322h4d0furw8yvcrw7zzrc8jxarv", - { - "active_from": 100 - } - ] - }, - "script_type": "native" + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 }, - "policy_id": "7427400a8cd3c0ef12d87de7cae0f152af56bd3c1b8e46606ef0843c", - "assets": [ - { - "fingerprint": "asset1wq6lqegn6j3npsh0frthxxqrfrxpvrt0fcefzj", - "asset_name": "546f6b656e46", - "quantity": 9085 - }, - { - "fingerprint": "asset129whf7x9n7cur6jxlg4rnhumnleyfgmkpuuw4d", - "asset_name": "546f6b656e45", - "quantity": 3259 - }, - { - "fingerprint": "asset1gvy4mstg9ufayxmxvz9c5axt8l52mu3rh0gy6r", - "asset_name": "546f6b656e59", - "quantity": 7150 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1pd855awy7fk2fh0hnhqezdjnnjppyu4kexd4jf5wzu32z0sy28m", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 }, - "policy_id": "0b4f4a75c4f26ca4ddf79dc19136539c821272b6c99b59268e1722a1", - "assets": [ - { - "fingerprint": "asset1m0ul4dfdv98n2pf3h646h9dfpscqf6ydvs05qj", - "asset_name": "546f6b656e57", - "quantity": 1949 - }, - { - "fingerprint": "asset1f8depsu5tfxg6p4xmf3g0tqpcuhhner9473y8j", - "asset_name": "546f6b656e4d", - "quantity": 1385 - }, - { - "fingerprint": "asset1lz0zxrppkdf97m6384fmmgx0gp3qclzcx0pym5", - "asset_name": "546f6b656e43", - "quantity": 2357 + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 35 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 50 + } + ], + "derivation_path": [ + "2066", + "15815", + "2720", + "14144", + "14414", + "15268", + "5660", + "11212", + "10588", + "12779", + "10679", + "9002", + "4012", + "1111", + "9117", + "3889" + ] + }, + { + "address": "", + "amount": { + "quantity": 54, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 89, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "2699", + "11599", + "9314", + "13883", + "11099", + "12387", + "5651", + "2560", + "5852", + "7766", + "8130", + "14848", + "13541", + "2300", + "15825", + "14330", + "2405", + "8204", + "7089", + "69", + "1016", + "8670", + "2988", + "16150", + "10768", + "4889", + "11027", + "11125", + "10530", + "12584" + ] + }, + { + "address": "", + "amount": { + "quantity": 207, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + } + ] + } + ], + "script_validity": "invalid", + "validity_interval": { + "invalid_before": { + "quantity": 11098408, + "unit": "slot" + }, + "invalid_hereafter": { + "quantity": 14299119, + "unit": "slot" + } + }, + "withdrawals": [ + { + "amount": { + "quantity": 10, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 11, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 188, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 137, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 6, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 157, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 159, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 138, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 212, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 32, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 214, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 55, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 100, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 221, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 251, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 226, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 167, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 156, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 89, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 118, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 220, + "unit": "lovelace" + }, + "stake_address": "" + } + ] + }, + { + "burn": { + "tokens": [ + { + "assets": [ + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1z7x7wajfpaudps0caugkxjcwd9k2ncehdrs2xn", + "quantity": 5788 }, { - "fingerprint": "asset1pw0yyk9ec06g4l5ltzvq60r936g3q5laz0dphu", - "asset_name": "546f6b656e54", - "quantity": 5054 + "asset_name": "546f6b656e42", + "fingerprint": "asset1un3mzx5hjvxh5kcsfs4cgvq7qt0txf7tl086kh", + "quantity": 4473 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset18x5pvfln47glp5lv9ugdrq5pesjm26sfxaguhw", + "quantity": 3195 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset18s0w2z5l0f3ndd8r4uefrvgzmw6y0sv64tt7z7", + "quantity": 5138 } - ] + ], + "policy_id": "c9842ce5c344aae3db55f8182d2253619ceaceb482a7c71a7f05bba0", + "policy_script": { + "script": "policy_vkh1exzzeewrgj4w8k64lqvz6gjnvxww4n45s2nuwxnlqka6q4sj6ty", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "39ff5d408efd6fbb79bc83e08ee860728a659f893659504a13bec78c", "assets": [ { - "fingerprint": "asset1yyd0dnxfaywm0k45enh4npeyjj0tljhl094ecy", - "asset_name": "546f6b656e47", - "quantity": 571 + "asset_name": "546f6b656e44", + "fingerprint": "asset14fsa7z5hyf96epfgzgxxm22h9sskcsg02drpng", + "quantity": 2848 } - ] + ], + "policy_id": "088b8d679d71968a9f72266c6d85350134b348a48f2fe0b05f4fbbcd", + "policy_script": { + "script": "policy_vkh1pz9c6euawxtg48mjyekxmpf4qy6txj9y3uh7pvzlf7au6ue3jtc", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1kz0f4tzsw7ed0ymeq7p0n89ucw9e9csnd9c3ek", + "quantity": 5563 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1f86pymr5f2c4nzcxwm9e36gw8f0qqjr4m9wgft", + "quantity": 3965 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1d2lv7rafw42rndhnk6a48w4l9fnp97cv4urvlv", + "quantity": 1337 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset100ejxj4k4v5nquymfnha2tm69ahy5wkvtjyfjm", + "quantity": 1014 + } + ], + "policy_id": "f9bf62ef6442ae3b77ad314e3611b2085c3721e1b3beeaa116ebe119", "policy_script": { "script": { "all": [ - "policy_vkh1m3f9da2377mcaylhxx2yjhwnm8rtmk9yv4x0my4rct9862l7twn", + "policy_vkh1lxlk9mmyg2hrkaadx98rvydjppwrwg0pkwlw4ggka0s3jlyx7v3", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "dc5256f551f7b78e93f73194495dd3d9c6bdd8a4654cfd92a3c2ca7d", + } + }, + { "assets": [ { - "fingerprint": "asset1ch7uxjfvrtzr80ejfm3343d2h6499cegw0lr25", - "asset_name": "546f6b656e4d", - "quantity": 7220 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1z46qwd5mfmesfhxhp6lxfspz9pj6hpfyq3dzvh", + "quantity": 9030 }, { - "fingerprint": "asset1jk6fgcsjcnugpfeazzrvderkea36mmz9snvm03", - "asset_name": "546f6b656e4d", - "quantity": 949 + "asset_name": "546f6b656e52", + "fingerprint": "asset1hllgn73qzlxykgwrp4gd3c8kymr5xqgw9gejuu", + "quantity": 2278 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1qr30ks2pr8386ry5gqu29wxhxsu7g0x3xfkqvr", + "quantity": 7881 } - ] + ], + "policy_id": "3f59339da4e5fa86a2cb541a020a08dbcf55787ea5af69842dfd223f", + "policy_script": { + "script": "policy_vkh18avn88dyuhagdgkt2sdqyzsgm08427r75khknppdl53r7py8hfg", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e46", + "fingerprint": "asset159rsfhfy9wdaw94c4ddw72thl9wxaefvzh78ge", + "quantity": 4495 + } + ], + "policy_id": "3c188522767bd911fc760c9c52d989b65df600dd14fb042c618318b4", "policy_script": { - "script": "policy_vkh159n5vye9yzkt4ywml000qtu60rkprumarqg5qezj6vjdsadw4n5", - "script_type": "native" - }, - "policy_id": "a16746132520acba91dbfbdef02f9a78ec11f37d1811406452d324d8", + "language_version": "v1", + "script_type": "plutus" + } + }, + { "assets": [ { - "fingerprint": "asset149ye0rj2306lqs958285z7yshwp6j7lvrvry0x", - "asset_name": "546f6b656e45", - "quantity": 7253 + "asset_name": "546f6b656e46", + "fingerprint": "asset12rj4avjj5t9lsm8ftdg0nvwg9j20fng2juzznf", + "quantity": 5239 }, { - "fingerprint": "asset1jqlzq9jcg490gdfg4rk6tfgzcf5zm9wtaezftj", - "asset_name": "546f6b656e47", - "quantity": 2310 + "asset_name": "546f6b656e51", + "fingerprint": "asset192wwzvnk7xqqv7h29qnmyjfk320xg4snxeeee2", + "quantity": 5951 }, { - "fingerprint": "asset1jkh68yqhhnj8znk5nx0kdn3cdvxwn3rtxzpp6t", - "asset_name": "546f6b656e52", - "quantity": 7808 + "asset_name": "546f6b656e44", + "fingerprint": "asset1esryrdkvyn25xv2uhatp4p800vwzazyku6lsa7", + "quantity": 9684 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1a8xg020a70uqtzux9wx4x6mekkaptdasd6au9u", + "quantity": 7615 } - ] - }, - { + ], + "policy_id": "a39084e49faad4d9858d80303557e76981bd7940e28361aa3b3fd1fe", "policy_script": { "script": { "all": [ - "policy_vkh1ne75lujkfs72m6vuaxfm4t5h332vul67d0dfaqfh8fpm5hqefnv", + "policy_vkh15wggfeyl4t2dnpvdsqcr24l8dxqm672qu2pkr23m8lglug7fxap", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "9e7d4ff2564c3cade99ce993baae978c54ce7f5e6bda9e81373a43ba", - "assets": [ - { - "fingerprint": "asset1yxqnvz2xw68j43ggfdkqky00hphg3rxe4u5d6v", - "asset_name": "546f6b656e50", - "quantity": 88 - }, - { - "fingerprint": "asset10uc6a53fru6v9jzcyss4ue820dq30sjca96nrd", - "asset_name": "546f6b656e50", - "quantity": 4060 - }, - { - "fingerprint": "asset146tvnznn80g24lx53xx2lnzjr0utv47x2a2wue", - "asset_name": "546f6b656e51", - "quantity": 8663 - }, - { - "fingerprint": "asset18vqmk5pvq968j39csdrrzs5yxdfjfr79y4k2py", - "asset_name": "546f6b656e58", - "quantity": 4845 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "c9180a0a8ccd4fe443a36083a9cfd8b9d2cc241e23f7365e2d68cb05", "assets": [ { - "fingerprint": "asset1kerxsn8qh94gq65yppu7knlw73vmcd2su28slj", - "asset_name": "546f6b656e47", - "quantity": 3527 - }, - { - "fingerprint": "asset1jft3lhdggpwdry838vprryggf82cpnzfmaxpud", "asset_name": "546f6b656e57", - "quantity": 9337 - }, - { - "fingerprint": "asset1y0n7ry69vk9l8xy08tzl7ay9w4ys5m4yhf0nsv", - "asset_name": "546f6b656e59", - "quantity": 6398 + "fingerprint": "asset189jlq6r24lwrjlxpz0qfzh7jl4su0fmfdtaywe", + "quantity": 3480 } - ] + ], + "policy_id": "a1eb9d3c4a421e157bba6e7109b4488019e4d164420e634706b65f10", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1c44ws9hw2wfp490rzh062ll62jjlc2m5gq9xwjumvup86j53kx4", - "script_type": "native" - }, - "policy_id": "c56ae816ee53921a95e315dfa57ffa54a5fc2b74400a674b9b67027d", "assets": [ { - "fingerprint": "asset1yae89qhev3ngp4g96jjmld0azugu5zn37fqqmm", - "asset_name": "546f6b656e58", - "quantity": 2798 - }, - { - "fingerprint": "asset10wv2ju2hagt3u6sm28gmu2cudcp0n554ewcz9n", - "asset_name": "546f6b656e55", - "quantity": 2427 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1jmmq7sfuydcwx8az5fucz003pwvrvp6j7qqnw6", + "quantity": 6240 } - ] + ], + "policy_id": "a5eae70261684f4ab13dc533d1b20512c463360e182df340b50df124", + "policy_script": { + "script": "policy_vkh15h4wwqnpdp854vfac5earvs9ztzxxdswrqklxs94phcjgn8tq4k", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1eegv0zffhv9z96uqfuwrrhqf70caczlpvqhlpx", + "quantity": 9095 + } + ], + "policy_id": "cebc0a3850fc5a57c45a65198a0f0f04eb11d6df978bb1f060b3a1be", "policy_script": { "script": { "all": [ - "policy_vkh1umvv6p2h676zrfe79c5mrcjyzvvkaaaskqexuqfpzfha7javmgn", + "policy_vkh1e67q5wzsl3d903z6v5vc5rc0qn43r4klj79mrurqkwsmuq8v9d7", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "e6d8cd0557d7b421a73e2e29b1e24413196ef7b0b0326e0121126fdf", + } + }, + { "assets": [ { - "fingerprint": "asset1wr6jedmuh2zjqd60ut6jvkpgcuvuph4csp8588", - "asset_name": "546f6b656e4b", - "quantity": 9081 - }, - { - "fingerprint": "asset132zfhv80jm8qhrf8udl0hfqa7gp87zyvl5tkhz", - "asset_name": "546f6b656e56", - "quantity": 5114 + "asset_name": "546f6b656e53", + "fingerprint": "asset10gnd4s8xh4x0egkv50r2y8yd9vsfuzqy3n675y", + "quantity": 5388 }, { - "fingerprint": "asset17trm456yj9z6lqpdmuf7uaf9vepu27g4p9wch9", - "asset_name": "546f6b656e59", - "quantity": 1425 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1nak3xer3kdl7vzndgtafzjay37l5v3eqj7h74k", + "quantity": 4161 }, { - "fingerprint": "asset1w2amyz8v5gnvgud8nqxgcdpfrtx2p3ezrel834", - "asset_name": "546f6b656e43", - "quantity": 6946 + "asset_name": "546f6b656e54", + "fingerprint": "asset1geuxq8uy9mmygpzy3h0wltr6dcv5yjz4kc5h8s", + "quantity": 4154 } - ] - }, - { + ], + "policy_id": "9acbbcdfac3ac09145177325ff72d64d9f4680bf88d923ed4693e2a1", "policy_script": { "script": { "all": [ - "policy_vkh1fjzrrs0gh2za2a4wxpdfe0d69g8u0rty8lz3n899zzr3yrjhyrc", + "policy_vkh1nt9mehav8tqfz3ghwvjl7ukkfk05dq9l3rvj8m2xj032z0q7zv8", { "active_from": 100 }, @@ -4780,103 +4463,165 @@ ] }, "script_type": "native" - }, - "policy_id": "4c8431c1e8ba85d576ae305a9cbdba2a0fc78d643fc5199ca5108712", + } + }, + { "assets": [ { - "fingerprint": "asset13vhrl439ug2h4jlh54jynadkqm0tweu9hu9m6h", - "asset_name": "546f6b656e44", - "quantity": 7175 + "asset_name": "546f6b656e57", + "fingerprint": "asset1rs02p2v5kdyng05ulmfgwk5agnmysqfyucujnf", + "quantity": 7575 }, { - "fingerprint": "asset1e62ms79z3jv2mu5wt3y2s77k3acrzsuw9veddq", - "asset_name": "546f6b656e57", - "quantity": 1546 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1r9vugm30rau9chqers3ehl4wqpzxx4hrkxh8hk", + "quantity": 5425 }, { - "fingerprint": "asset1r0de8g90easr6xczf293k60y8x83ux8svmhn59", - "asset_name": "546f6b656e52", - "quantity": 6712 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1mf6ru2xme5edu00ukf9lp2xhrtppurnwa7w58r", + "quantity": 6444 } - ] - }, - { + ], + "policy_id": "729afff07b1040e93a3652f7c74f6eb935da45afcd071189362dc542", "policy_script": { - "script": "policy_vkh1gmdkj3g0kf32qg0xf3lkmccr3aagwtjrx0cml2l4ste57llnjq7", + "script": { + "all": [ + "policy_vkh1w2d0lurmzpqwjw3k2tmuwnmwhy6a53d0e5r3rzfk9hz5y5cw7hx", + { + "active_from": 100 + } + ] + }, "script_type": "native" - }, - "policy_id": "46db69450fb262a021e64c7f6de3038f7a872e4333f1bfabf582f34f", + } + }, + { "assets": [ { - "fingerprint": "asset10sns65xa8ydf4u48ypz8ze5lwxdccuam2uu85n", - "asset_name": "546f6b656e43", - "quantity": 7315 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1hrmjyahdw5vfppm8ph5nst3tgx46xehkvz8zfm", + "quantity": 9114 }, { - "fingerprint": "asset1ftf54vh5q0msql9hx4cf00l2k0szt3p7n09an2", - "asset_name": "546f6b656e4c", - "quantity": 71 + "asset_name": "546f6b656e55", + "fingerprint": "asset1jyuuv2pe4y88y98ryzwm78edqmagsgw7l9cun8", + "quantity": 929 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1yv53gwr9yr3x0wujee6xpxzrtp3jthn228r3an", + "quantity": 8711 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset107f7v89vfr5y9uvc0lw8h7mqj9wckqn2lhpjky", + "quantity": 9601 } - ] - }, - { + ], + "policy_id": "9f638e15ce75d0265d4e0c2827455d4b5cfd1e1b40b73a28bafebb5b", "policy_script": { "script": { "all": [ - "policy_vkh1vqd4f0tam4tuvz0eq46rwfgl5undnsm25h9fee9r97037f9cncw", + "policy_vkh1na3cu9wwwhgzvh2wps5zw32afdw068smgzmn5296l6a4k5s9tjl", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "601b54bd7ddd57c609f9057437251fa726d9c36aa5ca9ce4a32f9f1f", + } + }, + { "assets": [ { - "fingerprint": "asset1s8uf6zf2d8k9psle7lh7fydrv2j4xs20u0lp2x", - "asset_name": "546f6b656e44", - "quantity": 4829 + "asset_name": "546f6b656e55", + "fingerprint": "asset1vc35qshahdvrznvylpkktvqa0gv4cq989zndxu", + "quantity": 5841 }, { - "fingerprint": "asset1tczynuqjgs8kvedrgfnut3kuuklvaldlzlzr2s", - "asset_name": "546f6b656e52", - "quantity": 6319 + "asset_name": "546f6b656e55", + "fingerprint": "asset13yu3nxpuvqp4ex25krlkhg2ffcmdkzla42n9fn", + "quantity": 2690 } - ] - }, - { + ], + "policy_id": "e1976e9005c8f0d51dc387b2c0cd416a5ede3b1dc27208087f94693f", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "7b041a465ff7b6eba46cc384a2ecaa91b83ef7763db55e40e7b6f759", + } + }, + { "assets": [ { - "fingerprint": "asset1x789pafyl8zkptk586w269pkakqszwvc6z7rdf", - "asset_name": "546f6b656e58", - "quantity": 9371 + "asset_name": "546f6b656e41", + "fingerprint": "asset1cdhx9nwuwuk4tgmw3xxl2u5yhqpl72mnueuw9n", + "quantity": 4470 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset13r2jtgpuckjsfm5r0ucf6hnzfmdlvznfa8fpq7", + "quantity": 8824 }, { - "fingerprint": "asset1rk2j67xv5ym8jmmp804vfmwnaffn0zaa9jfjy4", "asset_name": "546f6b656e4b", - "quantity": 7560 + "fingerprint": "asset106rw9l85p2u05fye2w0w3wzvqwl006tly3dksy", + "quantity": 4478 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset10f700lne0254c3jyfcqlw9rk7rc5pawm6p2xdv", + "quantity": 4201 + } + ], + "policy_id": "b4365860dd48550808a94d6dde316f3e047cd64b24db8ef491e21e84", + "policy_script": { + "script": "policy_vkh1ksm9scxafp2ssz9ff4kauvt08cz8e4jtyndcaay3ug0ggkgguh0", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1u6t48cgzlqmhjynrjuh5av30twgtn6v9wwpztu", + "quantity": 9728 }, { - "fingerprint": "asset1fpk2m0g5dzuuq5xayrnv9urxp260ns6x7992pk", "asset_name": "546f6b656e59", - "quantity": 7754 + "fingerprint": "asset1kvp8d2elps8s4wgwwk5qm9wqlplufs5dna23yv", + "quantity": 9214 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1g8kfkrpujxxcs8pm4tvum6c5gqd6l88n5ypzfy", + "quantity": 2848 } - ] + ], + "policy_id": "f1ca2da7cb16db27b105db9b27cec7699d47c0106dae51b6fb348f24", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1rtvdnd83ngsn0uuea42ggyxt9yrc0tmcvy8lul", + "quantity": 3226 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset17ut0urfnr04w2xq8wr0zuz5v0q24pn8uzrdc3u", + "quantity": 5012 + } + ], + "policy_id": "bb2566c5327b73164633da957a297bfe46490e8fd0e002044c34d077", "policy_script": { "script": { "all": [ - "policy_vkh1hc3tmxcjxwkthjukq3pa9vtfr7ajfns4f83xtc72t3l67s6v23c", + "policy_vkh1hvjkd3fj0de3v33nm22h52tmleryjr506rsqypzvxng8wskrep9", { "active_from": 100 }, @@ -4886,21 +4631,36 @@ ] }, "script_type": "native" - }, - "policy_id": "be22bd9b1233acbbcb960443d2b1691fbb24ce1549e265e3ca5c7faf", + } + }, + { "assets": [ { - "fingerprint": "asset15rl8v352z9hf4fk2yf2u7kqq3tntxhh20fm6zs", - "asset_name": "546f6b656e47", - "quantity": 9489 + "asset_name": "546f6b656e43", + "fingerprint": "asset1uu732dtkx3vw4000dtc9mgh27832gtmyxmen03", + "quantity": 1633 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1d6nu85gnc5metgqjme3udmzvqghjegaq5ev52f", + "quantity": 1360 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1zs5csh4adr27dg0hk7uf09lvrvy5uxlgny8jxv", + "quantity": 4878 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1engw6wa4nkzhx9edlpng5qn0ve0zssww8jlk4r", + "quantity": 883 } - ] - }, - { + ], + "policy_id": "88c9aee9bc4b451c390ba85143a9efecebd8cf399b0504aa92a6ebaf", "policy_script": { "script": { "all": [ - "policy_vkh1ad9xqma9jk2tslyl7tc0p5r4qktdgtheza5kzpsv0w5pshu7dfw", + "policy_vkh13ry6a6dufdz3cwgt4pg58200an4a3neenvzsf25j5m467vkvenr", { "active_from": 100 }, @@ -4910,2557 +4670,2508 @@ ] }, "script_type": "native" - }, - "policy_id": "eb4a606fa59594b87c9ff2f0f0d0750596d42ef9176961060c7ba818", - "assets": [ - { - "fingerprint": "asset1nc6s0gxld38kjtv58vq35q2uvv50xydh078ep3", - "asset_name": "546f6b656e56", - "quantity": 1160 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "f5cb175036bcf4d534beecfde98396ea940d4d53e2fd4c405ff9f387", "assets": [ { - "fingerprint": "asset1z8ck0auq32yn058z6fnvcmkeww2pn8v6agrekx", - "asset_name": "546f6b656e45", - "quantity": 2817 + "asset_name": "546f6b656e55", + "fingerprint": "asset1a8yv28d8k268rrhnav4w957rx4fy6vkncp60rr", + "quantity": 3169 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1l7c6kg8fk5s40v6xtumw4xegr7sk4yle5c7gd5", + "quantity": 4650 } - ] - }, - { + ], + "policy_id": "77f416c16b23baf0594d6115df9a8dcd7069e16143ba4e2d583de4af", "policy_script": { - "script": "policy_vkh1hhf303n7pult22pmsvaheak3v9va8w6894atrfful6tq6xtxj8j", + "script": { + "all": [ + "policy_vkh1wl6pdsttywa0qk2dvy2alx5de4cxnctpgwayut2c8hj2789qx8a", + { + "active_from": 100 + } + ] + }, "script_type": "native" - }, - "policy_id": "bdd317c67e0f3eb5283b833b7cf6d16159d3bb472d7ab1a53cfe960d", + } + }, + { "assets": [ { - "fingerprint": "asset1khkaapuqm6q2cu48zk2es05x89vppykm62nz6n", - "asset_name": "546f6b656e4e", - "quantity": 8905 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1jkjm6ca04lywd8yquzyhv0jra20uyr8l839ysv", + "quantity": 5263 }, { - "fingerprint": "asset1a0m6zgcrh45svufj9hyjmk4wc4w2qefzl9exux", - "asset_name": "546f6b656e4d", - "quantity": 7299 + "asset_name": "546f6b656e47", + "fingerprint": "asset1tkk7qf47plph79d4wryxxvky8qlh545zrnvt79", + "quantity": 8026 }, { - "fingerprint": "asset1kmx6p665g4ua6ucnvvkj6j2ud87hmj8w30k9gd", - "asset_name": "546f6b656e47", - "quantity": 1166 + "asset_name": "546f6b656e57", + "fingerprint": "asset190gyu7t4kk2rm8wh6r557slej6mw494yu552lt", + "quantity": 8397 } - ] - }, - { + ], + "policy_id": "fd7707b905d71df03e8678a04f1a9ded7fe8112c3432b3bb333b3870", "policy_script": { "script": { "all": [ - "policy_vkh1rqpmxu7x6g5jrhufetanxuxkkgef06x550uplkljajxdyfalq2u", + "policy_vkh1l4ms0wg96uwlq05x0zsy7x5aa4l7syfvxset8wen8vu8qvtdd4d", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "1803b373c6d22921df89cafb3370d6b23297e8d4a3f81fdbf2ec8cd2", + } + }, + { "assets": [ { - "fingerprint": "asset1lp4545mjup6xtrkfs5skm6q72lmg2nj55saaxc", - "asset_name": "546f6b656e58", - "quantity": 3531 - }, - { - "fingerprint": "asset1462w4a6swt7pe0mxfhfwexd3ch2uptpay9h2q0", - "asset_name": "546f6b656e44", - "quantity": 492 - }, - { - "fingerprint": "asset13ll69ra2k8aqqjkuajfea68he0e79fj00txg67", - "asset_name": "546f6b656e4b", - "quantity": 7172 + "asset_name": "546f6b656e43", + "fingerprint": "asset127ryc6s6el9zzamqttsc88j53uektlpaalstun", + "quantity": 1621 }, { - "fingerprint": "asset1mkuwp0aa08zhcth0w0nm3wj2qz5gypyqq7c7eu", - "asset_name": "546f6b656e54", - "quantity": 5359 + "asset_name": "546f6b656e51", + "fingerprint": "asset1xfr6srk88ctyujhq34zupnvyxpp276n7jhg4cj", + "quantity": 3007 } - ] - } - ], + ], + "policy_id": "b610b2ced50ab4c0d2db38998e236d55ef6be8a4eba36a9bbcf4585b", + "policy_script": { + "script": { + "all": [ + "policy_vkh1kcgt9nk4p26vp5km8zvcugmd2hhkh69yaw3k4xau73v9km00t5y", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + } + ], + "wallet_policy_key_hash": "policy_vk1paenumc5zzankym2e08e9re9ts93ksq0w4grxauqatxqcenlpckshzgnk6", "wallet_policy_key_index": "0H" - } - }, - { - "withdrawals": [ + }, + "certificates": [ { - "amount": { - "quantity": 42, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "join_pool", + "pool": "pool1kdezpzmqdzwaetxkv6mqlg4vc79zny5pqwnd9akefz4yxkwh95u", + "reward_account_path": [ + "18677", + "8554", + "31359", + "15671", + "8775" + ] }, { - "amount": { - "quantity": 241, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "join_pool", + "pool": "pool1w9vkuq9t8t9ccrn3fngmj73gv8teaxp5jyyyx4a7de9g52g4cng", + "reward_account_path": [ + "32574", + "20796", + "27391", + "10202", + "26139" + ] }, { - "amount": { - "quantity": 101, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "mir" }, { - "amount": { - "quantity": 60, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "mir" }, { - "amount": { - "quantity": 138, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 249, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1nxpgsasduah4kjtp2dkxez3rz6s60ps4p22uvvv0ht2vjve4uv8", + "pool_margin": { + "quantity": 85.28, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1j6jjgzt7qlp69vyxv8q28rs43wk4d23apzeay4ehy4xwdw35v4hqrlrvsz", + "ed25519_pk109kypw89ztt5kpj0nsfgrjfxj2lpd83ul9xjawcxyq63uvu7y5xq5cqg40", + "ed25519_pk1fdffv9g28xlwgvwr75pzmuy9kkm6ahpgszr2gvnvdm80q8xg7x0s9unt7m", + "ed25519_pk16ph8v2jz4jtd25pvysa00wy3df9k9t5de6qzrskdkfw84nnk6d9sufz5sh", + "ed25519_pk1295693ju8v8dhqkk3jady09asrrr6tzmvc8d447nt5h2atzc6xxqrl0kfh", + "ed25519_pk1nhprhpnxtan9ay48rkt0pxydm3sxsv79elx52skgrymn64lv74dqg2j69y", + "ed25519_pk1cxf4j02e3e2yr9yy05cl3qjju0k46khljzqztglcjqp20s0k4lcqlm9vc3", + "ed25519_pk19h54m6as4yhvsk3lzg3pkp48pnjhvtpryk2fx2y4t26q8y95c5qqc4qaf9", + "ed25519_pk1220yadnc8kqzu54lgx20q4hqth4ttjlkx3ac4vhy09q8wfrfu3mq0z3cag", + "ed25519_pk1fw0djgzjmxyr9xrvk65w7p9whqq0xu7pudnpg0rx067zdy4t7xas9f9m8a", + "ed25519_pk1w365q67yrvch0s9umypr0sez4l6a8swdzyk7sz6afr5xfu3jyzfqkuetfl", + "ed25519_pk1mp6e4hhx8nqylnkzryf5za8dntf7qrfts6eda34xpd6lxh3v9xzszq4l5m", + "ed25519_pk1k8nw4yp95jlsgc6tlp09jlrxd4tgmm6unwayp8kd4e5aslyhls8swk6syc", + "ed25519_pk1mra5k4rcjfj780s47k8hrc38gntfackecwuvfk263ch2dav4qeaqeypjwa", + "ed25519_pk1txffyz4het2uf7q95mr2d62ma85zqzk553zp7wd6ulqcfvdqznlqy955c2", + "ed25519_pk1hmc3msl58gdaavpeuw66mdw4g0h47uvd3skuz9kzhm75um9n9vnqxkgq2y" + ], + "pool_pledge": { + "quantity": 29, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "deregister_pool", + "pool_id": "pool1rz7na8n058tch2m6hk84l2m8kwl2de4rl9m7vc03y9ffchr5ejx", + "retirement_epoch": 9999 }, { - "amount": { - "quantity": 206, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "quit_pool", + "reward_account_path": [ + "22812", + "21384", + "9893", + "8810", + "12306" + ] }, { - "context": "ours", - "amount": { - "quantity": 219, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "mir" }, { - "amount": { - "quantity": 188, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "join_pool_external", + "pool": "pool175enq744yzw8m6c3avhdt2k8vd7lc7fxy878qz2aey73w58c80e", + "reward_account": "" }, { - "context": "ours", - "amount": { - "quantity": 151, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 165, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1w39rm788tm4ac959kxacjg3mtf035e345vwmfxquavlqv8r6z76", + "pool_margin": { + "quantity": 99.68, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1a0cjq3ql0qngphqml2tcvpp0880kclq053r9s6q4cjfx6g2dlq9syxzqzx", + "ed25519_pk1zln5emx53ncwnmj2f38fjpgxg5hygt4zxux3t246nct76nfnjejqpvhdud", + "ed25519_pk1mdmqvasg7m3w3zeey563amkrk2svgm6vdwz8sgdt6jdaddj4d2ms996jnh", + "ed25519_pk1vlq28epxm5tnt4lxx3r0nagaxsfacptfttdnf6fqn5d02ku29nzsvl0vum", + "ed25519_pk1lp8us4jrx57swaculyu5rzrnamy9agmwdlt728j9ezltr9z6k5eqt3vmj5", + "ed25519_pk1j98a8gp8angc5ejd87ajavxcvm4fusqur8nzhvd6msr3jjyq4c3qfkdrrk" + ], + "pool_pledge": { + "quantity": 179, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 74, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "21606", + "29231", + "27420", + "24089", + "10185" + ] }, { - "amount": { - "quantity": 192, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "mir" }, { - "amount": { - "quantity": 77, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "deregister_pool", + "pool_id": "pool13zzg5n5us4ksdk75p7xv3fec6p9z2qre6f7l747mkgsnce5ln5s", + "retirement_epoch": 2549 }, { - "context": "ours", - "amount": { - "quantity": 95, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 9, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1sthj9wsqm97chdjh5xkz3efutq7xxhw977mh4vayt0cqsjr3fud", + "pool_margin": { + "quantity": 51.7, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1uhm6qdtnnc57dq72ds5mfulg02nafx6950vfqh878j9y4uml6mmsmln79u", + "ed25519_pk14drq5cmdgklke97p3va67seejcl3n6t2yzvf7awajaf5ra08u92sx650s9", + "ed25519_pk1epwxep06626p3gufdxza7e5ltx2kmke39qvjvlxfw6syge8sa6zswvu8cw", + "ed25519_pk1ezdaakx0c7kz6le5m9hz39h9ezht9zlpft4xu2namz9x9rmpmxnse2hs5x" + ], + "pool_pledge": { + "quantity": 90, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 62, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "join_pool_external", + "pool": "pool1xpluxmzm9d9r7h9ckqdjcy6uapzl6tyatnkvlmay9wqmsvvynnf", + "reward_account": "" }, { - "context": "ours", - "amount": { - "quantity": 178, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "mir" }, { - "amount": { - "quantity": 54, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 163, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1pwq5mat9zvd36v4n2k3fks4dcnre88dm3ts4zxhfecrhk9l2xcl", + "pool_margin": { + "quantity": 51.85, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk174hx9pgzjdlfp468jvc3n2maqjnvx6chxj2hreag4gq26wkllgesthm0pz", + "ed25519_pk1hezxqvfvm9a37z7df59nqpc9sug9vwnpt33pqzcytlgu5qfke6xq5u8qcg", + "ed25519_pk1q6kt8skv4svtrah2uhqdl95g3dgefltq455fqtvn0h8uv5nqezcshd8afm", + "ed25519_pk1hj5zr663cdl2etf8ju2925kx6kfgzzg8xck634k3l7x8wuywqc5q6cnqxk", + "ed25519_pk1vaksg8td6a8aztqqvmzl7mfcsjelxzfv5rkkls270whc5fkcqfwq6ymtny", + "ed25519_pk163thu7exprrzkt54z6c50y5lcte5ctsafrsz5edkh0quazx346xq06545a", + "ed25519_pk1eszhxpl5320slzx46kf6ggyr2rv35wvsrd69gsx9fckcaayzfeysrfvx4k", + "ed25519_pk1jp8qyt6nhc0m44s9n90fwzh3p207zypu6l6u292ndt0k4k22zmkqcmtllm", + "ed25519_pk1utwck7a5vy5p44udclrzvs44yed5z6n2v7qvs5cx3um9e7nj7nlqfhv6xe", + "ed25519_pk1537u492ff3xjv2jyxet60l4agphufahddt426ju0w3xj99xh82eq8wzlv2", + "ed25519_pk1kdgeaxfkauurldzp6mpxsc32kv64csudttg4c3s5s5xw6wkc5rss2nex2h" + ], + "pool_pledge": { + "quantity": 168, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 36, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "genesis" }, { - "amount": { - "quantity": 64, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "register_reward_account_external", + "reward_account": "" }, { - "context": "ours", - "amount": { - "quantity": 132, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "quit_pool_external", + "reward_account": "" }, { - "amount": { - "quantity": 129, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 227, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1u7zvk24zsgs7zsk9903alte02q7s3pl9pcvaus3wna5jz49cf7q", + "pool_margin": { + "quantity": 18.74, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk193wex4m32df32qjfk8jkatkyvnawwyjk56zpxmynuxc2n5tsdkps7k7kkp", + "ed25519_pk1xmcx86k6k0fgnhuk2xkmqq0vdqut3jlphg84nul8v9rzec80qflq79r5sm" + ], + "pool_pledge": { + "quantity": 40, + "unit": "lovelace" + } }, { + "certificate_type": "join_pool_external", + "pool": "pool1ljr4grve5kg4shnfxwf2d8qusc0990zxy7ydy6v43xkek0mhdez", + "reward_account": "" + } + ], + "collateral": [ + { + "address": "", "amount": { - "quantity": 143, + "quantity": 22, "unit": "lovelace" }, - "stake_address": "" + "assets": [], + "derivation_path": [ + "5465", + "3714", + "11587", + "16344", + "840", + "13404", + "4445", + "6837", + "7232", + "15087", + "15474", + "1581", + "10553", + "10145", + "11241", + "11913", + "13311", + "5695", + "2273", + "1" + ], + "id": "900e740217775e00334c4f867a7c8d1332cb2f334764183a4a7f4e361c742441", + "index": 21910 }, { + "address": "", "amount": { - "quantity": 132, + "quantity": 108, "unit": "lovelace" }, - "stake_address": "" + "assets": [], + "derivation_path": [ + "3985", + "12690", + "12891", + "9919", + "2098", + "6056", + "7670", + "8427", + "2645", + "893", + "641", + "420", + "3284", + "11835", + "10594", + "4416" + ], + "id": "2a3d2e024b730317614a622e40086b683e011c7d08714a061f195e324a67454b", + "index": 25682 }, { + "address": "", "amount": { - "quantity": 23, + "quantity": 212, "unit": "lovelace" }, - "stake_address": "" + "assets": [], + "derivation_path": [ + "728", + "6394", + "10554", + "2968", + "13065", + "6063", + "1271", + "9956", + "7798", + "7321", + "5336", + "8015", + "2673" + ], + "id": "592c07834425445f694a317a12311a2758b32a037b6f450b6b6b245507e4656c", + "index": 26488 }, { + "address": "", "amount": { - "quantity": 149, + "quantity": 189, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + } + ], + "derivation_path": [ + "6508", + "11352", + "6784", + "12518", + "5267", + "16307", + "10286" + ], + "id": "2253285710345778a34a1607772d1d0e0b4166006f506a7b4e1ac11a40382428", + "index": 14024 }, { - "amount": { - "quantity": 85, - "unit": "lovelace" - }, - "stake_address": "" + "id": "3417c56b676b537b417264273b585e2e1aa37f642f77544c2ddd184b0f311b7b", + "index": 0 }, { - "context": "ours", - "amount": { - "quantity": 205, - "unit": "lovelace" - }, - "stake_address": "" - } - ], - "inputs": [ - { - "address": "", - "id": "2f500e4bfd04784d78cee540a9362b5f504abc60664a4b81da0cb861720c6160", - "index": 27172, - "amount": { - "quantity": 143, - "unit": "lovelace" - }, - "derivation_path": [ - "1816", - "4745" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "0668276e4f6767732eea0ecf1a7a010101ff875c2348205d65436c32237e6a2a", + "index": 1 }, { - "id": "408f7d7b6e2f83dfdb65f2066d0f403f7d47642c426a9ef05c8554311dfd0cf0", - "index": 0 + "id": "125a2514199124ed190d50353f46bc4e0db5224679396a1b1d5c243257037343", + "index": 1 } ], "collateral_outputs": [ { "address": "", "amount": { - "quantity": 77, + "quantity": 66, "unit": "lovelace" }, "assets": [] } ], - "outputs": [ + "deposits_returned": [ { - "address": "", - "amount": { - "quantity": 229, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "quantity": 212, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 192, - "unit": "lovelace" - }, - "derivation_path": [ - "3612", - "22360", - "20799", - "29690", - "10193", - "8460", - "13175", - "1197", - "28085", - "10109", - "24614", - "4579", - "20897", - "12297", - "913", - "30163", - "19925", - "10131" - ], - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "quantity": 69, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 122, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "quantity": 212, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 172, - "unit": "lovelace" - }, - "derivation_path": [ - "29503", - "32163", - "25049", - "11460", - "7871", - "8093", - "19104", - "32454", - "2551", - "26470", - "23870", - "13781", - "13961", - "2978", - "2879", - "28426", - "12909", - "23861", - "11169", - "12335", - "21200", - "14292", - "1856", - "28365", - "15840", - "3364", - "4933", - "21832" - ], - "assets": [] + "quantity": 9, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 54, - "unit": "lovelace" - }, - "assets": [] + "quantity": 139, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 123, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "quantity": 126, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 166, - "unit": "lovelace" - }, - "assets": [] - } - ], - "script_validity": "valid", - "id": "435a65445a452a3e53417e4d04701c253d273f5d6c3e68561fa85f3374561d41", - "deposits_taken": [], - "burn": { - "tokens": [], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk18ev8xp3nwdwhgffw0fh8yqqz34fzuhfesa5kxukf0plj9sphfyjq7vek3x" - }, - "fee": { - "quantity": 195, - "unit": "lovelace" - }, - "certificates": [ + "quantity": 140, + "unit": "lovelace" + }, { - "certificate_type": "join_pool", - "pool": "pool1cd7z87ah4vxvxfhughty6ujvky09g2k8ldxx0rh6y7qrynygtq3", - "reward_account_path": [ - "997", - "20579", - "3349", - "292", - "17947" - ] + "quantity": 0, + "unit": "lovelace" }, { - "certificate_type": "mir" + "quantity": 255, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool16d7gqgqapcm43jk42dr5gmzlpuuwgyqslvlzqsqs368uvn3l56t", - "retirement_epoch": 3618 + "quantity": 114, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1dp72hurcw4recjh47stay7qpv3cydcwrfnpx2rt3tds62zhxzeasjcr6fh", - "ed25519_pk1zfg62jamm2jdmzqkq40x7p69vvqc2yh6z89as85pw6xafeern47sdpqz7e", - "ed25519_pk12n3l8myw7ecf3nxwukx2hmmwwcqw5m07fdhdh9676uayd36ej67qqk9qyv", - "ed25519_pk1kk0sr7jmhx6txp5fxj849ngkvemavm9shvdthczhagu40jekd9rsvcnu6r", - "ed25519_pk104d6775kn82fxahrvp9dnxvl03mvt4vqlea3mkwq88wa70gwk8dsncattf", - "ed25519_pk15gqha9mmfx2y85t8nlfz4l00jagyxhnw5wwuxcw7x9l93qsuz79qpn7wu5", - "ed25519_pk1n2cm00329uv564sud2pljj4994ju8adjdagwjqpzn4wa7mpw9qfqmu9e0f", - "ed25519_pk1vnd97mns8rmp3pfnumjn5qzasfuungpf3vy6pcl76jpln8sxzf7qcanjma", - "ed25519_pk13muyacdrdlk300wyfawrya28azll27ylc80jyz437hq8hynehudq67rg7j", - "ed25519_pk1c3sxedrw85f8w4k3yfyd8a94eg60ypjhs79erjanca4fvynrtcmq8ua8lr", - "ed25519_pk1w3saed5jv4s5s3f30v3c4tpy8lrj9lwa57tjhc5rszlwsn3a2m2snmdjfd", - "ed25519_pk1mnfp82ndk5mfvr0tdp9kcsrq49dal0vlee65m2zesfudlhnv2amqc82s83", - "ed25519_pk15qpjuu2n8hva96s7dweg4yh9h8t5gq9scm7uf4cw4zu5wl6v7jtstfa2h4", - "ed25519_pk10rnladwupnh65hsd9lg3rast04v68vdupfqgg5mgfxp468rdptgsc2cuz6", - "ed25519_pk1vc536yvxk3r9x3lx7kz3jfmx9mq57w29nmqffcdm8y47ceawgr7sktq00w", - "ed25519_pk155wteagaj8cnpvluxdyxy9cjpmhtnwk7e98gp8s3mx8y82majncs3y4dp9", - "ed25519_pk1kh48ku4gvuphd8ngcd23p5m3pmmz94wt5ehe3sx8lnl3cv9h3n2qdk0kzc", - "ed25519_pk15udsp7ncuukpwcma392fd97su9mql9qjr7u8vge0vut5njusdfpsd8exue", - "ed25519_pk1j7zp7782xsfpkmhmzrxfm2rr20np693rh4u5ne25syct282xrmysx8hcax", - "ed25519_pk1tesj3schjq7hmrlm0sjc67xaucuhrx0tdzd6kc3fahyltqc4e87sna37m0", - "ed25519_pk1xmcj49u0tddavmcdwt52hs5w637sl3pzkyf5sm7rh9a04ychqmdslh3464", - "ed25519_pk1z9sjxrs8euvhw8wa905nfp50eqh8rzat2pzrg05l36v3eqsp2wzqenk32c", - "ed25519_pk1sj22gn32d7nrw0pvmshs7ed59w60vwwasx2nnx4glc0cd4pfvt8q58hcqq", - "ed25519_pk1zht77j8makak53eg73r52rvgpzxs8jn9659a50agm8u97ffm8kcqmm8xyf", - "ed25519_pk1yj6xfyuc5lzcg60m0d2z35345g0jrynwqz7edxl64hz5964nvwrse4h8u9", - "ed25519_pk19mpwpflnffq57ffyvq6cnwmchz33hxna94gxkfdd28qyfv6arflq8he5xz", - "ed25519_pk12ec2kkm2ntj0l8j72208yk09kp59udrvqhw09flg9j2hfsew69dsk5c9ww", - "ed25519_pk106v93fuz5rx4ttha5jux63fxuuth60fgqqdp6znhv4hzxnlgql5sj8qhyh", - "ed25519_pk13kq7rp5k4aay0auje6ht9qre3tpmxd445lreru2qx73852aa3n7q7h8e0q" - ], - "pool_pledge": { - "quantity": 4, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 193, - "unit": "lovelace" - }, - "pool_id": "pool1mnsnht7hwjtkqg2cdjerkpaxuvkxaqv8yla73ghy0a59jv8vj2r", - "pool_margin": { - "quantity": 62.89, - "unit": "percent" - } + "quantity": 148, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1fzkqq4a485fsh3mxwxn2pq03325wyj0krhd550e7y96kzwhu3adqpw268g", - "ed25519_pk1qn59fagg8kf40jellarfh7z5j749e5h2kpcgsde703v3z62pz62s59lf7q", - "ed25519_pk1c0e2exh9d7xwj0zh7sylultn7q7gnp0aqhl46dhfumnyf56xp35skugluy", - "ed25519_pk1z46xn4sl9ehpxmgm852wve9d8mrg6m3praf6jslf8rr25cv4da0svjep67", - "ed25519_pk1jqtnhnjk7nj2z7pkd9hvrzkv5fljygd5ph6zawsfgagvkg5de49qndwshu", - "ed25519_pk1rwpxum85yy9e42jqr8sw9v5yl0t5khnnqzy0ck08kp4gtfwt2qjqfnnvz7", - "ed25519_pk1ang6zwrxneksw9ljcxfuz4raxt724lhfxdyxz7ah74n9wzpzyxtsnell7n", - "ed25519_pk19tllxj5s4lrn7shfyhpug3t2jgxpqdz3mc5pjv8e5fzktkvjk2qqs2akmn", - "ed25519_pk1sn2pqldfglkjdaf7wldhm3wcq64ewhju2fnyld3wm7wjg8ekpfusq8q0hu", - "ed25519_pk1puxqxxuhk5ejc9dwvpush6f3gtyjpttj047zr95azw5edtmvdhasnxuwtu", - "ed25519_pk1fheg6uzxprd5r3ux5tkdc5752gc4z2g0763jzefcjlfyrnj2g7eq0539tf", - "ed25519_pk107ka9tclsullcl2hcls5ksav2m4r0zlewqatgp8c62as9jkgvuwqz54sgs", - "ed25519_pk1wmnkdjx9tdwd8ww6ankygsnnxkmn7vg3vqq0dct7wzyvwe7gtpnsrhw7g6", - "ed25519_pk10cr8wyv2rr7a4qvnk26mdunecdg92j908s2qcwmwwkg936q9jyzqnfxcrl", - "ed25519_pk1qhmqpfkdreqnzuy32gl2f6lt4837ushk4sceam20x8rtjn64d8vqald64z", - "ed25519_pk1hm6x9klqvg5ldm9804mm89dulxgh2n5sgrj03atql3fflh72zk3s62lwh8", - "ed25519_pk1e7g6umrpqm8hagd5qf5xj73q58x2c7ganhxrpt8874t5sm7np2rs7w9ktd", - "ed25519_pk1skj3f7vye7npga55aat5wcxs489hjhqx6xqauphr7jflcu322ywswqup8l", - "ed25519_pk1dr8kdpe9zu70y372qfll02jc65jkkhyd32au4n05wt3gf26ue0qqh4rp5h", - "ed25519_pk1lpt34eenqyrywhzeuvqna7alzyqt87esujv2jzj3wh8zq0k8z45qgsghnh", - "ed25519_pk1rhf8tw3w8j4at75x0cr0m7smd5n885ukvzghgwkp9xlsjk7pn9dq6esnhu", - "ed25519_pk14ezn0u5t6p6qr470v65j2zx32tsh05wew55gsdqcru0f56a698ss7kxlfv", - "ed25519_pk19gylrmt8cajzdy7cnx0055vz8jz9t0p3u6zn9lxzex52g256lq7q0dgm5k", - "ed25519_pk14pq6rgak0ch5f3u25ssjv3t038ykqsv2h604z4vzy9dzzawghnaq0rpkxq", - "ed25519_pk164tc7pax557qf8agdym6v34fqadlduyjx5ek7x6z67wm9jz337pq9jacyl" - ], - "pool_pledge": { - "quantity": 122, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 31, - "unit": "lovelace" - }, - "pool_id": "pool17mr9j36ltggsgmf8mfmx84g82734fgeqq3g97p2zcawf7s62mfs", - "pool_margin": { - "quantity": 26.65, - "unit": "percent" - } + "quantity": 245, + "unit": "lovelace" }, { - "certificate_type": "genesis" + "quantity": 204, + "unit": "lovelace" }, { - "certificate_type": "register_reward_account_external", - "reward_account": "" + "quantity": 100, + "unit": "lovelace" }, { - "certificate_type": "genesis" + "quantity": 116, + "unit": "lovelace" }, { - "certificate_type": "quit_pool_external", - "reward_account": "" + "quantity": 63, + "unit": "lovelace" }, { - "certificate_type": "join_pool_external", - "pool": "pool18vdc2hg2tqf2gld0075gyd2sp3paxq2z6zghs792s7agqxvxlv2", - "reward_account": "" + "quantity": 123, + "unit": "lovelace" }, { - "certificate_type": "mir" + "quantity": 217, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1gkdv8he2zpauzls6elayuhryjun7rz8x7ft2sedead5vwwdzml6", - "retirement_epoch": 27045 + "quantity": 150, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool16wjanrtttjmrt965trvqv844dkmq4mmsyfyxhm4l0l45xx5ke0k", - "retirement_epoch": 24620 + "quantity": 93, + "unit": "lovelace" }, { - "certificate_type": "mir" + "quantity": 46, + "unit": "lovelace" }, { - "certificate_type": "register_reward_account_external", - "reward_account": "" + "quantity": 147, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool16vcdd99790vjp7xdhrjzuqd38yz7udxvxj4tcc50nnpeyec4kep", - "retirement_epoch": 2067 + "quantity": 20, + "unit": "lovelace" }, { - "certificate_type": "mir" + "quantity": 12, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk17f7dl9ucd53th6hvmdgdxnczc5f5hf4wqagr4xj040a2j5hcj7xq9ekwsf", - "ed25519_pk12c2d0yts3zlj79lnt9x07qtwlnh4pn46yqpg6rqhcfyma3w6ea3saeve0w", - "ed25519_pk1vcuyq3mrsyhyj6ln7253jyrdreu9vx59e03mp2rxc73rsdmyuucsq3wey2", - "ed25519_pk1tygk64mdtew62kqp46sk30nz4r3g9ar45rpppkrzljjfuk7rrxwsx89n2s", - "ed25519_pk180lmws0e8z84kp6tmqhu6vkv5efyyf34mekh062p4renv07p36cqnk9xw3", - "ed25519_pk198zvd96ssy8m2w3fdx4sapvcprlkq8j9zskl0rec3d6aa5v3fk7qvdm3as", - "ed25519_pk1vejvwuyj7ewte7skzh37cz355mah06j5sj8trw63dkus5r37twlstxu35g", - "ed25519_pk1fgy5q4v3lhhwjfpr8ef5cazpz44fwdrd9fh6rqq977me2ymt2pmqp0x6ar", - "ed25519_pk1y3rpa6cmg9ynu6fnmlh72z2d4697tgl404u2l0ddm98fwgdltffsnux4kx", - "ed25519_pk16mkvw7y42gqrwtx63dmkh8tltptud6j9q2d6fp0w93hamesgnzfspp7gf3", - "ed25519_pk18x0tqgnev97p46akyvx6jfafhrdclgkdp6tuj6r7rvzdfsdprx9s6rrcsp", - "ed25519_pk1xf2ce847f477qde02945qdkyy6kzs6q0k8zymyqzqdeey6nkmjuq29tcu3", - "ed25519_pk1c582gqs72kva0q4rfs0v2qm999kr28p62emmqqjyj9sqpddqsscsq0sk3c", - "ed25519_pk1eza52m5d4ax9aw42805hn33tq25xv692dpwyhs2djrrha25mqxnqzycx4q", - "ed25519_pk1rkcdeuqtfp355ddym376cexppwl6z3766kny3vfurq2tq32xdljspfzjvk", - "ed25519_pk14pptyf3f05w6hvlez49824szdqj69f8rzdw304mnf8uuah2x00jsw9urhs" - ], - "pool_pledge": { - "quantity": 162, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 123, - "unit": "lovelace" - }, - "pool_id": "pool18nusg6x5kd69uet947ytd5h96g6t36tfulqeggy4vvfh2fd35w7", - "pool_margin": { - "quantity": 90.22, - "unit": "percent" - } + "quantity": 153, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk16zau7nlhl2d2prsjy8ysvsjpjt6d2tahx3hysu43yywjfg7tujcsx9l5v8", - "ed25519_pk1mv33eegnvz3ptuh5jvefq32pqyp3z6808u0ngpnyrmxeutu3hmps6lkpep", - "ed25519_pk14cnqzrj9srffj3wgr96cy5txrh2hnpnj7w7uqxauy84j39ep4rgqh6tf2q", - "ed25519_pk1jylkpmg0y8pzp7a4a9yunehgux8da4lf9x03g944c87940ufjeksgfpntf", - "ed25519_pk19f8dt7kaz0cv2vns0n59sp4dmnvglj2tg7tnrpfr8hfxnsez8nfsd6525x", - "ed25519_pk1jcl2cv3ujnw5c7kza45h83ve6ajrw6jgj3ann98j6tt5jveazvhqnwetze", - "ed25519_pk1lu9zh8vv7htzdmyfdp3wje9s3938z8g86usryxrw02h4qtuzmcvsdydln0", - "ed25519_pk1xeehn8wpegu66sacu979gj95uww0pwq9dcd4e7jq0wlzcfkl3tns70juas", - "ed25519_pk1c5dfmc3lnqlecm5mzhpf9yee95na7drq56x38rguh3qc36ehd6tqde60m8", - "ed25519_pk1zxuvaz7jhqgh8hmlne04n206df9kr5atqsv2052am3vdzne8jwgsw248d7" - ], - "pool_pledge": { - "quantity": 190, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 245, - "unit": "lovelace" - }, - "pool_id": "pool10z4aatkc0kjgpq4vsm9d8kmm9zu8wg4kz4qudhlk7lf77d70t6w", - "pool_margin": { - "quantity": 52.56, - "unit": "percent" - } + "quantity": 4, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1hcq5esd68syy9xqadzca2atc53u0enxsxxffhgjs40rzkqugc4z", - "retirement_epoch": 12125 + "quantity": 20, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 36, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1zxmp7qctzeu83450jfpfmrzj2y6p4cgm47czzqcv3sx52u9xufn", - "retirement_epoch": 13884 + "quantity": 0, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1xdzexcgp6kae98ltv08rca0utr25s0nwl3pamdt5p0t6249zymfq8r0zsw", - "ed25519_pk17xgu9ttatps34rwc444agl4wgtwjdhgukta9lwt9c3cg8qknqdmsthm4we", - "ed25519_pk1m8xu3eu90dr7cfhe5l93grt6yxckq6k0ykdprhrt40h2gh4p8fhs3d7z0a", - "ed25519_pk18jdxuauz9antd38uprh5ztx3x9uhk7ecj95n0z2le35errym24yqtyt869", - "ed25519_pk1kdp8u5mvlnlku79pqwlazzx8dkhzwrdpx9lnf3vvvylje22aevzqka38tr", - "ed25519_pk18j55pqstmavglhcmu59exgtyqyg2z9rpd6krw3uzcx3grxmwmtusq2v2rn", - "ed25519_pk164rfa50a39hyfymhl6qvdzrry3gttdz5vsw95ys2mcc90hwuxu5sq9aj87", - "ed25519_pk12nd37gkhrzuvyw8y55kt5c78czuj7f7zvjsyk34sunjt7wzrwa4s870knf", - "ed25519_pk17y2cd7tjgp2sljzjsj8utcxpu43yqzvk3eny3ght0znv405uypksksv0gu", - "ed25519_pk1pfp04l94kjkgk2e4780ruf7j30exfe97hh5vuqnecslq4jt5u8sslfslvk", - "ed25519_pk1g9vuxepr7rjaerz48c8l2jaezdm44nazeufg26cjdmh3q0v875pq6mqwqp", - "ed25519_pk1ee65a6xdc65tktn740hnphmsrm4qn9c8wt9xu9c56k0cpcu7kh7svs97kg", - "ed25519_pk1hw3gxhpr8sxwq85f2jexx4ngjzddaj067xy7zqtuvmusdaz2atmqjnm95n", - "ed25519_pk1f97padd3nt4r9qrr7pwmlqqkumsw6lqxxh37kw46kmqk7ht3v9dsh4duae", - "ed25519_pk1v6x23apwcm3defj0f76cqrj4ddzep6tyldgw0qwzqmyg3cq9wnlqyvzmeh", - "ed25519_pk1ttdu9ecnlgvvey2df04y5wt60c9rv7ucz9a7yjz377kjt0rqmhgq84kyd8", - "ed25519_pk1sx5qyl38z33rwn0n4hs35zd07yerffdr0dvp6kt0x4e4gam32qdqsqc6pu", - "ed25519_pk1dxer5r0s5npn2ersyaj82l2wz3g6cnd62hltqhduk0mgdzgxu54sh5wh9e", - "ed25519_pk1jel4xdm80mmn4fd8960rzz8kpaqdr20sxp837dvt0t5zyx65qrvqnsk7tt", - "ed25519_pk1qkyp6hd6qvyvjpdvpwz0gaufdnmvl3whnfpvsdfpk5823qxj45nq7m4vwt", - "ed25519_pk1tf25ecv0r5vjlkjv5rhdn63ty2czz6uav5w7ul64rhsa337y4ppq9z5ztz" - ], - "pool_pledge": { - "quantity": 80, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 87, - "unit": "lovelace" - }, - "pool_id": "pool10jmj72mzw0a6lqy6lzg8vx7j07ueds35su7zezsn4wvzqzxhdpc", - "pool_margin": { - "quantity": 38.66, - "unit": "percent" - } - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1xr6ge6lsdd4klfdj2mhm45aharyw335vtyplh0hltfytj0w3h9j", - "retirement_epoch": 31057 - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - } - ], - "deposits_returned": [ - { - "quantity": 159, - "unit": "lovelace" - }, - { - "quantity": 51, - "unit": "lovelace" - }, - { - "quantity": 206, - "unit": "lovelace" - }, - { - "quantity": 122, - "unit": "lovelace" - }, - { - "quantity": 53, - "unit": "lovelace" - }, - { - "quantity": 246, - "unit": "lovelace" - }, - { - "quantity": 77, - "unit": "lovelace" - }, - { - "quantity": 20, - "unit": "lovelace" - }, - { - "quantity": 136, - "unit": "lovelace" - }, - { - "quantity": 28, - "unit": "lovelace" - }, - { - "quantity": 135, - "unit": "lovelace" - }, - { - "quantity": 169, - "unit": "lovelace" - }, - { - "quantity": 98, - "unit": "lovelace" - }, - { - "quantity": 35, - "unit": "lovelace" - }, - { - "quantity": 228, - "unit": "lovelace" - }, - { - "quantity": 167, - "unit": "lovelace" - }, - { - "quantity": 184, - "unit": "lovelace" - }, - { - "quantity": 132, - "unit": "lovelace" - }, - { - "quantity": 155, - "unit": "lovelace" - }, - { - "quantity": 90, - "unit": "lovelace" - }, - { - "quantity": 50, - "unit": "lovelace" - }, - { - "quantity": 118, - "unit": "lovelace" - }, - { - "quantity": 77, - "unit": "lovelace" - }, - { - "quantity": 255, + "quantity": 238, "unit": "lovelace" }, { - "quantity": 42, + "quantity": 129, "unit": "lovelace" }, { - "quantity": 35, + "quantity": 201, "unit": "lovelace" }, { - "quantity": 49, + "quantity": 63, "unit": "lovelace" } ], - "metadata": { - "16": { - "bytes": "19259d140e2625755078060e28625e2375f06c59111124ae60333e410a63430d0e039723740a135d732c" - } + "fee": { + "quantity": 100, + "unit": "lovelace" }, - "collateral": [ - { - "id": "6d334902106d5a3721c84a3e4a201bf21720a1495a5966b251721d361446575f", - "index": 1 - }, - { - "address": "", - "id": "120f646f5a2e4e58396134540de25ce530567b5ea22fbed575fa3e63308a215f", - "index": 1249, - "amount": { - "quantity": 104, - "unit": "lovelace" - }, - "derivation_path": [ - "2269", - "581", - "127", - "27724", - "173", - "7308", - "31777", - "18987", - "29575", - "1033", - "12415", - "23699", - "9597" - ], - "assets": [] - }, - { - "id": "1a62bc3d0a7751f27624604213556c6a870f51408d33393e5c7f86187c23532e", - "index": 1 - }, - { - "address": "", - "id": "5c37505c812e4428e917844f2b6e2f5f6e6c4b2ead257f015eec0d62303e4d47", - "index": 13155, - "amount": { - "quantity": 78, - "unit": "lovelace" - }, - "derivation_path": [ - "11316", - "11199", - "26121", - "8604", - "16228", - "8596", - "19879", - "14079", - "17401", - "27984", - "12665", - "19432", - "22238", - "257", - "28339", - "28476", - "28876", - "17742", - "27194", - "7092", - "3494" - ], - "assets": [] - }, - { - "id": "1a6b2728655c3c7a223c4dd263fe2605451128ef2140712c11ac643a3c4c3044", - "index": 1 - }, - { - "id": "507b7453e304894327543bf8346a1c05135f3d361273150544731e238a6c7e71", - "index": 1 - }, - { - "id": "6bf7194d2934624a36f030a56ba6417858dd356a3d23202a73120d5c1df60f1a", - "index": 1 - }, + "id": "434c391afa41a5541c502c21157e235d55bf4a670d0553765563742424356b4a", + "inputs": [ { - "id": "5d0d12197d4c2c2f700b50187d739101f81255eb6c4c42286b67555fd0a9417e", + "id": "5900ec640e6578121780436741b54a1f24094f7a3c0d60562405223140014a76", "index": 0 }, { - "address": "", - "id": "559d607e38024f694fdf97ee212c2514222b095206665f587a0f2c5d6a4dc453", - "index": 4121, - "amount": { - "quantity": 160, - "unit": "lovelace" - }, - "derivation_path": [ - "29740", - "13026", - "22382", - "7836", - "10231", - "31574", - "1458", - "12203", - "2278", - "11712", - "3014", - "10342", - "14170", - "16342", - "8193", - "15217", - "13869", - "20866", - "19735", - "18023", - "25151", - "6454", - "19564", - "2512", - "9278", - "4584", - "21154", - "31098" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "id": "1a362e340099284e6045216a5a29387e3a08343a29242d4ffb4f526074b98f6b", + "id": "0e11061d1037034223200b3c003b741d2b64454c3a142aa99d171b715f2d7c07", "index": 1 }, { - "id": "fa0b58adc329387e193a0a0e2129256a4f02612a301c79d44a08010e1978a123", + "id": "3a3a5dbb0b6011a2156042b12e70406a2f4257713e7734293a2253851d604317", "index": 0 }, { "address": "", - "id": "57154726027a6c487c59f6205b6c12c46cfa3838103452320f617c87260a1aaf", - "index": 5562, - "amount": { - "quantity": 191, - "unit": "lovelace" - }, - "derivation_path": [ - "23451", - "5635", - "19971", - "31022", - "11739" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "id": "085a354a45335fc844373e77c018243f67172ea40071797501d96abd20077e3e", - "index": 1 - }, - { - "address": "", - "id": "0c403b51c7256e05201090541e7f5d651ab9174b0d05290d195835707023f9fe", - "index": 16443, "amount": { - "quantity": 122, + "quantity": 97, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "18389", - "25676", - "18170" + "14661", + "5429", + "9979", + "812", + "178", + "2815", + "10289", + "4027", + "3553", + "3333", + "1907", + "12474", + "14328", + "13106", + "3572", + "11364", + "9167", + "16042", + "11029", + "2451", + "9972", + "14478", + "11365", + "9461", + "1188", + "13069", + "302" ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "610269ab1c7005f9325d4d1270103f7228061706031f6e403f1e750d1d6a383a", + "index": 21717 }, { - "address": "", - "id": "165a6c461ff201427e3bf61fc33d6c182c181f4c347b254516703e523cae9834", - "index": 730, - "amount": { - "quantity": 90, - "unit": "lovelace" - }, - "derivation_path": [ - "1313", - "2833", - "18301", - "24792", - "30649", - "4433", - "23815", - "12517", - "18871", - "19400", - "9439", - "1297", - "19761", - "15514", - "28323", - "19906", - "736", - "22112", - "899", - "23941", - "9786", - "10558", - "621", - "4859", - "7487", - "28308", - "7665", - "26939" - ], - "assets": [] + "id": "cb668a7d636bc90d0b653e440b724b08634774416905cc26156b507372294c9e", + "index": 0 }, { "address": "", - "id": "e6363a7f77beddea535f701d02752277d4952d2460113c039f595a4127713660", - "index": 28484, "amount": { - "quantity": 99, + "quantity": 39, "unit": "lovelace" }, - "derivation_path": [ - "18798" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 }, { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 }, { "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } - ] - }, - { - "address": "", - "id": "6637ba01574536270a37207b764a51256c6e3d104c768f757b0a1d3a01be4b32", - "index": 617, - "amount": { - "quantity": 253, - "unit": "lovelace" - }, - "derivation_path": [ - "19042", - "13659", - "5955", - "13123", - "5437", - "26881", - "25789", - "32561", - "16774", - "3406", - "15240", - "10336", - "29757", - "11657", - "24970", - "13160", - "18453", - "1175" ], - "assets": [] - }, - { - "address": "", - "id": "080c444a72fa4411441c17764bd50a3e3b0fa62e29078843681d468136343676", - "index": 23035, - "amount": { - "quantity": 167, - "unit": "lovelace" - }, "derivation_path": [ - "19764", - "28362", - "401", - "30082", - "20307", - "12995", - "32354", - "27221", - "16017", - "21207", - "734", - "6808", - "6009", - "17719", - "18890", - "22476", - "27680", - "2926", - "3519" + "7527", + "16157", + "4440", + "3567", + "14444", + "12165", + "4192", + "6473", + "15477", + "11486", + "8051", + "1953", + "16243", + "6005", + "14658", + "9656", + "8382", + "15157", + "2155", + "11172", + "13524", + "13015", + "3777", + "6105", + "1570", + "16378" ], - "assets": [] - }, - { - "id": "3733090e04752c343240441d437d0b780e3732577e724a479d5c671a708f1508", - "index": 1 - }, - { - "id": "762ebc3d2733279864711d02566adeb00805531d5031040831191a133101ee28", - "index": 1 + "id": "092b5244211f40585130784a49e3786477312c2cf41b4114145558794e08a539", + "index": 1577 }, { - "id": "702b4169660b73706953ef3c6909664d3a79594632fd3087146a0c544478070e", + "id": "41516d4641b64d2f303bd77e61326200de01086f7474913e2c4741f929183635", "index": 0 - }, - { - "address": "", - "id": "7a0c3c2e51611b7627af5b02762522770e4e12653e752d24d02849892b1f4401", - "index": 3450, - "amount": { - "quantity": 187, - "unit": "lovelace" - }, - "derivation_path": [ - "5569", - "32125", - "15945", - "22633", - "20643", - "20535", - "24247", - "20902", - "7625", - "28079", - "8756", - "32489", - "32160", - "14687", - "5014", - "13637", - "21021", - "13405" - ], - "assets": [] - }, - { - "id": "077f56bcf63218145b113b5f56186f0e1cdf2d9a2864f7060524345f47377568", - "index": 1 - }, - { - "id": "64bb0752570a31020935ed172f3c5136b92b2308247d581036124e336c292b73", - "index": 1 - }, - { - "address": "", - "id": "5427096c1174644350770e37f20d381008b8ad1a416e497c8d657b494c7f321b", - "index": 2077, - "amount": { - "quantity": 225, - "unit": "lovelace" - }, - "derivation_path": [ - "28695", - "19549", - "29261", - "4186", - "23379", - "15743", - "1432", - "17947", - "14060", - "27247", - "32034", - "24935", - "1176", - "8190", - "19257", - "31599", - "14435", - "1035", - "1018", - "9819", - "19992", - "26500", - "3439", - "11296", - "3876", - "6671", - "29184", - "9318", - "30971", - "16138" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "id": "263a175664145f377749aa4701434967946c761433545052502011312c5a2ad1", - "index": 15023, - "amount": { - "quantity": 40, - "unit": "lovelace" - }, - "derivation_path": [ - "16233", - "22290", - "19907", - "25050", - "6123", - "29564", - "28102", - "32696", - "16609", - "21694", - "23139", - "32324", - "17392", - "28868", - "10319", - "28094", - "20765", - "27487", - "6408" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] } ], + "metadata": null, "mint": { "tokens": [ { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset13aq67m4uka6n2agxr2egat28k6s73wq09q4f63", + "quantity": 9299 + } + ], + "policy_id": "ee216ef8f7eec0e13e16fdd6c35846d0252f1e5d5c87117b9793cf6c", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1lewq85cxp3a93ak4ssec2p88xypv7la87vejq7", + "quantity": 5477 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset13racakcdyvarhme4vvxu6xug65z2ad8k5w47fd", + "quantity": 651 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset13uhgyfl6cwsvenzjvhzx59zu4hgxvs3wf7m04l", + "quantity": 7792 + } + ], + "policy_id": "020fb3bccf2af16568655998527397c4e7b26a7d3239a9020576c788", + "policy_script": { + "script": "policy_vkh1qg8m80x09tck26r9txv9yuuhcnnmy6naxgu6jqs9wmrcst8ck38", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset160zz802k9nrw6z4u2khvefva6pqxlmmujl99yx", + "quantity": 629 + } + ], + "policy_id": "e56df0ae9dde70ce4a38fd3be0708f79062d5c13e4a7f90b6d55c7c0", "policy_script": { "script": { "all": [ - "policy_vkh1atpcanmptxmuz9df4mkdej8a27kml7t7epgen98uchh570hxj4x", + "policy_vkh1u4klpt5amecvuj3cl5a7quy00yrz6hqnujnljzmd2hruqm29wuq", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "eac38ecf6159b7c115a9aeecdcc8fd57adbff97ec8519994fcc5ef4f", + } + }, + { "assets": [ { - "fingerprint": "asset1x0xk90vswqnz8nrxp2vrc0v7uvquvvr0pma3dl", - "asset_name": "546f6b656e47", - "quantity": 8408 + "asset_name": "546f6b656e46", + "fingerprint": "asset1fd2s9tzx2hs0fv9kaqqdawut2xxu4ytfznx9mx", + "quantity": 724 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1vvr3wugaygzcw2su6cddgdjd4ns76w34sa2nlp", + "quantity": 3476 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1y3qnmr53udrklg8ggrhz00e49w5nzgm7hw3mkr", + "quantity": 8543 }, { - "fingerprint": "asset105zxzz8lscalgppp8e8h8lq8eth9sy26kxzapy", "asset_name": "546f6b656e5a", - "quantity": 9062 + "fingerprint": "asset1n6a8lajt57wk4v5xnd7g4j0elxld53qtwaunu2", + "quantity": 3790 } - ] + ], + "policy_id": "2002b5d78a51dfb899e9bac05566a1104357da0f0845be5fecd3f416", + "policy_script": { + "script": { + "all": [ + "policy_vkh1yqptt4u2280m3x0fhtq92e4pzpp40ks0ppzmuhlv606pvrujz2a", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset167xur0mqjcegaysymfusf4y3achc6y9tf2yemg", + "quantity": 2364 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1f08fnr52vu9upr6tausa2r33eyra4psc7h0lyj", + "quantity": 8758 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset13ann877hnhcvhrap0h23s8w6caqyacqqhjk39w", + "quantity": 6871 + } + ], + "policy_id": "cb92dba5b274155e3207ee0c3a80e617e9d767ca6e00fbecf89049b5", "policy_script": { - "script": "policy_vkh1sshd3fz73hz50jsjmce3mpafxts253v4kfk44z4mg0xzuyuxuyd", - "script_type": "native" - }, - "policy_id": "842ed8a45e8dc547ca12de331d87a932e0aa4595b26d5a8abb43cc2e", + "language_version": "v2", + "script_type": "plutus" + } + }, + { "assets": [ { - "fingerprint": "asset173tcvn0fxcv60y6tf6df09qf4y34nga9f7kf8m", - "asset_name": "546f6b656e51", - "quantity": 9839 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1t4l74vkptv0gfln3s4cw9s9sxk4udvu7gejkw6", + "quantity": 3762 + }, + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1zsa7r6c4ntzttcnmvpsx4uapm0ygr9jf8ps40t", + "quantity": 6680 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1lh9hau7qrwh0hxhjdvj78re2tj8u4ph2tc8wdu", + "quantity": 8037 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset19gc47h5ud7ykrql0ljfsev6gtez8klc0x4ya8f", + "quantity": 8913 } - ] + ], + "policy_id": "f10e93a40ab20e9306ab24d73fc790cfcb91ba0a61d206f4a6aee015", + "policy_script": { + "script": "policy_vkh17y8f8fq2kg8fxp4tyntnl3usel9erws2v8fqda9x4msp25w85jk", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1vhh0zt3s6d7qwa8zlu43lffem5kemp70hrxgyf", + "quantity": 1628 + } + ], + "policy_id": "53f259c0ecc42a102fa73d0af80abaf63ce47a335f84ab4d8472ce37", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "e6881cf0cc5e926b4a393087f88b29a05acfd99f94f2d35438a539ab", + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1akqq7yhwqlxkha05q3armgnfptjr3ntduv53nw", + "quantity": 8213 + } + ], + "policy_id": "cfdd3faacac17613e5da6771b48f94e18191fe8d42cf3bd9c9b0ad05", + "policy_script": { + "script": "policy_vkh1elwnl2k2c9mp8ew6vacmfru5uxqerl5dgt8nhkwfkzks2cdjer2", + "script_type": "native" + } + }, + { "assets": [ { - "fingerprint": "asset1f058ehwgq3lfquzzzx7w4rxhsq27qhuw0yr5ar", "asset_name": "546f6b656e50", - "quantity": 543 + "fingerprint": "asset1x7yfkxcyp4fqjxe4zqpjwkd62xxsd20865kfhm", + "quantity": 4382 }, { - "fingerprint": "asset1vdzv3n6vaaljhnd5afdf0y9lpmp4eafdl4pwzm", - "asset_name": "546f6b656e4b", - "quantity": 1790 + "asset_name": "546f6b656e58", + "fingerprint": "asset125hyp5gxz9n8g3rkmcde5fu63kjsnmclzmgyhs", + "quantity": 6964 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1jkczsjeus68ly6h8utgavsrfjp8ke33y2gwnru", + "quantity": 6762 } - ] - } - ], - "wallet_policy_key_index": "0H" - } - }, - { - "withdrawals": [ - { - "amount": { - "quantity": 240, - "unit": "lovelace" - }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 120, - "unit": "lovelace" + ], + "policy_id": "a1102233b34a4a68a83d898739d89e2b982f6dff44e9c880d33eaf37", + "policy_script": { + "script": { + "all": [ + "policy_vkh15ygzyvanff9x32pa3xrnnky79wvz7m0lgn5u3qxn86hnw3hd0d3", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 75, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1cgnegq5velcnkd4merwyjw609dfzrwn9uehxz9", + "quantity": 6332 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset19z3hmpgydjwv3ymtwpwfh6le42jcytlufav8ud", + "quantity": 1445 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1qxnvzmn09sjea8ez0az4pts57jdkrkk8gd2mak", + "quantity": 2712 + } + ], + "policy_id": "c71580fac7f722172087fd02fba93b48127513d55870af46de40ceb6", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 135, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e53", + "fingerprint": "asset10hf93wxsk3zl70ew6ckwgnjkd9kkfjhavp66qf", + "quantity": 3528 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1sfnrkjy7cxwydca929v0wfh05w3felzwmj8twe", + "quantity": 9568 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset10r2ll5szmznkztm586m6v8d2rq2c5adxx2sdh0", + "quantity": 7955 + } + ], + "policy_id": "2e2495e257c071541ddeb3311959f9cc587a98f20786509c895caacb", + "policy_script": { + "script": "policy_vkh19cjftcjhcpc4g8w7kvc3jk0ee3v84x8jq7r9p8yftj4vkdyagc2", + "script_type": "native" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 1, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1cfnsnnlq3acf3kqtc45djxegczjeysjyh5s8ph", + "quantity": 9061 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1xucvpsvw37mzmdcesgjgdzcxwdn5n20f0de6k9", + "quantity": 3690 + } + ], + "policy_id": "64b51a6f86ae8f9aeabbc22b74323cd33cd79308e1bb2b80e73723c3", + "policy_script": { + "script": "policy_vkh1vj635mux468e464mcg4hgv3u6v7d0ycguxajhq88xu3uxkw4ayd", + "script_type": "native" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 229, - "unit": "lovelace" - }, - "stake_address": "" - } - ], - "inputs": [ - { - "id": "8d107a4af85d484a69e04a496b5d2c171c726624ee586e2829057c45744fae2f", - "index": 0 - }, - { - "id": "59636a25070d0c6e6a10525e1755fe796d735b0ba1164f6f285c383a3f59e621", - "index": 0 - }, - { - "address": "", - "id": "711267473c205a3e16720921293d4c884274c938266f0d754e9198ce489065b2", - "index": 32584, - "amount": { - "quantity": 163, - "unit": "lovelace" - }, - "derivation_path": [ - "12453", - "21377", - "30419", - "14290", - "23953", - "22577", - "21985", - "8914", - "23433", - "32225", - "17148", - "6975", - "23596", - "9005", - "25319", - "32723", - "19818", - "16726", - "31449", - "2889", - "25331", - "17877", - "17829", - "3040", - "28579", - "17672", - "31953" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1qwqpp24qsfqf42hkzwpfn5ky0en7xuxfpwgnj7", + "quantity": 5586 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1myyn0cmspewk9fycug354a5regwyv8vjl8dg9g", + "quantity": 1265 + } + ], + "policy_id": "6cbbc030303cf0ae4f6f38700d3b6ccc634b72ebc704da6c8f4c619b", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" } - ] - }, - { - "address": "", - "id": "637060504f124bc96c8f78462da7484f2014153f59c95f6a0935022e7c00294e", - "index": 199, - "amount": { - "quantity": 208, - "unit": "lovelace" }, - "derivation_path": [ - "3135", - "22425", - "4168", - "8683", - "9978", - "22520", - "11034", - "30587", - "4113", - "21109", - "32709", - "32697", - "27073", - "30500", - "32764", - "13020", - "7450", - "9716", - "4317", - "29507", - "22110", - "14241", - "18928", - "11662" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1c76ewsajj026hlg7acr4gjm0hvm75p90qvl6z9", + "quantity": 4189 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1swc679zmthfmt0s44rstay6ewn6402kg854jlz", + "quantity": 7521 + } + ], + "policy_id": "5003be2cc655f99339c7cdb54f22e0b21ac2294b5497cb4ffcb55298", + "policy_script": { + "script": { + "all": [ + "policy_vkh12qpmutxx2huexww8ek657ghqkgdvy22t2jtuknluk4ffsfrgef2", + { + "active_from": 100 + } + ] + }, + "script_type": "native" } - ] - }, - { - "address": "", - "id": "44281fbf4ce9686b75a867a530a03c35bd46615346c2510073687676bc75141b", - "index": 25393, - "amount": { - "quantity": 99, - "unit": "lovelace" }, - "derivation_path": [ - "29001", - "28015", - "17254", - "2486", - "25537", - "27990", - "7175", - "32417", - "15821", - "297", - "24007" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + { + "assets": [ + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1j7ye0nmg05xyjuxcleqawv33xxwzl72hr0ug3t", + "quantity": 2 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset12lj9jh4dckd3mzu5tc9py9yp00j8nh9p6n9ye5", + "quantity": 4955 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1fxt3q0rakeg74exvs6dzl765xkhevxd3wngfrc", + "quantity": 7805 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1ud96ael72t939xskx6q7cdut7hsfq42u2dmkfn", + "quantity": 6024 + } + ], + "policy_id": "b7a212ddfe666d64dce5e6aa816f149964a12da3a7748eb3534f03a1", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" } - ] - }, - { - "address": "", - "id": "353e1b4ba2343a1b03205a2a65219b501235352f23f516283005326b67011ec2", - "index": 16261, - "amount": { - "quantity": 230, - "unit": "lovelace" }, - "derivation_path": [ - "2555", - "10666", - "27277", - "26579", - "14897", - "21306", - "23520", - "19331", - "1090", - "1092", - "19610", - "23010", - "17704", - "2954", - "11068", - "30331", - "9846", - "24844", - "10071", - "32704" - ], - "assets": [] - }, - { - "id": "0a3830767373066abd1124fc56f522185b0f012e7357446e474e2a7e9672f97e", - "index": 1 - }, - { - "id": "4fb556fe3e776b646fa5765e76025d3c734126a822056b464d454152522e1746", - "index": 1 - }, - { - "address": "", - "id": "65a471a3d46a1b02222f3c224d1c7c5e2d7c430e1e501e246e3a56f57a003404", - "index": 28772, - "amount": { - "quantity": 87, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1pg20tdnlf2utz9n3xljquj733fp297jdm8wcgu", + "quantity": 8660 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1n24ameh93g6usqatax2fl2s0h9pdvrspdljrrd", + "quantity": 1867 + } + ], + "policy_id": "c42f5550f9e411abdf9bfa633fdd46e82d981a3ea98422b144cccc5e", + "policy_script": { + "script": "policy_vkh1csh4258eusg6hhumlf3nlh2xaqkesx374xzz9v2yenx9umehdtp", + "script_type": "native" + } }, - "derivation_path": [ - "15725", - "23898", - "26428", - "24723", - "4470", - "20793", - "28797", - "24968", - "17781", - "25653", - "2715", - "14446", - "8509", - "13704", - "25275", - "32189", - "25088" - ], - "assets": [] - }, - { - "address": "", - "id": "5105231742594e25132a30641d09053756b36b7d2a051e38287c7f240074a66b", - "index": 20006, - "amount": { - "quantity": 194, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1aqcxdrlqqa6mel22g3lqewlffytly6wmm427dn", + "quantity": 3167 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1dasn5jn39y3855z6ut9gvglyelg66gy4ht2tsh", + "quantity": 8465 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1ycgjepghxl0sag0vy8a8c39pl2w9e0l05097x2", + "quantity": 3373 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1hv43aztp48vd0d2aw8z60hl9n986mj2tvtf5vw", + "quantity": 5284 + } + ], + "policy_id": "9ce93e47af9102f73107f92794bb48cc4defeadfec72ed8f2cdcb3f3", + "policy_script": { + "script": "policy_vkh1nn5nu3a0jyp0wvg8lynefw6ge3x7l6kla3ewmrevmjelxfgtzct", + "script_type": "native" + } }, - "derivation_path": [ - "14834", - "4477", - "18171", - "28468", - "25940", - "21174", - "19754", - "6053", - "11710", - "24105", - "28027", - "6957", - "2888", - "457", - "8590", - "26197" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + { + "assets": [ + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1u93mfdygkmnvxqv8r8fsjgyxxa06h9c63ec5u6", + "quantity": 6284 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset10ert2ylqssr49uuqn2w40r3dr99sh5ae2gsywn", + "quantity": 1336 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1v92tkcye7z7qjje200yrldh3xemq8f79zr5mtj", + "quantity": 1802 + } + ], + "policy_id": "b8d0ad17363e0206cf257ebd42f2ae01646139ee0474e7dfdeea74e5", + "policy_script": { + "script": { + "all": [ + "policy_vkh1hrg269ek8cpqdne906759u4wq9jxzw0wq36w0h77af6w29qxudr", + { + "active_from": 100 + } + ] + }, + "script_type": "native" } - ] - } - ], - "collateral_outputs": [ - { - "address": "", - "amount": { - "quantity": 152, - "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, + { + "assets": [ + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1n27yjqxrh9dskj8fq6d22tl37wuehyrerjhtwh", + "quantity": 2335 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset14572a7nxecfkc3gxk9fsldw9047g20y5jj0zk8", + "quantity": 6726 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset148ygf60zuwd2fakhhjlx28w8vmu8h96hhxe2sa", + "quantity": 5197 + } + ], + "policy_id": "b4b989973f135f9ac52099d7af26ec90fee7e6011930fe66f394c95d", + "policy_script": { + "script": "policy_vkh1kjucn9elzd0e43fqn8t67fhvjrlw0espryc0uehnjny46hvy7u6", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1raju8n6z9n3n2uz5kwueq8j7kyfqujsenjzmpr", + "quantity": 700 + } + ], + "policy_id": "2ca6b5f21e5e6bfaa0d4eb4e359d727a965205aebf0e5d963e04e0ef", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1kcsjdqcq5sfshqlt9untg4dvtup9shf3l8ul6w", + "quantity": 8396 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1p0ydhp0lfv2m26shuxwxkrevmady8yturgzqae", + "quantity": 7049 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1um6j7x360952puy0dhesl5elklkyyf9zld0zvc", + "quantity": 3452 + } + ], + "policy_id": "85e6f1f2c39b5d237fdac6ec5ad9140a13f3f580c66e76446cc40ac6", + "policy_script": { + "script": { + "all": [ + "policy_vkh1shn0rukrndwjxl76cmk94kg5pgfl8avqceh8v3rvcs9vvkmjkdx", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset12tf34wx443kvznfuf0d0vd2x6ytrcdlhxnqh0w", + "quantity": 8934 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1mkyjqmza7ufsnghcvynmul9j77td372jm2jrme", + "quantity": 9012 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1j7va0zlvvx5v0es88td65sg28j3psjmq0lx785", + "quantity": 1597 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1spd94pj70g6u2ea5fr0r2dn8u0yl6equ5dh8uh", + "quantity": 4760 + } + ], + "policy_id": "9cab631e3af41fbf6c600995e5104b891eecedb929926f3ec9fa7f2f", + "policy_script": { + "script": { + "all": [ + "policy_vkh1nj4kx8367s0m7mrqpx272yzt3y0wemde9xfx70kflflj73yyutt", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e42", + "fingerprint": "asset14apxgp9ah6jk4fahl9qsvdlp97y94nhxka943t", + "quantity": 7177 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1qnx9ffmkn3h9802v2qdrkqz6j2q57292kqy4t7", + "quantity": 7821 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1rx5dcvx4mn039f3m9sjf526x4cgpk5cdery60m", + "quantity": 8256 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset10xjkr6zvklw2t5l0kvlqe7xdzph5tpm3vxa6hc", + "quantity": 6636 + } + ], + "policy_id": "84f23f20fad13bb207a01a41eb614a2c7d9912fee7c3b68960e6f60e", + "policy_script": { + "script": { + "all": [ + "policy_vkh1sner7g866yamypaqrfq7kc22937ejyh7ulpmdztqummqua6rxmy", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1kj758lnt7z22lsfwxlgrdkvzr0plkuxl6fl8kq", + "quantity": 7924 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset17s0p4zlq4wy598e39cy7af36kyplqpmlhny4uc", + "quantity": 6426 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1phc3jty2yr42mkhmp2j487ss5zwj2pv470dkkf", + "quantity": 3355 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1843pd3j7hsvkd5jfnavmx8zt2p985d4a79g2g8", + "quantity": 8491 + } + ], + "policy_id": "10cdaec707f4f1ce772ba254bbc7d3b148296f18488b65f880b28c9e", + "policy_script": { + "script": { + "all": [ + "policy_vkh1zrx6a3c87ncuuaet5f2th37nk9yzjmccfz9kt7yqk2xfu8jpj73", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + } + ], + "wallet_policy_key_index": "0H" + }, + "outputs": [ + { + "address": "", + "amount": { + "quantity": 70, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e43", - "quantity": 62, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 40 }, { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { - "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 }, { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 } + ], + "derivation_path": [ + "15026" ] - } - ], - "outputs": [ + }, { "address": "", "amount": { - "quantity": 98, + "quantity": 253, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 63 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 + } + ] }, { "address": "", "amount": { - "quantity": 249, + "quantity": 46, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { - "asset_name": "546f6b656e43", - "quantity": 43, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 42 }, { "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { - "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 40 }, { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 31 }, { "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 }, { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 } + ], + "derivation_path": [ + "6279", + "15076", + "6489", + "249", + "15988", + "14709", + "2547", + "1210", + "5192", + "10513", + "2527", + "5872", + "3745", + "3133", + "13169", + "5865", + "8646" ] }, { "address": "", "amount": { - "quantity": 35, + "quantity": 9, "unit": "lovelace" }, - "derivation_path": [ - "11098", - "1510", - "9822", - "14570", - "2512", - "11555", - "26098", - "3826", - "16449", - "23023", - "4811", - "15153", - "26452", - "25427", - "16746", - "9823", - "19460", - "18542", - "6708", - "8189", - "22015" + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + } ], - "assets": [] + "derivation_path": [ + "15213", + "6261", + "9227", + "11415", + "1300", + "781" + ] }, { "address": "", "amount": { - "quantity": 19, + "quantity": 154, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 } + ], + "derivation_path": [ + "9707", + "10572", + "14172", + "6124", + "5680", + "14437", + "10435", + "7612", + "8779", + "4142", + "8716", + "15348", + "780", + "1526", + "5229", + "6798", + "4038", + "13308", + "15948", + "13890", + "1469", + "6730", + "2606", + "9324", + "5220" ] }, { "address": "", "amount": { - "quantity": 102, + "quantity": 30, "unit": "lovelace" }, - "derivation_path": [ - "18899", - "11411", - "22435", - "1126", - "6621", - "3219", - "30586", - "28867", - "11832", - "23547", - "482", - "14284", - "27036", - "20674", - "30872", - "22954", - "24154", - "11064", - "4897", - "31118", - "11390", - "30463", - "16296", - "13041", - "16884", - "24253", - "8389" - ], "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + }, { "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 50 }, { "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 }, { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 }, { "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + } + ], + "derivation_path": [ + "12417", + "7554", + "2937", + "3725", + "13599", + "6161", + "14343", + "3640", + "12777", + "6615", + "2355", + "6513", + "7994", + "8938", + "12024", + "9093", + "11016" + ] + }, { "address": "", "amount": { - "quantity": 50, + "quantity": 166, "unit": "lovelace" }, - "derivation_path": [ - "26808", - "22974", - "3803", - "21201", - "30739", - "9563", - "25675", - "29330", - "14928", - "29388" - ], "assets": [] }, { "address": "", "amount": { - "quantity": 144, + "quantity": 236, "unit": "lovelace" }, - "derivation_path": [ - "7913", - "21177", - "30914", - "4523", - "21874", - "16582", - "20479", - "22394", - "31991", - "12556", - "131", - "10594", - "25055", - "10709", - "6795", - "26793", - "21580", - "21072", - "11404", - "24987", - "25633", - "8169", - "23713", - "30427", - "5217", - "9795", - "16094", - "8589", - "8481", - "22906", - "15444" - ], "assets": [ { "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 47 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 44 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 } ] - } - ], - "id": "28d16c8216d75f024b0f74399b6a3577726d78610066e11375ea093d300fb951", - "deposits_taken": [ - { - "quantity": 29, - "unit": "lovelace" - }, - { - "quantity": 66, - "unit": "lovelace" - }, - { - "quantity": 72, - "unit": "lovelace" - }, - { - "quantity": 235, - "unit": "lovelace" - }, - { - "quantity": 250, - "unit": "lovelace" - }, - { - "quantity": 4, - "unit": "lovelace" }, { - "quantity": 216, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 217, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 149, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 200, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 + } + ], + "derivation_path": [ + "11420", + "4119", + "2772", + "1871", + "7047", + "12738", + "1138", + "10173", + "14080", + "4109", + "12911", + "13897", + "8965", + "4722" + ] }, { - "quantity": 189, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 237, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 45 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 44 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 + } + ] }, { - "quantity": 35, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 39, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 44 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + } + ] }, { - "quantity": 61, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 104, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 86, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 88, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 42 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + } + ], + "derivation_path": [ + "8838", + "13367", + "6078", + "4283", + "10897", + "13495", + "3695", + "3881", + "14410" + ] }, { - "quantity": 1, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 40, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "11270", + "6977", + "15085", + "6489", + "2416", + "4746", + "14460", + "15343", + "1527", + "6133" + ] }, { - "quantity": 233, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 222, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + } + ], + "derivation_path": [ + "13946", + "9096", + "4846", + "14503", + "6513", + "4279", + "15838", + "4014", + "4067", + "498", + "1587", + "4699", + "15208", + "13944", + "8563", + "5656", + "6324", + "7981", + "610", + "7953", + "3049", + "15574", + "6603", + "16109", + "6551", + "9491", + "7138", + "8047", + "5725" + ] }, { - "quantity": 208, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 150, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "6658", + "1057", + "12559", + "6506", + "15788", + "2774", + "14593", + "11999", + "6795", + "2914", + "9958", + "7243", + "9758", + "111", + "6130", + "12836", + "4633", + "5686" + ] }, { - "quantity": 145, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 24, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + } + ] }, { - "quantity": 184, - "unit": "lovelace" - } - ], - "burn": { - "tokens": [ - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1rmp0ma8s54wdacxvpxlj9nqkyxc8qllk2ezyz8u2apzyu9s8fzh", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + "address": "", + "amount": { + "quantity": 237, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, - "policy_id": "1ec2fdf4f0a55cdee0cc09bf22cc1621b0707ff65644411f8ae8444e", - "assets": [ - { - "fingerprint": "asset1xj3nf79rn00dgfk8pdnyd5c8j40f66g22nltl4", - "asset_name": "546f6b656e49", - "quantity": 6944 - }, - { - "fingerprint": "asset1h7l2er927j08neqfvgjkdhuxzjj8ys6u0mafcd", - "asset_name": "546f6b656e45", - "quantity": 1011 - } - ] + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 43 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ], + "derivation_path": [ + "5966", + "4536", + "133", + "14475", + "11323", + "8769", + "7890", + "9139" + ] + }, + { + "address": "", + "amount": { + "quantity": 86, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 160, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + } + ], + "derivation_path": [ + "5195", + "12277", + "7882", + "11455", + "12198", + "7512", + "7236", + "14307", + "14822", + "3372", + "3638", + "7517", + "5454", + "13423", + "2637", + "3729", + "12208", + "1403", + "3657", + "2907", + "13656", + "5010", + "4082", + "1379", + "9065", + "446", + "12080", + "616" + ] + }, + { + "address": "", + "amount": { + "quantity": 157, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "5417", + "5976", + "1443", + "6456", + "9365", + "7205", + "12524", + "13968", + "1087", + "13493", + "14163", + "2353", + "3993", + "4481", + "1708", + "11557", + "13831", + "7618", + "6761", + "13638", + "6472", + "15075", + "6386", + "2957", + "15797", + "5999", + "5625", + "187" + ] + } + ], + "withdrawals": [ + { + "amount": { + "quantity": 60, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 64, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 108, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 35, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 162, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 204, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 61, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 92, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 156, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 94, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 71, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 82, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 247, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 120, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 50, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 67, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 68, + "unit": "lovelace" }, + "context": "ours", + "stake_address": "" + } + ] + }, + { + "burn": { + "tokens": [ { - "policy_script": { - "script": "policy_vkh1rhgukvue798r78ywpaje4scmq36sv74373m23e8pqy9avy7x40p", - "script_type": "native" - }, - "policy_id": "1dd1cb3399f14e3f1c8e0f659ac31b0475067ab1f476a8e4e1010bd6", "assets": [ { - "fingerprint": "asset1dygjshlmsnlxqz9km0m6ud05f2cqhj94gulve9", - "asset_name": "546f6b656e4e", - "quantity": 711 + "asset_name": "546f6b656e44", + "fingerprint": "asset1dl2ak4t6gpncx8wrreatl4ujc5gss9sd3pp253", + "quantity": 9521 }, { - "fingerprint": "asset1kc6w7z6gmjhwdtk0xvzszw8dwwgsqr0dnjjcum", - "asset_name": "546f6b656e47", - "quantity": 7552 + "asset_name": "546f6b656e42", + "fingerprint": "asset1nwzpz3ysyu57f3xpjfc5c7fhws6cjxdvcssdyn", + "quantity": 7561 }, { - "fingerprint": "asset1m7r44pavcjngyuyy8ssduldswjqarmwutyq0zx", - "asset_name": "546f6b656e41", - "quantity": 7922 + "asset_name": "546f6b656e46", + "fingerprint": "asset1g0ymnr0r4js3vm3x5emfkez4nk8equ3mjsm42f", + "quantity": 8236 }, { - "fingerprint": "asset1p8cer9y3sfnsz3xswhvzhkqrthjvs5jajn270k", - "asset_name": "546f6b656e43", - "quantity": 311 + "asset_name": "546f6b656e4b", + "fingerprint": "asset1j6jep05dnsxpz3ztxgn8pdq487cpycucy0ym90", + "quantity": 7401 } - ] + ], + "policy_id": "e8d9b4c1e972aca81aee30e14e517845359198899f6a777ccf691c9a", + "policy_script": { + "script": "policy_vkh1arvmfs0fw2k2sxhwxrs5u5tcg56erxyfna48wlx0dywf5v8xrt7", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "cb17907d5c788782f49cdcf91fcdf42668de6d052ca1c8293b056312", "assets": [ { - "fingerprint": "asset123xm7r98myw80lm56ns7gf3mt4y49eq449d8m9", - "asset_name": "546f6b656e4f", - "quantity": 3722 + "asset_name": "546f6b656e53", + "fingerprint": "asset17z94svx827v5c9387kdg8nzqcm857tmv9f8yz9", + "quantity": 117 }, { - "fingerprint": "asset1pkz9g5x4sz5a8qt4khh7leh46lzllt0e9wg83t", - "asset_name": "546f6b656e56", - "quantity": 5903 + "asset_name": "546f6b656e58", + "fingerprint": "asset1pyudcqanlxqc3zpqd9x5w6ahk07spuvdq6jt9k", + "quantity": 2320 }, { - "fingerprint": "asset12kvnv872dhg73xz05dcux45ce8qj3ueckx6rw7", - "asset_name": "546f6b656e4e", - "quantity": 1064 + "asset_name": "546f6b656e47", + "fingerprint": "asset1p5hguecfaljvjdf0fh7n6nf4s3mxpnzv943f3t", + "quantity": 6516 } - ] - }, - { + ], + "policy_id": "7f5d6e6a50aeee1ac13654088fdfc9802c390459a05397eb987e965f", "policy_script": { "script": { "all": [ - "policy_vkh1f65cgsnulldmd3hrqgz2730azqkkc464gm5hh3uhaeaq70nrhvc", + "policy_vkh10awku6js4mhp4sfk2syglh7fsqkrjpze5pfe06uc06t97uu7rqd", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "4ea984427cffdbb6c6e30204af45fd102d6c575546e97bc797ee7a0f", - "assets": [ - { - "fingerprint": "asset1h3dg9aeraate2amxpa47hgvcu4ukq8e8jqptx9", - "asset_name": "546f6b656e4f", - "quantity": 1311 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "d8d2ee5da5bd381f6458b3fa7fedbd11ee7c2ea8ae3b3c22f83107b0", "assets": [ { - "fingerprint": "asset1n5qndd28vwhs7psfne4dhd8u7a7uqa6lkcurmj", - "asset_name": "546f6b656e54", - "quantity": 2865 + "asset_name": "546f6b656e4c", + "fingerprint": "asset18kgwz44xzwrjf5vk5gmgmlcp2ytje6kuv88hy4", + "quantity": 8226 }, { - "fingerprint": "asset1d68jtdwy5l2n2256fgnlmq5rmzptducz5qd540", - "asset_name": "546f6b656e41", - "quantity": 5517 + "asset_name": "546f6b656e55", + "fingerprint": "asset1mmmw0pqyqrdn7wy34874sdzygu76xhprvzvkyq", + "quantity": 648 }, { - "fingerprint": "asset1xjrdu4zz655ma0y8w4mcwaxqrhwlu6wqm0v3mp", - "asset_name": "546f6b656e52", - "quantity": 4688 + "asset_name": "546f6b656e54", + "fingerprint": "asset18jh5af3tts90rv2dna004t59nwfn885pzp2nrm", + "quantity": 240 }, { - "fingerprint": "asset139jdn39rs88ygvr7htqwu0al79a6j7p7zu5pgf", - "asset_name": "546f6b656e4a", - "quantity": 7851 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh13az94ucn64parr82uh8pkyzff2hvjec969sxpm0k24sq7tyk0q0", - "script_type": "native" - }, - "policy_id": "8f445af313d543d18ceae5ce1b10494aaec96705d16060edf655600f", - "assets": [ - { - "fingerprint": "asset13qhsqmkph2hujgdsz39cqjkm7xqtfj3wx0gptj", - "asset_name": "546f6b656e57", - "quantity": 3126 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "7d9d263dd21d6ba43b803c72ec204c67e16750fb52a7d9d01409e231", - "assets": [ - { - "fingerprint": "asset1pelg2nkymshdhjt0fl76dx6ejj6e9tlczfe966", - "asset_name": "546f6b656e4a", - "quantity": 9046 + "asset_name": "546f6b656e52", + "fingerprint": "asset156e7yfpm8zvasd0d5qellayrge54ray0fvrprw", + "quantity": 6478 } - ] - }, - { + ], + "policy_id": "0b975527667179212ea0c32d401430b67d11003f509d8703dcdfa9c4", "policy_script": { "script": { "all": [ - "policy_vkh1u4fxvnzjkxzlv4hd56c7drxaqzxsxsulhg95xr4lk5dpqlljnld", + "policy_vkh1pwt42fmxw9ujzt4qcvk5q9pske73zqpl2zwcwq7um75ug0nnzdt", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "e552664c52b185f656eda6b1e68cdd008d03439fba0b430ebfb51a10", - "assets": [ - { - "fingerprint": "asset1q58gq82thwpsc3tvrsvhxj3z5hw2nfxnezn5eq", - "asset_name": "546f6b656e52", - "quantity": 8974 - }, - { - "fingerprint": "asset1tk7au09wy2p09ezeq242ajl5hdcdt7gz9k0yrn", - "asset_name": "546f6b656e55", - "quantity": 551 - }, - { - "fingerprint": "asset13j6f852z5pcmp6fzf6xjrakj3lylrakz8p7v7l", - "asset_name": "546f6b656e55", - "quantity": 7748 - }, - { - "fingerprint": "asset15svuzxu044lh4h84qjsd80n8us0kr5tgy29npr", - "asset_name": "546f6b656e4f", - "quantity": 7476 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "8dfeacd1357f7d8fb7866ff05ae5576eacfe0d6cae79646559671d08", - "assets": [ - { - "fingerprint": "asset19wc9hvq7yxzxa3z6xjawwsls5ec35284n5gjfv", - "asset_name": "546f6b656e51", - "quantity": 1142 - }, - { - "fingerprint": "asset1ges27w97mr6p9pwy2ezr5uj92yg2vq4ayu4338", - "asset_name": "546f6b656e44", - "quantity": 835 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "82ae61d5b27c95fbd0ec5be97cc9d951e7dd7abb774f6a88f099e636", - "assets": [ - { - "fingerprint": "asset1qytt4vefu562ap62dt2gaq82fw3e5j2v4ndfrh", - "asset_name": "546f6b656e50", - "quantity": 9346 - }, - { - "fingerprint": "asset1lsfg5vlurpgnqjrfsl3k8md08kl0yu5969zy65", - "asset_name": "546f6b656e56", - "quantity": 4689 - }, - { - "fingerprint": "asset1qnamu79tm08gg8h29tpqprmlp9c9ukxffmv4r2", - "asset_name": "546f6b656e55", - "quantity": 8929 - }, - { - "fingerprint": "asset1a4y9ejpuf8al0zm3k8ugytatvvdfaqvzamantc", - "asset_name": "546f6b656e44", - "quantity": 8461 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh1h7lwl685ukdmfm7lre5uy6z2wgkrz8mwm6yck5yu7075swp0nt3", - "script_type": "native" - }, - "policy_id": "bfbeefe8f4e59bb4efdf1e69c2684a722c311f6ede898b509cf3fd48", "assets": [ { - "fingerprint": "asset1ul7ny3f8pgk9nwjjyff5rxt4vp57j6f0vjla2p", - "asset_name": "546f6b656e44", - "quantity": 9568 - }, - { - "fingerprint": "asset1n7zkf4esn6yp27pxsctsaqapgj368d3yq4uenp", - "asset_name": "546f6b656e4f", - "quantity": 1688 - }, - { - "fingerprint": "asset1kpwv2tqz5k4kuhg3mjhp5uwjzlsp7mlwfa6cz9", "asset_name": "546f6b656e4a", - "quantity": 1927 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "d236086a1d17e5b2125174d0414c7dfa0bf1ff9090ab7359a245d1b5", - "assets": [ - { - "fingerprint": "asset1zm7zjlav303zlkjp4dvh0jjgy9xet5q6fmjhlv", - "asset_name": "546f6b656e42", - "quantity": 98 + "fingerprint": "asset1h6udng35jx465wkkgj5ndgcff4t9h6rh22q4en", + "quantity": 601 }, { - "fingerprint": "asset1gv82y55nqgw76tuelldvk76vk5axj295pxw8xx", - "asset_name": "546f6b656e41", - "quantity": 1085 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1dn566cyc0tjd5vszph7z93qj8wqxym24efjpnaszr63yz3cw2fw", - "script_type": "native" - }, - "policy_id": "6ce9ad60987ae4da32020dfc22c4123b80626d55ca6419f6021ea241", - "assets": [ - { - "fingerprint": "asset1rqext9e69klprzvhry6l0t4hl56fnejj0xu980", "asset_name": "546f6b656e4c", - "quantity": 3566 - }, - { - "fingerprint": "asset1gpvmsg5kumtpatl2al5wd4qpyms2720vkqgyy2", - "asset_name": "546f6b656e43", - "quantity": 5385 + "fingerprint": "asset1zx4w557j0hnkdgsfgkpqsryu69gyd47zzx53np", + "quantity": 7368 } - ] - }, - { + ], + "policy_id": "fc735f43ca30f1d8bb627fef588aa25fb257ef72f4fa3aeb3b0ffff4", "policy_script": { "script": { "all": [ - "policy_vkh12fec5l4s85ggd4a0mcfuqk0m9096sf5ufhy04tnfhp5tu5a9lw3", + "policy_vkh1l3e47s72xrca3wmz0lh43z4zt7e90mmj7nar46emplllggpqrw6", { "active_from": 100 }, @@ -7470,1745 +7181,3767 @@ ] }, "script_type": "native" - }, - "policy_id": "52738a7eb03d1086d7afde13c059fb2bcba8269c4dc8faae69b868be", - "assets": [ - { - "fingerprint": "asset13vwzzts9fjm3gx3kk2r2hwrxd7qgryjv5425hc", - "asset_name": "546f6b656e48", - "quantity": 1184 - }, - { - "fingerprint": "asset1vqsfd0h50kud2ukp22xcqzurtwuxc6nymaww5q", - "asset_name": "546f6b656e49", - "quantity": 653 - }, - { - "fingerprint": "asset12qms2gupwpzsue4th6dy2pwkpk0yvpqf63aegk", - "asset_name": "546f6b656e51", - "quantity": 6005 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "f0620e56d07177627ba088817e994b5324bf2137d51875c1615c81d8", - "assets": [ - { - "fingerprint": "asset1e0e54tsvj92c9l6z29fs5m92gjcdglqdmuwuy9", - "asset_name": "546f6b656e45", - "quantity": 2546 - }, - { - "fingerprint": "asset1etsjcjc5qvhdd6uyqf56wkt95vswhj434rl208", - "asset_name": "546f6b656e4b", - "quantity": 4172 - }, - { - "fingerprint": "asset15qrqlaqqefygcz8zj4kdw89ynhxnrppsdh05a0", - "asset_name": "546f6b656e4a", - "quantity": 8409 - }, - { - "fingerprint": "asset1ztzdseyz4k6x3p60t2y4x408puqruhtyqnmatv", - "asset_name": "546f6b656e51", - "quantity": 1414 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "08b70ad6a360a41ece717428cbb2b6eb6f8824a4c7c025943f8719b5", - "assets": [ - { - "fingerprint": "asset1kr0le079en9rqt98m9c9hfktady0cf22h9me0j", - "asset_name": "546f6b656e41", - "quantity": 2739 - }, - { - "fingerprint": "asset1rysjw2h47d97lv5ws03k5pvzst33x299q2p4yq", - "asset_name": "546f6b656e44", - "quantity": 441 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "9259caba64f5aa2e21f94ebf0d9e5da1e724f4339b15d0e808aab5d0", - "assets": [ - { - "fingerprint": "asset1ku5fkecac80hamdwl27m0qyl4zhx65rcmmj3ws", - "asset_name": "546f6b656e47", - "quantity": 3253 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1fjp6dhe70qhkh8k8ducn9ujma70r0dwyyhks7dd8k2fts0hru6z", - "script_type": "native" - }, - "policy_id": "4c83a6df3e782f6b9ec76f3132f25bef9e37b5c425ed0f35a7b292b8", - "assets": [ - { - "fingerprint": "asset1jztp7agwcurwejj8qst5kr8z3wd02la0anzy44", - "asset_name": "546f6b656e49", - "quantity": 7024 - }, - { - "fingerprint": "asset1nt56xzhz06zyhl7zckj8apv5q4nmnc267n58z7", - "asset_name": "546f6b656e45", - "quantity": 7285 - }, - { - "fingerprint": "asset1uv3q2p3veyuk68ta9apggent2yp4p7ktx2kc05", - "asset_name": "546f6b656e51", - "quantity": 7649 - }, - { - "fingerprint": "asset1aclxhh4fts22pp2myjtzlc56tmm95g593ft4xg", - "asset_name": "546f6b656e41", - "quantity": 9787 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "04ea3ae9e6acc8b1ba92f3b590935ee90aaa027716e1265004cbd652", "assets": [ { - "fingerprint": "asset1ahas0apm62umx7cu0juw2e92rln38y2w5exxxd", - "asset_name": "546f6b656e54", - "quantity": 9122 + "asset_name": "546f6b656e48", + "fingerprint": "asset18t0y8jhfc9vq068tvrca4wa54mtstgx75zwrwv", + "quantity": 9351 }, { - "fingerprint": "asset1gyq087nm0nw0rutsvpyxd6ehnyt4e2tkwqpv63", "asset_name": "546f6b656e4e", - "quantity": 8269 - }, - { - "fingerprint": "asset1zzrla4k5tnrmes6aatw48pqxnhvutq3xsp5v9x", - "asset_name": "546f6b656e4b", - "quantity": 6166 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1kdjeutzsyljywz8ltwxdyxyjvqrm45hj30x7dpwyycnlu64je39", - "script_type": "native" - }, - "policy_id": "b3659e2c5027e44708ff5b8cd218926007bad2f28bcde685c42627fe", - "assets": [ - { - "fingerprint": "asset10nqjy3qmsvk5zrm400980x2f5zansr0rk7n47r", - "asset_name": "546f6b656e52", - "quantity": 1042 + "fingerprint": "asset1tgs5gzp8saqtzm4xdlc39azjh5pna80ewqw9j9", + "quantity": 7302 }, { - "fingerprint": "asset1vvan668mdzn4mqenlh8r9d9recjs7vf7qcu8wv", - "asset_name": "546f6b656e47", - "quantity": 132 + "asset_name": "546f6b656e42", + "fingerprint": "asset1c0ntaqyd2mw5j9c720m0262jpv35qkmrat7qkh", + "quantity": 9418 }, { - "fingerprint": "asset1vem9wyphp9hzauyma6lcgppatt0jhlxkhdzj36", - "asset_name": "546f6b656e48", - "quantity": 7908 + "asset_name": "546f6b656e41", + "fingerprint": "asset1lgn2xp5m7envvn3meeu78jexk4kf44zwzydwxh", + "quantity": 3918 } - ] - }, - { + ], + "policy_id": "fbfab67539488b1836ba573fa0b556512f97f7d1679338d7d01790f0", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "3253c8a48f5aa41609880552d9e222a6eddd736f5ca765a4dd25d3a0", - "assets": [ - { - "fingerprint": "asset15vhe29p95qly3zhkr02lptsa7nu0xpks25hluy", - "asset_name": "546f6b656e57", - "quantity": 7989 - }, - { - "fingerprint": "asset1sjnakgjuznla5x950qnwkaf9d2h68jya7jtw3e", - "asset_name": "546f6b656e48", - "quantity": 1326 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "34c080b6e9b7d68a83decd78838fb30fdc0d2f1a38cd2ba7ff5b34ba", "assets": [ { - "fingerprint": "asset1n95t75mr9ajhxv89avmuvz9pc7qjstpvwc4xmq", - "asset_name": "546f6b656e54", - "quantity": 6168 - }, - { - "fingerprint": "asset1rdtjwpcr542x2gywxq5m4wgzsjg4fjz3w42qsv", - "asset_name": "546f6b656e4c", - "quantity": 8939 - }, - { - "fingerprint": "asset103epl96lw920hgyn5tzgu4xj934r2j6lvddvvd", - "asset_name": "546f6b656e4a", - "quantity": 6792 + "asset_name": "546f6b656e48", + "fingerprint": "asset1x82sqntk80e7q97pxykf9yjqawycum2wtpw0qz", + "quantity": 8004 } - ] - }, - { + ], + "policy_id": "94f79278c2aa58838497fb0bc92823a1901807d10483275256745c69", "policy_script": { "script": { "all": [ - "policy_vkh1hy83s340z22cpp96j5ytfw4d8q7uz0uhgygrkndfyjk0jh2fgsc", + "policy_vkh1jnmey7xz4fvg8pyhlv9uj2pr5xgpsp73qjpjw5jkw3wxjh6uc9v", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "b90f1846af12958084ba9508b4baad383dc13f9741103b4da924acf9", + } + }, + { "assets": [ { - "fingerprint": "asset17fyz69hhklhj8saguyypfgydy6qrkmg4kzpfwc", - "asset_name": "546f6b656e55", - "quantity": 3629 + "asset_name": "546f6b656e4b", + "fingerprint": "asset1n487gvy4af3us2mtmaetf422fqjvxy9ygce7al", + "quantity": 3236 }, { - "fingerprint": "asset1wf0p2ul7gwww49wg6p5n75pe7mh2fxcwkljqp0", - "asset_name": "546f6b656e41", - "quantity": 8795 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1quawpuherafszwjx4gw32sf285d3uvt3px6mg692r6u6j7xg57l", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] + "asset_name": "546f6b656e58", + "fingerprint": "asset1pz5pzh8sldzw09fa49e36mu7munya0yt6lqmg9", + "quantity": 1210 }, - "script_type": "native" - }, - "policy_id": "073ae0f2f91f53013a46aa1d15412a3d1b1e317109b5b468aa1eb9a9", - "assets": [ { - "fingerprint": "asset1pvwntphdh0nja3mq2q5ec54x4qlew3jm9nlxgy", - "asset_name": "546f6b656e4e", - "quantity": 961 + "asset_name": "546f6b656e57", + "fingerprint": "asset139fnv3srpu9qg5zjqjmjrq7elm367e20djzk93", + "quantity": 5819 } - ] - } + ], + "policy_id": "b985565a87cee8d7955a2a4e38974aa2c1ce30f5960e4e2823d5130d", + "policy_script": { + "script": "policy_vkh1hxz4vk58em5d09269f8r39625tquuv84jc8yu2pr65fs6hx7cf8", + "script_type": "native" + } + } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1r2esuejaws85z4ndycej7hcqrcn87wnpya0nw9j0lc33el9qzs4q2uv8vr" - }, - "fee": { - "quantity": 188, - "unit": "lovelace" + "wallet_policy_key_index": "0H" }, "certificates": [ { "certificate_type": "register_pool", + "pool_cost": { + "quantity": 210, + "unit": "lovelace" + }, + "pool_id": "pool147ax6ruv9gt045cuwt5rx8wmtd93ajmdpgau0gg2mcfx64cy9m9", + "pool_margin": { + "quantity": 80.13, + "unit": "percent" + }, "pool_owners": [ - "ed25519_pk1ygjlfr9wp2x3lefrp7mj3ltqf0vdwed4f2ned393mexx3vzqmcas5nlhf9", - "ed25519_pk160ghanumm3l0kj04jjzuhjp5gva84z5t0jvkkd522ahk2x06y6fqyh9yd6", - "ed25519_pk13fr7yjvrvunupfh09w57zavr0c3yw5xlag0nn3uunynxwp6ajafszu3ath", - "ed25519_pk1wwmc2s6udeqhzcsfhdvcf4tfczrtted6dzctlqakxslr53lcf60q6e8x6w", - "ed25519_pk1sa6gxte7k85dtcxyvswjdzan2f3j95adc0nd7vcec93msz9cxlcqn2s2w5", - "ed25519_pk1l3esrhl3l0ww9et6thzcq6rhw2k330nzrg0uex7fszkqy3g35dhq2gls3n", - "ed25519_pk14gpy90sr9qd7afur5sey32lxu55t6c6yxw0hzktddvahfr52txrq0qt6z0", - "ed25519_pk127dvzddfxl6awmhtea0df8uwlc3r7zhve6klhfjc5hjcht3d94tqykd9ph", - "ed25519_pk1z5376kjmnuqak7fx2m9kntfnuuud4jg4f2h63fzsxlvwwjntu0vqulpnrw", - "ed25519_pk14n3k20q26hd8yuw3zqtrjvs0vzhp9uvvqpmvphplpz22y7d62wxqu57a4l", - "ed25519_pk1x4yzy4h2nqawnx7kd2qqk3agu206f7dt2nudjsu2fkh0yax72t6s82phcq", - "ed25519_pk1rpnllk38zgvg7utp7qat4vtaycqaymev0h8h8z4n6epsv6wsqudsvq8wz2", - "ed25519_pk1q3tnqnsu4wmewawgx60u2uf5dpq8htgegj3ntnpux27k97zz64kqm8q23v", - "ed25519_pk1qa4y3f84dcfyp28v9lcmxsmstlagqv9s89mv3umj483w3t4w0gtq5y9s8q", - "ed25519_pk1trmgewa6mqja3q5c2m0y9qnjgjcu5a2c63yqvacpkkyye0lrndkqxem9z3", - "ed25519_pk1aukgqf4s3wh037drywadnshwuup7h6zs4uzjp0zuys9qwszhujhqzh6yau", - "ed25519_pk18umvw88d5frhuqlymu94hkpfrmumq0v500yax5r4czm9qcs5y7nstq4ggl", - "ed25519_pk1t8uh34dscvyhyj7kltfeh8uehmxcy0c4sdkxe2qn74lst5q0hwkq6s0an6", - "ed25519_pk158mpg37zp97t38nk29n3ceqpyj9vq7zl40nmt5vhn3utxu4yp38qp6ks2f" + "ed25519_pk1qn0dz3lmrkqzeueckp4tamkpqs4d4fq8274ysu3lcqrhqpsluv2st2twkc", + "ed25519_pk1mnwglnulswj2x7qhq5fede8weqm02kkegmka4rl78z4ssvv39fyspqahjh", + "ed25519_pk1vlsl32sqr3fdzcf4xllq7v6t0q3dmwyrgsqzms2c9g630wl7l7sq0qe9es", + "ed25519_pk1j3rtgtrxpmesugq0mn5gk35nzc8493mj9wr3zy9xlne5mm0rzheqqggwvs", + "ed25519_pk18alsn928wam9frmufvq49ys64s6wr7d2y9p9k34j7u6tmpzg5gvq7cjz3u", + "ed25519_pk1mjqyvxh8ngt374mzsnr9mpaav7mnt33j5rwhgzhqhr6mgxvegpfs6kfv8a", + "ed25519_pk1gktk9m6luuhn9sejnlfm2ae9scz75g6st3ef2t5mmv2e6w4gnvxslhufm6", + "ed25519_pk1zlrqhw2zae2g2vzt00s5uragw7uzsmr8furncev6f386c8xlmawqy0pj79", + "ed25519_pk1plnckha3jdwlchhp486n5az3r9qq7y5wa5e6lf873yp2z85xu2ms8qkkc6", + "ed25519_pk1x2x32qz8s0xnke2vytx4cd2fefqmeqp0zgtf7vd6w5uu5p5qvhvqh2gl3v", + "ed25519_pk1h9f3fs2qgguynt9xks97rxnp5fpyhj9qyl8hzhrew83u6gdahsvsscml3s", + "ed25519_pk1vmyup65c0ytczyvmchw2hk28yh2s0vj48ycc8u93nwsut73xkj3qxca3fg", + "ed25519_pk1n8v3xnk23rlvdg9dnqfdlxuz0xxsyx9fav8yjts8kn2g3drzlmfswz8ljk", + "ed25519_pk1g8n2c29vgc65cf37y249eyz56qz5xeasnc27sqeajduc24shxjuqydgqk3", + "ed25519_pk159aqftkqujz3h87fzamdhfzeyzy2r8jmz3fam8alhglul5a0rgyq3kdaa0", + "ed25519_pk1mrrxpz6cxgspau68d2tmewz272quzt6l03qnhsndj4hvvza9fahsz76ffz", + "ed25519_pk1xkzstyxmkth8u8jn7j25s95wgydn4rxweuljwz8helyr7qlmtzusyt2kfe", + "ed25519_pk1m25ahugq2nfkqusazlu837p22ts07du6dq0hlml86zdfxvk3lqvqdjs3e5", + "ed25519_pk1kwp3xcfqy7x4r4u80x2tz6k3pjklmq304e9n09zwssa28ag93m3ql0kekd", + "ed25519_pk1hp0qk2zssk0v5kggccsfj02mwfslcf8xulpkkx6jv8faa8jgfpcqkt5lg4", + "ed25519_pk1lj7pqcza37tc5mk5xfdqy0yxskdn0x82czzsm9zukglkc2tl6hesn8xn39", + "ed25519_pk174ssy9lsfsefv9fd27rr35qlaqg84lvq64uq8py83jcq28azzk8sxm77zu", + "ed25519_pk18wdx0srdtyx9xlmfgplgadcmswylhv4rmtnhmwlklnfyvma2xzaqhzmt22", + "ed25519_pk1hfk25wtp3tpfpanz4ppk80f84hewncq4sfvel6cqkphu9snt7xwst6fvgr", + "ed25519_pk18ju2wa5dlqlyqu66cx8klx5qhpxm2kr3ruzxag9tnvq4strvc43qpurnng", + "ed25519_pk1y2qde85nxjgy343gg5qkse5gx33m60srnnpufc2dn4d3gae98jzst0uxck", + "ed25519_pk1wuc824pne2m28zll239nfg89eqxs86u7d67a7mewlgakenc8ad5qhrnpqa", + "ed25519_pk1030djke47xgyqwd9gewzlygkxmg2y4z808g5vcm52zqlux5qf7xsxc3z90", + "ed25519_pk1ez9zqn9kx5zpttw9wz869xnhdf4ycd0vxpv4s4s4j6y0jug80apqdlg967" ], "pool_pledge": { - "quantity": 126, + "quantity": 73, "unit": "lovelace" - }, + } + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool169wqfrp439y90d69gxxzcmt59khp36kfsvxck4kqq048uprxpkh", + "retirement_epoch": 18631 + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1h5kxurkxfkc29tg3xxj5ahu0j9vvf4r3zcnn55hu93wmck4u8x6", + "reward_account": "" + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool14tn6m9dsrrr7wgv0uhs6fmrt3y65x90f9skmpmp90szxztheg6h", + "retirement_epoch": 28641 + }, + { + "certificate_type": "mir" + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "21493", + "12522", + "15838", + "26513", + "9091" + ] + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1mwysq5tfaycwldaw9nts4q5wqvex7a69tm4yj86dpp3hyaxp252", + "retirement_epoch": 2172 + }, + { + "certificate_type": "register_pool", "pool_cost": { - "quantity": 104, + "quantity": 181, "unit": "lovelace" }, - "pool_id": "pool1vxslv9csvgp9w8mjguprmh9ncpzeuwludy0hp9nrmue5snrrrdk", + "pool_id": "pool19hq9xf4fwx3fl7v4wwjhry7eld9te65yqjftf2jse2k4crlyc2z", "pool_margin": { - "quantity": 89.64, + "quantity": 27.46, "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1sl52dzhku9pv4rqtcqd8htpdrpwfkmtp4mq90mpc5r6r495fz55sm3nmgx", + "ed25519_pk16j27r0f8gjnhjmkt8u3py33lwlx6p60q67rnueph8f7rnjst0tfsacnaxe", + "ed25519_pk12aqwpctr35jnnn72rta8r427gwzcaj3cyx4uv0qvyfaqzppz55dqlmw7l2", + "ed25519_pk13uphh4z3gwg98raqarlv925svlns920f6lkdkax43xhxnx6ehs4s5e8q5j", + "ed25519_pk14k44tfmp6e3wtt5fl763tkp0pff49w5yj3kvvxgzlsjkgsrngugq934chu", + "ed25519_pk17sattvtz7hv7dndtn2ypw6lx3hslfhh06k5y2ql209syvvmwgqdqptgme8", + "ed25519_pk1wt4xqtllfvccupfmumkfmls8tyfs8xjdshm2ttxcr4vhvyzjjensxdkkxx", + "ed25519_pk1pagnzjjspuwprefee0p9ssq4atw75mep2pdmc3ucd6agdrgm9sqskukfku", + "ed25519_pk15em2vwvahy2lxtcqka032xue9a5jxmnpks332uw553qyqh0n780sh7yse8", + "ed25519_pk1a7zs0u8vz5eq73zdh5mmx97el6nqj852lqur6e3alagqxl58anpqdt52hv", + "ed25519_pk1520drmv9uka0hw2aylu2e0h94m7x063tz6s0drfmp7dvturanwpqsmuen3", + "ed25519_pk1h9m9xpxqfhdyz8swc3t2lf82ff3nusgddtyjtc8535c7lctuf2rqe783ms", + "ed25519_pk1u39mlt5zyxpdgwyrqwxven0dgzun84dffctay73qylw38q2zzh7q9uvmax" + ], + "pool_pledge": { + "quantity": 61, + "unit": "lovelace" } }, { - "certificate_type": "quit_pool_external", + "certificate_type": "register_reward_account_external", "reward_account": "" + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "30445", + "18589", + "10796", + "31535", + "6227" + ] } ], - "deposits_returned": [ + "collateral": [ { - "quantity": 108, - "unit": "lovelace" + "id": "ec2a670e6d313d5163663a235e2112733b8e69c414ee38524f73708abb017075", + "index": 1 }, { - "quantity": 243, - "unit": "lovelace" + "id": "6f4a080e513a540c300272011c73788e807a0e564e3b2a1a272a570f1f606076", + "index": 1 }, { - "quantity": 9, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 119, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + } + ], + "derivation_path": [ + "10436", + "882", + "12362", + "11016", + "5531", + "8982", + "14750" + ], + "id": "140fff7f460762c80c5d2a2745147a386477577e7675335e3f1d57643f4411ad", + "index": 11106 }, { - "quantity": 93, - "unit": "lovelace" + "id": "5664653212737a506f6f831f18301933587807047006326d2349213873085f0e", + "index": 0 }, { - "quantity": 57, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 212, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 + } + ], + "derivation_path": [ + "2677", + "730", + "6904", + "13232", + "5549", + "13076", + "8237", + "6044", + "11076", + "13017", + "11316", + "4472", + "10496", + "14844", + "10667", + "1188", + "4559", + "2966", + "740", + "4154", + "8258" + ], + "id": "79562b24020d841a94cb5c9de1583c2e5d7379047d02f4a379785446d4f75c14", + "index": 3584 }, { - "quantity": 94, - "unit": "lovelace" + "id": "0d1e5e58d864725ad45dec0f700f48115c42bc4b03666a545d224b310c4b4668", + "index": 0 }, { - "quantity": 17, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 33, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 + } + ], + "derivation_path": [ + "8660" + ], + "id": "1d323e1d0a155c27634b0923ab3d56c450796ce0514860fd4f772e43554f5a78", + "index": 15044 }, { - "quantity": 78, - "unit": "lovelace" + "id": "69056e29f81684173aa25648485d543b2d5e26423b4805202a4f7539ca213330", + "index": 1 }, { - "quantity": 86, - "unit": "lovelace" - } - ], - "metadata": { - "23": { - "bytes": "38e92b0f544a5668655406776d5967187f113571e5270c173007" - } - }, - "collateral": [], - "mint": { - "tokens": [ - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "3abfde70226eccce0fcad4f151ae51c449b9157b52ba59e04985ef45", - "assets": [ - { - "fingerprint": "asset19ea3k4qqfvrfxw842mju5jrvz6kamnjkrdc3k2", - "asset_name": "546f6b656e4d", - "quantity": 1331 - }, - { - "fingerprint": "asset1jrw04q6plht8u08efh7h2sptvml330lys62d0s", - "asset_name": "546f6b656e58", - "quantity": 2271 - }, - { - "fingerprint": "asset1kmkpgus9mxnc8y8eyxv6ur326xpxrn7e3uvssh", - "asset_name": "546f6b656e42", - "quantity": 7916 - } - ] + "id": "9e4aea786d3075207d525c6c3f5a26ff4e5f1302511216013855d72a76a42a45", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 143, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "f4034cb55eab59d129e41140c88774564e05e5f205486155cc2426f2", - "assets": [ - { - "fingerprint": "asset1gnjdrtf3yd655p5hsyqvljeupu0nrz464nzet9", - "asset_name": "546f6b656e43", - "quantity": 1514 - }, - { - "fingerprint": "asset106yepufgnkfg45p6lwf6fm365szvg9jcxsvdyc", - "asset_name": "546f6b656e46", - "quantity": 6092 - }, - { - "fingerprint": "asset1w30v6w6dshsd233a5ej0unyalnd6y3j7jx6vst", - "asset_name": "546f6b656e52", - "quantity": 2117 - } - ] + "assets": [], + "derivation_path": [ + "12755", + "5796", + "1643", + "9190", + "12917", + "15920", + "8245", + "13560", + "13619", + "7733", + "9433", + "13811", + "304", + "6885", + "6316", + "12485", + "2320", + "12077", + "5516", + "7167", + "8054", + "14155", + "9171" + ], + "id": "641a72283e2e6e4a6e1d15311ac27446330d2d3364135a570e755145071a4c55", + "index": 6325 + }, + { + "id": "16217c31198d52192b00dd07172e646c5bba5813757121232c436618cb0ab8fa", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 191, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "d6d0bacdae3f1052d8e917397d75385175c3664800b4f33b3d8bba59", - "assets": [ - { - "fingerprint": "asset1n26e2f2pd2e0an693usrha5flgqrknm852hmm0", - "asset_name": "546f6b656e52", - "quantity": 772 - }, - { - "fingerprint": "asset1qctqskztgyypcm8ezcweu83p4g52vawlp0e0kx", - "asset_name": "546f6b656e41", - "quantity": 5279 - }, - { - "fingerprint": "asset1kprvtup4phhlfp4zwm3pmmhfjl676aaxsjpk2w", - "asset_name": "546f6b656e54", - "quantity": 5364 - }, - { - "fingerprint": "asset1dm0w4nklaccuy22eu3wa6grg6rvj0qjmksk4gz", - "asset_name": "546f6b656e42", - "quantity": 5524 - } - ] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + } + ], + "derivation_path": [ + "12472", + "16147", + "12", + "2997", + "7612", + "9443", + "5653", + "2923", + "13355", + "5560", + "6430", + "16222" + ], + "id": "1352677051cc14365a667c5a1777714a4e0b0d717369620f6b6c851e657a470b", + "index": 32415 + }, + { + "id": "653a240630000e004e4998533a552f40f73100255a6922a241182023487b5e35", + "index": 0 + }, + { + "id": "293b6a7b519d503c2a9d64703884d05b351d3b396d22146c4834796d356a1877", + "index": 1 + }, + { + "id": "037739fc4555f6c9fc7a0e5172a8592f516a3253bf2431525a49b23d330d0633", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 145, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 42 }, - "policy_id": "98a16f397793a6e9924d807768399e3e12918ef79a896e3565554dfe", - "assets": [ - { - "fingerprint": "asset1f52wygglj9asf5zmln274swj38k6p969qf7z8p", - "asset_name": "546f6b656e43", - "quantity": 6211 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1ud5q7qcpquy760sl8wst743j9hukjyz2dduvy48w9yukwj9rdwf", - "script_type": "native" + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 40 }, - "policy_id": "e3680f03010709ed3e1f3ba0bf56322df969104a6b78c254ee293967", - "assets": [ - { - "fingerprint": "asset15p5cw5q3dae5lvwa0uc9rqaz9x5ae4cxselc93", - "asset_name": "546f6b656e4c", - "quantity": 8607 - }, - { - "fingerprint": "asset1cx5w5aj9lwch3w3lplyc0sv32cvvc4s3g698qf", - "asset_name": "546f6b656e41", - "quantity": 7143 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 40 }, - "policy_id": "a981288d43a3f940433cdb0b84f3eea23217ee5156c9e0fc72ee2be8", - "assets": [ - { - "fingerprint": "asset1shww7gjl630xh9yml4p5aqp2n8tgs2zgfvkvdj", - "asset_name": "546f6b656e55", - "quantity": 1112 - }, - { - "fingerprint": "asset17fh6p39j0xn8p2d28300zpae4fh7cfs6afgfrl", - "asset_name": "546f6b656e59", - "quantity": 586 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1ylh8wdrjstjdmksmrq5k439lm297e9vd9rsmrm582anngdy09lp", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, - "policy_id": "27ee77347282e4ddda1b18296ac4bfda8bec958d28e1b1ee87576734", - "assets": [ - { - "fingerprint": "asset12803gpj556ny9gxyl0kh8v8y4740pdt2q3fnef", - "asset_name": "546f6b656e43", - "quantity": 6063 - }, - { - "fingerprint": "asset1pyyvf4xwcsnkdvwsw9cej0sdleds5m82r95zu7", - "asset_name": "546f6b656e46", - "quantity": 1770 - }, - { - "fingerprint": "asset1aky70j69pfu9y3m9qnm2rhcvd3fks39cekc407", - "asset_name": "546f6b656e47", - "quantity": 1635 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, - "policy_id": "8dff40f8f04f980ce87a3831f239a8b832f7580ce5ea6f21a1a1609b", - "assets": [ - { - "fingerprint": "asset122kmuee2u2tuytjmzp80nj2tcgp52selduhshw", - "asset_name": "546f6b656e47", - "quantity": 7263 - }, - { - "fingerprint": "asset1f2splgtcnmfyaw776y5q5064qpq8yqkayx0d3s", - "asset_name": "546f6b656e59", - "quantity": 3583 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, - "policy_id": "dae3beafb960e1b30968401833f426c28a031bbe17b1265f0d443721", - "assets": [ - { - "fingerprint": "asset102wlkeeu6pyx33geufqe3qhjeq6tw99xtn5lve", - "asset_name": "546f6b656e56", - "quantity": 570 - }, - { - "fingerprint": "asset1qknxkq93l8927wz2cdyrwhmwq0am6wf7hr0tpr", - "asset_name": "546f6b656e47", - "quantity": 1024 - }, - { - "fingerprint": "asset1xjml2d35v6x23r7djqq8nvm2asjf73cvce4srn", - "asset_name": "546f6b656e54", - "quantity": 1117 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1yh708sysdwqzf28n0r3zw9pcqcq9v7an5002mmfu64h46wnfcue", - { - "active_from": 100 - } - ] - }, - "script_type": "native" + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 }, - "policy_id": "25fcf3c0906b8024a8f378e22714380600567bb3a3deaded3cd56f5d", - "assets": [ - { - "fingerprint": "asset1gmnl34pky9zskqzkmrr2rkrncn6ln7negvkvkw", - "asset_name": "546f6b656e58", - "quantity": 2723 - } - ] + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 49 + } + ], + "derivation_path": [ + "15698", + "6771", + "13048", + "3030", + "507", + "1782", + "2651", + "1361", + "15999", + "9565", + "6868", + "13816", + "13104", + "15033", + "12775", + "16095", + "3026", + "13496", + "8783", + "264", + "13018", + "2744", + "13045", + "2612", + "3605", + "13084", + "8157", + "1127", + "4531", + "7173" + ], + "id": "b85d2d6e756bb4465a083b7c6b811d543a2a0e685f7f324a7a4c1f6a128d7c24", + "index": 18820 + }, + { + "address": "", + "amount": { + "quantity": 215, + "unit": "lovelace" }, - { - "policy_script": { - "script": "policy_vkh1r8xvjh7v57w38wwmd7aqq82nks7c8n0gutevtx35kc8cvwp3jrl", - "script_type": "native" - }, - "policy_id": "19ccc95fcca79d13b9db6fba001d53b43d83cde8e2f2c59a34b60f86", - "assets": [ - { - "fingerprint": "asset172h2mpfqptcut9hnzc649xcyv6py3ynjpu66yh", - "asset_name": "546f6b656e4f", - "quantity": 318 - } - ] + "assets": [], + "derivation_path": [ + "12769" + ], + "id": "389ee64a24336b353d5b4e6e11127c132ad32b4f6c27e97f7730ac9c6100725f", + "index": 4767 + }, + { + "address": "", + "amount": { + "quantity": 111, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh16x49k4k7jtx7xcypes2f4jveezdq84vkpcr593fcasx2vjfuaaa", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, - "policy_id": "d1aa5b56de92cde36081cc149ac999c89a03d5960e0742c538ec0ca6", - "assets": [ - { - "fingerprint": "asset1lpfrj2aezvszwad3gtrkpa5gg3j8pw8l6vdwwh", - "asset_name": "546f6b656e47", - "quantity": 9536 - }, - { - "fingerprint": "asset1e5ge3lyzx3hlczqwufgxextvnh0qzd0d9r4lxv", - "asset_name": "546f6b656e55", - "quantity": 9020 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, - "policy_id": "eb41accc71d2718383d26e0ddd77e4ce02765cca41c62e58243f2f11", - "assets": [ - { - "fingerprint": "asset13805swcap6j0085xc6k87g7e00qmeuamff544h", - "asset_name": "546f6b656e43", - "quantity": 6294 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, - "policy_id": "5b949e7c57efcb0457a111bc783edcaa66ad91f791accdbaa44114c4", - "assets": [ - { - "fingerprint": "asset14pq48ufajteqsgdrf6hdxt5q5t2lkln3u6lplm", - "asset_name": "546f6b656e46", - "quantity": 4023 - }, - { - "fingerprint": "asset1prv4cncprccateksxhs6g6vja7sxqnm2puyyyj", - "asset_name": "546f6b656e47", - "quantity": 1880 - }, - { - "fingerprint": "asset1k23e86rz64s66t8tqmt5ta8mawwwtvlpgtnx4e", - "asset_name": "546f6b656e47", - "quantity": 6860 - }, - { - "fingerprint": "asset1mkc2h5cm69rl5x02p4ru2g95pjsxg3jqej48d5", - "asset_name": "546f6b656e51", - "quantity": 6382 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, - "policy_id": "7c0c8d759d6efd14eb62ddc0d958d8468d50fa3312d4da606938a2df", - "assets": [ - { - "fingerprint": "asset17r22txpuzk5afykrxjw0fa2gcew5098a80pwdk", - "asset_name": "546f6b656e57", - "quantity": 1626 - }, - { - "fingerprint": "asset1uxwmgvfnewvmwnmaqcwyyat59t3ea9urrunmx9", - "asset_name": "546f6b656e4e", - "quantity": 6173 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1pjaqm5skzxt0w79sh5eeqdc4tgxzl5xhm9nvskyzpfnukce5p4s", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 37 }, - "policy_id": "0cba0dd2161196f778b0bd339037155a0c2fd0d7d966c858820a67cb", - "assets": [ - { - "fingerprint": "asset128zdd2mjmcymz8tkzmjqucd282uvuv67rjquk7", - "asset_name": "546f6b656e54", - "quantity": 8680 - }, - { - "fingerprint": "asset15vwgvw0z5vk2ayak9g49jes5uzak8yakp9hz33", - "asset_name": "546f6b656e46", - "quantity": 4554 - }, - { - "fingerprint": "asset17r86ltdqec4uc9xjmq2fextluc0e9eyqah83n5", - "asset_name": "546f6b656e4c", - "quantity": 564 - }, - { - "fingerprint": "asset1p9xjfzzr57sf2n6mysxeqrxdxmvlhu7gaczj0q", - "asset_name": "546f6b656e59", - "quantity": 3082 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh106erek4d38sjqmpdg2mgq06pchgqf2re5v5c0qh46dnuvmx07n6", - { - "active_from": 100 - } - ] - }, - "script_type": "native" + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, - "policy_id": "7eb23cdaad89e1206c2d42b6803f41c5d004a879a3298782f5d367c6", - "assets": [ - { - "fingerprint": "asset17hut7kw4uzuj7tclvpseefsechscyvw7fm3xdl", - "asset_name": "546f6b656e47", - "quantity": 5136 - }, - { - "fingerprint": "asset1ztsh52qmw5uz49fs57s8sgc7h33uyf2djd8p0a", - "asset_name": "546f6b656e47", - "quantity": 9488 - } - ] + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 + } + ], + "derivation_path": [ + "6614", + "742", + "10280", + "16006", + "11939", + "12459", + "3813", + "16309", + "6901", + "2056" + ], + "id": "1f64309ca9594df93d6e7518147b7b2c391430431f3f3e695562635c57486655", + "index": 23214 + }, + { + "id": "5c8106726f1b6c74395e4383ed37353eca6b5f6a39122c00033c2623621eb948", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 8, + "unit": "lovelace" }, - { - "policy_script": { - "script": "policy_vkh1rth2twkeea784v3guy2cstdrjcuw8w7wkrnqvff9wealv64wtll", - "script_type": "native" - }, - "policy_id": "1aeea5bad9cf7c7ab228e115882da39638e3bbceb0e6062525767bf6", - "assets": [ - { - "fingerprint": "asset12szew0jf3vdquxmcxk85rls7xvppqgpvfdtx4j", - "asset_name": "546f6b656e57", - "quantity": 6160 - }, - { - "fingerprint": "asset1d5p4t8xyzmz479q0dwzh6w2h9x2jd00r87ymnx", - "asset_name": "546f6b656e46", - "quantity": 7125 - }, - { - "fingerprint": "asset1lalp22dvu4wa46wuye8n9lcyptff9tdgt9vl9y", - "asset_name": "546f6b656e55", - "quantity": 8 - }, - { - "fingerprint": "asset18avm0wwn5dy54s0euyumam9nzevjlsqr6cqzr0", - "asset_name": "546f6b656e4a", - "quantity": 5054 - } - ] + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 + } + ], + "derivation_path": [ + "5103", + "8246", + "197", + "8729", + "12692", + "4690", + "15601", + "2209", + "7820", + "10485", + "85", + "8146", + "1855", + "3096", + "3283", + "5778", + "6373", + "10365" + ], + "id": "8b2841261dc72d14353764e2ec6d712dff03e663635b8c3470686f1e22193531", + "index": 1303 + } + ], + "collateral_outputs": [], + "deposits_returned": [], + "deposits_taken": [ + { + "quantity": 231, + "unit": "lovelace" + }, + { + "quantity": 211, + "unit": "lovelace" + }, + { + "quantity": 22, + "unit": "lovelace" + }, + { + "quantity": 165, + "unit": "lovelace" + }, + { + "quantity": 195, + "unit": "lovelace" + }, + { + "quantity": 212, + "unit": "lovelace" + }, + { + "quantity": 110, + "unit": "lovelace" + }, + { + "quantity": 25, + "unit": "lovelace" + }, + { + "quantity": 166, + "unit": "lovelace" + }, + { + "quantity": 255, + "unit": "lovelace" + }, + { + "quantity": 108, + "unit": "lovelace" + }, + { + "quantity": 203, + "unit": "lovelace" + }, + { + "quantity": 25, + "unit": "lovelace" + }, + { + "quantity": 99, + "unit": "lovelace" + }, + { + "quantity": 200, + "unit": "lovelace" + }, + { + "quantity": 38, + "unit": "lovelace" + }, + { + "quantity": 204, + "unit": "lovelace" + } + ], + "fee": { + "quantity": 160, + "unit": "lovelace" + }, + "id": "3bca843e6671243c590776317a35242434307f0d2f6822847238383a6e4d37d2", + "inputs": [ + { + "id": "0c3279502743630565503d4c372f707f5c415c2ece9f350504743bff9137f86b", + "index": 1 + }, + { + "id": "4f34191b4d1c4c247843715a73006fdf369de33c532c64165669326d33214305", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 81, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh14jpegr64h20hmmckyzu3crg4xejnd9cdc5ck07kujff87ff4n9k", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 }, - "policy_id": "ac83940f55ba9f7def1620b91c0d15366536970dc53167fadc92527f", - "assets": [ - { - "fingerprint": "asset1ff7zqpavclk043ywg34lccn8n247k767wvh5j3", - "asset_name": "546f6b656e59", - "quantity": 6190 - }, - { - "fingerprint": "asset1pn3rrln2ekwejgqnycl9ftwhuhxmwfetzexet0", - "asset_name": "546f6b656e50", - "quantity": 9466 - } - ] + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + } + ], + "derivation_path": [ + "7030" + ], + "id": "3e71090f60203b570d2af9014c57124136276a281911465d0a13147b4862934e", + "index": 25329 + }, + { + "id": "5cf51e3a290728233d5bd1299148175d5633217b354daf4058137f015415e350", + "index": 1 + }, + { + "id": "cc281a357a255726272bb7693cb21602493f0d15fd2c08430735c04349a92948", + "index": 0 + }, + { + "id": "5f42f2b12f4e78265e712a471c580226619e3137733c6c35496c3d3e17536d65", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 14, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1sqd75tln885y9wzmmgjacp3uuhyvva2ure6w30e7wqmyq8jeu3x", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "801bea2ff339e842b85bda25dc063ce5c8c6755c1e74e8bf3e703640", - "assets": [ - { - "fingerprint": "asset1duxj4xffw6gyh2dkwhmrsm0ru4pd53jem64q6k", - "asset_name": "546f6b656e59", - "quantity": 4470 - } - ] + "assets": [], + "derivation_path": [ + "9187", + "6155", + "12840", + "8122", + "697", + "3207", + "8154", + "4705", + "13218", + "9304", + "15468", + "8117", + "12491", + "3146", + "9897", + "13376", + "6318", + "14265" + ], + "id": "367b1a114c56675d69044da458ec45314d66153851654740384f6e1d0be8412c", + "index": 25695 + }, + { + "id": "755a3c48341c406653661d1434011c6b2e35120d7005a1158c1e271eac795c18", + "index": 0 + }, + { + "id": "a91cea7e515636276f2e0e520d0a0e725e7f753d55200713405c553a5153f361", + "index": 1 + }, + { + "id": "2175457d0e1af9666a357e01698721aa7238770a5c49331f604853d81efd1377", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 78, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 }, - "policy_id": "0d0101bde5b81962bcc4d4a17c1ee027bbbdf595878a28142352f9e9", - "assets": [ - { - "fingerprint": "asset19zk36m0ztsr8l987awhkq8yr9rxl2gp5c50c48", - "asset_name": "546f6b656e4e", - "quantity": 5728 - }, - { - "fingerprint": "asset17td4l624wuca73m68zjpnw3us4v0nvh0c2n062", - "asset_name": "546f6b656e50", - "quantity": 9929 - }, - { - "fingerprint": "asset1ajef9xexzqpyftq946eyz7jth7gkvatguky3vc", - "asset_name": "546f6b656e59", - "quantity": 9196 - } - ] + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 + } + ], + "derivation_path": [ + "873", + "4399", + "4746", + "9811", + "7471", + "9715", + "5132", + "6265", + "10600", + "8248", + "11935", + "1633", + "3989", + "6197", + "14637", + "12868", + "4047", + "5396", + "3140" + ], + "id": "545b08c96d0c680a7c13570f0633506ff4466572287c32e643607c001d0b6f49", + "index": 3205 + }, + { + "id": "060b0f044f0326171f20a1fd054a4e54022422662e3dcc286b4f57cb3b406551", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 228, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, - "policy_id": "5e483f076a4f9b735405e78d047ee968cc036ae521b0bf83e182ef6b", - "assets": [ - { - "fingerprint": "asset1v2yy8ddk63d05aa3eyxu594r9n6typgjmfyeq0", - "asset_name": "546f6b656e47", - "quantity": 404 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh18zreeu4df0ngx2nmrsfjsrfcdgaem9nxjlfgt94rqlclc4ge4hy", - "script_type": "native" + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, - "policy_id": "38879cf2ad4be6832a7b1c13280d386a3b9d966697d28596a307f1fc", - "assets": [ - { - "fingerprint": "asset1fuasu7sax2sh7juwg4ww53nwl0tjfv8yepf8xm", - "asset_name": "546f6b656e59", - "quantity": 7529 - }, - { - "fingerprint": "asset1dpwudezl658dgcun9s4kqhnqk8l9ytv3h9dlfj", - "asset_name": "546f6b656e48", - "quantity": 6218 - }, - { - "fingerprint": "asset1tlqnhlfkmynzhapuslyz72je3y8ef7jg6erlmr", - "asset_name": "546f6b656e58", - "quantity": 7145 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1yrl5j5x5jj0j4ujamssjg75pahhlm5vplg50q0et06khqvxwm8e", - "script_type": "native" + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, - "policy_id": "20ff4950d4949f2af25ddc21247a81edeffdd181fa28f03f2b7ead70", - "assets": [ - { - "fingerprint": "asset1wv6lsxz7wesgusg2ch2cunjqqfn5d6futrfmrl", - "asset_name": "546f6b656e46", - "quantity": 3733 - }, - { - "fingerprint": "asset145gj38r8sjesu92e952l9akr7a6lxk4luxxqw6", - "asset_name": "546f6b656e50", - "quantity": 4554 - }, - { - "fingerprint": "asset1snqx70u5ppq40ae987e8et6m9k79anayftxtq7", - "asset_name": "546f6b656e41", - "quantity": 9103 - }, - { - "fingerprint": "asset1m0l7mmaazk0pktlkchm3l34gpsn2apqlwu2t97", - "asset_name": "546f6b656e51", - "quantity": 1263 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh149xqm7m9fhqyaelsagum7lxttft3yxm074glyw9244vaxze8yj0", - "script_type": "native" + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 45 }, - "policy_id": "a94c0dfb654dc04ee7f0ea39bf7ccb5a57121b6ff551f238aaad59d3", - "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 44 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 31 + } + ], + "derivation_path": [ + "12643", + "1080", + "3272", + "14795", + "6915", + "16089", + "2457" + ], + "id": "33b4436d762f262a12fa3859411c8b1856406732f52b1b4b461f25156c02eb45", + "index": 24967 + }, + { + "address": "", + "amount": { + "quantity": 105, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "11957", + "16382", + "11989", + "16135", + "15474", + "5105", + "1206", + "2234", + "9039", + "2932", + "12000", + "1583", + "7408", + "2888", + "12950", + "139", + "2321" + ], + "id": "7d203f5f0ba4663f426363700393287b05240d5d0c817d23f7277f605b29737c", + "index": 1217 + }, + { + "address": "", + "amount": { + "quantity": 136, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + } + ], + "derivation_path": [ + "15940", + "5887", + "5925", + "13031", + "7903", + "7712", + "15255", + "3421", + "310", + "3565", + "1030", + "4478", + "8892", + "1801", + "9405", + "3225", + "1085", + "4812", + "6209" + ], + "id": "360b3c3719740e0d3d4a7c56477a20145f685f1b4749797b77721c2620ec5858", + "index": 5216 + }, + { + "address": "", + "amount": { + "quantity": 233, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "898", + "9815", + "14391", + "941", + "220", + "393", + "13590", + "3588", + "7496", + "10705", + "4065", + "10376", + "2315", + "9529", + "6898", + "15785", + "4077", + "4623", + "2783", + "2466", + "1279" + ], + "id": "7afc59335b2830182f675d032a66280d5edb79190d46196e509b13a118290225", + "index": 18888 + }, + { + "address": "", + "amount": { + "quantity": 178, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "12389", + "650", + "9498", + "11132", + "6488", + "11168", + "9629", + "5186", + "15224", + "673", + "2402", + "3050", + "13023", + "7873", + "15394", + "10559", + "11348", + "13983", + "12367", + "15818", + "2836", + "7480", + "9764", + "6902", + "4108", + "10202", + "2540", + "13223", + "3269", + "10953" + ], + "id": "2822545103640c101002d11e4331532d363e33575df107736234421f0e03e868", + "index": 14070 + }, + { + "address": "", + "amount": { + "quantity": 51, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "12570", + "4242", + "15402", + "233", + "1700", + "15418", + "10317", + "11018" + ], + "id": "3320532450332d7311174cd8967b7a205a3455353d15654909794d0b1413373d", + "index": 14658 + }, + { + "id": "6a0a8a62452e580b205040685849580e2f3d1b76725619236e7d4b596c3b4aa4", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 81, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 34 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 33 + } + ], + "derivation_path": [ + "5511", + "8640", + "15794", + "10494", + "8361", + "9923", + "13650", + "13195", + "9478", + "5736", + "4286", + "339", + "7113", + "4541", + "2400", + "2419", + "14756", + "3637", + "12883", + "8037", + "12861" + ], + "id": "515b1a1b5b5b7a4a247c74057273305ddd4e7d3d0f702416d40a80525a598713", + "index": 12702 + }, + { + "id": "0a60510f4f6460786b4fa51c6f207f0847383d266f156c0b2e2d5335240c343b", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 195, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "14883", + "7959", + "3868", + "3946", + "340", + "4282", + "4370", + "1572", + "6691", + "7452", + "2904", + "8652", + "3411", + "2044", + "8601", + "13577", + "2798" + ], + "id": "6e374b6551d6581f000c7813391f17c53048807366506b4948304cd76b4de086", + "index": 24420 + }, + { + "id": "17253d65562c5f003256152910393f39532b1b4c0e1edf183021152eeb12692e", + "index": 0 + }, + { + "id": "353f306e682c193d7923206b63151d7c111a7f2c1048364f3f5e461b3f11463e", + "index": 1 + } + ], + "metadata": { + "1": { + "list": [] + } + }, + "mint": { + "tokens": [ + { + "assets": [ { - "fingerprint": "asset1m2vzqw5pwtu5662x8km2d628szv9zd6jqqg538", - "asset_name": "546f6b656e56", - "quantity": 5962 + "asset_name": "546f6b656e58", + "fingerprint": "asset1sh3dg9vl5fxspkhv6mha8pwetv9vfaumr3j7v4", + "quantity": 4980 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1nf7gweewt4ezspc44t7wak5epf2f7lrmznek0u", + "quantity": 3898 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1asyx0yk04udqsgsa206u8kn9gqvydjzsuf2ht8", + "quantity": 8147 + } + ], + "policy_id": "c126ea0b8f567fc7da3e9913589d31bffe8149348434396451406139", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1f699qfkgdn4vklfzxrgu675d5ufaunrfun2hn9", + "quantity": 8385 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1x37gwlcagp0jpe6zsfrtrudtzfd3mk7ca6809r", + "quantity": 7557 + } + ], + "policy_id": "2350f4a28e4e0083d7ca6b108abb76137aa2990a5bcf0004af14a734", + "policy_script": { + "script": "policy_vkh1ydg0fg5wfcqg8472dvgg4wmkzda29xg2t08sqp90zjnngs7024l", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset14czal7u59c7tyk8ktngccfrg0awzkcldkngwzj", + "quantity": 7172 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1qtzn8qlhcp9m4rw6agsen9qnca6duaxvatpwa0", + "quantity": 4339 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1ad9nyqzpkxluefmsd70lh8zy52kz5sz2ueryna", + "quantity": 2308 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1dkawcj9h2ls8fryhfkkm0qfmtft0jczlam8hc7", + "quantity": 4218 + } + ], + "policy_id": "1f9781e132294eb1e4f12a97d2a1e4554eba4554daa48692866d3f71", + "policy_script": { + "script": "policy_vkh1r7tcrcfj998tre8392ta9g0y248t5325m2jgdy5xd5lhz0h6f6s", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1x2zd9vv9uuw90aev3ece36a7jj9y96fu3a0964", + "quantity": 6226 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1tgzljp3lvffzfcuzwm2tp576z0ceulqye9764g", + "quantity": 6028 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1p73ahqzytx2pfhvrc3slzu875q22wug3k6h3uu", + "quantity": 7772 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1s3z22jaysnplcvw4q09v0n2p2snpt9hgdtzujn", + "quantity": 8350 + } + ], + "policy_id": "a135151315be8271ca4ee7a2b6247c2d4b701c8e25b3251eeaa4ab63", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset15pd2h8u0c7xjunfn47mf78wcv7f5nns4dv5y7n", + "quantity": 7133 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset16ak5hw0mgcawl9l02pekeqy42w47uc8fer9kfa", + "quantity": 595 }, { - "fingerprint": "asset1k5fnr0ux8xzah59vrz33h5qtgv4x7x54ykur6y", "asset_name": "546f6b656e58", - "quantity": 4099 + "fingerprint": "asset1y6f3sxx9shv706udzhykc6dqwflht23329hqlf", + "quantity": 1443 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1esgxeadn78xpc4jfh0yvxyvkpcefp8rmpdemag", + "quantity": 7821 + } + ], + "policy_id": "699530f61cd3f4b2b596f77c6d1aaa3c826298b97ff58829bbea72c1", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset150a6405trt27y4gglkepfgn8hdsjt4gyyzz55s", + "quantity": 6846 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1dycdhyz8a9nvtl3mumz9ty8fqqfnz4hvzse6as", + "quantity": 6262 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1y4pdjgw29z0sgj3x622uaf6h3rnruu3qcs33u4", + "quantity": 7799 } - ] + ], + "policy_id": "edb843ce67ba53d6d345136253e178e7bcff48b7eb4cc07337b0e409", + "policy_script": { + "script": { + "all": [ + "policy_vkh1akuy8nn8hffad569zd398ctcu7707j9hadxvquehkrjqjky2nzf", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1qkl8ard02qttdndu8r6cj84rwgundawzy2vmmx", + "quantity": 7198 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset195np3gr9k7sggp6u8d34esl4d4ucjgn85fyge4", + "quantity": 2223 + } + ], + "policy_id": "f8067beb0c5bcfd8d5bcd29f695e96f2e6e62b4616d6c1212c6619f5", + "policy_script": { + "script": { + "all": [ + "policy_vkh1lqr8h6cvt08a34du620kjh5k7tnwv26xzmtvzgfvvcvl2czq0ee", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1tdf3ulw6pkdl3vqqyrltvu7w7cpuet44ezepyj", + "quantity": 1834 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset18am7w33vapknv44r9njafac0vhl3prlnpj2rn2", + "quantity": 6787 + } + ], + "policy_id": "4a8b3fec1b6dd73a169f7b40c860211463db5ce3eaf0ca086c4e2781", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1r8d9mwkgve39w233jzsdmx6f2haxnv7jn86u7l", + "quantity": 7043 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1ev4ul3cene4hn5qdwujeaencrlh4702cp9wcsx", + "quantity": 461 + } + ], + "policy_id": "799c2d9bb127afb631d7e081d52191f07090ba1aa1428ab13c9d09cd", + "policy_script": { + "script": { + "all": [ + "policy_vkh10xwzmxa3y7hmvvwhuzqa2gv37pcfpws659pg4vfun5yu6xmh8kp", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1jcrkd05p79tu8h63ux4xdutrsxddvfwdjfyw8k", + "quantity": 631 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1vxzn4xfudr0nde722pq97nnpuc5mlmc6f9v9yr", + "quantity": 3555 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1np3w2g4aqu6qephe7j7ddrfmpxd79rydw2tths", + "quantity": 8917 + } + ], + "policy_id": "d40ca51d5e68ef6720fb961853ab4a2742e3fde6a4522f054c28b721", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1md6w0jmtn29ej6t9p2w3x727adrugwyuugehwh", + "quantity": 9133 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1kxd3v9cmvxkzfutvq437mt2j753q0tsdghu37u", + "quantity": 1231 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1883kal08k9xftzgm4hle6m8k9ecvssc2ahtapw", + "quantity": 2408 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1snneq62z7dt2huutp38v5gmkcakkg3ut89smt6", + "quantity": 6004 + } + ], + "policy_id": "991712900a5b7b5b05623e39db224b7eeac26fec5672dda627560ab0", + "policy_script": { + "script": { + "all": [ + "policy_vkh1nyt39yq2tda4kptz8cuakgjt0m4vymlv2eedmf382c9tqnzuwxc", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset12cpq7sk2f6q7s9xpx8wvxewhwmdps5nhfdv38r", + "quantity": 3693 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1nwewx73alkkn6ud9hw0r0shtyk88plcq5cxt5w", + "quantity": 6153 + } + ], + "policy_id": "88d39aaa5047ca410af134dfde46fab8a38c8b066ff5ee32ba292f11", + "policy_script": { + "script": { + "all": [ + "policy_vkh13rfe42jsgl9yzzh3xn0au3h6hz3cezcxdl67uv469yh3zzqnrmx", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1wcf2wcrq3mat98v7lvq356vhqwphr35hp7yeg0", + "quantity": 6160 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1e2a9mjz9wyhyr5wlgc8mzk0p5vahxnwekyh7zv", + "quantity": 5623 + } + ], + "policy_id": "29e4f23991132a459eedca2123e54ace25e9e5570a418be27acbe194", + "policy_script": { + "script": { + "all": [ + "policy_vkh198j0ywv3zv4yt8hdegsj8e22ecj7ne2hpfqchcn6e0seg2wrjlt", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset19feg02qytc7letc85lg2tzh9vh5jv38wdnjgja", + "quantity": 1519 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1zykrjd4kmn2rl9qrz60v24mehkjv49xq5n4s44", + "quantity": 5963 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1l58ygywxt9rgvfa2frlyw2eakftjalcshfjhy0", + "quantity": 2506 + } + ], + "policy_id": "bdbf7ae5364c60d3c9db60021f025ae8664442ce74ae371793cdeec5", + "policy_script": { + "script": { + "all": [ + "policy_vkh1hklh4efkf3sd8jwmvqpp7qj6apnygskwwjhrw9unehhv2azymxk", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1ltntmaejpz3ksnfsaukl7n6g2jdr8dyrnl05hl", + "quantity": 3669 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1ugsefuppga3csfgfjf5269u47vl0j93hxypedu", + "quantity": 6802 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset13h3049twuaacwmnjg8gk2yx4dpthc7v09h0t32", + "quantity": 9658 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1xkr32dcdn6vll2df7l3q2dg6tra569yp5p7a5k", + "quantity": 8030 + } + ], + "policy_id": "d8d534a26026574095d9a94692db5fa0ea3ce505c36eb6cd97ca3795", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset182etakpa76gt6e99nutr8kmvvw74nwuul63epw", + "quantity": 4361 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset17wzlnxxzaazjv0qulfvs4nhumsxgkwgvc2e7jh", + "quantity": 9346 + } + ], + "policy_id": "cf22231b7f12ae6541976e15b884f3a70387a263e36d1c23fc40a1fc", + "policy_script": { + "script": "policy_vkh1eu3zxxmlz2hx2svhdc2m3p8n5upc0gnrudk3cglugzslcjza08x", + "script_type": "native" + } + } + ], + "wallet_policy_key_hash": "policy_vk1gpc3dksa5yg6swjhzp69sypcrcx5xzzltq39k0g3wcjkxgh7234qfxzfve", + "wallet_policy_key_index": "0H" + }, + "outputs": [ + { + "address": "", + "amount": { + "quantity": 177, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 237, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "8811", + "5576", + "15569", + "15727", + "5908", + "10765", + "15915", + "8587", + "14232", + "15562", + "9193" + ] + }, + { + "address": "", + "amount": { + "quantity": 119, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 41 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 49 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 74, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 145, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 43 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 1 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 + } + ], + "derivation_path": [ + "4898" + ] + } + ], + "script_validity": "invalid", + "validity_interval": { + "invalid_before": { + "quantity": 16419592, + "unit": "slot" + }, + "invalid_hereafter": { + "quantity": 52280475, + "unit": "slot" + } + }, + "withdrawals": [ + { + "amount": { + "quantity": 39, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 185, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 239, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 43, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 54, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 81, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 34, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 148, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 162, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 167, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 178, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 230, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 133, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 26, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 14, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 60, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 188, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 235, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 113, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 165, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 247, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 233, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 160, + "unit": "lovelace" + }, + "stake_address": "" + }, + { + "amount": { + "quantity": 218, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 40, + "unit": "lovelace" + }, + "stake_address": "" + } + ] + }, + { + "burn": { + "tokens": [ + { + "assets": [ + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1nm50fx7mywmq43nn7p8shujtrfht0qejh977v2", + "quantity": 9731 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1mu6d5jfv8qk6jkwpzf5el6vh0h7yd85ne7kw6w", + "quantity": 5426 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset16lxcxxxjtadm9uc4h3lxdfc9sujp4npuen83nz", + "quantity": 6791 + } + ], + "policy_id": "4d65fbd3324201f0c2a0afca536fb47b63cf12836dfee6f129b6d9eb", + "policy_script": { + "script": { + "all": [ + "policy_vkh1f4jlh5ejggqlps4q4l99xma50d3u7y5rdhlwduffkmv7kqhp63d", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset16drdlvr87mzarw383qnsr2cyxmcy7454cp7yyz", + "quantity": 7496 + } + ], + "policy_id": "79723a89a4e2b3ecfa888b0bf690771032f65f3004d63328146ee472", + "policy_script": { + "script": { + "all": [ + "policy_vkh109er4zdyu2e7e75g3v9ldyrhzqe0vhesqntrx2q5dmj8yjjgq98", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e51", + "fingerprint": "asset17jazp4l52jh8nzzagl97gktyerwe036mx9q74q", + "quantity": 8826 + } + ], + "policy_id": "2dc9c4709f3ebab62e56fbaff25aee2066bd9884956202109a17da14", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1dtlpsa43nwt4r0zncrmkd2tyxlh333prm53vu2", + "quantity": 4212 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1plf03kadh3k3cj3kzucrjhrssgvqczshrctddq", + "quantity": 3562 + }, + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1408xgyug296dztv2qj9txtsrg50n9v6r3mndte", + "quantity": 2485 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1ny64l0zvkrg6y8c67zfh5w3alfx3l0700s9qt2", + "quantity": 5983 + } + ], + "policy_id": "63bec0f3804ea0af9a5b34f58e8e49ba12beae739a0605694e69e77e", + "policy_script": { + "script": { + "all": [ + "policy_vkh1vwlvpuuqf6s2lxjmxn6carjfhgftatnnngrq262wd8nhukfp5hp", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1t3g95w8lfs2cpcdwnc8v7dc2cztu7qedh8x0nw", + "quantity": 1257 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1lpx8w7sqva8qr5ky6pq5a833hqdznksqedc6cw", + "quantity": 2041 + } + ], + "policy_id": "91696738c1d4fe68a53080d3cb196238a640fbff2e33a246abe12be3", + "policy_script": { + "script": "policy_vkh1j95kwwxp6nlx3ffssrfukxtz8znyp7ll9ce6y34tuy47xwhk4s7", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset16gjzlx8mu30jyyqqw5mpy5cr3wcasj46uwfzjl", + "quantity": 7785 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1h8crsrhevqjnelezh4epkql0aatshgz07vzuax", + "quantity": 1278 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset12u6462npc4ktt4xsptdyar5f75mmy7m3yu3e97", + "quantity": 8094 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1y76phm79ngq9egqlpqchtysyhezhrwszcvsh65", + "quantity": 1599 + } + ], + "policy_id": "df8400057c7cd233d808fa39cc29abe40bbbd636bd619c9fca68ec3a", + "policy_script": { + "script": "policy_vkh1m7zqqptu0nfr8kqglguuc2dtus9mh43kh4see872drkr5s3urtp", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1gvklzu7kxsuzhppmayaer5xktswhrkcqdmj6z6", + "quantity": 2297 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1wezt43gj0tkg96p4472dahsfrkyt5mskpeh268", + "quantity": 7492 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1equ7u7m8zlf74t573fj9330esm57n4my658enq", + "quantity": 6338 + } + ], + "policy_id": "bccd92cac9ee850febac9569b4bfc6b9143fe9061c63c620913b548e", + "policy_script": { + "script": "policy_vkh1hnxe9jkfa6zsl6avj45mf07xhy2rl6gxr33uvgy38d2gug276je", + "script_type": "native" + } + } + ], + "wallet_policy_key_hash": "policy_vk19cx3znc50e3ck5edqezpg5fz2vwhurm29cayvhq82v2h22emvq9qknvx0j", + "wallet_policy_key_index": "0H" + }, + "certificates": [ + { + "certificate_type": "deregister_pool", + "pool_id": "pool1vr7m2lar5tdz9dxt4ammfty02rw7x2akc3qryppc0jm8ydgyc5x", + "retirement_epoch": 27992 + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1zwjxva5n0gxv5l6p8nks9vtrvxuaxfrv07suyrs54n33y6ktsn7", + "reward_account": "" + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 207, + "unit": "lovelace" + }, + "pool_id": "pool1azu7d633t95r827w2wucxgu86f9wq8prc80utr9xgsps2mn84ws", + "pool_margin": { + "quantity": 96.26, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1q29a0ty5vrtpz6n7zmjznn56dyl0l7g5lza065wey7g6wyeyt8lqu97fjy", + "ed25519_pk1flxpnpzvhpszt45vhvsjakuz670rfe2rx7hpv2pjkfuxgd7kstgsj2uq2t", + "ed25519_pk149hsvhyk5n8p7pc2ukeja7cqf975ag0966j6xvy0fhm262hvtjhsg6a9fg", + "ed25519_pk1fd9uv7rhyyzxhx2e780nw5sgn8v8rrp40pppp5syyp5g7ncqjeqsap6gfq", + "ed25519_pk1f7kjy4k2jp5v0fyqxm9fn3jm6w0allwqgfpmg5dermf8j2s9xjhqwdvduh", + "ed25519_pk1vcnmgmreetjtx3rzuw52rlrxdt7ynh2k77z5whujljarlhtyygcqadekax", + "ed25519_pk1yvvtpszm4kjpf8dkw2dd5sftae3rrzympwst2kfuy9m36x83dlcsa7l8t0", + "ed25519_pk15hxukf3ngcwx24jh86fverscn7ce3yzkdu2ldr5gvln4uydazfzs8ze8fc", + "ed25519_pk1ws3cwchf4zjs3sej8q672v40frrw07as52pq6elklx8ms6ydm9zst32uyv", + "ed25519_pk1rd5pda9j62vrxv2zwexrakf6dwcpvmzx6j4yry7jv3kqsknfwgus72l59g", + "ed25519_pk1teu4zv6yhepp75swy6hfln8k8u02juhcqt208466qqu9xt9eazdqlz57am", + "ed25519_pk1zqu0d4zlaq0hx5uef3hcmkf32xqugzuvu4804hkpkty8npsag85sgj6z5l", + "ed25519_pk17j5lh93f9uf0u3yldwlaemgetxfsefy3tsar9squhl33le5ynu9shxwsxq", + "ed25519_pk1nu85n29e47kcp0jyldte25q0slssdq3u6qsalkspf5erf4qn4ytqut5sle", + "ed25519_pk1szy39a7mrr072eky8t8uud76480vgz3z8m49xkrehd76efpxc29qsmvuwe", + "ed25519_pk17atg5knf5p87xvgajtwdps0mpc339kkh0e0cr6gvjv5y0uqs9q4sj0vvmw", + "ed25519_pk13hdehv7fsu4t6933kczruus3jclqljcu6yeyplut95l2v83lxp7say66lq", + "ed25519_pk1mctms2vwcwppvldgmd94trs04kc9cnxl53x7kzjvckejrry854dsap8wj5", + "ed25519_pk1ql88adx8lc05z8yyyk0x02vafem6ys2qs9r3xvzvjq36d0q0y8kqcn83zv", + "ed25519_pk1xlgk8eq9csh2jqmp4xdquty9nwdqw8qr9tx90dnvwyjwa3cmpwuqcwv3dg", + "ed25519_pk1d3v9q0ujs8hyq4dquukln9r95p4pwp7wszefg82zqurqqd8d0pdqsdfu6z", + "ed25519_pk1q44ksxelk5wznaqu5z90gqcqr5dj58nec77z4qp0um2z4cxzwmgqmdhnd7" + ], + "pool_pledge": { + "quantity": 214, + "unit": "lovelace" + } + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1rmz0xl57ssrzy3xxwczllardh4hr0vw4c6s0rvsdtcllze0kvmg", + "retirement_epoch": 16303 + }, + { + "certificate_type": "register_reward_account_external", + "reward_account": "" + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1am3z285t984s4yrrgwz3tuv7dmme3q77prw92zyyup467w3jgv9", + "reward_account": "" + }, + { + "certificate_type": "register_reward_account_external", + "reward_account": "" + }, + { + "certificate_type": "join_pool", + "pool": "pool1kgv9ccjmh3pwnzg2gnqsc9pmywmd9095e6ep5z3rdlcz5sxggdc", + "reward_account_path": [ + "8914", + "31276", + "12974", + "32371", + "20343" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "20684", + "14171", + "19749", + "25468", + "26227" + ] + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1mwyda892pssvtekewentle3yh6ls8w0c6eq99r594e2vumpev89", + "retirement_epoch": 2883 + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "6782", + "1347", + "12711", + "31907", + "10643" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "11170", + "8900", + "4946", + "31282", + "22850" + ] + }, + { + "certificate_type": "quit_pool_external", + "reward_account": "" + }, + { + "certificate_type": "quit_pool_external", + "reward_account": "" + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool12gdhruez6kzx5mtplps5yg700l07wc04kyft4rfymvm46kl66f6", + "retirement_epoch": 395 + }, + { + "certificate_type": "join_pool", + "pool": "pool1p30jjjd7mftckmw563pwzy2pp6ujcy3hs33wk052chsmysnzjr3", + "reward_account_path": [ + "12553", + "6418", + "14696", + "4649", + "9007" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "16592", + "3206", + "16093", + "24658", + "31357" + ] + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1m8u78ng4lasked3w8trupk8l9300kcwlln355hlw6fq0k88alef", + "reward_account": "" + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1nzhth0f6tjq3m4504p6ltrn666ptuknj5d739kwsnwpk5yunacr", + "reward_account": "" + }, + { + "certificate_type": "register_reward_account_external", + "reward_account": "" + }, + { + "certificate_type": "join_pool", + "pool": "pool18n3j7w2peve6vhy3znldd2798c2pmeng6nwvhz682qsfs9j04gn", + "reward_account_path": [ + "1692", + "14099", + "23955", + "13545", + "10232" + ] + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 162, + "unit": "lovelace" + }, + "pool_id": "pool16gmqvncpqrn0kusw0ggvq039z5snu08h9e36kqfrqehfw3ecvep", + "pool_margin": { + "quantity": 85.93, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1yzpcr34j5dtsmwrmvtsv5s0emy25xl7ysnjwrhjauzh4vphutydsmrr4qn", + "ed25519_pk1h52jmdp6gadwcqskv0zp400f0f92pr77sq2npavs5u05f9n0xwfsngenjj", + "ed25519_pk1n06q8hj6mczqpzg5kjh5493texx5xsm5zc0hl46vh6lmnw753utqzskkd9", + "ed25519_pk1554k9x4dfjecyzuva262psx04k43rt4tc4ghyj3h8tkavd75k7nsu8ekaq", + "ed25519_pk19zajkkvt90dnrtvezywhxzgv966ldgndxw5wsl46vf2au2tfpy6stx3q4e", + "ed25519_pk16dz30hexju0k42q8ret3gmc0u73d2jxqayps3yt8vf73938rvvqs3gglx0", + "ed25519_pk1usr5t796dtvle9phgmfnw3zml29u7j2kkqej02sc6y6dwzud7v3qhslyxp", + "ed25519_pk1vuu5e3zyvreah478zarwudj7md3923sshtqvyxymc3wy5qfkp4hsz4f3up", + "ed25519_pk1yehavau43h47ul6k36dktwqaajk6a2q96q3tchsjku39g7m9383qf87acx", + "ed25519_pk1cz6r8x9ywcj2f3c83mga20xkp8dn3ud3u9zvmwartqul4gw2r4jq5jstar", + "ed25519_pk19fcas8qngges08dzuvwfq0lapnksxd6a5hnm2vwftmeh3vkdyznqn0k6ga", + "ed25519_pk1m3ghf4e2hznwl56xwep4ufym582jt6f86xrq8prqa0qs2xygljzs7kpxmg", + "ed25519_pk18uatrsa9e83mxnp5zh9an46tccluq6nu6s42xgp0fcvkt7jf6j6sw492le", + "ed25519_pk1pn9vp0hyy3l8qpdwx9eh68wx2hagmp40fdr2yw43fj6sey03qwrscfqecc", + "ed25519_pk1mgfvssdtkgw7xafuu8cm343jffc3cqs4ehe6938lxkp46s2tszkq9vc4rs", + "ed25519_pk1yq2xvw5ttth7l33a0tn49lav0qvf62fel2hll87knuf0r6k8lk4sp7n63h", + "ed25519_pk1xx879cq9m5jyhzu4knjxlwqgmjn96s7337edj3usxzsgp58az6gq3ffh2u", + "ed25519_pk1cqpvfaj7yer9yr6f6qy0kxlypjhe4def5j2klsl94tca57hxjc6sh3latw", + "ed25519_pk1hr4esdv7eshae3ruz4pyf5a8dfapyv7nf4d3eey7hg55l3atvgtqy5mrtn", + "ed25519_pk1mq4pp0ktf7dsy4cdezjzz8658fvf8kmdm7pwszvs3gtyjt8lteyqxxjmme", + "ed25519_pk1372cmft3jxjr8aqkv7pvf20mfz03ap0286gl7rsl4dk6a7z876tqeep4cx" + ], + "pool_pledge": { + "quantity": 63, + "unit": "lovelace" + } + } + ], + "collateral": [ + { + "address": "", + "amount": { + "quantity": 124, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 42 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 + } + ], + "derivation_path": [ + "4444", + "2924", + "14669", + "8995", + "10349", + "12815", + "10011", + "14799", + "15186", + "8387", + "5704", + "10885", + "20", + "6974", + "4060", + "7661", + "7587", + "7853", + "12248", + "12215" + ], + "id": "43ba7d0a781810135875aa08796c54db2c33442c19781870574a2b173e990d0a", + "index": 27840 + }, + { + "address": "", + "amount": { + "quantity": 130, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + } + ], + "derivation_path": [ + "4820", + "6874", + "11975", + "5444", + "5851", + "8436", + "9094", + "11254", + "6524", + "2190", + "15390", + "11933", + "12786", + "13038", + "4153", + "12230", + "7125", + "6892", + "8186", + "7983", + "9894", + "2713", + "1015", + "2053", + "7306", + "6941", + "907", + "7686", + "7809", + "3640" + ], + "id": "61ec52095b7232493a3872546a186465bd7a7e0e2f7b51fc5a4e9f41dd5b7327", + "index": 13031 + } + ], + "collateral_outputs": [], + "deposits_returned": [ + { + "quantity": 75, + "unit": "lovelace" + }, + { + "quantity": 126, + "unit": "lovelace" + }, + { + "quantity": 236, + "unit": "lovelace" + }, + { + "quantity": 142, + "unit": "lovelace" + }, + { + "quantity": 23, + "unit": "lovelace" + }, + { + "quantity": 61, + "unit": "lovelace" + }, + { + "quantity": 50, + "unit": "lovelace" + }, + { + "quantity": 223, + "unit": "lovelace" + }, + { + "quantity": 5, + "unit": "lovelace" + }, + { + "quantity": 62, + "unit": "lovelace" + }, + { + "quantity": 203, + "unit": "lovelace" + }, + { + "quantity": 223, + "unit": "lovelace" + }, + { + "quantity": 39, + "unit": "lovelace" + }, + { + "quantity": 103, + "unit": "lovelace" + }, + { + "quantity": 99, + "unit": "lovelace" + }, + { + "quantity": 178, + "unit": "lovelace" + }, + { + "quantity": 72, + "unit": "lovelace" + }, + { + "quantity": 249, + "unit": "lovelace" + }, + { + "quantity": 124, + "unit": "lovelace" + }, + { + "quantity": 75, + "unit": "lovelace" + }, + { + "quantity": 107, + "unit": "lovelace" + }, + { + "quantity": 66, + "unit": "lovelace" + }, + { + "quantity": 168, + "unit": "lovelace" + }, + { + "quantity": 169, + "unit": "lovelace" + }, + { + "quantity": 178, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 8, + "unit": "lovelace" + }, + { + "quantity": 220, + "unit": "lovelace" + }, + { + "quantity": 168, + "unit": "lovelace" + }, + { + "quantity": 41, + "unit": "lovelace" + }, + { + "quantity": 19, + "unit": "lovelace" + }, + { + "quantity": 200, + "unit": "lovelace" + }, + { + "quantity": 26, + "unit": "lovelace" + }, + { + "quantity": 229, + "unit": "lovelace" + }, + { + "quantity": 56, + "unit": "lovelace" + }, + { + "quantity": 240, + "unit": "lovelace" + }, + { + "quantity": 200, + "unit": "lovelace" + }, + { + "quantity": 23, + "unit": "lovelace" + }, + { + "quantity": 171, + "unit": "lovelace" + }, + { + "quantity": 193, + "unit": "lovelace" + }, + { + "quantity": 151, + "unit": "lovelace" + }, + { + "quantity": 91, + "unit": "lovelace" + }, + { + "quantity": 230, + "unit": "lovelace" + }, + { + "quantity": 89, + "unit": "lovelace" + }, + { + "quantity": 96, + "unit": "lovelace" + } + ], + "fee": { + "quantity": 185, + "unit": "lovelace" + }, + "id": "1a054ea4351f4e596217a8d8683f296d191f0429f92a0b65b73f0b9964117311", + "inputs": [ + { + "id": "281cd5774306631e62556f601f4f76073b112936367f7b5a57d729f07f4f5f08", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 62, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh173zvj0x0etks67mm6w5segr4rek0nq8y8vggvj4ywhdaundmu7s", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 31 }, - "policy_id": "f444c93ccfcaed0d7b7bd3a90ca0751e6cf980e43b10864aa475dbde", - "assets": [ - { - "fingerprint": "asset17g0qq40dl33z6c9naprz2g9lpfj0pjlvt2fjxj", - "asset_name": "546f6b656e44", - "quantity": 4503 - }, - { - "fingerprint": "asset186c5x2wmshweeyd4292ef27kt0up50sywnkwtn", - "asset_name": "546f6b656e47", - "quantity": 70 - }, - { - "fingerprint": "asset106qqs62qgq50nf9jzltazn8yvdxjker566d0zv", - "asset_name": "546f6b656e52", - "quantity": 356 - }, - { - "fingerprint": "asset1nkrkn002dda6sf2urwcvsfpx7chukvsdtehsx8", - "asset_name": "546f6b656e51", - "quantity": 5998 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1umx3tyqsr73tzs799rjze6qjn5j3duka7ny0yc6w4ctm562a9r7", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, - "policy_id": "e6cd1590101fa2b143c528e42ce8129d2516f2ddf4c8f2634eae17ba", - "assets": [ - { - "fingerprint": "asset1uyym09r65tk29yxq7wyqw5zqx8emr5eswlnujc", - "asset_name": "546f6b656e4a", - "quantity": 4605 - }, - { - "fingerprint": "asset157398vvehprlm60dwa96z39frefcvc05repwsr", - "asset_name": "546f6b656e52", - "quantity": 3035 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1s2aazc4qstrs39c8qzwfjy99yf8mr5ugr7a9uep0zpr0ytkpf8p", - "script_type": "native" + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 }, - "policy_id": "82bbd162a082c7089707009c9910a5224fb1d3881fba5e642f1046f2", - "assets": [ - { - "fingerprint": "asset1zqy0j04vken6mlctmjryqrv72p7zx4gjk5a409", - "asset_name": "546f6b656e58", - "quantity": 1346 - } - ] - } - ], - "wallet_policy_key_index": "0H" - } - }, - { - "withdrawals": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 + } + ], + "derivation_path": [ + "5719", + "8440", + "11405", + "13713", + "8649", + "902", + "11790", + "2602", + "1823", + "8170", + "15929", + "2915", + "15032", + "13179", + "4282", + "12356", + "11830", + "11105", + "12428" + ], + "id": "772a0c78960714413722df58261542445b2d5e3bde1b282c62766e1050ab3d4c", + "index": 28310 + }, { - "context": "ours", + "address": "", "amount": { - "quantity": 1, + "quantity": 166, "unit": "lovelace" }, - "stake_address": "" + "assets": [], + "derivation_path": [ + "15785", + "8664", + "12120", + "5182", + "5865", + "8591", + "113", + "3687", + "15053", + "11198", + "6516", + "6867", + "15322" + ], + "id": "272d277c1c7c5f585d492ea6286f317f0a00281a6875780c163f5f2b18286943", + "index": 24544 }, { - "context": "ours", - "amount": { - "quantity": 200, - "unit": "lovelace" - }, - "stake_address": "" + "id": "2b37563e3f4d18f22e74087f715b385a6812085f827c24ec4fd5724008403c2b", + "index": 1 }, { - "amount": { - "quantity": 242, - "unit": "lovelace" - }, - "stake_address": "" + "id": "ac2950240a7c3e216173594d69cf21141a74119c362c882e204e497c6f1b5141", + "index": 1 }, { - "context": "ours", + "address": "", "amount": { - "quantity": 48, + "quantity": 125, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + } + ], + "derivation_path": [ + "13431", + "1205", + "5654", + "13879", + "16081", + "13622", + "14626", + "11629", + "15132", + "4211", + "1773", + "7576", + "1981", + "1288" + ], + "id": "7106763212575be0eb0e39677830ec566f935de12d0802076d51320b23117a34", + "index": 13066 }, { - "amount": { - "quantity": 176, - "unit": "lovelace" - }, - "stake_address": "" + "id": "6bdf6a14710027242b5af9704c4703735a246b7f001f46cb6d6d6c6e407a736c", + "index": 0 }, { - "context": "ours", + "address": "", "amount": { - "quantity": 93, + "quantity": 17, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + } + ], + "derivation_path": [ + "14137", + "12996", + "14612", + "5786", + "232", + "586", + "14687", + "4995", + "2551", + "4311", + "9629", + "8230", + "2557", + "4060", + "10651", + "1952" + ], + "id": "217150e83e203a5809005f776f7e60801e174a7d2d3c0371bd5d24222c9c167c", + "index": 173 }, { + "address": "", "amount": { - "quantity": 214, + "quantity": 51, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + } + ], + "derivation_path": [ + "15540", + "354", + "4456", + "3435", + "8995", + "13444", + "4111", + "3315", + "5357", + "1851", + "6079", + "6798", + "12543", + "12454", + "11221", + "12548", + "5644", + "7601", + "9601", + "15660", + "12481", + "11739", + "10860", + "14993", + "5461", + "13688", + "11553", + "7704", + "1637" + ], + "id": "a004c51ef24b38332f5a8f087f697825626235586271380f6b2d79f963537dbf", + "index": 6858 }, { - "amount": { - "quantity": 135, - "unit": "lovelace" - }, - "stake_address": "" + "id": "8a79421a597403557b68637e4677054e0026734063206a006716397d033f6509", + "index": 0 }, { - "amount": { - "quantity": 214, - "unit": "lovelace" - }, - "stake_address": "" + "id": "49400aa4c154142b19510959967719099a3d556a49454171021b09472d340156", + "index": 0 }, { - "context": "ours", + "address": "", "amount": { - "quantity": 199, + "quantity": 117, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + } + ], + "derivation_path": [ + "3545", + "3236", + "2343", + "16196", + "8990", + "8306", + "5183", + "3809", + "12023", + "909", + "5552", + "15007", + "12182", + "5579", + "8433", + "7233", + "10822", + "3186", + "16066", + "9678", + "4521", + "2007", + "7498", + "1658", + "6074", + "1161" + ], + "id": "63353f0c91173f23170a154140620b4a2f656d0823195fef0c7366582000261e", + "index": 9399 + }, + { + "id": "4e72391b9e5303656a6554783304285c06d10a32ac284c32301b07b89a060d52", + "index": 0 + }, + { + "id": "e02c0726cb2b1936642e232834477e4a46761875628c1771237679650ed95a02", + "index": 0 }, { - "amount": { - "quantity": 202, - "unit": "lovelace" - }, - "stake_address": "" + "id": "a236911f0c2d355b3d7f4f0569db51546a6d0d48ef534a6e0d1dbc24053e3467", + "index": 1 }, { - "context": "ours", + "address": "", "amount": { - "quantity": 73, + "quantity": 120, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + } + ], + "derivation_path": [ + "119", + "8326", + "9675", + "2724", + "13921", + "643", + "7999", + "7466", + "3460", + "12206", + "12547", + "5479", + "3680", + "13792", + "14777", + "12642", + "12085", + "14672" + ], + "id": "b12f683b4577568334263c723e4d56482528554899f85a132a13196d49492325", + "index": 7685 }, { - "context": "ours", - "amount": { - "quantity": 113, - "unit": "lovelace" - }, - "stake_address": "" + "id": "1bd37071295c39d4132b53365b5f6098126f62225b1d30675efe18622501737c", + "index": 1 }, { - "amount": { - "quantity": 144, - "unit": "lovelace" - }, - "stake_address": "" + "id": "05deed6557530c776029012b27a44249911c6399535a5d46882f6a080a501e5f", + "index": 0 } ], - "inputs": [], - "collateral_outputs": [ + "metadata": { + "23": { + "int": 0 + }, + "25": { + "int": 0 + } + }, + "mint": { + "tokens": [ + { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1a6mpaq5kqtylc54xxyaat5xnjfe7a22c6s4u7q", + "quantity": 8201 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1h2l56a2tncf26lsvc80ak8uw6gndj25e00x62u", + "quantity": 1182 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1xxgdt0gz8pnxk520x5h7mwtsdn6wkpv878pmq6", + "quantity": 3150 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1kkyfm9gu06kaf60gnnjle5w6cav6rczszu5leq", + "quantity": 7785 + } + ], + "policy_id": "47430594b112caec750c3eb4863002388413e4c8d7bf18e44dc03511", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + } + ], + "wallet_policy_key_hash": "policy_vkh1gyyqxp8p8nk3xtgfwpjsluq7zfdxcmpqdf2n20c4q32qkyq6200", + "wallet_policy_key_index": "0H" + }, + "outputs": [ { "address": "", "amount": { - "quantity": 19, + "quantity": 241, "unit": "lovelace" }, - "assets": [] - } - ], - "outputs": [ + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + } + ], + "derivation_path": [ + "11644", + "15623", + "8923", + "2380", + "11170", + "15086", + "14638", + "8646", + "3064", + "13860", + "2958", + "2999", + "6725", + "14158", + "7250", + "5910", + "16324", + "10517", + "11360", + "12495", + "5042", + "13291", + "9405", + "8250", + "2283", + "13014" + ] + }, { "address": "", "amount": { - "quantity": 122, + "quantity": 186, "unit": "lovelace" }, - "derivation_path": [ - "737", - "4968", - "22015", - "17237", - "24009", - "22945", - "27268", - "27898", - "27926", - "248", - "19628", - "2659", - "27591", - "25674", - "7122", - "24641", - "25631", - "646", - "5882", - "15280", - "11327", - "23259", - "7288", - "10679", - "17778", - "13320" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 + } ], - "assets": [] + "derivation_path": [ + "4269", + "9042", + "11547", + "6898", + "8817", + "2394", + "2027", + "10624", + "661", + "2614", + "3352" + ] }, { "address": "", "amount": { - "quantity": 111, + "quantity": 128, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } + ], + "derivation_path": [ + "13886", + "8815", + "15391", + "6248", + "8538", + "1127", + "9342", + "8894", + "7972", + "2580", + "3002", + "15130", + "14249", + "5614", + "10431", + "5211", + "6143", + "6154", + "2810", + "11833", + "1835", + "10694", + "2690", + "15466", + "15906", + "16131", + "12727", + "14410", + "6220" ] }, { "address": "", "amount": { - "quantity": 135, + "quantity": 218, "unit": "lovelace" }, - "derivation_path": [ - "7633", - "30811", - "8734", - "5508", - "30555", - "4211", - "28093" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 37 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 + } ], - "assets": [] + "derivation_path": [ + "14824", + "5911", + "12850", + "10868", + "15729", + "7594", + "15346", + "13613", + "11167", + "4701", + "6045", + "1396", + "12155", + "14283", + "14703" + ] }, { "address": "", "amount": { - "quantity": 205, + "quantity": 152, "unit": "lovelace" }, - "derivation_path": [ - "29714", - "4499", - "26847", - "7140", - "15536", - "18635", - "2879", - "23991", - "13155", - "13000", - "9131", - "1093", - "22242", - "21699", - "28418", - "25019", - "22575", - "9228", - "18788", - "22658", - "19117", - "20465", - "11876", - "31652", - "27068", - "23714", - "28479", - "13355" + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + } ], - "assets": [] + "derivation_path": [ + "11422", + "5057", + "13387", + "9035", + "15402", + "13419", + "16353", + "15323", + "10812", + "12614", + "15730", + "1917", + "5267", + "6613", + "14213", + "565", + "1366", + "13262", + "13396" + ] }, { "address": "", "amount": { - "quantity": 46, + "quantity": 161, "unit": "lovelace" }, - "assets": [] + "assets": [], + "derivation_path": [ + "13565", + "8247", + "10350", + "15119" + ] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 115, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "31972", - "21128", - "17316", - "25650", - "32444", - "5400", - "30690", - "18536", - "16880", - "4566", - "29358", - "30876", - "30766", - "22342", - "19777", - "30908", - "8632", - "24111", - "6503", - "29474", - "2760", - "12828", - "16373", - "15265", - "22837" - ], - "assets": [] + "8303", + "2792", + "10885", + "7932", + "12381", + "8377", + "15793", + "2467", + "3060", + "4867", + "15679", + "13150" + ] }, { "address": "", "amount": { - "quantity": 32, + "quantity": 13, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 }, { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 }, { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 44 } + ], + "derivation_path": [ + "1987", + "9463", + "354", + "3524", + "12991", + "490", + "8619", + "5517", + "15525" ] }, { "address": "", "amount": { - "quantity": 109, + "quantity": 70, "unit": "lovelace" }, - "assets": [] + "assets": [], + "derivation_path": [ + "503", + "8003", + "10986", + "15407", + "2392", + "3361", + "13466", + "15005", + "5145", + "2533", + "8438", + "6000", + "15566", + "15816", + "16128", + "6211", + "11078", + "5021", + "13637", + "12823", + "7500", + "5148", + "14765", + "15617", + "15498", + "8162", + "8703", + "6257", + "9612" + ] }, { "address": "", "amount": { - "quantity": 149, + "quantity": 13, "unit": "lovelace" }, - "derivation_path": [ - "11900" - ], "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 38, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } ] }, { "address": "", "amount": { - "quantity": 68, + "quantity": 52, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 } ] + } + ], + "script_validity": "invalid", + "validity_interval": { + "invalid_before": { + "quantity": 4662128, + "unit": "slot" }, + "invalid_hereafter": { + "quantity": 7505901, + "unit": "slot" + } + }, + "withdrawals": [ { - "address": "", "amount": { - "quantity": 92, + "quantity": 185, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 216, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 35, + "quantity": 142, "unit": "lovelace" }, - "derivation_path": [ - "8397", - "8725", - "16888", - "31460", - "21438", - "10450", - "28387", - "7469", - "27089", - "7458", - "29814", - "16547", - "18330", - "16502", - "32246", - "276", - "4070", - "5592", - "6344", - "18678", - "31264", - "30617" - ], - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 99, + "quantity": 44, "unit": "lovelace" }, - "assets": [] - } - ], - "script_validity": "valid", - "id": "b276750c3e1c3f58494f12127b5d7223717d2715b62a756c5109090240176710", - "deposits_taken": [ - { - "quantity": 152, - "unit": "lovelace" - }, - { - "quantity": 167, - "unit": "lovelace" + "context": "ours", + "stake_address": "" }, { - "quantity": 58, - "unit": "lovelace" + "amount": { + "quantity": 210, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 28, - "unit": "lovelace" + "amount": { + "quantity": 42, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 8, - "unit": "lovelace" + "amount": { + "quantity": 82, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 153, - "unit": "lovelace" + "amount": { + "quantity": 242, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 123, - "unit": "lovelace" + "amount": { + "quantity": 221, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 7, - "unit": "lovelace" + "amount": { + "quantity": 231, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 189, - "unit": "lovelace" + "amount": { + "quantity": 209, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 53, - "unit": "lovelace" + "amount": { + "quantity": 9, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 28, - "unit": "lovelace" + "amount": { + "quantity": 68, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 138, - "unit": "lovelace" + "amount": { + "quantity": 146, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 84, - "unit": "lovelace" + "amount": { + "quantity": 36, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 24, - "unit": "lovelace" + "amount": { + "quantity": 159, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 81, - "unit": "lovelace" + "amount": { + "quantity": 193, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 9, - "unit": "lovelace" + "amount": { + "quantity": 217, + "unit": "lovelace" + }, + "stake_address": "" }, { - "quantity": 251, - "unit": "lovelace" + "amount": { + "quantity": 201, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "quantity": 193, - "unit": "lovelace" - } - ], - "burn": { - "tokens": [ - { - "policy_script": { - "script": "policy_vkh1a5dxnal64kqmmewh2fh4xvlhj7e53xm5vstp2z5f9759c276hus", - "script_type": "native" - }, - "policy_id": "ed1a69f7faad81bde5d7526f5333f797b3489b746416150a892fa85c", - "assets": [ - { - "fingerprint": "asset1urwujq2wupvvyme8w9g3mk3m6ncugs8m3ugq5x", - "asset_name": "546f6b656e57", - "quantity": 2393 - }, - { - "fingerprint": "asset1y0dl23hjl0gt2n9gsy08q706669q04m6gfk82y", - "asset_name": "546f6b656e43", - "quantity": 5397 - }, - { - "fingerprint": "asset1rq56n3vgrnx27d2waptqyz6mvt3mqvlcjh9l90", - "asset_name": "546f6b656e53", - "quantity": 2550 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1frm7k93sz52smwqgs3uej8d3ywdfqq4z7tuwcja5pdswvrwrce2", - "script_type": "native" - }, - "policy_id": "48f7eb163015150db8088479991db1239a9002a2f2f8ec4bb40b60e6", - "assets": [ - { - "fingerprint": "asset1t55c6jkdjs0djkmvtmwqhrzrxku6we23dtlzrv", - "asset_name": "546f6b656e51", - "quantity": 7286 - }, - { - "fingerprint": "asset1fa99638hy2pqelhutxvd68w9zg8mz5v8x45vrn", - "asset_name": "546f6b656e51", - "quantity": 984 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh19huv4cptzfz5v5lxlp35xpvqvj9um7y2kj972fjz4wdpvthr58f", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "2df8cae02b12454653e6f863430580648bcdf88ab48be52642ab9a16", - "assets": [ - { - "fingerprint": "asset12a0fhuc7sccku07w6vluhydj208ufr62naycsp", - "asset_name": "546f6b656e4b", - "quantity": 989 - }, - { - "fingerprint": "asset1c7z995v206qwyls8rynl30twx802f4xa65th4y", - "asset_name": "546f6b656e50", - "quantity": 3843 - }, - { - "fingerprint": "asset1judrqlctuhvehsa8ve2937p8h9z2vhelcpqg89", - "asset_name": "546f6b656e4b", - "quantity": 8733 - }, - { - "fingerprint": "asset10np23jcn6zchgdd6kf5ka2fv8txqlzlf4zpkx7", - "asset_name": "546f6b656e54", - "quantity": 1127 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1wm5ecvalz3eqjcnjxxklfucqfd30psnmh43c56cs3ftrune4g8q", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "76e99c33bf147209627231adf4f3004b62f0c27bbd638a6b108a563e", - "assets": [ - { - "fingerprint": "asset1jw0c7l3fegruuzqe9rg4vxfptf5kdytzce23jl", - "asset_name": "546f6b656e54", - "quantity": 3916 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "a4d675340e92ace3b072af4bde894481870d14d0e001caae6e387e65", - "assets": [ - { - "fingerprint": "asset196rqyqvx2et63wx7znldkhm2sz3yalzxrktps5", - "asset_name": "546f6b656e4d", - "quantity": 9464 - }, - { - "fingerprint": "asset1gn6y30q7749h4jzrqufq4fc3tqqh3x5p6pv324", - "asset_name": "546f6b656e48", - "quantity": 5085 - }, - { - "fingerprint": "asset1rwahzmjq43fw8289nvxcxkcfjfj5duuwv636ka", - "asset_name": "546f6b656e56", - "quantity": 1573 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh17e9tvpuw9us3qmj6hp3w9hv93yweyvmwgk9q5nc0fw6zsgx0az3", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "f64ab6078e2f21106e5ab862e2dd85891d92336e458a0a4f0f4bb428", - "assets": [ - { - "fingerprint": "asset12ntt7l90pmkl3qw70n29py2pd88gxsfsumj99s", - "asset_name": "546f6b656e4c", - "quantity": 9299 - }, - { - "fingerprint": "asset1xyhclvgau900ran8p9hq2erzwsl25vnu9crhe6", - "asset_name": "546f6b656e47", - "quantity": 7672 - }, - { - "fingerprint": "asset10vfx4a2afu2x6hp4qkqmqzstw6j2vsvrakh8mr", - "asset_name": "546f6b656e4c", - "quantity": 7995 - }, - { - "fingerprint": "asset1wdk7ra6x60qdm4w3xy2wqv27x7ve4z76hycunm", - "asset_name": "546f6b656e4d", - "quantity": 6588 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1m25v7j5wntr3gg6r3n23pecj0nf535qr09ep7ltzan3tum3mkaw", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "daa8cf4a8e9ac71423438cd510e7127cd348d00379721f7d62ece2be", + "amount": { + "quantity": 176, + "unit": "lovelace" + }, + "stake_address": "" + } + ] + }, + { + "burn": { + "tokens": [ + { "assets": [ { - "fingerprint": "asset1tnssypd49gw7ndgh36nusqxvc6gay3xauy4zny", - "asset_name": "546f6b656e51", - "quantity": 2494 - }, - { - "fingerprint": "asset152zl808e24rfptqvywa7ka23gh757y2t4hhjkr", - "asset_name": "546f6b656e57", - "quantity": 172 + "asset_name": "546f6b656e56", + "fingerprint": "asset1a28dxxgsp4rm076ld8rtgpmasxgpu05jkkjds8", + "quantity": 8992 }, { - "fingerprint": "asset1602y46nyal6d9kmgd4p9uxh5fq7t6vvdyazk2c", - "asset_name": "546f6b656e4b", - "quantity": 4650 + "asset_name": "546f6b656e50", + "fingerprint": "asset1564dyxhknj5rp5u5yah36j2j3sg3nm4lylnse9", + "quantity": 9341 }, { - "fingerprint": "asset1e0a8ywv9llm82lgvxr5zuysu3yl4t5vqmy50ar", - "asset_name": "546f6b656e44", - "quantity": 5209 + "asset_name": "546f6b656e51", + "fingerprint": "asset1w6ms0cf2pk3869gv59yewt92esnyaqd9meunr7", + "quantity": 7310 } - ] - }, - { + ], + "policy_id": "6de5b12183462e31d1f3ef6c4853e8c3b5ab5f9bd7de747e6e440ac7", "policy_script": { "script": { "all": [ - "policy_vkh1r7e6x2hcqhcmtqvy7szwyru2mqlydg4nuwdmgqze7phjkttypxa", + "policy_vkh1dhjmzgvrgchrr50naakys5lgcw66khum6l08glnwgs9vwaj7wx3", { "active_from": 100 }, @@ -9218,245 +10951,110 @@ ] }, "script_type": "native" - }, - "policy_id": "1fb3a32af805f1b58184f404e20f8ad83e46a2b3e39bb40059f06f2b", - "assets": [ - { - "fingerprint": "asset1pfxt6cfdyrgn43vehg2gr8xk2r02g7faetd4xj", - "asset_name": "546f6b656e56", - "quantity": 5518 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1q53prdu77aeegrssmmwenx8aalf4usja9hndu358jp2q7yy8539", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "052211b79ef773940e10dedd9998fdefd35e425d2de6de468790540f", - "assets": [ - { - "fingerprint": "asset1dnfkxt2nr0fwwg3rjw5q6ghv4xt5qw7p27mmcd", - "asset_name": "546f6b656e4a", - "quantity": 3700 - }, - { - "fingerprint": "asset153s7m0p670fyh0vy9rcg577tvcmc48p4um5yk3", - "asset_name": "546f6b656e4a", - "quantity": 6993 - }, - { - "fingerprint": "asset18ezvajec7nv3x6v5knfectly9nq8aq8vv24uyq", - "asset_name": "546f6b656e55", - "quantity": 7525 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "9a31e002133df6cfbaca53d812d06e8375c2439b92de93343bad84db", "assets": [ { - "fingerprint": "asset1zlryc6td6g9c8phgzkcn0dn40gvu8c5hwcnj3v", - "asset_name": "546f6b656e41", - "quantity": 6301 - }, - { - "fingerprint": "asset183qw0f0c5ej9lxrm4vfag6xvh0ljkqey8qrwp4", - "asset_name": "546f6b656e4f", - "quantity": 9390 - }, - { - "fingerprint": "asset13gk6s4qh8jts0tltphd73k9wmprx4frxu2gnqs", - "asset_name": "546f6b656e4d", - "quantity": 7465 - }, - { - "fingerprint": "asset153d2h5zcwckn3vfaq340y0460vq740ayl42klc", - "asset_name": "546f6b656e48", - "quantity": 6434 + "asset_name": "546f6b656e50", + "fingerprint": "asset1alhhkxr9exyxkcm75p6a5jp04pk63dvzr7f4u9", + "quantity": 782 } - ] - }, - { + ], + "policy_id": "a934ad437bbc0db63aa27e5e91e60833c26db8ef32b0a365f5f1bbbd", "policy_script": { "script": { "all": [ - "policy_vkh18tcm5tfawt6d2q5w2d7rs476gk2emwxj7whr3j2vvfk9v0stltz", + "policy_vkh14y626smmhsxmvw4z0e0fresgx0pxmw80x2c2xe047xam62wgwcv", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "3af1ba2d3d72f4d5028e537c3857da45959db8d2f3ae38c94c626c56", + } + }, + { "assets": [ { - "fingerprint": "asset19d4hf2j6asdgwcy69h7nhlh8gvhrfsjwdggc0l", - "asset_name": "546f6b656e50", - "quantity": 7090 - }, - { - "fingerprint": "asset15k4fgxs3wlsdu3j0xm35cny7arhfs4sh3kzhld", - "asset_name": "546f6b656e56", - "quantity": 2292 + "asset_name": "546f6b656e43", + "fingerprint": "asset1vlmu65hey5jlf45r7yawem2qyjdnjlmmn8jgee", + "quantity": 6007 }, { - "fingerprint": "asset1d7tj4unjzqe5uxeyhcehyx6cctvsax9rl0hett", - "asset_name": "546f6b656e58", - "quantity": 5524 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1whhy8g90cpt5gk23hh6vxfycx72k7xungldg63", + "quantity": 7709 }, { - "fingerprint": "asset1ac3anvdj22vswhwsvgdvyjfhftpsu9etf6lqdp", - "asset_name": "546f6b656e41", - "quantity": 4238 + "asset_name": "546f6b656e57", + "fingerprint": "asset1a5ay6ue5dhmc6dg3zhlrql68m6dxuzenqmz7yp", + "quantity": 8546 } - ] - }, - { + ], + "policy_id": "f6be7333eb7b57d5981e0ecf8bf5e52ecabb7323ae37379038988ae8", "policy_script": { "script": { "all": [ - "policy_vkh19xs50gctnnwcj4rtt6h4r3g96vlt08z7syvzlpd3n2t8ydly6vm", + "policy_vkh176l8xvlt0dtatxq7pm8cha099m9tkuer4cmn0ypcnz9wsd6unac", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "29a147a30b9cdd89546b5eaf51c505d33eb79c5e81182f85b19a9672", - "assets": [ - { - "fingerprint": "asset1qg4xt2qkcd9vpmsy2gnkj5ccwzameffkycshu7", - "asset_name": "546f6b656e55", - "quantity": 5812 - }, - { - "fingerprint": "asset12r0gndlraa947pce3fncxdw30mg377sh4tnahj", - "asset_name": "546f6b656e45", - "quantity": 4938 - }, - { - "fingerprint": "asset1wpchqwdmnx2xglazvav2m5ctfl3t7svna0ahcr", - "asset_name": "546f6b656e57", - "quantity": 6585 - }, - { - "fingerprint": "asset1luc8gqpmue37rqtr027qsqswf89eqetl44mp4h", - "asset_name": "546f6b656e59", - "quantity": 8849 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "75b70525a0d4ca1c9189beee761af982ba23bc7decf25140aeaefb4a", "assets": [ { - "fingerprint": "asset1txh5leu3wlfcucuv54k666em7lr2ape4wjjupy", - "asset_name": "546f6b656e55", - "quantity": 1368 - }, - { - "fingerprint": "asset1d048tw9wvn9csknjxhfdafv8zhsa0pq0p7jk54", - "asset_name": "546f6b656e4b", - "quantity": 8542 + "asset_name": "546f6b656e53", + "fingerprint": "asset10gsg0vrk98n3mjkqnuu6etq4uynv3zuvah92rc", + "quantity": 2986 }, { - "fingerprint": "asset1x2mcx6d4ws5rs3yd0cc82mxg5dh6xh9lmlalun", - "asset_name": "546f6b656e43", - "quantity": 2361 + "asset_name": "546f6b656e46", + "fingerprint": "asset17q9tneq5xpqtwf3jzt25qqp0rx3kjmqw9vxgzt", + "quantity": 7439 }, { - "fingerprint": "asset1jg6gl4hc0fhwh9e3njpa9g4na7xuvr0zjah9v6", - "asset_name": "546f6b656e58", - "quantity": 5380 + "asset_name": "546f6b656e48", + "fingerprint": "asset1uy5mt082vcc28w5d50gchuvwve0yvsjn2d9ghl", + "quantity": 1473 } - ] - }, - { + ], + "policy_id": "d88cfe8216024d0475da55d718de550528e3853140dbe5ae2eff1351", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "699fbdd1fc5a5abe2a88240fd1d1381a80bd8341ddf0e804c5674253", - "assets": [ - { - "fingerprint": "asset17z722rk2dz0kfzahjqwjp6zdlpqgdq7h6ct9js", - "asset_name": "546f6b656e5a", - "quantity": 3562 - }, - { - "fingerprint": "asset1rhuq246pwnus9j8cyz6ne8yuvzcln9tn22x3ez", - "asset_name": "546f6b656e54", - "quantity": 6871 - }, - { - "fingerprint": "asset13mchnk2ec035vevy83u79twzuaj7g90kczeljz", - "asset_name": "546f6b656e46", - "quantity": 5238 - }, - { - "fingerprint": "asset13e29p5n6anq29wkf3c8cck7082nq9pv6tyqqhw", - "asset_name": "546f6b656e4d", - "quantity": 5026 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1dlel9e78pzlsqyfrrhxzfkacxnftplyy7rynyuxhl35djs2h7h4", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "6ff3f2e7c708bf0011231dcc24dbb834d2b0fc84f0c93270d7fc68d9", "assets": [ { - "fingerprint": "asset1jrnjcgxf93kzvek0ue6rr8wqh8q29jne3vr4xp", "asset_name": "546f6b656e4f", - "quantity": 8055 + "fingerprint": "asset19qhnkx8kx262fh440qhcmwqvqvdwlrc7wmu25a", + "quantity": 4066 }, { - "fingerprint": "asset1najfdt32tuuxauu5arv7supa25qn5maakwkygx", - "asset_name": "546f6b656e58", - "quantity": 4880 + "asset_name": "546f6b656e53", + "fingerprint": "asset1hjx8avuwd4k4nlkwxek4tjycff7fykyq33wqah", + "quantity": 8471 }, { - "fingerprint": "asset16cdxvd8r2znaz4tefafsxqeqcfk0fazkn6k9gs", - "asset_name": "546f6b656e4f", - "quantity": 3502 + "asset_name": "546f6b656e46", + "fingerprint": "asset1z68prtjhmx2wcjcvrujkacag3d6rjdscjry4x9", + "quantity": 200 } - ] - }, - { + ], + "policy_id": "cc7413297a93925e7d91f7e1c3b856ab587af2d4a7f29a49649da929", "policy_script": { "script": { "all": [ - "policy_vkh1zdjfr9u3m9xrh0k2mrmqxap7xrkpaf7mdd8sxu9hna49qn7f0n4", + "policy_vkh1e36px2t6jwf9ulv37lsu8wzk4dv84uk55lef5jtynk5jjlryaw5", { "active_from": 100 }, @@ -9466,2646 +11064,3296 @@ ] }, "script_type": "native" - }, - "policy_id": "1364919791d94c3bbecad8f603743e30ec1ea7db6b4f0370b79f6a50", + } + }, + { "assets": [ { - "fingerprint": "asset16dzzm5s6jxtycsvkeh3yqtzsl722q4gldlxc80", - "asset_name": "546f6b656e42", - "quantity": 9940 - }, - { - "fingerprint": "asset14dr4eehfx36lydv2v3c5r44z68yyhw5h3g88vs", - "asset_name": "546f6b656e47", - "quantity": 7430 + "asset_name": "546f6b656e58", + "fingerprint": "asset12vvrp6japyh50kjewvg4nlepgtd6murcdg49lr", + "quantity": 9591 }, { - "fingerprint": "asset1vjdwxjycqcmm284eh4knpfcu8ujppt889vtfal", - "asset_name": "546f6b656e42", - "quantity": 6318 + "asset_name": "546f6b656e48", + "fingerprint": "asset1t8g5wc9j4d9ue4c5m32ma4jauas3g6zq83v6lq", + "quantity": 8233 }, { - "fingerprint": "asset1n6vhe8cspfv9mxle7t0h2m584tfkx8mjcewsqz", - "asset_name": "546f6b656e53", - "quantity": 6410 + "asset_name": "546f6b656e44", + "fingerprint": "asset15wwe2nq7dgk8w7lwd4333jl4dy2xwd4vzrndw2", + "quantity": 5535 } - ] - }, - { + ], + "policy_id": "c2384a5ac20ed741e306cfae01c592a85c2c1f7efc80d69f9b304a09", "policy_script": { - "script": { - "all": [ - "policy_vkh13ukah2nzmjfspd5yslphggvczpxausv077xvxwfekmjhz60vqhg", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, + "script": "policy_vkh1cguy5kkzpmt5rccxe7hqr3vj4pwzc8m7ljqdd8umxp9qjkpfzf4", "script_type": "native" - }, - "policy_id": "8f2ddbaa62dc9300b68487c3742198104dde418ff78cc33939b6e571", + } + }, + { "assets": [ { - "fingerprint": "asset1xr904787dev8073dc5vdcda88dyj8h2d4r7er4", - "asset_name": "546f6b656e41", - "quantity": 4339 - }, - { - "fingerprint": "asset1juuw5y54zuctw5p5vehtmwng520kv3js7pelep", "asset_name": "546f6b656e42", - "quantity": 1285 + "fingerprint": "asset1kg3p7jedeva8vlq4ers3m0nq8f5u9emj0un4py", + "quantity": 1922 }, { - "fingerprint": "asset1qc65l42v5xrpx5h7qjsqpvc4jlf5ne6s5q7p8g", "asset_name": "546f6b656e4e", - "quantity": 8346 + "fingerprint": "asset1rm4r8850p37pg4d8yjs8540ef232pjyt0pdj7y", + "quantity": 2724 } - ] + ], + "policy_id": "a7f2a28f5e8a0c7202f48096c68b67c3a18b42d6babea377f390eeb7", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1qxypllhg029z79usnwfgm24uak9svnzkdygkhrlq423pwm0n4mk", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "01881ffee87a8a2f17909b928daabced8b064c5669116b8fe0aaa217", "assets": [ { - "fingerprint": "asset1eedkfp4l89097tfutmklp5ulfk0xt68z7u75pz", - "asset_name": "546f6b656e59", - "quantity": 8065 + "asset_name": "546f6b656e42", + "fingerprint": "asset16cqc3wex4ncke8flmnqvyalx3j8mmuhzyhfuth", + "quantity": 5805 }, { - "fingerprint": "asset1w2vh3dp423v0e384a53x6fx6m07u7q5myy0rwp", - "asset_name": "546f6b656e5a", - "quantity": 8644 + "asset_name": "546f6b656e48", + "fingerprint": "asset1mwak3gwkmrnpssu6vmr2c80ndwllryghrgj3g6", + "quantity": 7991 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1we5yjraka4p2065x47lq4k6q4a47t9ysffgury", + "quantity": 7125 } - ] - }, - { + ], + "policy_id": "29f579993624e14eff9673e99511593fe598fee84e7764634e2e94d4", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "080a340adea2dba46dbe32a43eef46c35d4a2213fed746edf16512ac", + } + }, + { "assets": [ { - "fingerprint": "asset185m007p4n7ejwm3jr6r8lnjxj6d7snjydft4y3", - "asset_name": "546f6b656e4f", - "quantity": 6149 - }, - { - "fingerprint": "asset1qlukk0qy5ylq5dgfqlvwx4sqyskwgalwkkgl24", - "asset_name": "546f6b656e46", - "quantity": 8033 - }, - { - "fingerprint": "asset1ucpjpahnhea5duav53x87hmzfqfvvagvkqxpzf", - "asset_name": "546f6b656e5a", - "quantity": 5979 - }, - { - "fingerprint": "asset1pmyx09lfv9gkv8c2mzv9s9ayulggn2kgcynhdt", - "asset_name": "546f6b656e45", - "quantity": 1851 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1aqsms9lqeehda8ps3kjn6tjk7qxuw3ukjxlv77", + "quantity": 9762 } - ] - }, - { + ], + "policy_id": "5a7a17ae922e79290d0aa5e8df61d47f015918c72462e0edd6489f3e", "policy_script": { "script": { "all": [ - "policy_vkh1st8z465cfpmd2hpcp7eddn4vewp0djkks403x943jr3l63u0tue", + "policy_vkh1tfap0t5j9eujjrg25h5d7cw50uq4jxx8y33wpmwkfz0nu3d5m9w", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "82ce2aea984876d55c380fb2d6ceaccb82f6cad6855f1316b190e3fd", - "assets": [ - { - "fingerprint": "asset1celwuh9mahvnyadx8jqk8wvywne6rl83m8fmag", - "asset_name": "546f6b656e4f", - "quantity": 9006 - }, - { - "fingerprint": "asset14yx89x2kqg70mqqwtvg85hptqzdccnct8zmuqc", - "asset_name": "546f6b656e45", - "quantity": 9800 - }, - { - "fingerprint": "asset1l4kjpren4vklv4k5jffswmmhap82apq3u7kxf2", - "asset_name": "546f6b656e46", - "quantity": 1479 - }, - { - "fingerprint": "asset1ud8advtvlwc0zxqpe8qhs4qv0hzmtxtuzf4v2g", - "asset_name": "546f6b656e46", - "quantity": 9888 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh1jqzsx90xlqx7ga82mc276ct8ty4t73pmnmgdg4ujfh5cu0g98hm", - "script_type": "native" - }, - "policy_id": "90050315e6f80de474eade15ed6167592abf443b9ed0d457924de98e", "assets": [ { - "fingerprint": "asset14y9284uz3gm8szk64m96zfntp8em78el3a9rdu", - "asset_name": "546f6b656e49", - "quantity": 8107 - }, - { - "fingerprint": "asset1pf6num35q4sqqsz7wcclnp47ydqa8d8w94sj4f", - "asset_name": "546f6b656e58", - "quantity": 8430 + "asset_name": "546f6b656e45", + "fingerprint": "asset10gy8utyeh7efc3ef3udyepxv0aut5shy9m48dl", + "quantity": 8232 } - ] - }, - { + ], + "policy_id": "180352459d96095aebdfef7e685c568077abd27fd15d37e7909803ef", "policy_script": { - "language_version": "v1", + "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "a9d45437e529f808b6447f71db8f8c3a68d224effa8fb416cd404ecd", + } + }, + { "assets": [ { - "fingerprint": "asset1w6n7wdhfd77z95a7krgwd28x043jut0pcst9js", - "asset_name": "546f6b656e43", - "quantity": 1552 - }, - { - "fingerprint": "asset1njukvqzltz7s39trk8kmnvd4ac0jguhj7krn9z", - "asset_name": "546f6b656e48", - "quantity": 7026 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1cyg6hzmha8dfah0sntvg3ww0nwyen3dszs9xly", + "quantity": 2223 }, { - "fingerprint": "asset1euynlvuh4qffq5skuds9g52ld66aahjsek5tu3", - "asset_name": "546f6b656e5a", - "quantity": 8514 + "asset_name": "546f6b656e4a", + "fingerprint": "asset134vlrfp0glr64tu4m20urgz9pnhh57msfv7gxg", + "quantity": 8903 }, { - "fingerprint": "asset1rleu3tpacs7x8w3505qqqu7la5cpzpjnv7sn07", - "asset_name": "546f6b656e4d", - "quantity": 6515 + "asset_name": "546f6b656e54", + "fingerprint": "asset1lkgqd97pnlqme5zk2hlazrjvvf6362guyqumu6", + "quantity": 2825 } - ] + ], + "policy_id": "f4c545ec7077be3034217626e638294b0b3d9b94bb8856283fab4b09", + "policy_script": { + "script": { + "all": [ + "policy_vkh17nz5tmrsw7lrqdppwcnwvwpffv9nmxu5hwy9v2pl4d9sjk309sj", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "26849bbd77a1b52da79ed2546565296a2ddee8e754e78c5dddeffff9", "assets": [ { - "fingerprint": "asset1r3rfzk0rcurtwxnzzjfcn3phfgdsf9sq6tuvmm", - "asset_name": "546f6b656e41", - "quantity": 9500 + "asset_name": "546f6b656e59", + "fingerprint": "asset142av2ut3x8n40guw8ty96e95dqrlzfdkfljenu", + "quantity": 7225 }, { - "fingerprint": "asset1qrv5xpml3w3gphukqa7tnxht5kst3evaxxk3z5", - "asset_name": "546f6b656e44", - "quantity": 9544 + "asset_name": "546f6b656e47", + "fingerprint": "asset1reqn6rjtdd7xqzlcf27fg3qm7ppfn3zzu49e95", + "quantity": 9979 }, { - "fingerprint": "asset13jdgzeqzrk8dht0etqzg3qmsgzly7cv9sequdg", - "asset_name": "546f6b656e57", - "quantity": 2240 + "asset_name": "546f6b656e44", + "fingerprint": "asset1klakvx02376hwrx5jj3gkx3qxyvy9t86v6q725", + "quantity": 3489 }, { - "fingerprint": "asset1dt689k22gwp9eefppnat47ryu8rewxudv5u590", "asset_name": "546f6b656e59", - "quantity": 403 + "fingerprint": "asset1t5gg7azhuy7tg4w2vrwzuwlc85c0sxvwcpagsk", + "quantity": 4409 } - ] + ], + "policy_id": "f304ee54b850c1b7a634a453b66df74082d941492d9e3cb535b76782", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e41", + "fingerprint": "asset10wwu5qwzyc230uspy4n6q7xwtzkaqtn25mw5sm", + "quantity": 5708 + } + ], + "policy_id": "1922f016feb8fd36423bcc6c4d97a7e99516e14b44a670422ac98849", "policy_script": { "script": { "all": [ - "policy_vkh1r0n6m3l9y5pztua6gxjjtp4xlnp3tdw8zampt8cwp62wxvn0su3", + "policy_vkh1ry30q9h7hr7nvs3me3kym9a8ax23dc2tgjn8qs32exyyj8unqkd", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "1be7adc7e5250225f3ba41a52586a6fcc315b5c71776159f0e0e94e3", - "assets": [ - { - "fingerprint": "asset1crdzpvf4xtpzlxf7ptrpx57rdmd2dfg0yg8rs2", - "asset_name": "546f6b656e50", - "quantity": 3868 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "92d82bb53be0ee0e3398d5422c89ee5c5614bb005ea4ccf10e09e693", - "assets": [ - { - "fingerprint": "asset1kydmgahnsm7xmn58kqtshnxwt9kzs249gwhg4r", - "asset_name": "546f6b656e42", - "quantity": 1336 - }, - { - "fingerprint": "asset1pyy2l29sumc5le7w9fj8efqh95ah94mxrv5xjm", - "asset_name": "546f6b656e4f", - "quantity": 623 - } - ] + } } ], + "wallet_policy_key_hash": "policy_vkh1qy98x6cs8au978rwfgg37zg6rgtrj63c843pzl45nak05hkje2z", "wallet_policy_key_index": "0H" }, - "fee": { - "quantity": 66, - "unit": "lovelace" - }, "certificates": [ - { - "certificate_type": "deregister_pool", - "pool_id": "pool1gjashzgl3vm2q87agveuayssdjd8uv3v3qvxu34ksdmdsk3u0qk", - "retirement_epoch": 24814 - }, - { - "certificate_type": "mir" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1742x22j3h8qrp9gkktqth30twxc0gg2v2d6ngcjxg6t92jmv5yc", - "retirement_epoch": 27497 - }, - { - "certificate_type": "join_pool_external", - "pool": "pool1pqzchketzuqydtnyyqnaday54xfgruvf3j9qn0ulqd2kcp6ul0w", - "reward_account": "" - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, { "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1vyyr44av4qtmgz3kxayn09cqrpsvd83zx4hqz37vdxq9e55f3h3srr9njj", - "ed25519_pk1mt88h30nwd2mzaa48lfv59pk25jjxzcvmmhqe7vfk46rzshyag2sfr9h5x", - "ed25519_pk14he7eem5wkpymtzcrmvx3luny2qkywel4sm8ka599frud3sqs7vqwsjxgl", - "ed25519_pk1mn3qejfmxr2p8hpvlvh8nh4fm2knaxdz8c73qwny7rpxrl02h8uq3rt892", - "ed25519_pk19uunvecat0zpt0fy4cqyajc5tlr802lkegj0re8u2rj9nmw6f49sm3sdqv", - "ed25519_pk1uzw4lfcz66fjs2v83mgz0r68kg3xpukhwjzfut9x8ly2a5z2tsxq9a2yqj", - "ed25519_pk1yuc22qkg3sypvhc0eh6qkqcqhdaukf6mk86gke0c3s7xxcepvrlssmx6uw", - "ed25519_pk1dxszewlef6spxw2mhj9weuv57t48wq5qk4395sxek7x5xtay3cusvnslqr", - "ed25519_pk19drfarah7k7dktckeulnayctkrzec8j99fchqpg6n4jz6sjpe70savs3vg", - "ed25519_pk1vsz5zgzczmmaf46srjer77c8f48q6h8nhkvcuhlupwwd39x88nrsnwm5z4", - "ed25519_pk17y633g03d0gq64a8nnp0ycjepun35apjskr6k2hwl0fyk0rk4edqzde7ma", - "ed25519_pk18w0kvt6ftypr8gpctjp2nyur8yzvxwehxrqt9g5psv94md7hvf8sr4z45w", - "ed25519_pk1cntj6txlj200g99kehwn85dnpmrtyeh2gk4hvkqy5ff7mjp63hjqezk8kq", - "ed25519_pk14cwmlvgcjdnxe9qkt7yrlt0ca3f3jkjsdxp6q43e2x9jrktw73jqtc8lft", - "ed25519_pk10s3rvg6323la2dl0w3wkgmelqxjktep3rnaaz0naye4kwcgujtaqarqnee", - "ed25519_pk1ltf97sms94cjtsh4vl950ga2dkva2d9k8x50fgqeydap7dc3ry0qe09cs7", - "ed25519_pk1m2ysvhmc6w0tsa4q2j27a8jrmz4csklw82k5892repngvke8uqnqx5ly6f", - "ed25519_pk1dqzmn0yrrdq7xcnsqktw777gayvlgz0xn2w4l8nkljp0dd4j3ypqg60tj0", - "ed25519_pk1k93ff8u697ln7n5476rxsp23ep5hu8nkrrz8qf82xrvg3cq03phqdh2gga", - "ed25519_pk1jg4w79ejxhua0tfa9c5v9m0v88kz70d09ml7337q3efkmvxjzd4qep9q80", - "ed25519_pk185e4esc3xkmyysgmd0xtp7m0yq3vk3qutj09vmhescfaal65flksa6p0yy", - "ed25519_pk1p2vn5tx64aahsetkhxy8q9vjydq3derg6uwtl9m7x3v5lcj8xrfqt6zk72", - "ed25519_pk1ppap2shjdv7xzx4q7gdrlg44u6kkdsq53q5axepr9k76zatgh8lqwr42k4", - "ed25519_pk16hglv5qwl9v5a7ajnrftjqedx9yxkpvx900qulxu2ul6efmu20xs39mmj8", - "ed25519_pk1287nzlweqsqcat4pe50pxrnxwyptmgrs79szz8jp0cxr0gvlwd5q4un8ef", - "ed25519_pk1jy06yl9ts5dnqn5anjjgru88lqae4gxf7ggwuucu3ngqgv9nd3cqdqp6rg", - "ed25519_pk1thz8x552qqfcdtdpa4wgfr3t0dclz0kfs9hyjv6q43tldjd2wlnqyf5zw8", - "ed25519_pk1nhstxndtvkzc0dju0rcccwde7q57t8scjvf5tury069l2kavjktsgjck3f" - ], - "pool_pledge": { - "quantity": 3, - "unit": "lovelace" - }, "pool_cost": { - "quantity": 146, + "quantity": 191, "unit": "lovelace" }, - "pool_id": "pool1jkfhmgrrg0gvgx3adllxf0xcrqxf285eqku5va2503d769x3sp3", + "pool_id": "pool1mk29c0y4z5tzh26s99ehwqq6v3s0vqndujrz6372dtq927qslmf", "pool_margin": { - "quantity": 79.05, + "quantity": 10.99, "unit": "percent" - } - }, - { - "certificate_type": "quit_pool_external", - "reward_account": "" - }, - { - "certificate_type": "register_pool", + }, "pool_owners": [ - "ed25519_pk1m98g82zya02hgw2jzu9gwes5crvwd8l5cl7kf34uv7tz8cetq4rsesl8yw", - "ed25519_pk134y72r0w2cc3nzftjtkdqkhjlvn4rdw4h2ytfxw3ztwyzzqkuhgs0w3kl9", - "ed25519_pk1jk2txmt3zwzqlrj4gw2w9uwtw3a30apc9e7lw9h854wfx32cszlqphg3qt", - "ed25519_pk1eqn7q5npjs8nj332e7d4ps7fx3k9pdpz0y3ptn58erdm53nf7k5s9z6a69", - "ed25519_pk1mptzgd8qhv7erg4qel8t2s4h5fq82y84lr02csvghntjklv7myrslgj6a9", - "ed25519_pk1jy343g5snnnfzdsl9grssfye7947je5h4zgwjlrdev7gzw2nqtxs3a06a5", - "ed25519_pk1002um8kr8huq53sm3rmku0cv6sugsk7lcf62kaj3p4235k4gk6tq7kjwxw", - "ed25519_pk1pxrlc7crla4cc0yhmgy3hdud0svqhc7sfkplszg3hefh58402f2qekxp84", - "ed25519_pk1duu873jgnw4896tuuunnl88yltxtd8txv5mmw60ykwdqa9w2zqhskfn72t", - "ed25519_pk1wg3unpgvc0vamjsufx5pqt8yxhwmgry6590zmtc37pd6gpx5wrkqjhsdtt", - "ed25519_pk1slqqxwmxrrxan2yj3kke870gc8u29aj9d2dknxt9thz0j0vzx9nqaq4tlz", - "ed25519_pk1mhxmtejv9myg6cltd637y6swl5vhw839sg389f3mxp95hgf0us6s8zydcl", - "ed25519_pk19rskdk2qpk9zs8pxmnq4aewpvp3467zstxn4nf9pymas9z26h8cs4f8hfu", - "ed25519_pk1de6v8kll0pc38z5cmyflcq6rgr9dn69e33as5hazs8f40s3ddweqxkgzly" + "ed25519_pk1ge47jegklavwyfm96qss34hwexsj59lwupn07yhu8uyet7z5q32qqywd8p", + "ed25519_pk1z7l4d3xr68xv27pw4lwuewjd3eenl35y06taagtdzsaa9ad0dlfs4zr7m2", + "ed25519_pk13ptstzx04208ds3hrjqlxssu6fc3tdsvm4kuhj0k97hdu3rchk5qna7ahx", + "ed25519_pk1ks58cwytwd9u99dq4c5p7e66ue0zdhz2qx7wfsg50m6a7gnq5mcq9m94dm" ], "pool_pledge": { - "quantity": 26, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 19, + "quantity": 11, "unit": "lovelace" - }, - "pool_id": "pool1qcaa0wgwfmsartvfxpewc78dpvj436yp6g2zmqe6pglh2mp658f", - "pool_margin": { - "quantity": 86.24, - "unit": "percent" } }, { "certificate_type": "mir" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1snhjky8st9exfaxcs6jl32cecdrn5w42lpu7qy6x0cdfkk00p57", - "retirement_epoch": 28440 - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" + "certificate_type": "mir" }, { "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1ue2864rejx6ekk4wdvaz4steldehqj5ez0ydy6pcg3vefxxjn8zsym75ju", - "ed25519_pk10t5uw65042remt0jr5amq9ep7yttxljsfkpk2mmau4r6dlna4stqnxq05x", - "ed25519_pk1aakuu9jt802takxvx8kff3dtuzh09zchlthqcmxp90gqry6y9xlsa5fw7v", - "ed25519_pk10uqzzqdr9e84zzhugv9l8rev00xrk7hm0l4lde8d5jljldc645eslm5nah", - "ed25519_pk1r9mruv7pvjrjs0kk5ydd35yzjkchy405fde24q6ntv7amev2wrts68gqsc", - "ed25519_pk1klzxqu8n85rkqat7g2zntgl4tr3ggsvvaztgn5n4p7a5j7klxa3saw8sln", - "ed25519_pk1gfsznhjxy9ac4eqgjhgh99l89yy4nq696vv984uh8rvqll06y7ysty6dtj", - "ed25519_pk165j27vdry2udy4fys49arpkpeknerhyu3y3x849vk2ztxaepy4eqqacdtg", - "ed25519_pk15tgueptmkzd33kmj5n0fyumzex5wx4mzt6lyz3neyhld6cf0cc5qupxye7" - ], - "pool_pledge": { - "quantity": 175, - "unit": "lovelace" - }, "pool_cost": { - "quantity": 5, + "quantity": 100, "unit": "lovelace" }, - "pool_id": "pool12cqscxx0ck7s5zupxnjct868ae6cr4f67jnhmcc0zkgmsugg2sj", + "pool_id": "pool1k8pfn79l03y78sar9rmw7h43ghh9mfe4scpyczfsnukcvmpc4al", "pool_margin": { - "quantity": 18.62, + "quantity": 10.24, "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1uqr400azads6afdj53q9qgu5e9svxsj85k58p9qvkjzdje7vajkq6hwzuy", + "ed25519_pk1hp8aa27ll6ugfyulu35amf2tjsj90exdff6f5k96r9gsgc457ktszqzv2p", + "ed25519_pk1j7ckg00pl34m25ef0q724nk370l2vn9sxzyj8l0r2dnywev8hczsppcz8y", + "ed25519_pk1c3j938npspp5dsejln2qwffjknnxxk29m8tjzuas6xkc2vf99hxqglrwng", + "ed25519_pk19n9r4rwgzhmcefpsg8yz6p85pt9wua27zcjx86vmtpn6qwwud8ysf4y756", + "ed25519_pk1qcfk8lpuf6ax9rawmvqmsa8ky96mea4lvqvtsfyk6lrygwwxk9psh3xvy5", + "ed25519_pk18ndrds8t7nwvay8cqcmevut8g3s560ypa9s03cq96j70dq68qyss9tkwny", + "ed25519_pk14pwcm00rmqvevs9qhdt8ye4qr8s70sav0caqthgghyjrexyygaus3fg35c", + "ed25519_pk1ndp4e00tswpdzfmc82ry7yjftgffkgvmq5pyn3d7n6ryxep4dy7suf5jpk", + "ed25519_pk1e6trtasvgycsy8v5nndqnvelpm789tvad4qvc2xdr63uuaq5tjkqlrvjc7", + "ed25519_pk1zumekm6tp3dhqqjyqx0se5g798x38v9ln3yq2808td9yw0mt5uqqkgwll8", + "ed25519_pk1v8c02pp83h3agv46ara69rg2j7fgtynfnpxu54gm80nxhru340cq24ux2c" + ], + "pool_pledge": { + "quantity": 72, + "unit": "lovelace" } }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, { "certificate_type": "join_pool", - "pool": "pool1u2yawuk7sr036w8h8ulyem5uk84h9wcfch5asxzpedpz5v2tac2", - "reward_account_path": [ - "5665", - "31369", - "1474", - "29649", - "29255" - ] - }, - { - "certificate_type": "join_pool_external", - "pool": "pool10zy2m8cjmr25tcxrqyav090qmmapmleyymrgvgd9zucs7nqzzl3", - "reward_account": "" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1ue83jrtka0u908n8kapxqv2khfkdy505sj3y3pzap8mdzapwf5k", - "retirement_epoch": 22460 - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1375vlzxed3gc7utp6nrkjfv3znnqk0en08xzkgdcnh58xnu62hp", - "retirement_epoch": 32068 - }, - { - "certificate_type": "register_reward_account_external", - "reward_account": "" - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "quit_pool", + "pool": "pool1c9afpp9lrjngrflzxy82w6uflf3t7gp44xal0j8a5try5x5wawr", "reward_account_path": [ - "19695", - "421", - "18392", - "11937", - "1306" + "17883", + "17443", + "6529", + "945", + "25342" ] }, { "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk13vr0wcreudy3kvjf5q63ulckps7sxsn36v7grp8qz90p02eggf0qn0lywp", - "ed25519_pk1f2t8cvylze5jlzylqk4jqyjlahevurgq088zn662dfya5n8kcy9q3humrt", - "ed25519_pk1xsapw76245fh0x40kh45kqgn7etaaun7kjp7yy6xfnusphmxc9yqpynpgu", - "ed25519_pk19vg4h9ufdgxewhysnypg92tu2528ew3pep7m5qa5d4vehedyhnuq8qtx6r", - "ed25519_pk10a6vtznl8lh4y62kfs0nmaclleyg5t3ky03xprvt28l67am0vnkszqhaxm", - "ed25519_pk1wnpe0452yex6a3p382k6jsetzaew0s79sqh7574aa889ulyhgvusv8wawz", - "ed25519_pk17r2l97dhp4k3zqjmxh0u8vnvjfnlae58nurmeyfzfdng4dt9jg7sttnnet", - "ed25519_pk1pmjae3lvz7jspcz8v5n5tpya0cvfn75sawm98gwcqnhm25j9dc2q3h6wv3", - "ed25519_pk1wjnyj0efymd5nejkc2h3sjxlwdpgfyq3tyucx3uspck8npex929q2w2cxm", - "ed25519_pk1r8hj7d86546u5602v5r2ky9vm8xeua3rhwfm27g74aaasmw2g6sq58tv7p", - "ed25519_pk160pudgmu8nzamnaktygjvwtgqzj3jf6haftljkmy2znyrzu3zhdsgm79t2", - "ed25519_pk1kvls76mdxdn22du0mkkqze9t3xatqpqm3vq6aqyq03tfxpjg3rcq0tdjhl", - "ed25519_pk16x5qve2r5uz286eqm85trexkcezucg5gr8g5ag75kgrs943qtyusq8d89f", - "ed25519_pk1cmsyhs90xyt8y4gakgm2tcl8qct5vdee95p0h66gptl7f6634c3sadxam8", - "ed25519_pk1m4pflp2r9n8pwqaaedl53zyxnrndlhggtyz0yfz3xntqvjfqe7ps8j480n", - "ed25519_pk10c4t5f7s7zjxgejl89fq626l0ln6uxu8ydmndgsgcq73g3vny49sgpcuj4", - "ed25519_pk15cyd8cyupn0mnws7lwnkwltgxul6gzen2u45k628a7uvuz58lezslmx3ay", - "ed25519_pk10wqs0zhfmn3mdgddtyvd62fjq4na4rmnhfcd5tr6w2mnnr0ztsks3sf9v4" - ], - "pool_pledge": { - "quantity": 70, - "unit": "lovelace" - }, "pool_cost": { - "quantity": 74, + "quantity": 195, "unit": "lovelace" }, - "pool_id": "pool1qg7te25hy2fh6wp9zdv028aqwwwz4egywg2jejs4juspsme3l0s", + "pool_id": "pool14qx0xl0davxt5g5mjqfx2qhj0gmsu5hxfr4ywwpkl7sa2pudw5q", "pool_margin": { - "quantity": 99.48, + "quantity": 34.03, "unit": "percent" - } - }, - { - "certificate_type": "join_pool_external", - "pool": "pool1l4altezrdqe4mcfdhgfxfnn9qfja9vc9q6j8jjlcde87yv0pesa", - "reward_account": "" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1fvkshmj5uy0qs7w955hlkrue8acz4gzw9ze244meappgs842m8h", - "retirement_epoch": 28819 - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "quit_pool_external", - "reward_account": "" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool10d383np22u72m0j3lnesscw2zvjs465c3dxxmpltlra5qzl703u", - "retirement_epoch": 13864 - } - ], - "deposits_returned": [ - { - "quantity": 226, - "unit": "lovelace" - }, - { - "quantity": 100, - "unit": "lovelace" - }, - { - "quantity": 181, - "unit": "lovelace" - }, - { - "quantity": 64, - "unit": "lovelace" - }, - { - "quantity": 26, - "unit": "lovelace" - }, - { - "quantity": 212, - "unit": "lovelace" - }, - { - "quantity": 43, - "unit": "lovelace" - }, - { - "quantity": 115, - "unit": "lovelace" - }, - { - "quantity": 77, - "unit": "lovelace" - }, - { - "quantity": 12, - "unit": "lovelace" - }, - { - "quantity": 144, - "unit": "lovelace" - }, - { - "quantity": 221, - "unit": "lovelace" - }, - { - "quantity": 212, - "unit": "lovelace" - }, - { - "quantity": 94, - "unit": "lovelace" - }, - { - "quantity": 116, - "unit": "lovelace" - }, - { - "quantity": 77, - "unit": "lovelace" - }, - { - "quantity": 55, - "unit": "lovelace" + }, + "pool_owners": [ + "ed25519_pk10fhpa76ydxlh248c44pprcg27444d6cqvqehpxdhs5kkhqs5ns7qmma5r9", + "ed25519_pk1adruh6q56082gkp9w78gthy0szq6ks82pvx2l05yjeqx2dpd8csqflzz6s", + "ed25519_pk1nxt2cwrmmmtdx0w6mq00c7p0aw2pdwz6dq0gm3aadrhx4a09ku0s2phcka", + "ed25519_pk1rmada4xx0lyyjxszqeavp952eangkku8prvlys0ewrtk294a7f8qmhvjje", + "ed25519_pk19nttwxgffdqnj45cfx0vynzumahepq707aer9uk3kens62pecvxq9rjsj9", + "ed25519_pk1nn4xelg23khvskjjjd7ccl5es96nrn3ysn5v3avlg2lv4kjsccssrft0lt", + "ed25519_pk1pxexpj9fz9yxlwyxtvjhpsl842uvppgmlleqtz287ljkj4mlg3dqjtcp0m", + "ed25519_pk1dt9tn032p5y08vgwmwtmnm5esqc4jhvm0kmutha0tsay54q5w5zsh35gyv", + "ed25519_pk1k7hc0feqmcmzj9tpz7rlfkrcxz4ex9mhtzg3anhwsaj47vpqvfzqflnqrz", + "ed25519_pk13qzzulwr8s792j75rgft8h4uj92usnrp8zptcdfdkka3peh0nvas9mqqsh", + "ed25519_pk1as26a3wf6hh3685z7lkve8elucpxquap0xwfqv3qtlngx539f9cq8nzw82", + "ed25519_pk1q3fmvddaq2vgt90f5qapwmvn86r5waedkpgr8ztrlgr8e00x6ptqj8ttuw", + "ed25519_pk1pr78hzwfjktgdlzt9f8rmkv2qhece4rr5psyhf403w24h3c3e2qqgdkypt", + "ed25519_pk1g0dymvcluazxjvmgm68e0wl06e4rlc766n325jdmq842dshmaxxqmhy506", + "ed25519_pk1enwvcvpvjvg70rvd2d49zx9sn0src5r8y2gc0tdjfk9gm3j4edkshgzzk5", + "ed25519_pk1jgmceka5j9f8aymreavns70gnvrz79ew2j35v5s8kucd0nvyr8gqg79pv8", + "ed25519_pk19v8jxv9um6vv4hyhwh39fcw4j056ypjcj5caxrc8z59kv2ec4efqnuwhc4", + "ed25519_pk1t26envntkxfj2ekz5hy9ly0nzrphlxvs76ykd38pqsce0yp0pldspcut2l", + "ed25519_pk1ys9fs3jm42274wu57t75cl9rrpfu7sgkfka02dglurkequh9djzqk9ux3d", + "ed25519_pk1vq76akk0c7kw8mulvgr7nhu2gsu2q6gtk0y60dhj237r2e06dl7qu3v93y", + "ed25519_pk1p4yfrg6axpyakhfghx2da9t25ux3q46sevzhql5nfcamacc7ytys7xqggz", + "ed25519_pk16dc7dtutwz46hqstfpa9kj7n8hrrw0wglv0qz526wn6d2v8rccgshpsas9", + "ed25519_pk1gdqusm9ng4x70wmc2s6627c565a76dhammkafcn0jcavpucvzxssqvaa2g", + "ed25519_pk17yvmj3usr38k0pqk69k7kpyz4g7es38pyvfe8anae9l73x4xt4vq239rd8", + "ed25519_pk1kmqc4rwd7xt3llfq8k8ejcdjz90gg8lkclc8q3ut585ralzdu75shtyq3h" + ], + "pool_pledge": { + "quantity": 74, + "unit": "lovelace" + } }, { - "quantity": 223, - "unit": "lovelace" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "16470", + "20883", + "24840", + "12618", + "17775" + ] }, { - "quantity": 182, - "unit": "lovelace" + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 62, + "unit": "lovelace" + }, + "pool_id": "pool16tzr73mf6z7728m3zvcs5str4qw8uz3d6uyndskzgl09u5f4hh0", + "pool_margin": { + "quantity": 92.44, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk16e5acnywpa94f88drpshl8ehuvr7f5g6gn7acppxy5mr878f756spvkcxx", + "ed25519_pk1j05458hrctpl7atnkfxl8ckcprldfrd2nr80pmz2spuuh5vz890qtn3rwa", + "ed25519_pk1d3p5ntvwdmzh46sx4xtf537m5nd7fejveqw76kv03qtwdf28lslsstm5ye", + "ed25519_pk19gtfw2ghpqju92qf49nhd70ymtk4897sgxf00tjqfvz74mc7ucsq0p7lfj", + "ed25519_pk1nyfkfq3xjvnppm2xndaqjtlcylnnwcs6pqcw8azm8m39x3hcdcys27u03n", + "ed25519_pk1g757wfda9tu3seyjdumre67d458qa9hhd0xw09qngm49rmhrf7usycrjxn", + "ed25519_pk14x0057ld6elekuzqj8q99vez32779r0yvglh3hldtt23wvauzm8sp4hkjk", + "ed25519_pk1clt0eclv33vfef2q6whp467mh4jnlhxm39vnmz5gag8zd9gg88csuu4qqr", + "ed25519_pk1pvtyexfmsptmmws92dzhyf4rmr5eghauupk7959ty9ulu6nypz2svtkra7", + "ed25519_pk1h0k95033wqhc0vdpn5mxpp4u4fpurlexwv940kzvnnqjtezacy2qecce2w", + "ed25519_pk1h58wxvut5p5lzrpj8kp8353pukcsxgs4zqf58nzaqaak3gdw66pszp7kdg", + "ed25519_pk1pmkkmqfkhrxjfae7j9qks0tkfh8uscq7jgx74fg3sfhhnfan94lqk8ed6h", + "ed25519_pk1zygfwz04k77ntnjzt2yrevgjyds7sg9ykck8y9p5epvl9tslmzqqh95ahx", + "ed25519_pk15y5xl67lge236gykzwlygt7ut8s5fz4dj8vj2crmn2f6eju8aw2qakww2r", + "ed25519_pk1fudfhjwwps450f25mlspl83cvt9e80x93ldjhw6eeztfdcjanwfqjacl3e", + "ed25519_pk1klvd7uhe9mycpj6qw98mmxjx4wfwh8e50asrcw3tyt6jl6tkxwtq77h250", + "ed25519_pk1c6qhey28p6apfytn9m9cm460ax62c4k7eldnqyv5pc5dgs32kx7svcyyew", + "ed25519_pk1tcguu4mk4a556wrgq4u9y3wlh2c7rc9xucxf0ynz337qvax64ddsdq94ad", + "ed25519_pk1f8ys4y8r2cxlp2a7j9qyfgjwkc6fj3ctum8lt69d2whkgg276gsq8sy4y3", + "ed25519_pk1794tx5734x4m520hav0w4d88y9zantqjld84gfepm2jg9rxg2c9q0f63sj", + "ed25519_pk1kzc372ut7pdvd6e8y7se6g6q66r4svz5e3t0lnhdw4xrq9lm9njs3j36p3", + "ed25519_pk1mxtuajvyexg3n7qx6djfjex8k2hdaautzwe6cj4vknqq3608z33qnhceuc", + "ed25519_pk1rtu297h3ncvua9ex8zfkq3k4aua7px9t837qklfarpg4kjk8sh2sg8jhwn", + "ed25519_pk1mmlnzzf38rhgz0sglhv9vkla6ltf7casezlffyxl3cwuuv5eglzs3fxzu5", + "ed25519_pk1r3gm9fhk607fx49fs0qhkeqvrhz7luzcz55mz83gshve4nm56jcqa2nnt9", + "ed25519_pk1qjp96qmal9s6qfsjslnm6agmt3zqyexdqcmszsq6se3hdahywc2squhe8p", + "ed25519_pk1dq0ckxme2lgzzxes7qy3k7d56twdzdd8qx80sfu9ttknx57j98tqtss4a3" + ], + "pool_pledge": { + "quantity": 188, + "unit": "lovelace" + } }, { - "quantity": 223, - "unit": "lovelace" + "certificate_type": "join_pool_external", + "pool": "pool1d2vev3gyfhatqr25yncck34vq48pyg7esq7ygsxlywxg5u5xtaa", + "reward_account": "" }, { - "quantity": 202, - "unit": "lovelace" + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 67, + "unit": "lovelace" + }, + "pool_id": "pool1h2zsgagqslvhumlsyj9vae0jwu5lczvz84z6agn95gercp7fkl4", + "pool_margin": { + "quantity": 9.13, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk15y9h7padywjn9aefmeyxh3k7rmk46ypm99l5jz04gxa57emh6p6q86ftk3", + "ed25519_pk1y5g9pqjev2mlw3e47gfe36hh2t7m0tf5ymeswmdsfe8svj92vqlq8dapqy", + "ed25519_pk1vzs8qf0rv9x9szdmlyuhadv6nw0ctalres3hkmxx0c0wwun3s60q5tvcv0", + "ed25519_pk16huzv3auf983k6yuwz50n95sew8hmxvnq89zf2pvwh5hyld0lvls495dg4", + "ed25519_pk1w08482m4qdkq8c3ajdg2gw973af2x4c79cupz7734yasxm6qwh5qc7lfl7", + "ed25519_pk1x8uef8ya0frsvmh944ynwy8clcxded44c4ykqy96r09fe08jxzhs069fjt", + "ed25519_pk1eq8gkkgg8e27dxzlvc8ja0jxvjrj9v4pf8e39reh3khcfzrta5eqavm9fj", + "ed25519_pk1xg362794d7td0gq9mu3tne7an3k6awxuctp5neujrax6xfnml74s750zpv", + "ed25519_pk1l9yjvwlurpzrkz6ws2mdhaacv3xvxj20fn9k2dfunu6f9svg3xdscqxeyj", + "ed25519_pk1fkahq94ym20m9gh62xdaczm3yllejdwavkmkl53z8x7gs4rums2sdweh5e", + "ed25519_pk1md5c93p9asvrfan6dwvj4nc35z9vnqajetjfh2dlmtzhcpfyh27q434ww6", + "ed25519_pk1aw8ks6u75ex3usvz02mgju9jxc5wp6mj9tg4rxexa3qszn2whq5qse002z", + "ed25519_pk1kkvfw3qvva04wpn02mfst0lp8zf09s4h37h7e9v7z2cnwwx86dfsyjcy7q", + "ed25519_pk1ksfs6tee0njwehgcwrwprsmfq4hw75w5zf63x6hvgr7zvat2l82q3tlfr4", + "ed25519_pk1slfysv4fm9z8pgnx5ylzmdzahccur3c34kkp8df5lnc7n76aer7qqyrt3d", + "ed25519_pk1trhanc3l8pshgdp7tgkyrmvplrywn58pufqsn0aygkmhe5sczezsuhr0v7", + "ed25519_pk12g6ymj66cwqwzkpyvf4lacguww2v3je02h4f2u7dvt8np53zjzwqa079yc", + "ed25519_pk1q4wllmnuy39f6l4ggrqgzdn46rdgzalrt5alj9svggfhd5tea9fsgz9mtj" + ], + "pool_pledge": { + "quantity": 197, + "unit": "lovelace" + } }, { - "quantity": 195, - "unit": "lovelace" + "certificate_type": "deregister_pool", + "pool_id": "pool12dfds9d90stfuz2vzjzqwna2wf3f6th05kfvcyhzs9drwh4ja73", + "retirement_epoch": 21222 }, { - "quantity": 204, - "unit": "lovelace" + "certificate_type": "mir" } ], - "metadata": { - "7": { - "bytes": "11130f3c7d611502" - } - }, "collateral": [ { "address": "", - "id": "1a740e1500756e4d0f75576d2309772d305f074a07510d4913d71f06603d174e", - "index": 18879, "amount": { - "quantity": 239, + "quantity": 252, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 + } + ], "derivation_path": [ - "13256", - "2946", - "14525", - "22740", - "18561", - "13428" + "12384", + "2238", + "7009", + "14019", + "2797", + "16228", + "2136", + "10107", + "15152", + "13635", + "9099", + "4620", + "6709", + "14901", + "383", + "13289", + "2823", + "2687", + "10393" ], + "id": "698348796e394a017e4f60538d440767238e71c0550cc9ee072d0b7d73ea437a", + "index": 9697 + }, + { + "id": "f0bf545162013f1f725678402e67100c7f72ba370948ec244541364d352c1c6f", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 172, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } - ] + ], + "derivation_path": [ + "10203", + "13371", + "13614", + "6216" + ], + "id": "6a28fd693a697762e326b607293d107e0c553a25142e141c5451690d225d7774", + "index": 7515 }, { - "id": "342f74683e23fc1b75546365457d2ee38c1a363c5a17eb2650275e303b3e1b45", - "index": 1 + "address": "", + "amount": { + "quantity": 251, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 + } + ], + "derivation_path": [ + "9977", + "1722", + "11468", + "4894", + "6527", + "5469", + "5527", + "9047", + "5", + "4777", + "9524", + "3806", + "8634", + "8637", + "2928", + "11573", + "13240", + "2386", + "6047", + "5933", + "7882", + "2294", + "8268", + "14613", + "12088", + "621", + "8951", + "483" + ], + "id": "5a0af11106e6196bd01340484d0756510b163240413352884122424d36774a20", + "index": 18415 }, { - "id": "540e594f3a74567b016c1a4300516e47864047440700854f704e44004d100712", - "index": 0 + "id": "4c23546af2cbb112156e05598807464928485a0cc17a070211084a2d1015037e", + "index": 1 }, { - "id": "0613a72d75034153e8634d64c464723610157952f03334abb1374a975371ae0a", - "index": 1 + "id": "5a156f5a3e2c31724c1b6478375584ab327f1a2e501611134f522b5969415801", + "index": 0 }, { "address": "", - "id": "3a1bd071fc05565d401b367f362d51636c43221f5547704d902c5a706a06513c", - "index": 30610, "amount": { - "quantity": 188, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "8398", - "7713", - "11518", - "16536", - "2665", - "22711", - "6853", - "23224", - "15592", - "9750", - "15873", - "19869", - "32102", - "32486", - "18648", - "12930", - "10792", - "5953", - "8633", - "23894", - "10715", - "30072", - "16446", - "23249", - "8414" - ], "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 46 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 }, { "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 58 }, { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 }, { "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 } - ] + ], + "derivation_path": [ + "11771", + "8140", + "14350", + "1107", + "8000", + "10578", + "314", + "13336", + "119", + "11951", + "8882", + "5062", + "4445", + "5175" + ], + "id": "ff9a01364e157345570a192544743575027b5cbe765905641a01330b70ef567c", + "index": 18314 + }, + { + "address": "", + "amount": { + "quantity": 27, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "11423", + "6182", + "5191", + "7874", + "609", + "10013", + "13764", + "6377", + "11058", + "6971", + "5204", + "7128", + "15164", + "970", + "12874", + "10271", + "3022", + "4703", + "982", + "9036", + "12736", + "5604", + "5158" + ], + "id": "2f335b50724405466d499c0bf20c505c0f565260e009233545384a7e412e1e76", + "index": 14154 + }, + { + "address": "", + "amount": { + "quantity": 160, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + } + ], + "derivation_path": [ + "6666", + "15397", + "1507", + "11560", + "10751", + "752", + "12686", + "2144", + "2077", + "10455", + "2017", + "709", + "3350", + "3938", + "11524", + "11626", + "14322", + "8792", + "751", + "3493", + "1783" + ], + "id": "3d59082a5a1e7679254159d64213729b3ccd7f591b0b702a20a37d7786e33760", + "index": 223 + }, + { + "address": "", + "amount": { + "quantity": 123, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "330", + "641", + "13764", + "12551", + "4398", + "12473", + "10143", + "12111", + "2004", + "12590", + "14674", + "3352", + "11975", + "740", + "5251", + "11373", + "2408", + "5578", + "4481", + "13511", + "11696", + "7022", + "6229", + "13681", + "199", + "3239", + "8991" + ], + "id": "484c67a56a551e782b284b63c822c9346344294d2272503f184363bc3c4d0b6d", + "index": 7331 + }, + { + "address": "", + "amount": { + "quantity": 142, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "13609", + "3625" + ], + "id": "070ccde61e3237177612275d604f385d2765121f0d25b3d7107a0bef246e3a03", + "index": 9594 + }, + { + "id": "79713833591f570f1f76eed70d512e54395c87311b102739fd09703e0e0c7b34", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 185, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + } + ], + "derivation_path": [ + "6619", + "13774", + "6581", + "2953", + "10414", + "499", + "11082", + "10142", + "926", + "11744", + "13060", + "2573", + "10533", + "8358", + "6091", + "8166", + "6900", + "10472", + "7941", + "8095", + "4844", + "11594", + "16104", + "11614" + ], + "id": "4b1d734ffd0b1c0720004f3a0b445a055484173b4b6f2d730c00241c7c132902", + "index": 3364 + }, + { + "id": "ee0cff40af7e7e11cbe46c7461f6404d4a165f0350e221197e48462383047159", + "index": 1 + }, + { + "id": "372a884d6c565c3126b371312f2e6376615318723450458a424d394554447208", + "index": 0 + }, + { + "id": "143815c96c2222b5575a0c401add465114c12f4575424e146e44733ca106941d", + "index": 1 + }, + { + "id": "45087822155b5fd0072a6d7d2f3d49034b793e5bb4583e7d2274c1384f5b320a", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 66, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "8416", + "13192", + "15346", + "5392", + "12750", + "11584", + "15701", + "614", + "1476" + ], + "id": "2f9b0c340e4629a63e22666b2661084d6b0e41366c17c5453d6e53655025a11f", + "index": 31815 + }, + { + "id": "16550e5b2d622b3c502b29222223c52d372b750d0a2a531f16b11266cb7d5446", + "index": 1 }, { "address": "", - "id": "781e482a6455100627057c173960058559590d5f1b25736a5e5bf02bb87609b7", - "index": 25050, "amount": { - "quantity": 138, + "quantity": 64, "unit": "lovelace" }, - "derivation_path": [ - "12554", - "4041", - "32289" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 } - ] - } - ], - "mint": { - "tokens": [], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1va9hy5g9y9gqsms70u7p6pmjf3u3w727r5vjz2jpfaetu65lqsqsd3p2eh" - } - }, - { - "withdrawals": [ + ], + "derivation_path": [ + "9937" + ], + "id": "3fed5853042e1e0863686ad70335344745582a1e1acc2cd6122c4f1b1a076f3d", + "index": 22027 + }, { - "context": "ours", + "address": "", "amount": { - "quantity": 113, + "quantity": 215, "unit": "lovelace" }, - "stake_address": "" + "assets": [], + "derivation_path": [ + "5826", + "6084", + "11450", + "7989", + "10937", + "4994", + "11761" + ], + "id": "7bed3a2a39738e3825180d2238274a105dae942c6a734f5d322f3b153b66097e", + "index": 15902 }, { + "id": "222c7e502d6f6b285353413a55102f3f8a4a2ed74a2465554d7f6c03775f2f32", + "index": 1 + } + ], + "collateral_outputs": [ + { + "address": "", "amount": { - "quantity": 231, + "quantity": 13, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ] + } + ], + "deposits_returned": [ + { + "quantity": 72, + "unit": "lovelace" }, { - "amount": { - "quantity": 114, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 12, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 137, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 35, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 13, + "unit": "lovelace" }, { - "amount": { - "quantity": 225, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 72, + "unit": "lovelace" + }, + { + "quantity": 162, + "unit": "lovelace" }, { + "quantity": 11, + "unit": "lovelace" + } + ], + "fee": { + "quantity": 23, + "unit": "lovelace" + }, + "id": "362a62b350584d497f16521f6a0c770a4aee10792637370f636518b01c1eed56", + "inputs": [ + { + "address": "", "amount": { - "quantity": 249, + "quantity": 35, "unit": "lovelace" }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 217, - "unit": "lovelace" + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + } + ], + "derivation_path": [ + "14450", + "14193", + "6461", + "4297", + "13102", + "6380", + "4214", + "6765", + "14728", + "10003", + "6266", + "11", + "5951", + "1729", + "7386", + "10234", + "8514", + "8271", + "15889", + "14889", + "2815", + "1906", + "12016", + "8509", + "3620", + "7429", + "886", + "11879", + "14943" + ], + "id": "60195c083e1c58ac457e711b127c165f6b6e657b0e3c040d79427a2776770204", + "index": 32405 + } + ], + "metadata": null, + "mint": { + "tokens": [ + { + "assets": [ + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1wgwgleclhyhg3n8petr93d4jn0pzrw0rspjpch", + "quantity": 7464 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1a0rlyxl54n9eg456626frae4ddsv9a65j8fle4", + "quantity": 1522 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1nzyxjwx8gs47hesemr9u6gmce86j5rth9hx7qe", + "quantity": 1144 + } + ], + "policy_id": "4d9a3d9bcb733d30778489aa4d1a963141a4344779f404c8c5732ffb", + "policy_script": { + "script": "policy_vkh1fkdrmx7twv7nqauy3x4y6x5kx9q6gdz8086qfjx9wvhlkz53zup", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1wzvwlysxgx38wn47qdd6xwv6dq30kh68afhrn2", + "quantity": 1562 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1952a89wlmsgyvgcd3rkrgvuluhq28heu7n4afk", + "quantity": 6722 + } + ], + "policy_id": "0ff5a9ae57cb55e24a2e852398e706e8dcf078e6d04f910c1a6a7488", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1en4gj9rss0gj97mwks252rsz4kmspma43r7g6n", + "quantity": 2657 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1wz7pvzk02cr5tzxwl7ct0c8z049u03ay4yrcrj", + "quantity": 3825 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1n9yacndzydpgu9nja2hhg60zleus9ln7st3tem", + "quantity": 8914 + } + ], + "policy_id": "30d2ef23cc288c777cc37b7f913d30a94feeb05effb537f06a07a448", + "policy_script": { + "script": { + "all": [ + "policy_vkh1xrfw7g7v9zx8wlxr0dlez0fs4987avz7l76n0ur2q7jysmrvc3j", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1fx0xr7pd3dveauwgntretwcttdt6r2aq5tlqm8", + "quantity": 4027 + } + ], + "policy_id": "b9e0a2dc5cf95c28c3fc5ad260882299115e0020391abf035c158dc4", + "policy_script": { + "script": { + "all": [ + "policy_vkh1h8s29hzul9wz3sluttfxpzpznyg4uqpq8ydt7q6uzkxug53xt2g", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1sduzd56q9jru9lsy8u9u58p0w4jzvpuvy6d6ff", + "quantity": 9328 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1ewjat33vk0xtm768mddjnjpp0yxdcf50c8az6l", + "quantity": 7523 + } + ], + "policy_id": "1777e1531849852bf84eb0f19af1dd5b7208a9627d9de070e69ffc6f", + "policy_script": { + "script": { + "all": [ + "policy_vkh1zam7z5ccfxzjh7zwkrce4uwatdeq32tz0kw7qu8xnl7x7u0kxsv", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset15h4rjuwmmhxs6rkwzlj5wehehhz6sf89dpqw60", + "quantity": 9226 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1l0snxdgurrymuz5ren5kqqlpqljyp9s4gak5j7", + "quantity": 9212 + } + ], + "policy_id": "656997686e94503e5a752182d728b08aaafa1729de84d5596cb46b08", + "policy_script": { + "script": { + "all": [ + "policy_vkh1v45ew6rwj3grukn4yxpdw29s324059efm6zd2ktvk34ss6nccj4", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1elwpde6ghfxvclqq0cftrnnln42m3gjnk2966g", + "quantity": 6516 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1j5dlrkwuq5cn6ythxx53urqp9hnwwvx0de2lm2", + "quantity": 4372 + } + ], + "policy_id": "392dc2be64476f02a936b2ebff79320d2f39f91dcc192681e88b43c9", + "policy_script": { + "script": "policy_vkh18yku90nygahs92fkkt4l77fjp5hnn7gaesvjdq0g3dpujuv6v9c", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1e5f7nkq090hz9tzaxrcsm4hc8j297u77nqqqza", + "quantity": 2272 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1naz7ygndfnne5j55s3sqzj5w6pjtpxpfdu4z4t", + "quantity": 772 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1g0wp7mut3cevxy4u4uhk54lx5her8ucj47sfl8", + "quantity": 933 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1pt9utx7t693s6fnp52wgmaxwr853mylgw5nul7", + "quantity": 1537 + } + ], + "policy_id": "1e482b894fcda8ecbd7019431d2d46880f56702363e4171900e2fb81", + "policy_script": { + "script": { + "all": [ + "policy_vkh1reyzhz20ek5we0tsr9p36t2x3q84vuprv0jpwxgqutacz235a55", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1wnuwz9llv663a9ps28awknc3fxsm6pycksrpj3", + "quantity": 863 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1krkv40g0k82c93xee5fct2mch49mjgpcwdrfx0", + "quantity": 2489 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1082rpnz98g94q6ss994eyqfdj3gsn30es3scfw", + "quantity": 939 + } + ], + "policy_id": "7b0f6e7746fed5795acea7ab24570749e2d17b2ecfd36485c152beac", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1n7mprd4qjrtwhhg39akexnwjlgrgnwavzxxt4r", + "quantity": 460 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1fsplemw2c4jac2atdev7fq3xa6gwpj0p3qr8t5", + "quantity": 203 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1csazmmtlhkuvtvck4gv74cyupevh20drxuwczg", + "quantity": 150 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1krehjvw773asercw7hz0gcvalx260fpen5p20l", + "quantity": 5747 + } + ], + "policy_id": "d24150c7fc27fb8b621f14d2f4051c9449985b465833425079e21ce3", + "policy_script": { + "script": { + "all": [ + "policy_vkh16fq4p3luylackcslznf0gpguj3yesk6xtqe5y5reugwwxg8sv7y", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 34, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1s9k2csquyj8qzrtv89gl5lt55nht2amprx8pjt", + "quantity": 4772 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset145mv84r0rpqmpfpqya34w2huew37mseggqlnv4", + "quantity": 2944 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset125d2e5k5tvpwjx8l7uuryrsed2ulxrps7jpmr6", + "quantity": 3457 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1z06twa95r07cqmvw7wy6znsse5t9ts9ec6wk87", + "quantity": 6638 + } + ], + "policy_id": "ee6850e682612a0a5776009f5830f1803e600e949c1854f8b75228e5", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 148, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1gccnxh0jx8ktgp86g2qgxs8f39ylz7sa2mgcun", + "quantity": 1833 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset13jh9uu6x4eg0a702a8faqsv8mcmyfu8nuc3gff", + "quantity": 5131 + } + ], + "policy_id": "abec4071b1524a794f56508397629057b207cd00317f2fdef737eb4f", + "policy_script": { + "script": "policy_vkh140kyqud32f98jn6k2zpewc5s27eq0ngqx9ljlhhhxl457e0jtn6", + "script_type": "native" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 191, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1zzmkhr5asjzs2dnq662hzkd5fudhqr040pgeaz", + "quantity": 9279 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1gkmxcjmysmrpahs8uenuf3uvr43gpekshamf00", + "quantity": 1519 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1t0zvuxyxvu5jw87ur84jane7juunaqtg7h70eg", + "quantity": 8459 + } + ], + "policy_id": "c87054c228fdc44e8bbb3d2c3bbf573985a7a03f16291e24d38c8a37", + "policy_script": { + "script": "policy_vkh1epc9fs3glhzyazam85krh06h8xz60gplzc53ufxn3j9rw25u7fl", + "script_type": "native" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 240, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1gex56ezyh4f3xczmq3upfut2pzenc83tp05smz", + "quantity": 5155 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset14lafz8hdan7d5wfrz6a0hf8uxxuwmm3s9lk789", + "quantity": 1406 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1zjmmyxan7d0888tut63l29wkrlwm2r8yczeqrl", + "quantity": 989 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1evqh2ymrzra2shcj6dxrzsh0a5rwlv8msky757", + "quantity": 7295 + } + ], + "policy_id": "c662acf74c9317ad0a9bec6e28363adf95b2aa64caa9676489050036", + "policy_script": { + "script": { + "all": [ + "policy_vkh1ce32ea6vjvt66z5ma3hzsd36m72m92nye25kweyfq5qrvy725um", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 11, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1zpggdveqewd7jp3kv6z60v3hjc9d3eqq929fkr", + "quantity": 8783 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1vu2asp6e2l3fxctjed6csjszma9u524w7vca2y", + "quantity": 8197 + } + ], + "policy_id": "1e8193c4fcd97e0bac910a059716c9e5cd3f71e165c45331d4212b52", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 220, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1p2vhj3rc52lpmrnaczrjnx9hedwhkt6exemq70", + "quantity": 2578 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1dm7mrzct88ds9la03jk5ra7arpvxn2gvhmye93", + "quantity": 605 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1jt0300sk6rh6nqs9pz8k40zne82duv0at74540", + "quantity": 2954 + } + ], + "policy_id": "c933493ecd2f347af8ba18e8c940d7b7d30f5eb6fe5d9170a77f1fbe", + "policy_script": { + "script": "policy_vkh1eye5j0kd9u684796rr5vjsxhklfs7h4klewezu980u0mu39h4hu", + "script_type": "native" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 177, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1ctrvwz3u972dccdeu55g6hvx2hplagxp00l473", + "quantity": 9697 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset16hsrd9849vnvrxggefq6ks8vgsk67ztnkrhngm", + "quantity": 8484 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset108fe92w5rca38q2jvcpgvrdy0jc4ulq7rfefay", + "quantity": 3928 + } + ], + "policy_id": "b7e3c93a9014a0ce6a15407a5ee2a0a89453bde471167e6e88e8dfd8", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "stake_address": "" - }, - { - "amount": { - "quantity": 113, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset14uj0a9dyhvgq2rk95yj782tkudea9xwgy7tq2h", + "quantity": 763 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1tzylucw30z0d99ke6rjp966pv3nxdxwern3nqq", + "quantity": 5922 + } + ], + "policy_id": "24f257492d01a1d55807f0211e6adaa6e712dafb4ba5c7097e13847e", + "policy_script": { + "script": { + "all": [ + "policy_vkh1yne9wjfdqxsa2kq87qs3u6k65mn39khmfwjuwzt7zwz8uf7xhwj", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "stake_address": "" - }, - { - "context": "ours", - "amount": { - "quantity": 227, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1hfpkpjvqh836tew0d57nz9a5td4wfl6dj7g7cq", + "quantity": 9481 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1qfgyr8qp9rafj9xc6pq50d65v2drxe2lcdjwv3", + "quantity": 1497 + } + ], + "policy_id": "166690d18d1806bb8eca516452db21ff201c681f12b5371622db95ba", + "policy_script": { + "script": "policy_vkh1zenfp5vdrqrthrk229j99kepluspc6qlz26nw93zmw2m5jcfdwa", + "script_type": "native" + } }, - "stake_address": "" - }, + { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset16neha56cs6w6ed6w244huju5f0f9rw65nj8gdf", + "quantity": 3365 + } + ], + "policy_id": "f055bf3a6dc65e1f4bac4512e43bfa96227be44870b2a6e702ab95b5", + "policy_script": { + "script": "policy_vkh17p2m7wndce0p7javg5fwgwl6jc38hezgwze2decz4w2m2jl6x45", + "script_type": "native" + } + } + ], + "wallet_policy_key_hash": "policy_vk1dd69wff8qpwmvd0xwpz8zjekdu4svcsu8qlngkcet93x62ckp46s5ewjuw", + "wallet_policy_key_index": "0H" + }, + "outputs": [ { - "context": "ours", + "address": "", "amount": { - "quantity": 23, + "quantity": 52, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 + } + ], + "derivation_path": [ + "7126", + "2320", + "10400", + "817", + "3409", + "3781", + "8263", + "5221", + "10637", + "9529", + "1423", + "3856", + "9405", + "5682", + "3888", + "14679", + "6176", + "11593", + "5330", + "9042", + "5519", + "9731", + "7679", + "13434" + ] }, { - "context": "ours", + "address": "", "amount": { - "quantity": 176, + "quantity": 237, "unit": "lovelace" }, - "stake_address": "" + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + } + ] }, { - "context": "ours", + "address": "", "amount": { - "quantity": 58, + "quantity": 33, "unit": "lovelace" }, - "stake_address": "" + "assets": [] + } + ], + "validity_interval": { + "invalid_before": { + "quantity": 14233118, + "unit": "slot" }, + "invalid_hereafter": { + "quantity": 31548184, + "unit": "slot" + } + }, + "withdrawals": [ { - "context": "ours", "amount": { - "quantity": 17, + "quantity": 234, "unit": "lovelace" }, "stake_address": "" }, { - "context": "ours", "amount": { - "quantity": 64, + "quantity": 77, "unit": "lovelace" }, + "context": "ours", "stake_address": "" }, { "amount": { - "quantity": 118, + "quantity": 33, "unit": "lovelace" }, + "context": "ours", "stake_address": "" }, { "amount": { - "quantity": 120, + "quantity": 86, "unit": "lovelace" }, + "context": "ours", "stake_address": "" - } - ], - "inputs": [ - { - "id": "ea2f1d003a3b1667675a621f08562255520e664c22976f4754c472f96f8e0760", - "index": 1 - }, - { - "id": "4f3d47ae6a6c15581833250b1f3b4b2a0d164f894b112e0e5a31ba3a3809070a", - "index": 0 - }, - { - "address": "", - "id": "4843284f0a2d3c05033f1c4362257a1f4cf0754d1e63640b784c7b2da4094378", - "index": 7384, - "amount": { - "quantity": 177, - "unit": "lovelace" - }, - "derivation_path": [ - "3257", - "26846", - "18913", - "7403", - "19337", - "2074", - "23330" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 44, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 34, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 42, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "id": "143573483fd6b4530c150a340e4908e53429113e2a120c0f4f5f582a00915965", - "index": 16956, - "amount": { - "quantity": 48, - "unit": "lovelace" - }, - "derivation_path": [ - "26936", - "10024", - "15951", - "10367", - "12655", - "30629", - "31483", - "12404", - "8043", - "31064", - "27290", - "13848", - "26990", - "4553", - "17652", - "5674", - "30428", - "936", - "25368", - "6231", - "11292", - "26195", - "12883", - "11025", - "11031", - "28336", - "13648" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] }, { - "address": "", - "id": "ecaa6709152e377521170a191084005f3d29bd6af6796f7c485dc6d4a45b3c77", - "index": 14470, "amount": { - "quantity": 56, + "quantity": 66, "unit": "lovelace" }, - "derivation_path": [ - "12766", - "10117", - "31388", - "23496", - "22631", - "32127", - "29162", - "27841", - "18715", - "23160", - "6082", - "16786", - "27485", - "12749", - "4679", - "5733", - "16482", - "32353", - "18488", - "18705", - "28078", - "14748", - "32381", - "4098", - "17693" - ], - "assets": [] + "context": "ours", + "stake_address": "" }, { - "address": "", - "id": "0d53ef5c1e372e24610c76bc5d2c7c7e791a254f1a4b00ae117ecc4eac361659", - "index": 7248, "amount": { - "quantity": 55, + "quantity": 161, "unit": "lovelace" }, - "derivation_path": [ - "13333", - "20008", - "15476", - "15522", - "14991", - "22086", - "21705", - "16137", - "7029", - "16570", - "13217", - "21339", - "31084", - "18937", - "589", - "12648", - "2995", - "18857", - "14833" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "stake_address": "" }, { - "address": "", - "id": "46403beef4c0b12655325a44a8317c2a102c6544220d7fc4fa3c1a147151765f", - "index": 27839, "amount": { - "quantity": 37, + "quantity": 152, "unit": "lovelace" }, - "derivation_path": [ - "11116", - "18133", - "14180", - "30374", - "19054", - "26162", - "24988", - "17246", - "2590", - "28308", - "18483", - "2997", - "27649", - "2967", - "20747", - "244", - "6472", - "13880", - "18860", - "161", - "11142", - "16306", - "20218", - "23943", - "21412", - "25057", - "23100", - "8989", - "12906", - "29212" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "context": "ours", + "stake_address": "" }, { - "id": "724d02e57065674e363e4c804135ff554d324e4434284b5c0b1257523532062f", - "index": 1 - } - ], - "collateral_outputs": [ - { - "address": "", - "amount": { - "quantity": 78, - "unit": "lovelace" - }, - "assets": [] - } - ], - "outputs": [ - { - "address": "", "amount": { - "quantity": 141, + "quantity": 236, "unit": "lovelace" }, - "assets": [] + "context": "ours", + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 207, + "quantity": 101, "unit": "lovelace" }, - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 136, + "quantity": 1, "unit": "lovelace" }, - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 212, + "quantity": 23, "unit": "lovelace" }, - "derivation_path": [ - "32749", - "29535", - "20382", - "32530", - "26130", - "22819", - "7007", - "2294", - "2259", - "27811", - "18118", - "3364", - "13188", - "21374", - "1033", - "18904", - "19434", - "10336", - "13449" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 38, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 40, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "context": "ours", + "stake_address": "" }, - { - "address": "", - "amount": { - "quantity": 107, - "unit": "lovelace" - }, - "derivation_path": [ - "830", - "27057", - "21813", - "21419", - "1518", - "7726", - "10669", - "4132", - "13299", - "30594", - "24045", - "21374", - "17082", - "31195" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 48, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 41, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + { + "amount": { + "quantity": 205, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 232, + "quantity": 104, "unit": "lovelace" }, - "assets": [] + "context": "ours", + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 51, + "quantity": 192, "unit": "lovelace" }, - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 86, + "quantity": 99, "unit": "lovelace" }, - "assets": [] + "context": "ours", + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 89, + "quantity": 31, "unit": "lovelace" }, - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 206, + "quantity": 226, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "stake_address": "" + }, + { + "amount": { + "quantity": 127, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + } + ] + }, + { + "burn": { + "tokens": [ + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1fg495827hclrukg3gzftarun480apsrx7x2lh7", + "quantity": 4756 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1wpffmjweyw08pt4a4hxpj57hp5nuk89kdjxc3z", + "quantity": 7696 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1a6m7g38pkwnl683yyafy3udd5rpehd6nhk8kx3", + "quantity": 5271 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset16uvd50h2rt5rh45n8hns5prt9wa5gjj6j9jkmz", + "quantity": 3091 + } + ], + "policy_id": "a2e8079b0673a5128f3ebbe489cb67527f213ad8018fda5600aaafff", + "policy_script": { + "script": { + "all": [ + "policy_vkh15t5q0xcxwwj39re7h0jgnjm82fljzwkcqx8a54sq42hl7klrer2", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1ug5j2q6439tykwaarhtwnl96mt9n5tkzvnj9lf", + "quantity": 5671 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1agxt0p78zzj4m2xdm6tnvx8wgega8nuqkq8z6a", + "quantity": 3508 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1302z4q078ydfpt73dryfakxhhyjh9ux4wlhj3z", + "quantity": 8903 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset15u9k5lqfd8295u66sjgrd0au8pu5mud2pf6s2m", + "quantity": 8422 + } + ], + "policy_id": "4104840c4bd8df915b2c423d9e03dfd19c370ed515de36452aae20fb", + "policy_script": { + "script": "policy_vkh1gyzggrztmr0ezkevgg7euq7l6xwrwrk4zh0rv3f24cs0kwn68d0", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e52", + "fingerprint": "asset12x59twma3uyg3kd53mrt3f2qqyf7wjujvqpzu3", + "quantity": 5975 + } + ], + "policy_id": "ffe1a3bde65c032b5d67777ed5a87583029e260df014f1403a121343", + "policy_script": { + "script": "policy_vkh1lls6800xtspjkht8waldt2r4svpfufsd7q20zsp6zgf5x7lnmnw", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1h5q23cwq34gkxj06ghf77eh8jqafm3j7etxrf6", + "quantity": 4946 + } + ], + "policy_id": "cb0e24f0da471d9e34c2120de3fffb6a0014e07ae4c6ccb5a28cddc7", + "policy_script": { + "script": { + "all": [ + "policy_vkh1ev8zfux6guweudxzzgx78llmdgqpfcr6unrveddz3nwuwu9wu5w", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset13yf8lx0qkz89vdzlmrrrp3kqwkjz0sf3l7y7mq", + "quantity": 2994 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset19k49ha0whu90984r4v63745eszmdkv08clhcm3", + "quantity": 1474 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset16e9pumg20aqjr39d2r48n9hyrxy2g87cu5jwx0", + "quantity": 8647 + } + ], + "policy_id": "6408773686c0f4e9cfb721621892b09696325e95a4ff2bdeed2c2499", + "policy_script": { + "script": { + "all": [ + "policy_vkh1vsy8wd5xcr6wnnahy93p3y4sj6tryh545nljhhhd9sjfju5ujwc", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1udhtludw9mjwqc3j5l7e9z7v36yzlfsamshnuu", + "quantity": 6363 + } + ], + "policy_id": "279cd7635c992555709781e8437b6e0359251d21423edb86434c9ced", + "policy_script": { + "script": { + "all": [ + "policy_vkh1y7wdwc6unyj42uyhs85yx7mwqdvj28fpggldhpjrfjww639hj5m", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e57", + "fingerprint": "asset107cg7dr284s060fy9gnykvyqpkant6lehtqgyz", + "quantity": 9627 + } + ], + "policy_id": "0fb21b0d058bf80ca73a266a47f7bd1e3a167cab93640e4d0b8412c8", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1neq82nmuc4km5am0dmd3cdw78ry43wez82462e", + "quantity": 9559 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1v4jr9n3vxc8csk70yftsd6tknm3r6stfm0v24u", + "quantity": 1784 + } + ], + "policy_id": "f24ea45baf273cc2fc6ae9dd5c1cb3f2e5ffd9e22b17de1468a384c5", + "policy_script": { + "script": { + "all": [ + "policy_vkh17f82gka0yu7v9lr2a8w4c89n7tjllk0z9vtau9rg5wzv2gx7gqx", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1wqvfh220mjgugezsf853gs7rvrzm5a4284pw46", + "quantity": 2885 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1dya23t4kv9va2l4hp2tvyk57ahl23v20fgpwrn", + "quantity": 8260 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1jzmnu4hkvxstnmtala8m5m6w7trpuapnc6x9g8", + "quantity": 6201 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset154l66lurg5znmcuk40g3sh67qphycp8fmsfyws", + "quantity": 9903 + } + ], + "policy_id": "5d890f916f4b038672439c5486fc47319f1ff58906c183e4d19a7572", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e46", + "fingerprint": "asset194uxr0qhyrr9w8zev9hrafl42pnmmqnwxeyp7q", + "quantity": 9750 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset193z90cf5jwsp4dpszjppkxst9qpjmjmt9shktl", + "quantity": 1007 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1c7df52e5hjppp7thm2kje9hqta5u99j4qf4pkj", + "quantity": 8129 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1tt9rzsgns28emamm0keu79gwwr0jsdsk9x6rs4", + "quantity": 866 + } + ], + "policy_id": "9bf8b0d4eebc3984a2379283aa5cd5675b4bcb2312ec525050fdb98e", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1hymwks9a5z0j7j2rzq2ktkt766qa4xhg2c3wjq", + "quantity": 8741 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1hsh9080ksxmkjvw7gct8h8kyfdws4htu79jwmc", + "quantity": 6628 + } + ], + "policy_id": "73d88a9f5b931dd0955b1f38132d31583688e2c526804562e1424daf", + "policy_script": { + "script": { + "all": [ + "policy_vkh1w0vg486mjvwap92mruupxtf3tqmg3ck9y6qy2chpgfx67mmc0c2", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1tkptfk69zqph794ucdyq0kmnglmr5nxjqcnju6", + "quantity": 9350 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1hvnldmj0czy47tddehzqh7z8mx6t5ekxz8zx7v", + "quantity": 9168 + } + ], + "policy_id": "8a93c4733de4b74daf3bd580b83a3c5b3f7aeed2bc58b79ae35e8b6e", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1ycyhqpmjxkn4t4asqqtd2wk470xytv20s569w8", + "quantity": 8501 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1axt8x00zdmxww397kua26vtaedwv0daacat2e0", + "quantity": 8878 + } + ], + "policy_id": "6c48100b7bce6f021df20c02813af642aeb60621a0ed6b95b384bee6", + "policy_script": { + "script": { + "all": [ + "policy_vkh1d3ypqzmmeehsy80jpspgzwhkg2htvp3p5rkkh9dnsjlwv7zrn2d", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" } - ] - }, - { - "address": "", - "amount": { - "quantity": 216, - "unit": "lovelace" }, - "derivation_path": [ - "5823", - "26199", - "24603", - "31171", - "10124", - "8770", - "21044", - "32580", - "32158", - "22391", - "654", - "18422", - "20253", - "22389", - "2866", - "14254", - "20719", - "32128", - "6765", - "7901", - "8901", - "23436", - "26738", - "13714", - "23078", - "12250" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + { + "assets": [ + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1srsnulj3pfwdx9kf328yjqkan6vy4xlxgzsjtv", + "quantity": 7930 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1lcj825yphzuny7v7ufumel5skne0ze9nwptk38", + "quantity": 813 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset15v656jfarsu5afznlz3d6vwvve9wshhu6y3mkv", + "quantity": 9405 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1d026fx9kjjphztkt3xdwx0cp043xcuvapum25f", + "quantity": 4124 + } + ], + "policy_id": "0b2ef9da7fe91dd8d34a3f4155430628ccc5a1c52aefbfc81cd93bec", + "policy_script": { + "script": { + "all": [ + "policy_vkh1pvh0nknlaywa35628aq42scx9rxvtgw99thmljqumya7cj8apps", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" } - ] - }, - { - "address": "", - "amount": { - "quantity": 40, - "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1glwfpx554wwpr0kr5lkpc2dmv8ygl84xal6a04", + "quantity": 9985 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1wn5yprueldz6tfx9ehxnu5nkdk2aljl3etpakc", + "quantity": 2701 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1rumt6ku9dawpzhptw0txnahc0uh0mw9xsans6s", + "quantity": 9001 + } + ], + "policy_id": "26311cdc2f4c8f5369bb8324a3275615aab880ca9498089b433012ae", + "policy_script": { + "script": { + "all": [ + "policy_vkh1ycc3ehp0fj84x6dmsvj2xf6kzk4t3qx2jjvq3x6rxqf2uhf5rj5", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" } - ] - }, - { - "address": "", - "amount": { - "quantity": 188, - "unit": "lovelace" }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 95, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset18rfu7uentxx0gkzjc075x8346uta35uvn0d3d3", + "quantity": 8900 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset14f8gjlpaad4cfu4jvyv70u96t2wmd3wemzehvz", + "quantity": 5314 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1ldzp0can2ad05wss0g650pfyxvmw3059m74vr2", + "quantity": 508 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1zy97sv8nma5xt336w6w49td6vylg806uzwmr9w", + "quantity": 8171 + } + ], + "policy_id": "bad1de01e3ae295909c8cd82783b0807c2175402a67e74d26c85e43f", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + { + "assets": [ + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1dtze26p3a57kpxgpwvx2y05ygc5xjvrfze534m", + "quantity": 1911 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset14cj8fdqcp9kemql4aef0wvhuf328lm2tpyr7ll", + "quantity": 4090 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1s8vjtdy95maym22leqstgnh75ak6x767saurym", + "quantity": 4464 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1jnluncrxfktxry6guy3x4lzcqam80c3z6rf9da", + "quantity": 5983 + } + ], + "policy_id": "d39c7265b1e447db9d89329da1ae8e75e4fba0a0588217830485059c", + "policy_script": { + "script": { + "all": [ + "policy_vkh16ww8yed3u3rah8vfx2w6rt5wwhj0hg9qtzpp0qcys5zeccuxyq2", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" } - ] - }, - { - "address": "", - "amount": { - "quantity": 184, - "unit": "lovelace" }, - "derivation_path": [ - "10160", - "25050", - "21736", - "15548", - "592", - "12858", - "29911", - "29185", - "4337", - "18613", - "25690", - "256", - "9139", - "1613", - "9116", - "15979", - "31515", - "20770", - "24646", - "8891", - "24680", - "28306", - "30294", - "19446" - ], - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + { + "assets": [ + { + "asset_name": "546f6b656e58", + "fingerprint": "asset173wgagzp62ccekca7uql9jre3jvhl72v84p4ev", + "quantity": 8669 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1p4e8aqwumshzrax7gx0frz4nw5qfg69pekgz6p", + "quantity": 7172 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1fkqgsx7s2p5xve8tzprur9mrelcqcx6zzkylud", + "quantity": 6129 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1tuepn7pdrfxnuvx8qaam9fkqhjs42gzq479g68", + "quantity": 4744 + } + ], + "policy_id": "1fe22262fd0d1f495941482ae055762fa6b200b2a16f16f8d14cafea", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" } - ] - }, - { - "address": "", - "amount": { - "quantity": 199, - "unit": "lovelace" }, - "derivation_path": [ - "28935", - "2783", - "12832", - "11439", - "7225", - "26154", - "31633", - "27460", - "28276" - ], - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 181, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1eg3lk4ctf3r9cpv2pf26ghz56yet4qw64lnsfd", + "quantity": 7892 + } + ], + "policy_id": "ebab830454065a12cde5e4f311404e7e65df000abfde2cf7fa5ceb1f", + "policy_script": { + "script": "policy_vkh1aw4cxpz5qedp9n09une3zszw0eja7qq2hl0zeal6tn437mtpxw3", + "script_type": "native" + } }, - "derivation_path": [ - "18539", - "13985", - "6727", - "16400", - "26561", - "25594", - "11329", - "8235", - "7294", - "17696", - "25164", - "28912", - "28923", - "8257", - "25395", - "14877", - "2621", - "26982", - "16479", - "31171", - "2057", - "18592", - "5172", - "7335", - "29194", - "19750", - "16581", - "26518" - ], - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + { + "assets": [ + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1usha0cv2x9vane6lvd44n5yelc6jl9zg89kcx8", + "quantity": 979 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1c8g6v59e5sh7wdkau77nld7cnr3qj4slwup4qv", + "quantity": 1234 + } + ], + "policy_id": "1a8b15be42b2edbdec856f4cfc0e303b7564597a4eeae17e533c3290", + "policy_script": { + "script": "policy_vkh1r293t0jzktkmmmy9dax0cr3s8d6kgkt6fm4wzljn8sefq6a6gef", + "script_type": "native" } - ] - }, + } + ], + "wallet_policy_key_index": "0H" + }, + "certificates": [ { - "address": "", - "amount": { - "quantity": 138, - "unit": "lovelace" - }, - "assets": [] + "certificate_type": "join_pool_external", + "pool": "pool1pk4llny5zjq8w6869d29mvr9fazsfykqjp64a09vqdkg5l78zra", + "reward_account": "" }, { - "address": "", - "amount": { - "quantity": 131, - "unit": "lovelace" - }, - "derivation_path": [ - "21481", - "20601", - "5162", - "31416", - "17828", - "8549", - "22896", - "11277", - "9744", - "14453", - "20798", - "12924", - "8074", - "6436", - "18517", - "2863", - "24705" - ], - "assets": [] + "certificate_type": "mir" }, { - "address": "", - "amount": { - "quantity": 96, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 45, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } + "certificate_type": "join_pool", + "pool": "pool19asfh7pcpez490a3fwtqzypjawj0ze8yzzphyrjfnhqkslgs7z7", + "reward_account_path": [ + "24733", + "25780", + "20397", + "13419", + "5704" ] }, { - "address": "", - "amount": { - "quantity": 107, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "certificate_type": "deregister_pool", + "pool_id": "pool1wvn04nk6qsvl85gzv0zd5hchntmd9akjzw4z4wegu4c468u4jpe", + "retirement_epoch": 14244 }, { - "address": "", - "amount": { - "quantity": 243, - "unit": "lovelace" - }, - "derivation_path": [ - "24745", - "20507", - "2073", - "19628", - "21159", - "7088", - "12746", - "13799", - "31930", - "31181", - "2965", - "3395", - "3786", - "27005", - "16401", - "9128", - "20409", - "26870" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 57, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 32, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } + "certificate_type": "quit_pool", + "reward_account_path": [ + "31578", + "12098", + "162", + "29394", + "28799" ] }, { - "address": "", - "amount": { - "quantity": 108, - "unit": "lovelace" - }, - "derivation_path": [ - "26426", - "16821", - "29687", - "12201", - "124", - "7446", - "24621", - "11124", - "24269" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 34, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } + "certificate_type": "join_pool", + "pool": "pool1c5vcg6yas5g9g26huzvan3pds9yg5a5vfk58euxxcj35zgu60jh", + "reward_account_path": [ + "13711", + "18103", + "18071", + "28953", + "20948" ] }, { - "address": "", - "amount": { - "quantity": 248, - "unit": "lovelace" - }, - "derivation_path": [ - "12907", - "30274", - "16730", - "11752", - "14685", - "19748", - "4204", - "9743", - "14019", - "20478", - "90", - "27320", - "8186", - "29168", - "24810", - "24079" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 47, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "certificate_type": "join_pool_external", + "pool": "pool1lxnrqnen9dlvr2s36um3rncyfnd8000fc8w73huszz8qqg64k8w", + "reward_account": "" }, { - "address": "", - "amount": { - "quantity": 220, - "unit": "lovelace" - }, - "derivation_path": [ - "7533", - "11318", - "25288", - "21417", - "25649", - "22440", - "25337", - "27883", - "20524", - "28123", - "10052", - "16973", - "24305" - ], - "assets": [] + "certificate_type": "deregister_pool", + "pool_id": "pool1rlk0pgy0efykv22n3gcynwxspw70kezjdysgla0dlxl4s2adlxj", + "retirement_epoch": 570 }, { - "address": "", - "amount": { - "quantity": 110, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 206, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 255, - "unit": "lovelace" + "pool_id": "pool1fhmwlkrkywm865ppes5ytkd7nvx066xhjjsu0t6q69lwz843mta", + "pool_margin": { + "quantity": 12.9, + "unit": "percent" }, - "derivation_path": [ - "19544", - "5935", - "6653" + "pool_owners": [ + "ed25519_pk1xh827pvvwcpf6tglatcm9syt0zz22855wltjg9s9mwzjvf82xnus6u56wm", + "ed25519_pk1s56t7gfxn6mqknuzr3d70tp9n3z6ud5uvke7hgqv5fs8hnuk56lsj8dqmz", + "ed25519_pk199a5s4ekmluhlj7yrn83wsqxkz5pn0hax2f4z2q05wz6804q4s0stm92u8" ], - "assets": [] + "pool_pledge": { + "quantity": 57, + "unit": "lovelace" + } }, { - "address": "", - "amount": { - "quantity": 124, - "unit": "lovelace" - }, - "derivation_path": [ - "2373", - "163", - "8752", - "27701", - "4388", - "24878", - "8604", - "1816", - "17680", - "13677", - "29914", - "24580", - "24200", - "22329" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 39, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 39, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "certificate_type": "mir" + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 49, + "unit": "lovelace" + }, + "pool_id": "pool1y65kffat55g3y50f3ar7h4j0fyces50s45vvgsjvsz0rs4qndce", + "pool_margin": { + "quantity": 43.18, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1f6kuvcp2v620exdqymc9u94auefh0n3gar2jv2gd6e2uduvzpsjsfu8qlt", + "ed25519_pk1wknkhwgvkk4lds7y87k6swztca8r8z4ncazlp86j5l6f9ezkg2wqpqn0e3", + "ed25519_pk1l7vd3tlqkxtz56ae0xkuh9hqcgqm692yeet5pd8jjhtkrhr0h3tss44emk", + "ed25519_pk1vhclh3xnskftw920959xade0lgql4tfuttd2nw0ef3zmznfj28eqcq2kl7", + "ed25519_pk10wlc7x8n5f0psxphdzvnknavtkfglnvmmyy80zjf76ynxkyumtqsyr5ya7", + "ed25519_pk1dqzrhxyeuvkwlm8skycmr7ku4ch9l92gf50nj9nr6rajtgdujxgs9r4n75", + "ed25519_pk1r49rgl2rum8hn8vvffymzyc2m3gywfp332l6sqhj3ewmqx0fkvkstxpp3z", + "ed25519_pk198z76f52t94ktce9sshdkqwkpglzp224uce26l2xzsvwfy3mktjsxna36x", + "ed25519_pk1ur23gvljpad73xn457ucdxwl64y94wugrfh0s6gaelvgsuw4lntqygwkch", + "ed25519_pk1ury9l68wgpwkmzu4ky392pyl04lwrh2jttcah9geg5hvgx48jpnsqjnky3", + "ed25519_pk1yha7dve68xh0uxhgcxmmcje603n3a4cdyrsx4qrjz5g7jky89u9q0y8kax", + "ed25519_pk1axerh96d8tak26wrvpgfjfd0r2aujt2wjs7cymhv8907auheft7qwggeq5", + "ed25519_pk1vzg6eft3jtczc58dtekhee8pj26007ntgnz66uulh76ak37km7csfj76ms", + "ed25519_pk12vgvkhjwnk0rcqckjlkqqczp202m55hytyqh26du05g0y9t60tsswx9xsk", + "ed25519_pk1nqmsqlxw38rsdd8l5sgsj9cs66hu8gfe79jvfuv8v28jqcvn8spspu8732", + "ed25519_pk1gcn2cnahdmt0cs7snytd4s0w2llmqgnn6eclz2mwens7tmmw89essyj0d6", + "ed25519_pk15teewehju5epysa2xqmuhy8w8pdnayad94dmmu2l09urlrpyyw0ssfgr26", + "ed25519_pk1695u5rm3gkfz2cg8nu74qv0ym8h7lv8uac94uq4awk09cjg0lyyqew4sfr", + "ed25519_pk17wvlsew253sf3kjs6w7x5xl2vm24v4l5x6ywke25tga3ujq9636q64c9ks", + "ed25519_pk1wma2gw3xxtcewmuj6ac6dzkvrsagfy0psxm5z2daw8emhxcca5estr960z" + ], + "pool_pledge": { + "quantity": 250, + "unit": "lovelace" + } + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1nntzq4p0cmyulqvua9wrck0ahdrpwf00knz26u9r7rrvc8cjymz", + "retirement_epoch": 25411 }, + { + "certificate_type": "mir" + } + ], + "collateral": [], + "collateral_outputs": [ { "address": "", "amount": { - "quantity": 32, + "quantity": 187, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "6396", - "5863", - "29124", - "2274", - "28632", - "5170", - "18730", - "22839", - "9963", - "2818", - "21211", - "12076", - "4002", - "28443", - "14321", - "17413", - "27276", - "15783", - "27859", - "759", - "31450", - "18547", - "4226", - "10038", - "12906", - "17772", - "32238", - "24903", - "15524", - "6625" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 41, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } + "16338", + "7854", + "3217", + "2050", + "7029", + "6969", + "1335", + "5239", + "5332", + "12716", + "13775", + "14403", + "12459", + "11376", + "14035" ] } ], - "script_validity": "valid", - "id": "1e4479313768266c4b4b582b33405a2846697b2357350768599d0a5cf046d30c", - "deposits_taken": [ + "deposits_returned": [ { - "quantity": 235, + "quantity": 0, "unit": "lovelace" }, { - "quantity": 192, + "quantity": 220, "unit": "lovelace" }, { - "quantity": 22, + "quantity": 109, "unit": "lovelace" - }, + } + ], + "deposits_taken": [ { - "quantity": 45, + "quantity": 63, "unit": "lovelace" }, { - "quantity": 100, + "quantity": 138, "unit": "lovelace" }, { - "quantity": 107, + "quantity": 221, "unit": "lovelace" }, { - "quantity": 205, + "quantity": 216, "unit": "lovelace" }, { - "quantity": 176, + "quantity": 180, "unit": "lovelace" }, { - "quantity": 177, + "quantity": 171, "unit": "lovelace" }, { - "quantity": 191, + "quantity": 151, "unit": "lovelace" }, { - "quantity": 56, + "quantity": 244, "unit": "lovelace" }, { - "quantity": 45, + "quantity": 17, "unit": "lovelace" }, { - "quantity": 78, + "quantity": 230, "unit": "lovelace" }, { - "quantity": 122, + "quantity": 211, "unit": "lovelace" }, { - "quantity": 59, + "quantity": 60, "unit": "lovelace" }, { - "quantity": 47, + "quantity": 107, "unit": "lovelace" }, { - "quantity": 40, + "quantity": 129, "unit": "lovelace" }, { - "quantity": 138, + "quantity": 190, "unit": "lovelace" }, { - "quantity": 182, + "quantity": 236, "unit": "lovelace" }, { - "quantity": 212, + "quantity": 171, "unit": "lovelace" }, { - "quantity": 42, + "quantity": 127, "unit": "lovelace" }, { - "quantity": 221, + "quantity": 90, "unit": "lovelace" }, { - "quantity": 5, + "quantity": 99, "unit": "lovelace" + } + ], + "fee": { + "quantity": 188, + "unit": "lovelace" + }, + "id": "1a161c8f4470467e15ae4a1fd29837482009084547353566700f200e08a25f0a", + "inputs": [ + { + "address": "", + "amount": { + "quantity": 89, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "13629", + "15432", + "8118", + "8331", + "4480", + "8479", + "8699", + "10148", + "6674", + "9332", + "2826", + "1223", + "7689", + "1717", + "7999" + ], + "id": "37586c1253223d4b037d5259ff200b0ce91488059c6607ae654a233667085a63", + "index": 1577 }, { - "quantity": 245, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 79, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 + } + ], + "derivation_path": [ + "11903", + "15867", + "5427", + "11338", + "12508", + "3904", + "5882", + "2467", + "4002", + "2319", + "10454", + "4614", + "15769", + "817", + "588", + "7484", + "6575" + ], + "id": "75226a5b34593f213233719bde0e3a295e4a5d46750831726d22704e5e246158", + "index": 4636 }, { - "quantity": 4, - "unit": "lovelace" + "id": "57694812646e7842736c7479070b1324275c1c255926440c35452d3b38316a6c", + "index": 1 }, { - "quantity": 129, - "unit": "lovelace" + "id": "557b62e46363ec630fb7555e0dcc10672e4e51a62479024548693013f34f572a", + "index": 0 + }, + { + "id": "0a0a6e8e601449260f7b163d325118105063d2c867025550606906437c68d839", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 112, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + } + ], + "derivation_path": [ + "8188", + "1146", + "8779", + "4721", + "15131", + "7337", + "7396" + ], + "id": "782133057c7773af45331a5dc410b62b135c2923085b7a4cd53f7773ac265c24", + "index": 692 + }, + { + "id": "3950cd28304b351523ed587a5e3d50695e256a2017635d106d7d269c40751fa8", + "index": 1 + }, + { + "id": "633d55502c2933225a5271363d250ac62066604b2b32165f6d4b2b586e25537c", + "index": 0 + }, + { + "id": "0887361d546d511e7d4992712b73692902d2fe72404d26b71914311263f00b31", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 200, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + } + ], + "derivation_path": [ + "15889", + "2892", + "9707", + "13956", + "14188", + "14798", + "5676", + "11543", + "12201", + "6966", + "12643", + "7159", + "9375", + "15928", + "14801", + "5437", + "12995", + "3653", + "8885", + "11055", + "3971" + ], + "id": "33241211710c81d76f356be0110e1a674b4d1f1509760341295a627bc618d537", + "index": 30493 + }, + { + "address": "", + "amount": { + "quantity": 253, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "13267", + "8351", + "839", + "8995", + "5718", + "12222", + "6796", + "8527", + "2034", + "10328", + "9411", + "7843" + ], + "id": "185d1217251f59707f6dcf220858411f143a007d19226a77162c5e66561b0a47", + "index": 12375 + }, + { + "address": "", + "amount": { + "quantity": 226, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + } + ], + "derivation_path": [ + "15172", + "2199", + "4367", + "9181", + "3600", + "3321", + "2179", + "11272", + "14893", + "10231", + "1090", + "7879", + "11577", + "1698", + "14634", + "3704", + "8199", + "2752", + "7415" + ], + "id": "284d7d1235096b3e2d3201187a4c175a26163f375b51ef1b9c4a0000675134f7", + "index": 14435 + }, + { + "id": "382c346d43637d0656398c2521404775444c8cec2dec41134c4bbd72576d0ce8", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 52, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "12989", + "94", + "15708", + "11301", + "4633" + ], + "id": "0d25422e0a157105285a1930643d4245be4e2652270a15747ac71b0f58396e4b", + "index": 16047 + }, + { + "address": "", + "amount": { + "quantity": 232, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + } + ], + "derivation_path": [ + "7033", + "1497", + "9483", + "11368", + "14201", + "15779", + "12552", + "1033", + "10484", + "15977", + "9631", + "14061", + "7346", + "1872" + ], + "id": "7e0e021f66849bf6020617d8035460004f707253fe6646375aa075386f66101e", + "index": 26116 }, { - "quantity": 94, - "unit": "lovelace" + "id": "681770e60375794309576f140b3c154c58d472464711493b6235731d1c716731", + "index": 0 } ], - "burn": { + "metadata": { + "9": { + "string": "𧰮󹑈" + } + }, + "mint": { "tokens": [ { + "assets": [ + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1wqsqzp0qqupgry64qzm0y4xwza6xshye0x2umd", + "quantity": 9180 + } + ], + "policy_id": "b6fdff15d99c5e53ebaf3ba3669a2f11a0ef0bd636773b8789ca4e64", "policy_script": { - "script": "policy_vkh1xmz7w9zeuczcqq4zuvncyqx2dxxx29q2c2ppk09h23tcu44ennt", - "script_type": "native" - }, - "policy_id": "36c5e71459e6058002a2e3278200ca698c65140ac2821b3cb754578e", + "language_version": "v1", + "script_type": "plutus" + } + }, + { "assets": [ { - "fingerprint": "asset1yrws3tgd399tg0jdlj8m5wncvgzd7hkwc4lq0w", - "asset_name": "546f6b656e4e", - "quantity": 6177 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1d2ur2t5l8ngvp5gvlqq9xdxgj0k9akmrclktmw", + "quantity": 4954 }, { - "fingerprint": "asset1wfku444g6a5wym4j46knfldln7zlceuxdj9xwg", - "asset_name": "546f6b656e50", - "quantity": 3419 + "asset_name": "546f6b656e4c", + "fingerprint": "asset156p6z8f2mnt65rpthlg3nkc5z9037w7g84uukk", + "quantity": 7973 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1k8jr3t2e5ykhxkadm67qnnfl3p5zy3zcfqay6c", + "quantity": 7433 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1jxql6n40llufpq40ruk0gq4vhs79r06ltsjky4", + "quantity": 108 } - ] - }, - { + ], + "policy_id": "843e14c2c3a37f26f37062aaa206f2e03cfe71abe7339d452d58092a", "policy_script": { - "script": "policy_vkh1njdnvlx8vdv79uwjv8tprnzvvnlaf3l59asmjk8qxnmmvay9n8s", + "script": { + "all": [ + "policy_vkh1sslpfskr5dljdumsv242yphjuq70uudtuuee63fdtqyj5xjux7g", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, "script_type": "native" - }, - "policy_id": "9c9b367cc76359e2f1d261d611cc4c64ffd4c7f42f61b958e034f7b6", + } + }, + { "assets": [ { - "fingerprint": "asset1vrqayrvm5l8060ly2my06a2arm0wp096kx3vrw", - "asset_name": "546f6b656e55", - "quantity": 1547 + "asset_name": "546f6b656e46", + "fingerprint": "asset1jeepu0k4p07zjw409a2s30jsgm0ehyzr83z57u", + "quantity": 3762 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset14ms52jwswryty5yrmqm942aha6qpzl7c4zws6l", + "quantity": 3654 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1z2vfap0y42220ds35qxmyspx5x9nmuvnsudv2s", + "quantity": 7688 } - ] - }, - { + ], + "policy_id": "60e435a381115a88d26174cf64d895bbca52fc7e86dfcbab54cbaf98", "policy_script": { - "language_version": "v1", + "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "779e38887ca498778493041c121d7b445ab018a9a559a6dc52779951", + } + }, + { "assets": [ { - "fingerprint": "asset17edddapaa0trkm2faj3e4gzpwx34l49dpu5hw0", - "asset_name": "546f6b656e55", - "quantity": 14 + "asset_name": "546f6b656e46", + "fingerprint": "asset10ezp6eql2seyuy7h80a56a6vxqvxs6e0rt7ta8", + "quantity": 7607 }, { - "fingerprint": "asset18ufmt6muhvn59mltr27g0xhsx38zkzh0868tyq", - "asset_name": "546f6b656e4b", - "quantity": 209 + "asset_name": "546f6b656e41", + "fingerprint": "asset16jxvhk0ytyrlvxj4mtvdn4mqxq2762mfxntxxz", + "quantity": 3908 + } + ], + "policy_id": "7c56253f40d86a308756fd7a28fb065bdf76a10c84c7fcde01ac7354", + "policy_script": { + "script": { + "all": [ + "policy_vkh103tz206qmp4rpp6kl4az37cxt00hdggvsnrlehsp43e4gxg5dqx", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1nf7d5qsp9hem7zcw94vtqswrwxycs6zcsqe7z4", + "quantity": 3317 }, { - "fingerprint": "asset1mkdgzvq9smwa52mtwz3z537rul32fw9a8rqe6r", - "asset_name": "546f6b656e43", - "quantity": 630 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1avnm2kdrqm7cz590a2y2k6k0758pekjkcar0qe", + "quantity": 157 } - ] + ], + "policy_id": "efe60bcf2769168511a11d10ee844b41bcdf3edd36f65e895f34f3fc", + "policy_script": { + "script": { + "all": [ + "policy_vkh1alnqhne8dytg2ydpr5gwapztgx7d70kaxmm9az2lxnelc3ahnrx", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1tmvhz48xpk5mg6srvspypt3p9n0azsjchfuhah", + "quantity": 1437 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1zyzva0fk0qdt6cywdpenc2txszc9nafkk2cxq6", + "quantity": 2958 + } + ], + "policy_id": "5b18ea33d0db0a16e50e3debf0d36bc8bdf926f48de0fde988c94888", "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "e7f0ac5a4f2309b5d056fd64c7514fbd1f07967f105b01cd213e7548", + "script": { + "all": [ + "policy_vkh1tvvw5v7smv9pdegw8h4lp5mtez7ljfh53hs0m6vge9ygsqlwksl", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { "assets": [ { - "fingerprint": "asset1yz3arlhfh3emfxlffj6la97s9rsme7z4q9d743", - "asset_name": "546f6b656e46", - "quantity": 7654 + "asset_name": "546f6b656e57", + "fingerprint": "asset1cvuk2q8emsmtpwz98tdzkdcdmrvtvqyp0uf2g7", + "quantity": 6977 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1x4unfzemqdzqn9cl7td8ta4j5lnpwmsgk3zx5c", + "quantity": 9860 } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1rdn9zaqq749hq2j3yqak5csug8c9qht9lqshw8pwrxnr5mjpvajsyq555v" - }, - "fee": { - "quantity": 239, - "unit": "lovelace" - }, - "certificates": [], - "deposits_returned": [ - { - "quantity": 105, - "unit": "lovelace" - }, - { - "quantity": 135, - "unit": "lovelace" - }, - { - "quantity": 243, - "unit": "lovelace" - }, - { - "quantity": 196, - "unit": "lovelace" - }, - { - "quantity": 252, - "unit": "lovelace" - }, - { - "quantity": 117, - "unit": "lovelace" - }, - { - "quantity": 51, - "unit": "lovelace" - }, - { - "quantity": 170, - "unit": "lovelace" - }, - { - "quantity": 136, - "unit": "lovelace" - }, - { - "quantity": 238, - "unit": "lovelace" - }, - { - "quantity": 22, - "unit": "lovelace" - }, - { - "quantity": 164, - "unit": "lovelace" - }, - { - "quantity": 132, - "unit": "lovelace" - }, - { - "quantity": 225, - "unit": "lovelace" - }, - { - "quantity": 31, - "unit": "lovelace" - }, - { - "quantity": 26, - "unit": "lovelace" - }, - { - "quantity": 205, - "unit": "lovelace" - }, - { - "quantity": 112, - "unit": "lovelace" - }, - { - "quantity": 124, - "unit": "lovelace" - }, - { - "quantity": 120, - "unit": "lovelace" - }, - { - "quantity": 31, - "unit": "lovelace" - } - ], - "validity_interval": { - "invalid_hereafter": { - "quantity": 10215435, - "unit": "slot" - }, - "invalid_before": { - "quantity": 9079106, - "unit": "slot" - } - }, - "metadata": { - "30": { - "list": [ - { - "map": [] - }, - { - "list": [ - { - "list": [] - } - ] + ], + "policy_id": "6dbe9b9cfa80be97e3438b14a1bfc7ce6213789d8f7a41c4d80ae949", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" } - ] - } - }, - "collateral": [], - "mint": { - "tokens": [ + }, { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset176e7jd6vvht46w22gmpvuta85agz9hmk7aqajr", + "quantity": 5551 + }, + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1aytl9myt5z4g662n85r4tzkeznaf702jma508j", + "quantity": 5840 + } + ], + "policy_id": "df04aec72b952ba6be52b1a808078906a53d28784b688eea60ff1b6a", "policy_script": { "script": { "all": [ - "policy_vkh1w0nwyp65fujn07pvfqjnwcuq94u2gnaamtfftgxy8vfn6wrfr35", + "policy_vkh1muz2a3etj546d0jjkx5qspufq6jn62rcfd5ga6nqludk5mpzemy", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "73e6e207544f2537f82c48253763802d78a44fbddad295a0c43b133d", + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset196a8vcscswk75yyz2efaxhx0m2jy2qyn3qjpqc", + "quantity": 4582 + } + ], + "policy_id": "ed81d7d632f03c14f23a1dd07a259687525f3f30573ed53c948699b0", + "policy_script": { + "script": "policy_vkh1akqa043j7q7pfu36rhg85fvksaf970es2uld20y5s6vmqusxqhd", + "script_type": "native" + } + }, + { "assets": [ { - "fingerprint": "asset16e2hpkdrv40ckcz9ls8w4uka93v9azz0vjm9lk", - "asset_name": "546f6b656e44", - "quantity": 4151 + "asset_name": "546f6b656e57", + "fingerprint": "asset1y5p6l5tgt2qu2reqz2v7aqluwvc45ev6vu5p3s", + "quantity": 2215 }, { - "fingerprint": "asset1yrqjagtjgd7x3824qqs86zmqdgq5qtrqq4dedm", - "asset_name": "546f6b656e51", - "quantity": 703 + "asset_name": "546f6b656e43", + "fingerprint": "asset1ver89qhe9q5hgm9mhlzp38vperhvl6qvka57de", + "quantity": 4687 }, { - "fingerprint": "asset1k6k5ef2m572t0s4v47lexs3m4r7nqqtjrxfxhx", - "asset_name": "546f6b656e5a", - "quantity": 6439 + "asset_name": "546f6b656e43", + "fingerprint": "asset1twumylqrr9nmdptmacutwg9x28qxmn0waj0p29", + "quantity": 8710 }, { - "fingerprint": "asset1f6c26w7u5zl08zkg824rppwgzv8z7crafqrmsm", - "asset_name": "546f6b656e51", - "quantity": 3160 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1q79gy6hlga8sdypy5m4sfj6wvsn80avx0na37y", + "quantity": 231 } - ] - }, - { + ], + "policy_id": "c6f3713dc331079337cffe90233b2f15116db114fcd875aeb6b591ed", "policy_script": { "script": { "all": [ - "policy_vkh1c2274jcwxxcklkr0ph6fwkpn7s6y3cz27tplqv4hl4vzugw8vvs", + "policy_vkh1cmehz0wrxyrexd70l6gzxwe0z5gkmvg5lnv8tt4kkkg76vwrp8c", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "c295eacb0e31b16fd86f0df4975833f43448e04af2c3f032b7fd582e", + } + }, + { "assets": [ { - "fingerprint": "asset1lg8r5zch2ea83a4zch5a8m5weahlvecpfvnhuh", - "asset_name": "546f6b656e55", - "quantity": 5412 - }, - { - "fingerprint": "asset1wms6q70cj08wksjxf5qggplg6kscxset5l3wma", - "asset_name": "546f6b656e50", - "quantity": 1757 + "asset_name": "546f6b656e43", + "fingerprint": "asset1mf7arey3fllvx84z8swxtl0ksj52cfuvvp27zu", + "quantity": 4880 }, { - "fingerprint": "asset10j7nnmx30umjvhnqlk9ks9a6jauy6hk65wps5w", - "asset_name": "546f6b656e41", - "quantity": 8954 + "asset_name": "546f6b656e58", + "fingerprint": "asset1zgfxka5x0vc60kh2l76k9kqv2xcaxw5caalm4n", + "quantity": 3780 }, { - "fingerprint": "asset1t2dcerq6jlzxagfqzh9netzxwuj7umfly3ma5c", - "asset_name": "546f6b656e45", - "quantity": 287 + "asset_name": "546f6b656e56", + "fingerprint": "asset1ptu6yh6zscr8e4yecklyqjyt3073fa59d44zlc", + "quantity": 4611 } - ] + ], + "policy_id": "9f0cd907727c7b3035154383f19c61fa96eebac8027fd7905b7ebdf6", + "policy_script": { + "script": "policy_vkh1nuxdjpmj03anqdg4gwplr8rpl2twawkgqfla0yzm067lvwacd0d", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e47", + "fingerprint": "asset1lpmeprydukhsaz7dm8kgcq2x66s8hkau3f8dsf", + "quantity": 7913 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1ssz8ue2xpyn4vhe0sy2skrcf9dvhjeaa3th79m", + "quantity": 6850 + } + ], + "policy_id": "c85417df74624b73d8e32bfcf460c55ad6ce9e024d1b45241425227d", "policy_script": { "script": { "all": [ - "policy_vkh1utm9n7qftmz3ttqgvdv9vm5zwmcpcn7wg7zpppcq03e2qfxljmf", + "policy_vkh1ep2p0hm5vf9h8k8r9070gcx9tttva8szf5d52fq5y53868qwxp4", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "e2f659f8095ec515ac086358566e8276f01c4fce47841087007c72a0", + } + }, + { "assets": [ { - "fingerprint": "asset1tpreeecvu4w43gwp3vcyllmzl9ndzxycmm8syg", "asset_name": "546f6b656e47", - "quantity": 848 + "fingerprint": "asset13fwezwgq7e0np8qvs963mglta5eu4gggtrv6pg", + "quantity": 3797 } - ] - }, - { + ], + "policy_id": "f1c9651f877ba7a074273b6345ad5af83b8cd99487b31a73fbe6d913", "policy_script": { - "script": "policy_vkh1k62ng3ckjvldlpw7paapr68l8jxkwmfz3zl8tmvkehdqy3gg5uy", + "script": "policy_vkh178yk28u80wn6qap88d35tt26lqacekv5s7e35ulmumv3xhynz0j", "script_type": "native" - }, - "policy_id": "b695344716933edf85de0f7a11e8ff3c8d676d2288be75ed96cdda02", + } + }, + { "assets": [ { - "fingerprint": "asset1l4hcdq5vawrrfjek3dqm23uwwgz5azhq7kywxq", - "asset_name": "546f6b656e4d", - "quantity": 4092 - }, - { - "fingerprint": "asset10eg492tldx9r84z4pfjk2gl5j8t32mne7z42qe", - "asset_name": "546f6b656e5a", - "quantity": 8345 + "asset_name": "546f6b656e48", + "fingerprint": "asset1sgzqys9qd0pvxxkl7sm07qx02fzj0k7nz46w7h", + "quantity": 8102 }, { - "fingerprint": "asset16hz6hmzr4yrdtr0mqdf4rrt88fzssdq2cazaan", - "asset_name": "546f6b656e49", - "quantity": 8507 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1nqm3h7vq3eex6c3gg8z9599dhnldez4yhqyff6", + "quantity": 5869 }, { - "fingerprint": "asset1mma7lmvttrhe5uyza998mry6njyq3anf7exv86", - "asset_name": "546f6b656e55", - "quantity": 4254 + "asset_name": "546f6b656e51", + "fingerprint": "asset1yzs0e6njty9ktahqhle9hu9fg6ya233x75n6n9", + "quantity": 9752 } - ] - }, - { + ], + "policy_id": "7f93baddaa56da7ec9d58198211578ca7e8a72cc4bb7ad43b1347dcc", "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "cc637616745ddded1ccf092a8a8fe20375390e54efd1399ff2385f5b", - "assets": [ - { - "fingerprint": "asset1hepgp680zay7u50etcy6y83g5flcmr40ue4tq6", - "asset_name": "546f6b656e55", - "quantity": 5597 + "script": { + "all": [ + "policy_vkh107fm4hd22md8ajw4sxvzz9tceflg5ukvfwm66sa3x37uc7233dc", + { + "active_from": 100 + } + ] }, - { - "fingerprint": "asset140k9t6aexxem7drs9ckjc8c3mswleu4xsd7x90", - "asset_name": "546f6b656e49", - "quantity": 6992 - } - ] + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "a9ae05b82d0c32aaed5b9bd023c3d4ed536c337a4062c61d83a86dbb", "assets": [ { - "fingerprint": "asset16e8p6nuuz09nat8rt9h4ytf9n37yh4f7fc3zxp", - "asset_name": "546f6b656e50", - "quantity": 6724 + "asset_name": "546f6b656e47", + "fingerprint": "asset1yv76x8ph3942vpzgjnz5fzcxkypd7yv4xk6w6c", + "quantity": 2068 + }, + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1qsv4ut52aqcecerw7qdgxsyxx4ngh9wcvnq9nn", + "quantity": 731 } - ] - }, - { + ], + "policy_id": "7d60bb1e4d1c1bfa0bdeb3d8d089cf2e85f746117b83d362e935f16a", "policy_script": { "script": { "all": [ - "policy_vkh1zlml2ygfldy7wukw7kwy2gyaf39wkavx5jnd7yq808c8qr87xpu", + "policy_vkh104stk8jdrsdl5z77k0vdpzw096zlw3s30wpaxchfxhck5ttk7wr", { "active_from": 100 }, @@ -12115,1379 +14363,1097 @@ ] }, "script_type": "native" - }, - "policy_id": "17f7f51109fb49e772cef59c45209d4c4aeb7586a4a6df100779f070", + } + }, + { "assets": [ { - "fingerprint": "asset1aul6kggh47m77pe2s27c88c8qyuqptknfkzs3n", - "asset_name": "546f6b656e42", - "quantity": 3420 + "asset_name": "546f6b656e47", + "fingerprint": "asset1rp6ux3uvawe0pd8nrljdharpq75ns209rqq78k", + "quantity": 6385 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1jkraup09z4l3tcm27rag5f6uuw5afztf40mc7q", + "quantity": 5715 } - ] + ], + "policy_id": "843d7fb130074e85c859ac4dc599cbce4dc41b36a402942499d105e2", + "policy_script": { + "script": { + "all": [ + "policy_vkh1ss7hlvfsqa8gtjze43xutxwteexugxek5spfgfye6yz7yk3jusy", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "4a6ed83ff4c369d105ba3933219768be03c227386fc4d1113ba1737d", "assets": [ { - "fingerprint": "asset1ta6xy8tczemfjq66lylmvw3ypwkrdy27mmmrce", - "asset_name": "546f6b656e54", - "quantity": 3139 + "asset_name": "546f6b656e47", + "fingerprint": "asset1xqzzzkw40ekwyhaa6n36msejxv6thw33dydhq8", + "quantity": 2278 }, { - "fingerprint": "asset1jjsy83zzyumld7f90gmdvyvfzfz6ycmvthq3q4", - "asset_name": "546f6b656e44", - "quantity": 1152 + "asset_name": "546f6b656e55", + "fingerprint": "asset10546rms4ch8f6rc4gkr6y5nup63ag8n0j5kf59", + "quantity": 6963 } - ] - }, - { + ], + "policy_id": "e8184bdcd319bd00b05c0792c694220951db50f8ac47c41cead8aa45", "policy_script": { - "script": "policy_vkh12fhsvcs603m9u3x3ug8xgk478yjeqn6q86wld8h58ut6un33s37", + "script": { + "all": [ + "policy_vkh1aqvyhhxnrx7spvzuq7fvd9pzp9gak58c43rug882mz4y2gknmyh", + { + "active_from": 100 + } + ] + }, "script_type": "native" - }, - "policy_id": "526f06621a7c765e44d1e20e645abe3925904f403e9df69ef43f17ae", + } + }, + { "assets": [ { - "fingerprint": "asset1r4gyugj44tr6f8myqn7hd60g9afhguqrhrev7s", - "asset_name": "546f6b656e44", - "quantity": 2522 + "asset_name": "546f6b656e58", + "fingerprint": "asset1d0vgfrv9fhcqnqxw82uzu6k2da2yryga0q9pfh", + "quantity": 3252 }, { - "fingerprint": "asset16szs6ncgesjm2w3chheh282vf9v6dye9pnekds", - "asset_name": "546f6b656e51", - "quantity": 1513 + "asset_name": "546f6b656e47", + "fingerprint": "asset109q6cfyw8psyge38z62dtru0tmkgwhlftsmrsj", + "quantity": 4309 }, { - "fingerprint": "asset162vt5q72jd0rw89rdfu7vquqh3j8sq05hrs5q6", - "asset_name": "546f6b656e51", - "quantity": 2872 + "asset_name": "546f6b656e44", + "fingerprint": "asset1f6fyt8mwcjwruw5r9nwlag8k7aqezeuvzkku05", + "quantity": 431 } - ] + ], + "policy_id": "cbaaddaf9590e0a7e19466ddb1efa8845cf7271b9d92a1e580fc9073", + "policy_script": { + "script": "policy_vkh1ew4dmtu4jrs20cv5vmwmrmags3w0wfcmnkf2revqljg8xha0rjp", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "606105269ed078070634dd4913ae4b7f567f41c551fb1ebd97620c06", "assets": [ { - "fingerprint": "asset1jt2tjehs7skvsj5lyat2aenzek22n4shvsvz4m", - "asset_name": "546f6b656e4d", - "quantity": 5518 + "asset_name": "546f6b656e45", + "fingerprint": "asset1mz650aqnc5g2ym9j59hw3tuhx86njk7vzsvtmw", + "quantity": 854 } - ] + ], + "policy_id": "34c995a18bc964633ded663648e1d0584aa7a083e2bf20487783da4f", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1a4v5cld5mp8prml9ver9wryk6k5s2wernvuqk3", + "quantity": 1971 + } + ], + "policy_id": "1460ab12d249c6465c068d1be787c49e8466799e356d3a71eca0b2f7", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "278df0bd6bc2a22f636ddcf736609d4d24961aa57931b537051a5772", + } + }, + { "assets": [ { - "fingerprint": "asset1y2lu9875mykdlzayuavz8j6cun8xv6freemsfr", "asset_name": "546f6b656e58", - "quantity": 2999 + "fingerprint": "asset13d4d446vd0njr26ftkjkkq8v466ufp946eeld3", + "quantity": 9388 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset1zumf6gengjchppjzhkdmng0gcz92vd6qxkmzej", + "quantity": 4225 } - ] - }, - { + ], + "policy_id": "d8a1c58a340055dd8d116a0adb7a1d6aa3f86fd6e2428268056f9dbb", "policy_script": { - "script": "policy_vkh1dqn2hmey04acvflhwslt9jxuj0n6l38xhafxgf4r4lmqvl5p86g", + "script": { + "all": [ + "policy_vkh1mzsutz35qp2amrg3dg9dk7sad23lsm7kufpgy6q9d7wmkamwa9q", + { + "active_from": 100 + } + ] + }, "script_type": "native" - }, - "policy_id": "6826abef247d7b8627f7743eb2c8dc93e7afc4e6bf526426a3aff606", + } + }, + { "assets": [ { - "fingerprint": "asset10k0wmwe4w4f39nk6yqtpxnduqwk3q2d0cdfww8", - "asset_name": "546f6b656e59", - "quantity": 3571 + "asset_name": "546f6b656e50", + "fingerprint": "asset1lh2c2va6c23qqwj8sqtx9pwa4a38w820zpt8cz", + "quantity": 1645 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset15l65ln7ay5w067vjjxurpjes5rfy6glppghg39", + "quantity": 2136 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1e3pyu7nrkn66wd5u7hpy7auu8uejqku3z5utfe", + "quantity": 3818 + }, + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1nsxrmf98w55n9dy6y2vdlftz0yh5ygw8f4mppl", + "quantity": 591 } - ] + ], + "policy_id": "95670d864e89252a7d13946698ffe486a720dc4161b29a235f2ef95a", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1crnr2p830vhr22ykaxelt6jkxlzhzlan7xzmactpgzggkt7uq8g", - "script_type": "native" - }, - "policy_id": "c0e63504f17b2e352896e9b3f5ea5637c5717fb3f185bee16140908b", "assets": [ { - "fingerprint": "asset1n5k3d0uma5egflfp7rt5t2eh3p6afshag5j7eh", "asset_name": "546f6b656e46", - "quantity": 6068 + "fingerprint": "asset1yl7780t07lhsfsfqmcccc85cdcktw9vnp8udpt", + "quantity": 3726 }, { - "fingerprint": "asset1kzk4qxygqya5jclhtzawhtukwuw0rka5n83rgy", - "asset_name": "546f6b656e48", - "quantity": 422 - }, + "asset_name": "546f6b656e44", + "fingerprint": "asset1w089x0tc6u68xvl9jtqtnwtgcv3v4zv8pehh5u", + "quantity": 3830 + } + ], + "policy_id": "4f17fdf6a4215805fd2d5de5db0477509b0f2706199c695cb6ed70eb", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ { - "fingerprint": "asset1zlkkq9t292se5c37h3apzl8thlka7pd362sq27", - "asset_name": "546f6b656e42", - "quantity": 8210 + "asset_name": "546f6b656e45", + "fingerprint": "asset1mtvwz635trvv4e493u8e7twnt87nuqy6k49rmw", + "quantity": 249 } - ] + ], + "policy_id": "6dcd17c91d14b75bf4d91f05d36cca0fa2959e08db4efbbe65ef048c", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1yq8vrq4s5w44v5fzlvpcwdnm2y3gae53cy8vvt", + "quantity": 3815 + }, + { + "asset_name": "546f6b656e59", + "fingerprint": "asset16kffv62qcdvtgmj33kmcv00sngtvswatsltkw6", + "quantity": 6512 + } + ], + "policy_id": "0a8cafd388e5d0dc0beb3880a3d33217c1e1318c95aa53776f1df5fc", "policy_script": { "script": { "all": [ - "policy_vkh1ch8lp33fjmfwcl7jf042fyl04g97ynqze9nd8kkg8apak6k6n3d", + "policy_vkh1p2x2l5uguhgdczlt8zq285ejzlq7zvvvjk49xam0rh6lcngs3zw", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "c5cff0c62996d2ec7fd24beaa493efaa0be24c02c966d3dac83f43db", + } + }, + { "assets": [ { - "fingerprint": "asset1q73g9lku8xggm9mpj8n99c0vdz8wdn57ehmny3", - "asset_name": "546f6b656e56", - "quantity": 6897 + "asset_name": "546f6b656e54", + "fingerprint": "asset1amhmhph4gtcepfmzkp3q5hx7m6k94fxnz2h2e0", + "quantity": 7093 } - ] + ], + "policy_id": "841a4514f3bd266003bbdd4eb74351a9a8cb2f1d5b7306c024a4f2ce", + "policy_script": { + "script": { + "all": [ + "policy_vkh1ssdy298nh5nxqqamm48tws634x5vktcatdesdspy5nevu5k69fr", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "4766853d9394fc013008ea00f8e536d96cc4f6382f9fd54170e5b178", "assets": [ { - "fingerprint": "asset1fq72jlhv33rs7k656ka2el59wla7f849cmx45k", - "asset_name": "546f6b656e41", - "quantity": 8956 + "asset_name": "546f6b656e57", + "fingerprint": "asset1k4nvweswu3u6navn6h49y7z3p4e7642lepe9vc", + "quantity": 5900 }, { - "fingerprint": "asset1rrrdg25hq4hsk58d8kwc38tekdtkds0a8mkh8t", - "asset_name": "546f6b656e57", - "quantity": 2724 + "asset_name": "546f6b656e4d", + "fingerprint": "asset19rj7u7lq05es4rv3jg7w4psdvq5849ek482l3n", + "quantity": 6162 } - ] - }, - { + ], + "policy_id": "1158b55e9d2ec26ad07dc7e8a6a219f5969d698c0f0d2a05bae13e11", "policy_script": { "script": { "all": [ - "policy_vkh1lcr694m6h3ua2nqm0slf3s9k4hc7f8dj2mc82k06ntrm6clut2k", + "policy_vkh1z9vt2h5a9mpx45racl52dgse7ktf66vvpuxj5pd6uylpztp6es6", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "fe07a2d77abc79d54c1b7c3e98c0b6adf1e49db256f07559fa9ac7bd", + } + }, + { "assets": [ { - "fingerprint": "asset15mz24xdhv5f7kr3vka7l7my88qakz4m7hnnfzd", - "asset_name": "546f6b656e56", - "quantity": 2216 - }, - { - "fingerprint": "asset18r7cpj2ct2t9ttu8q29ynwyz24ghp4lgcr6hxy", - "asset_name": "546f6b656e59", - "quantity": 5124 + "asset_name": "546f6b656e52", + "fingerprint": "asset1gm3z23wkm5sq8aa7nygtcw8hj6v73kqm7zyykm", + "quantity": 7000 }, { - "fingerprint": "asset1jw2edxwh6pxgm6fh6rp2zcy95d4xgut6trx4vx", - "asset_name": "546f6b656e45", - "quantity": 8860 + "asset_name": "546f6b656e44", + "fingerprint": "asset1w76gzx2mjj9z6j4c4ehf4lr08nq9dghz0yh290", + "quantity": 5583 }, { - "fingerprint": "asset1ws6ckj0r0djjn9gqadxz8ppheelz5m40hj8jeq", - "asset_name": "546f6b656e5a", - "quantity": 4851 + "asset_name": "546f6b656e49", + "fingerprint": "asset1yuekr8mfxekly0gxyyc2ltn3yg39s06lyexhcm", + "quantity": 4912 } - ] - }, - { + ], + "policy_id": "5d4ff152a283410a36b91feeb36dc730eb66aa3921a2f1b8c67adb9f", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "9b1cca20aae5f154871e82c1a23c467c5f2a19d0202673bd1c22b491", + } + }, + { "assets": [ { - "fingerprint": "asset13uryudvvvzp0g80xsjls4aztgcrage9z4qdlje", - "asset_name": "546f6b656e45", - "quantity": 5000 + "asset_name": "546f6b656e49", + "fingerprint": "asset1yk73v9nq4x6lyj0gq4txe6e9tx3rxqn56z4dt9", + "quantity": 3646 }, { - "fingerprint": "asset1p9r4zfc3uv9qxt4zn59yc5h2wrcmcla5svjpkq", - "asset_name": "546f6b656e41", - "quantity": 1555 + "asset_name": "546f6b656e55", + "fingerprint": "asset18dnkekjfmuxfvs2f927hcgl8jzhvqgnxacgdy3", + "quantity": 6649 }, { - "fingerprint": "asset1nq25e44e9kj5gecgq2ghzyh4fdmj27gn85a323", - "asset_name": "546f6b656e4b", - "quantity": 6528 + "asset_name": "546f6b656e51", + "fingerprint": "asset1ggrv5fhcelzwzywchsg7jqahtptm6m9fgzu84c", + "quantity": 7882 } - ] + ], + "policy_id": "61a89462aa217da065dd3675ebf29b404d0b4ff77741ae53f861b71b", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh18f2ss7jsqc3pztzqx3an23rhpw87k3qa7v3s29f6rcsycmmupag" - } - }, - { - "withdrawals": [ + "wallet_policy_key_hash": "policy_vkh1g4tyv0q42er5u2pk2qkpg82cn55hxq20qcyq8hg5wv4sqw2krfp", + "wallet_policy_key_index": "0H" + }, + "outputs": [ { - "context": "ours", + "address": "", "amount": { - "quantity": 12, + "quantity": 188, "unit": "lovelace" }, - "stake_address": "" + "assets": [] }, - { - "amount": { - "quantity": 130, - "unit": "lovelace" - }, - "stake_address": "" - } - ], - "inputs": [ { "address": "", - "id": "4d1a170b03500e2838497c473e3053235d2e5f349f015b4e0d371a7cc926587b", - "index": 11644, "amount": { - "quantity": 6, + "quantity": 187, "unit": "lovelace" }, - "derivation_path": [ - "22484", - "21911", - "1700", - "21514", - "8699", - "12496", - "28400", - "30285", - "27084", - "10933", - "29057", - "28411", - "26501", - "3888", - "5348", - "9942", - "159", - "13136", - "1363", - "6656", - "23760", - "23844" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "id": "0a3a610a50486a02371e1c2906621e02bd551a247574261c0672666d42491d40", - "index": 0 + "assets": [] }, { "address": "", - "id": "067d690af31b26d98a3e6c1358551511210252137d5f28575667486f25b15f69", - "index": 18314, "amount": { - "quantity": 39, + "quantity": 185, "unit": "lovelace" }, - "derivation_path": [ - "6892", - "21933", - "24894", - "11244", - "16849", - "32300", - "29331", - "28297", - "29312", - "29726", - "32744", - "25675", - "24750", - "17378", - "17476", - "16342", - "7101", - "25382", - "6675", - "5055", - "25056", - "2123", - "22877" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 }, { "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 }, { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 69 }, { "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 54 }, { "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } + ], + "derivation_path": [ + "1696", + "7907", + "530", + "5261", + "3330", + "8525", + "7568", + "8697", + "8693", + "1064", + "10276", + "13070", + "6073", + "14375", + "6895", + "11437", + "12335", + "4331", + "5780", + "281", + "3113", + "1361", + "7073", + "5428", + "6131", + "1651", + "403", + "1366", + "7974", + "11887" ] }, - { - "id": "150c624041607e083f3478a576298c687d2534c3895f052529217011db582d19", - "index": 1 - }, - { - "id": "19452c6b25a0530308546300e12f5e24227140730c19390a4f4e6d74c6015a60", - "index": 1 - }, - { - "id": "2a7f6d4f296845542d3a045116714905703f6e256975385534341620643d2322", - "index": 1 - }, { "address": "", - "id": "18612e66632078280f295f5f665732191d67324e6bc20f4146592b2670463447", - "index": 30292, "amount": { - "quantity": 58, + "quantity": 18, "unit": "lovelace" }, - "derivation_path": [ - "21005", - "24071", - "5851", - "32567", - "18653", - "18686", - "5286", - "22587", - "12837", - "7757", - "29556", - "19499", - "24316", - "19170", - "20135", - "27883", - "12759", - "21920", - "3859", - "12947", - "13045", - "3838", - "29287", - "16561", - "3007", - "22643", - "1361", - "21326", - "11928", - "17205" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 52, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 } + ], + "derivation_path": [ + "569", + "6935", + "2101", + "14954", + "4018", + "11606", + "11422", + "13747", + "4901", + "3046", + "2650", + "14941", + "958" ] }, - { - "id": "8b1fab0870043126100d5560454736604089345e4d6a0b30776a4a3f407d2f68", - "index": 1 - }, { "address": "", - "id": "084f7e07124ab36116087f6d596830773332201d47f85810167d14435f6a4c58", - "index": 22004, "amount": { - "quantity": 39, + "quantity": 251, "unit": "lovelace" }, - "derivation_path": [ - "20550", - "28073", - "20953", - "16043", - "13173", - "4899", - "20879", - "17018", - "21037", - "21619" - ], "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 } + ], + "derivation_path": [ + "7458", + "3265", + "12957", + "4979", + "14598", + "10694", + "1068", + "10635", + "2796", + "454" ] }, { "address": "", - "id": "5032d014d45058305356e97646423f752f0f353523710a04122d7c4c5a204d4c", - "index": 1665, "amount": { - "quantity": 156, + "quantity": 163, "unit": "lovelace" }, - "derivation_path": [ - "17883", - "19417" - ], "assets": [ { "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 52, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 }, { "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "id": "4e304445193443140839081e453e177bd40410e0ea0fc26e522fbf5bb1466034", - "index": 9752, - "amount": { - "quantity": 152, - "unit": "lovelace" - }, - "derivation_path": [ - "1969", - "20012", - "30865", - "25991", - "460", - "32356", - "8292", - "3923", - "31532", - "14640", - "15115", - "19805" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 }, { "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 1 }, { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 1 }, { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 }, { "asset_name": "546f6b656e42", - "quantity": 51, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, { - "asset_name": "546f6b656e43", - "quantity": 50, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "id": "79746f023b17547f30d0550e433040187e43b41135640648d0417f2b628f423d", - "index": 1 - }, - { - "id": "30fc3c7d620b672d024a7b42753e4827311b5b33765d0afa3d5210d8657a41f3", - "index": 1 - }, - { - "id": "6da82d2504935105271b027040557e380aff0d51ce3b4a752780676a472d1b6b", - "index": 0 - }, - { - "id": "04371e6c7eb4ce76e03a53179c746c0229413c532c1d17706f52431319330c6a", - "index": 0 - }, - { - "address": "", - "id": "411e264635526f32c4f51f382f2036ac2d3c78a65973183950f361b328194e3c", - "index": 10863, - "amount": { - "quantity": 58, - "unit": "lovelace" - }, - "derivation_path": [ - "27031", - "17925", - "30931", - "27727", - "7711", - "31475" - ], - "assets": [] - }, - { - "address": "", - "id": "d9572b2c3a59084f6e0f350bd17d5d4c4e5e03584c2e55055d63210f15577672", - "index": 11947, - "amount": { - "quantity": 80, - "unit": "lovelace" - }, - "derivation_path": [ - "29481", - "2642", - "15068", - "29486", - "14470", - "3554", - "21238", - "29538", - "484", - "8206", - "2033", - "21623", - "6793", - "11985", - "9927", - "2910", - "31176", - "7175", - "5394", - "25729" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "id": "026b04341d11276741ec682b1e613e2fd179252749293f6b740b3c5a327f676b", - "index": 30373, - "amount": { - "quantity": 101, - "unit": "lovelace" - }, - "derivation_path": [ - "5698", - "26182", - "25741", - "12507", - "5203", - "10276", - "9871", - "21399", - "19810", - "20035", - "21617", - "2141", - "29850", - "10385", - "26023" - ], - "assets": [] - }, - { - "address": "", - "id": "5360694e2a62ff24095f2762731bd05f2e004b1d2122036a114228344f211767", - "index": 3045, - "amount": { - "quantity": 27, - "unit": "lovelace" - }, - "derivation_path": [ - "19272", - "21565", - "17217", - "23904", - "19444", - "5951", - "13922", - "28637", - "4070", - "17385", - "28755", - "4648", - "12432", - "27703", - "2025", - "14705", - "10573", - "19980", - "15964", - "25059", - "20739", - "19779", - "14109", - "25837", - "19220", - "11914", - "25872" - ], - "assets": [] - }, - { - "id": "2c564a2b516169414367125244267d1ba401462c7b2651cb5b2527333f750818", - "index": 0 + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + } + ], + "derivation_path": [ + "12132", + "2600", + "10087", + "12087", + "8816" + ] }, { "address": "", - "id": "0b6e7b32dc5f640909693c1f676d3b5b1167657a48596e1a201329585559f13a", - "index": 7906, "amount": { - "quantity": 78, + "quantity": 5, "unit": "lovelace" }, - "derivation_path": [ - "23286", - "28256", - "11168", - "21332", - "9559", - "7149" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } + ], + "derivation_path": [ + "5510", + "9256", + "13039", + "12395", + "4494", + "10703", + "15034", + "6231", + "11848", + "10412", + "15066", + "4835", + "2305", + "12209", + "3399", + "6142", + "3156", + "7885", + "12789", + "11118", + "10116", + "11509", + "7098", + "1909", + "15922" ] }, { "address": "", - "id": "3430246f587a7b56ad3d045463426282403241123ffc332c7b1b4469257b7d24", - "index": 13859, "amount": { - "quantity": 241, + "quantity": 229, "unit": "lovelace" }, - "derivation_path": [ - "30754", - "26261", - "3374", - "27363", - "21746", - "943", - "13684", - "4601", - "9195", - "16740", - "6653", - "13907", - "22098" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "assets": [] }, { "address": "", - "id": "373d21a00c54326c1fb23f2c574caf0d6c2b49571f6b231a1473f53226d81168", - "index": 25646, "amount": { - "quantity": 190, + "quantity": 229, "unit": "lovelace" }, - "derivation_path": [ - "20321", - "13579", - "3507", - "14696", - "16005", - "13500", - "16738", - "21089", - "29390", - "15384", - "1700", - "16137", - "4821" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 } + ], + "derivation_path": [ + "12212", + "12215", + "1755", + "1296", + "14711", + "5564", + "2813", + "2388", + "5139", + "12048", + "3530", + "14381", + "3802", + "12218", + "2814", + "15219", + "11107", + "12040", + "16071", + "5663", + "8910", + "15465", + "7620", + "10502", + "11026", + "13984", + "13132", + "11984", + "9903" ] }, { - "id": "6c511d06544d147427ba4c13623055331d6620d57e7060026a2c55f51ef99311", - "index": 0 + "address": "", + "amount": { + "quantity": 105, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", - "id": "6962601fad1b4c1d1b76431b7add33146880096664024efb4937550a29672b6f", - "index": 23695, "amount": { - "quantity": 224, + "quantity": 60, "unit": "lovelace" }, - "derivation_path": [ - "20835", - "31763", - "24031", - "7034", - "12049", - "16619", - "13505", - "31305", - "7421", - "12620", - "1936", - "22683", - "22785", - "14514" - ], "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { - "asset_name": "546f6b656e44", - "quantity": 61, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 }, { - "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 45 }, { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 } ] }, { - "id": "9309c45a757551094c4566ad2370356569395a561f676d73244d4d61493d3d08", - "index": 1 - }, - { - "id": "1c7e006d6f613d2e11c64c22360c704176571953732e28455e73045b256e3331", - "index": 1 + "address": "", + "amount": { + "quantity": 170, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", - "id": "208e6f783411143f6767089a2d0f356d64557f5158731d45d1895f42a8322f26", - "index": 25679, "amount": { - "quantity": 212, + "quantity": 109, "unit": "lovelace" }, - "derivation_path": [ - "31461", - "7324", - "135", - "15678", - "12360", - "28661", - "15869", - "3546", - "22581", - "1864", - "27086", - "23916", - "24364", - "8809", - "15744", - "1622", - "28386", - "16621", - "16077", - "17110", - "24351", - "13093", - "7437", - "3080", - "9825", - "18672", - "12650" - ], "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 43 }, { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 32 }, { "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 }, { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 }, { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 }, { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 46 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 }, { "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 } ] }, - { - "id": "1a7727fa5a8b7e3d6e145c0f00714000216b42422622074537627c1b54581d0b", - "index": 1 - }, { "address": "", - "id": "25cc237b66383f0a545a3577174187723d32431536693a0e265da548435646fd", - "index": 11884, "amount": { - "quantity": 239, + "quantity": 101, "unit": "lovelace" }, - "derivation_path": [ - "12082", - "9233", - "15749", - "31095", - "9761", - "265", - "13719", - "6804", - "10897", - "17965", - "10628", - "16350", - "22544", - "18358", - "27746", - "8142" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, { "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 } ] - } - ], - "collateral_outputs": [], - "outputs": [ + }, { "address": "", "amount": { - "quantity": 233, + "quantity": 30, "unit": "lovelace" }, - "derivation_path": [ - "4747", - "20620", - "30683", - "9026", - "20730", - "13398", - "31200", - "25011", - "24494", - "6308", - "25096", - "14770", - "31335", - "1635", - "18590", - "7439", - "12764", - "10196", - "8324" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 } ] }, { "address": "", "amount": { - "quantity": 114, + "quantity": 16, "unit": "lovelace" }, - "derivation_path": [ - "20983", - "5389", - "655", - "30306", - "30446", - "29931", - "30729", - "26854", - "8705" - ], "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 } ] }, { "address": "", "amount": { - "quantity": 68, + "quantity": 37, "unit": "lovelace" }, - "derivation_path": [ - "20296", - "2826", - "26144", - "3919", - "15830", - "30913", - "26869", - "25884", - "20736", - "4029", - "4824", - "26838", - "5866", - "9787", - "26572", - "12193", - "7664", - "10634", - "3098", - "4437", - "26427", - "7914", - "6824", - "11322", - "31005", - "28644", - "5436", - "20362", - "12760", - "6432", - "3454" - ], "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 } ] }, { "address": "", "amount": { - "quantity": 54, + "quantity": 71, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 52 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, { "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 39 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 190, + "quantity": 23, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 45 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 } ] }, { "address": "", "amount": { - "quantity": 246, + "quantity": 228, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, { "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 }, { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 33 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 57 }, { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 }, { "asset_name": "546f6b656e42", - "quantity": 46, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } + ], + "derivation_path": [ + "3775", + "2832", + "14273", + "5949", + "10654" ] - } - ], - "script_validity": "invalid", - "id": "5cb80e0c72294e185c0c6cb6972c3a0d0269553fabdf3272874e5ba43b593a60", - "deposits_taken": [ - { - "quantity": 198, - "unit": "lovelace" - }, - { - "quantity": 187, - "unit": "lovelace" - }, - { - "quantity": 172, - "unit": "lovelace" - }, - { - "quantity": 186, - "unit": "lovelace" - }, - { - "quantity": 150, - "unit": "lovelace" - }, - { - "quantity": 8, - "unit": "lovelace" - }, - { - "quantity": 224, - "unit": "lovelace" - }, - { - "quantity": 87, - "unit": "lovelace" - }, - { - "quantity": 152, - "unit": "lovelace" - }, - { - "quantity": 146, - "unit": "lovelace" - }, - { - "quantity": 230, - "unit": "lovelace" - }, - { - "quantity": 139, - "unit": "lovelace" }, { - "quantity": 200, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 128, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + } + ] }, { - "quantity": 85, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 150, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + } + ] }, { - "quantity": 209, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 124, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + } + ] }, { - "quantity": 236, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 171, + "unit": "lovelace" + }, + "assets": [] + } + ], + "script_validity": "valid", + "validity_interval": { + "invalid_before": { + "quantity": 488460, + "unit": "slot" }, + "invalid_hereafter": { + "quantity": 15845483, + "unit": "slot" + } + }, + "withdrawals": [ { - "quantity": 52, - "unit": "lovelace" + "amount": { + "quantity": 247, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" } - ], + ] + }, + { "burn": { "tokens": [ { - "policy_script": { - "script": "policy_vkh1vf93jd474yp3wwlana0qcmay8j3vj2376n6sqn000vkr5njur2k", - "script_type": "native" - }, - "policy_id": "624b1936bea903173bfd9f5e0c6fa43ca2c92a3ed4f5004def7b2c3a", - "assets": [ - { - "fingerprint": "asset1mfsh72zzw6w7xmyzkete4h2t82tc8g6h482asp", - "asset_name": "546f6b656e43", - "quantity": 5202 - }, - { - "fingerprint": "asset1y8musjpjw0dlpm73dxdprkynar7v4n5kyd3atp", - "asset_name": "546f6b656e51", - "quantity": 3456 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1kw4nptray84p0p927dx0sv2cz6k5d7ckqwp78m3whtrtxpqn9uf", - "script_type": "native" - }, - "policy_id": "b3ab30ac7d21ea1784aaf34cf8315816ad46fb160383e3ee2ebac6b3", "assets": [ { - "fingerprint": "asset1w0nl9rqs9qhyk0lwglcxa2dt2u9vkt05654whz", - "asset_name": "546f6b656e45", - "quantity": 5355 - }, - { - "fingerprint": "asset1vcq4kyrjjncjtzsaequmv9q4z8ag02mfw3vsn2", - "asset_name": "546f6b656e57", - "quantity": 3498 + "asset_name": "546f6b656e58", + "fingerprint": "asset1q326f3ym4hkdxe8al2m58y5wr2y45hegf0r9zp", + "quantity": 418 } - ] - }, - { + ], + "policy_id": "24a7b70b3f5cc831715e3ec0f3dbb18be72b57804c8dfed6c586dea9", "policy_script": { "script": { "all": [ - "policy_vkh16nse6ujpuwl5ycndjpv0dt8ahkldqfcnt7vhhk6udjjjjs4q0qw", + "policy_vkh1yjnmwzeltnyrzu278mq08ka330njk4uqfjxla4k9sm02jp68kcq", { "active_from": 100 }, @@ -13497,50 +15463,60 @@ ] }, "script_type": "native" - }, - "policy_id": "d4e19d7241e3bf42626d9058f6acfdbdbed027135f997bdb5c6ca529", + } + }, + { "assets": [ { - "fingerprint": "asset1wkagcyzegffg9kxt3qdjty9mdqdfhnktddezc9", - "asset_name": "546f6b656e41", - "quantity": 8351 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1s6rjzkl6znurk8vt8pkct7xdeyx3yuxwy4ew5w", + "quantity": 5315 }, { - "fingerprint": "asset14gcsuesw0vld605hnqxahae50tqw57frp6d2cu", - "asset_name": "546f6b656e58", - "quantity": 1069 + "asset_name": "546f6b656e56", + "fingerprint": "asset1t8hwtnxtrc3dgd6q7d2kqkutawdunmhr6gyarc", + "quantity": 4920 }, { - "fingerprint": "asset12tchfxwtuf0pg050y7cpsjezemu5j23cct8ucf", - "asset_name": "546f6b656e53", - "quantity": 577 + "asset_name": "546f6b656e52", + "fingerprint": "asset1gqqgcl63u59muh07wxva2k927ql9mz23vrewaw", + "quantity": 7227 }, { - "fingerprint": "asset1u38r3zvq5wtqxkmrl92glqapy0kwva9mm2cde6", - "asset_name": "546f6b656e53", - "quantity": 1440 + "asset_name": "546f6b656e55", + "fingerprint": "asset1nc2p3xr3ex58g0ce6ncmjceqerxewkhekz9gr0", + "quantity": 5975 } - ] + ], + "policy_id": "e4ae7e0f20a74a7aaa603d3d52788a91f0cd8a0c6f74ea25c4fc90de", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh18sjt8uqtgxa590t8ad8chk7qzkakxaqzn7zhv6xe2x4njxzg87y", - "script_type": "native" - }, - "policy_id": "3c24b3f00b41bb42bd67eb4f8bdbc015bb6374029f857668d951ab39", "assets": [ { - "fingerprint": "asset18gpszftzt9dguu0c87p835udksdmyyh36pjnd2", - "asset_name": "546f6b656e4a", - "quantity": 9451 + "asset_name": "546f6b656e53", + "fingerprint": "asset1cfxgd4ypnftepjc8k54smcvgcnk22et5966gw3", + "quantity": 9734 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1e3vwsswhuwqdtj4cazaf9gpdszpupft5x02kev", + "quantity": 9361 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1q7xc4hp5jnvgtnhs623u2rjp3vw6tm99fr6rcq", + "quantity": 2218 } - ] - }, - { + ], + "policy_id": "933e58a1fe4d0ea4bbe48d5075c969b91d8d377a22499bbc01869831", "policy_script": { "script": { "all": [ - "policy_vkh17ur4syu7whkws0h5u2agyq64sst07f58nl9gpx42apfwz8dstvx", + "policy_vkh1jvl93g07f582fwly34g8tjtfhywc6dm6yfyeh0qps6vrzxekacf", { "active_from": 100 }, @@ -13550,339 +15526,276 @@ ] }, "script_type": "native" - }, - "policy_id": "f70758139e75ece83ef4e2ba8203558416ff26879fca809aaae852e1", - "assets": [ - { - "fingerprint": "asset155gvfuc9af4wly7n2qkh39v9v9q6wcxu666sl7", - "asset_name": "546f6b656e57", - "quantity": 6362 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1wrgf0pwhtlvdpvk938r945wgpac6s8c04nff2lpd387ky0hxt5e", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "70d09785d75fd8d0b2c589c65ad1c80f71a81f0facd2957c2d89fd62", "assets": [ { - "fingerprint": "asset10edsvggqu4j500zv82dzrnk5c7rsxtyfxxz86k", - "asset_name": "546f6b656e4b", - "quantity": 3068 - }, - { - "fingerprint": "asset1u8vj97x9zsf5qlh7w4slpdx2shmuzvav2d0mtm", - "asset_name": "546f6b656e48", - "quantity": 1981 - }, - { - "fingerprint": "asset1a03y2zd8a5uyk3vggyh65sd3ggwlu8auycqpua", - "asset_name": "546f6b656e55", - "quantity": 2851 + "asset_name": "546f6b656e52", + "fingerprint": "asset1y6awvg4je5sy204xuzvc6d9j0v98zkg6w2k566", + "quantity": 3350 }, { - "fingerprint": "asset15r9gwu6vnxv7t6xqqjayqk48ausgnvdlp5ncpj", "asset_name": "546f6b656e4a", - "quantity": 9430 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1kyjk07t9m4g3s4dm046nhwpmv9u2kxvuk3cn4apwckjevhn2yak", - "script_type": "native" - }, - "policy_id": "b12567f965dd511855bb7d753bb83b6178ab199cb4713af42ec5a596", - "assets": [ - { - "fingerprint": "asset1dzzsyja99yqkzsnnx0vequv97adl579h8puaep", - "asset_name": "546f6b656e46", - "quantity": 4900 + "fingerprint": "asset1wj86cf8m6hx3hnlpvy686mmp99humrftu36u9e", + "quantity": 9015 } - ] - }, - { + ], + "policy_id": "3cd100cf6ae45748f8d5704a0ec887da0f7bee92400932f8a691c280", "policy_script": { "script": { "all": [ - "policy_vkh1a305ex7mrlnu0e2upshsy4mglu8mgnv7ra0hear7k0uezjs78g7", + "policy_vkh18ngspnm2u3t537x4wp9qajy8mg8hhm5jgqyn979xj8pgqmd03td", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "ec5f4c9bdb1fe7c7e55c0c2f025768ff0fb44d9e1f5f7cf47eb3f991", + } + }, + { "assets": [ { - "fingerprint": "asset1ezdq4z38a3q2n74gtzvlqamfqygsf35r7l9rks", - "asset_name": "546f6b656e47", - "quantity": 2667 + "asset_name": "546f6b656e48", + "fingerprint": "asset1sajdtu92tpuceqm2w87yhyfka8tdpnvm5y0g07", + "quantity": 7784 }, { - "fingerprint": "asset1eqp4d56y8r8xz8k5tzamhnyu6fzpxnfge7tppn", "asset_name": "546f6b656e55", - "quantity": 403 - }, - { - "fingerprint": "asset1s8mmpe46wz92zrrh5jg3xyexykgrshul02fuv5", - "asset_name": "546f6b656e53", - "quantity": 1899 - }, - { - "fingerprint": "asset1c8rnam6kxu94z7vl5dp5csacxl2d5z5mtfjpea", - "asset_name": "546f6b656e46", - "quantity": 6093 + "fingerprint": "asset1qsy3g0rr56hcx3qmcunnwhrvn0nmtepx097lcg", + "quantity": 3573 } - ] - }, - { + ], + "policy_id": "d55c4ba30cafffbd7956ea3274149f92c1e149e44d7c53206b9ca966", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "ad5dfb7f6385c0cb52f946b1fecef0425fbf9a0fc196facb8f4890e8", + } + }, + { "assets": [ { - "fingerprint": "asset1zc4q5lyf73z8hxc9hzrwutygg9g4qjhp0ylcjg", - "asset_name": "546f6b656e48", - "quantity": 2228 - }, - { - "fingerprint": "asset1aa6p36ut3ddrwcx5r40mkc8k09pfskthzyyrr8", - "asset_name": "546f6b656e4a", - "quantity": 2359 - }, - { - "fingerprint": "asset1dgn2aggw6fzkqzsuamrd89wmclz8tg67wvzqw5", - "asset_name": "546f6b656e44", - "quantity": 4568 + "asset_name": "546f6b656e57", + "fingerprint": "asset16fluc6cgvj0mpsm7etnjaacd6jg8vnvhezejkw", + "quantity": 6763 } - ] - }, - { + ], + "policy_id": "7a1874a543e45f90679d8e1f8c83e7ef52c5c72a7f8e9fc3bd59e436", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "d215f3b6c2d2bb31f1bbd9872235ed910083fde0ab8298c4e6aa5874", + } + }, + { "assets": [ { - "fingerprint": "asset1mjxp8v20qvjzp2p07cr5dymftltyt8mkad2ujj", - "asset_name": "546f6b656e4c", - "quantity": 5998 - }, - { - "fingerprint": "asset1svxcp3nc7v98vyfn3thnj3vrccfuz3xr43y6mm", - "asset_name": "546f6b656e45", - "quantity": 8018 + "asset_name": "546f6b656e44", + "fingerprint": "asset1yz4d6dp8wywx8wquh50tm437el2psdhgfmwv8s", + "quantity": 6025 }, { - "fingerprint": "asset1dj0jemhp63u5e0wr05xnc5u9xzr482jywam6pg", - "asset_name": "546f6b656e4d", - "quantity": 3617 + "asset_name": "546f6b656e4c", + "fingerprint": "asset1gq4kc7xedqm60lr9kkldgc3uznyshrdhtrmkzr", + "quantity": 7832 }, { - "fingerprint": "asset1dw46dwxqp4w7c6d08a9d5f2wp3qjhdnusqzw5m", - "asset_name": "546f6b656e52", - "quantity": 630 + "asset_name": "546f6b656e56", + "fingerprint": "asset1g7eat5rkvec6tyvj0m2663jnf2l45p2d3k5k47", + "quantity": 32 } - ] - }, - { + ], + "policy_id": "f33ff98fc7edc403d3fda3e4b1161185e6077517df5e76cf3c30cd14", "policy_script": { "script": { "all": [ - "policy_vkh10mzhcwrjtjl0u3g64x2aqmhzwat4dva686pcnvrppp075a4kqnv", + "policy_vkh17vllnr78ahzq85la50jtz9s3shnqwaghma08dneuxrx3gpsjjxu", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "7ec57c38725cbefe451aa995d06ee2775756b3ba3e8389b061085fea", - "assets": [ - { - "fingerprint": "asset1jc8d7lep3652p32pzext9xugya5sjghgnft26p", - "asset_name": "546f6b656e4f", - "quantity": 8031 - }, - { - "fingerprint": "asset1h7e0a3rmy0cuz00473ne5suz08zvk3kg3hzwpd", - "asset_name": "546f6b656e59", - "quantity": 5750 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh120y2elm4de2jvjg50ap9smecyny936nsfc8r2ek2gxk5cn2ce3s", - "script_type": "native" - }, - "policy_id": "53c8acff756e552649147f42586f3824c858ea704e0e3566ca41ad4c", "assets": [ { - "fingerprint": "asset1lnnwtq6p3jtcl6ltt8a8qu374u6dlfxrvy6ce6", - "asset_name": "546f6b656e44", - "quantity": 8056 - }, - { - "fingerprint": "asset19pwexsfcxs7em05prpwpjup44mujm7eyy35caj", - "asset_name": "546f6b656e58", - "quantity": 7230 - }, - { - "fingerprint": "asset1705dltmw52ja9mlf2vk4erg7jm05jcvswpsru2", - "asset_name": "546f6b656e44", - "quantity": 9852 + "asset_name": "546f6b656e52", + "fingerprint": "asset1347h538klw622xegz656lge9s3k9evgnddfw9g", + "quantity": 3143 } - ] + ], + "policy_id": "852b5b0337dfd87e557591f698d35494b54ce2dbb8bbc139743e93af", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1rqq6edxghawjzlthkl6jqgzp8vwdzxzlhrhyfqlzjzwxxgq4ptx", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "1801acb4c8bf5d217d77b7f52020413b1cd1185fb8ee4483e2909c63", "assets": [ { - "fingerprint": "asset1cpl47mary466wl6cp7yxj9xk4z3kf3qhg5hwxf", - "asset_name": "546f6b656e5a", - "quantity": 9673 - }, - { - "fingerprint": "asset1pce5cn2cq4dfz8dv5zj8tughflselsjwq8qq96", - "asset_name": "546f6b656e54", - "quantity": 1760 + "asset_name": "546f6b656e58", + "fingerprint": "asset1lsaf6hlncx0hdzzlhuyqms9m2rly6tgj4rf0mf", + "quantity": 5236 }, { - "fingerprint": "asset1q4lyx67dw37y82ugkg62j59rrzm38u8gj5zvzh", - "asset_name": "546f6b656e4c", - "quantity": 7418 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1cwgz7hxm47tuuwdnv48nqykkewlq2u6cf2h9ew", + "quantity": 135 } - ] + ], + "policy_id": "b4563037f4db412caf48dae2e9fbe3585202766e21e24a0bb945a005", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1a4hayf4j0dnqqxzurz045f70kpu2s70we5glj7yuudy8xzsauah", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "ed6fd226b27b6600185c189f5a27cfb078a879eecd11f9789ce34873", "assets": [ { - "fingerprint": "asset1ftmjuwvv2s5cjps2pdsygwnn88xqhzplp9g055", - "asset_name": "546f6b656e4a", - "quantity": 8384 + "asset_name": "546f6b656e54", + "fingerprint": "asset1aqdnxg6dna56vn26pqc5zz8lw77ynwadeslfgd", + "quantity": 2555 }, { - "fingerprint": "asset14x3pfxep3fvv3kvnfpwt2rrjrrlp0a8dcgfupk", - "asset_name": "546f6b656e4a", - "quantity": 2567 + "asset_name": "546f6b656e55", + "fingerprint": "asset1h4xvdaksggp7e7fy7vywearev6l2xhn24vqrfd", + "quantity": 6816 }, { - "fingerprint": "asset1jxz95k9dx7d3jzz7nf6z0mlz657tm8uwzrj748", - "asset_name": "546f6b656e50", - "quantity": 4595 + "asset_name": "546f6b656e42", + "fingerprint": "asset1skpl6jhhtawpdppeagtqswf6g0zxdggkav3raq", + "quantity": 4930 }, { - "fingerprint": "asset1n5wmrvwyw7s6ut23vzjg9v03eh2u4u56erx5qk", - "asset_name": "546f6b656e48", - "quantity": 6621 + "asset_name": "546f6b656e56", + "fingerprint": "asset1sx0vjrhjs8fvf8ygkfdsyn6zzm8lgt5gsp7asf", + "quantity": 4338 } - ] + ], + "policy_id": "b6fb73c452689190639ae15a5fadb75cbc74d784c785f9a5ca474771", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1847wte9sh25fwzqq3yq67a9cmjl4wmltlrhs5f", + "quantity": 7362 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1uvhdankph8cauljmfk4cjndv6lh00esp8dlkup", + "quantity": 8448 + } + ], + "policy_id": "ab826f020833dab2d90e6c47a707f00f822db3d58d4c2d323db5eb50", "policy_script": { "script": { "all": [ - "policy_vkh1w9fyv9dkr7dv8v63pmhw96pdm47v3vt9adsepa5v58ntkq0smyg", + "policy_vkh14wpx7qsgx0dt9kgwd3r6wplsp7pzmv7434xz6v3akh44qcjh2tq", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "71524615b61f9ac3b3510eeee2e82ddd7cc8b165eb6190f68ca1e6bb", + } + }, + { "assets": [ { - "fingerprint": "asset17fj5v3tdhdg24pm5et07epu2ygzl5sre778ahu", - "asset_name": "546f6b656e42", - "quantity": 2597 + "asset_name": "546f6b656e57", + "fingerprint": "asset1mqq6yfaadfm7k60tl7hm6z9r3aujw39ry7xuuf", + "quantity": 3696 }, { - "fingerprint": "asset14hgfxe3qgmzxg92zzydsr56qyzfgnk8us857h0", - "asset_name": "546f6b656e55", - "quantity": 6061 + "asset_name": "546f6b656e46", + "fingerprint": "asset1eml47llaq0x65fxjtmfssau4zkh7g3rpl6tf94", + "quantity": 301 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset15lqdaeztmpn0le2t350k674h6cc8qufaguajtl", + "quantity": 5979 } - ] - }, - { + ], + "policy_id": "92e070a3edfa8284163333bd4fd2173ef9880fe494fd3653ea71c625", "policy_script": { "script": { "all": [ - "policy_vkh1jx6kjqjhk8mwcnl3qdueu4wlgxgtj8caa776kjgz26pg5teml2g", + "policy_vkh1jts8pgldl2pgg93nxw75l5sh8mucsrlyjn7nv5l2w8rz2kp0nlk", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "91b5690257b1f6ec4ff103799e55df4190b91f1defbdab490256828a", + } + }, + { "assets": [ { - "fingerprint": "asset1tpk6kdfvc35x9a6tjtggfh0445m0ns04hmpqdc", - "asset_name": "546f6b656e52", - "quantity": 3537 + "asset_name": "546f6b656e4b", + "fingerprint": "asset16lfkpe4zv4pvuaksj2wr30zp3rdvlcwuhu9dnm", + "quantity": 3305 + } + ], + "policy_id": "35ea39b3f434bbe0ecfd08c04c665bce40fd8b2d3151bffe91bd3c07", + "policy_script": { + "script": "policy_vkh1xh4rnvl5xja7pm8aprqycejmeeq0mzedx9gmll53h57qwj0ynnv", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1k0l8wwsfmjc0fuy9te0gqqxv9djmtzvas56ztw", + "quantity": 3957 }, { - "fingerprint": "asset1lcmh7yue9zsg9cw3kqrhdnxlp8z3htc3j0kddn", - "asset_name": "546f6b656e46", - "quantity": 884 + "asset_name": "546f6b656e53", + "fingerprint": "asset154mmsu2fez6wpndkarantywhw5vqn4r03nhhnm", + "quantity": 9860 + } + ], + "policy_id": "698e3be7725dbde04044863a6b4fbc27c17de89779fafcebc1b086af", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1ehs5hfk0fscxmupadxtajdfg3s36awupuryv93", + "quantity": 1840 }, { - "fingerprint": "asset1crt650qe3fvexfutfqn9kff6hnj0ljlwe7rzra", - "asset_name": "546f6b656e47", - "quantity": 1220 + "asset_name": "546f6b656e59", + "fingerprint": "asset1g80f8druppm2cuy5smexas6a57anky6jagz289", + "quantity": 7061 }, { - "fingerprint": "asset159lyg3hrww6t39fvktghy92ak32qcdheklcqct", - "asset_name": "546f6b656e55", - "quantity": 694 + "asset_name": "546f6b656e51", + "fingerprint": "asset139z2xu88dx2w9h0h4dlm5t9qp8xu4r5gvm5dtl", + "quantity": 4308 } - ] - }, - { + ], + "policy_id": "c576222ae20f2f2a41d0896e021632790dadad4628ef8e170b4ca2f2", "policy_script": { "script": { "all": [ - "policy_vkh1qeu90pyjgv9q70vzay05z868my9dh7r2eu3u7j8zqf53c0kjh4z", + "policy_vkh1c4mzy2hzpuhj5sws39hqy93j0yx6mt2x9rhcu9ctfj30yqhyrk0", { "active_from": 100 }, @@ -13892,1927 +15805,1834 @@ ] }, "script_type": "native" - }, - "policy_id": "0678578492430a0f3d82e91f411f47d90adbf86acf23cf48e202691c", + } + }, + { "assets": [ { - "fingerprint": "asset18k49u8xefa8fv30p7h8wt3nhnl36e8fqv653c5", - "asset_name": "546f6b656e50", - "quantity": 5476 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1dujwr89vvte3vffe5jd69z2dc0vytrthpv9pe8", + "quantity": 4014 }, { - "fingerprint": "asset1qlquxg6cnkxv899l587dwg5ata5raerzj4hhv3", - "asset_name": "546f6b656e4d", - "quantity": 5106 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1tg4gle78q0mhvkk8028qgrdtpejkvs79he37ph", + "quantity": 2297 } - ] + ], + "policy_id": "e901b75a2e6e8ae151a18ea48009e63cac4e3c062761e778bb094e0e", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1g3l68z0nz8wyh5w9hlm7sqk6zn4zhdj433h4p7", + "quantity": 218 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1t3k0c3uzstw0sz7frfj67unpkxyxc75y7c7e6m", + "quantity": 905 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset19zhxuqstcc7hdn0kk5rj9fumhs3scjcr7vzmms", + "quantity": 7838 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1t0drwwu08ar9nwfa829qp7emvwy2jyjz07qgny", + "quantity": 6301 + } + ], + "policy_id": "68ce1e8bd42e247043a15a3c91cddcbf58b1d8719e06ba74f31c9db3", "policy_script": { "script": { "all": [ - "policy_vkh1u0rfrxuxwqvzrnrs5ghx2am7yqjyvmkpjrcgx0yhyhy9qljggn4", + "policy_vkh1dr8paz759cj8qsaptg7frnwuhavtrkr3ncrt5a8nrjwmxadm39h", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "e3c6919b86701821cc70a22e65777e2024466ec190f0833c9725c850", + } + }, + { "assets": [ { - "fingerprint": "asset1e0496lmhd4qylg6jvqxu92szktef6p0pkc6hq9", - "asset_name": "546f6b656e5a", - "quantity": 9893 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1fq0whn4frlnvwmkez9ytplzj47fwuque5k37nr", + "quantity": 5187 }, { - "fingerprint": "asset139aak3p9vn60lam6ds43vx52fqgqlyypmeg2es", "asset_name": "546f6b656e45", - "quantity": 3807 + "fingerprint": "asset1g27q5l8gx328pf9l6cu6tlcauu03g8ljmzm79k", + "quantity": 5467 }, { - "fingerprint": "asset1ahp79hhsy0kewaqper4jd60637c07kcdjslfqw", - "asset_name": "546f6b656e58", - "quantity": 6935 + "asset_name": "546f6b656e51", + "fingerprint": "asset1jw9zlymulsgdf5wah7zn6evxh8n3cc5qhvuns2", + "quantity": 7227 }, { - "fingerprint": "asset1fs77ax9ln4p5ktmx6uw4wmha42l3deph7d9lqc", - "asset_name": "546f6b656e57", - "quantity": 1900 + "asset_name": "546f6b656e54", + "fingerprint": "asset1th2uprdvd7d6ywew00hgef7nqr92xhheklywkg", + "quantity": 1126 } - ] + ], + "policy_id": "67e0c8761032cf7ff5b4869956581b8a7076cf8960f1bbdfd31b1d93", + "policy_script": { + "script": { + "all": [ + "policy_vkh1vlsvsassxt8hlad5s6v4vkqm3fc8dnufvrcmhh7nrvwexrlahcd", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "ce509a10dc94f952f231615073d19b06bc572255742e4cf662836218", "assets": [ { - "fingerprint": "asset1nckzcegkhhpqrld3dn720wzw8sz957c38cczhu", - "asset_name": "546f6b656e49", - "quantity": 7240 + "asset_name": "546f6b656e44", + "fingerprint": "asset1zcyccfj0r8u74jlkcetnytw4mmjyl2zc4tra72", + "quantity": 2343 }, { - "fingerprint": "asset1e7x4sh5fqt896wuq678y4q7encvq0zpuqf2748", - "asset_name": "546f6b656e55", - "quantity": 2547 + "asset_name": "546f6b656e49", + "fingerprint": "asset19d2nvtvpxclark4d63t06w0d6cmy02dcgeu9np", + "quantity": 1150 } - ] - }, - { + ], + "policy_id": "fb385cc8df254f984504352506afe5c93c7c9eb01a8501739b3b47be", "policy_script": { "script": { "all": [ - "policy_vkh13q8dp6w2l24gay9ehfrasrygjcmv8xymjxmqf0vyexhqudn5r49", + "policy_vkh1lvu9ejxly48es3gyx5jsdtl9ey78e84sr2zszuum8drmuwlwh3c", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "880ed0e9cafaaa8e90b9ba47d80c889636c3989b91b604bd84c9ae0e", + } + }, + { "assets": [ { - "fingerprint": "asset186ulxu30r6x2uwal4s3ncnca5nwj9qdufpcka2", - "asset_name": "546f6b656e50", - "quantity": 1039 - } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh1tpg5yv60wqjs6kqfqea5gee3fjskl92typu4k7n7xajnut8udks" - }, - "fee": { - "quantity": 37, - "unit": "lovelace" - }, - "certificates": [ - { - "certificate_type": "quit_pool_external", - "reward_account": "" - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1xas54zt8wscxct0regc5d7w2dsf06zhxy6psvg2hadvz7sru8vtsrfk9th", - "ed25519_pk1f8kf9kh65cqn2ryxn4ddw2zjmdv5v0ttlcy96wusw7d5zzhe8evsmrrvcq", - "ed25519_pk1hsh2dg79glva74qpw3jyjysw6cgn4x5vjsdva4r03vextg7myseq8qgux0", - "ed25519_pk1c4rqyf9fg9ys6hlww88dm824apcs5dlrlsdr8mkjudqg94grxfzsrk304r", - "ed25519_pk1dlzt3af7arw276ra65r4mrch3jvu3gn5t85kj9algvts733kdtkqndlys4", - "ed25519_pk1u7lpgnp4pylc3hq3ga83y78k3g69wp3ah2vw5f5ads5xmead3kmqqmhh95", - "ed25519_pk12ukzejmuhd9xydd3vy02gc6uw24l0auesq50fn7wzu8rpuekgcyqgemxeh", - "ed25519_pk1qgj7mmepv543d2ftcgz4226x5gs5dejxlkyg7swanpq7lhjdly3qqpqmrc", - "ed25519_pk1724ftewfqexsc7aes0vtvez9ynljjsqj7uchhzl9wxk7e07zzf7ss070qz", - "ed25519_pk1h908vtmgrm85eg8ctp5xs3v3ecdgu5k83mvxynexnrt0jkpu6k6shn6848", - "ed25519_pk1x5t3zmher0ztc9jwx6y7fu0z7n3ln9nny2k4wlmdex9ykrerw8dswm99ns", - "ed25519_pk1dnwzp57yr27zmrymeh89ku2ccuxkdr4h0klz9pjkjr93v7ttmhzqy7mjt6", - "ed25519_pk1809slyrask7e5aw0sxf6lp9tp4cmmdtskpcyf894whkkfs4v43dqm09czr", - "ed25519_pk1p9ll5urtkxnsl37978x44wc75cym9wlnxz3xz0wzs4x3844022sqvhl8xd", - "ed25519_pk1nzlevnkf8qujr8gmz97hnrztfmh4qn94j0cap89dm44033arv7eqkjkn4h", - "ed25519_pk1t0zq6g6gxlwggau8v2xmumk0ppkf76dnp2u7ggksde4pf4f39qpsgysqlt", - "ed25519_pk1ra973jepsu25fuv3ghl7jzpurse07dh6qapy0a6xc2mlpx22kxpqegnjnc", - "ed25519_pk1khu3g26agh5pmjekglsy3syug6a6vr8yf0r564jq02ca0ufpxm7qkcqsc8", - "ed25519_pk16350wvtf06nc07hunjzy6rjnp3ptzjfu0awfwknn0jp24z0qpuyqxvqrt5", - "ed25519_pk1mjkfxthjmq2j4zsf46025fkcj5ndrz26dd5z6mul2akmds46rxkqpt2ghj", - "ed25519_pk13j4uuyz39vrcehvm8g5kuc97xdnflturcnq7cfgfue23ut73eywqadth5m", - "ed25519_pk19ec47kk9qqacx5ve5x5zvr96wqjmtuw256tpadt53tvqlqxweluqsg0fhl", - "ed25519_pk1mjckgkmlz3435puf7g4dtry7uynfppry92k6urlzgdtwcntgghhqydt6m7", - "ed25519_pk1hpeegph0tu3uq9gaep59gpzkc3wlgstvgjqanvg607vzmw3dmv0q05eg8n", - "ed25519_pk1cyje4ucrhydp5032ty28tjgkw9yxmwrhwj5lcdpjt45q3xy628ksjng7z7", - "ed25519_pk1lf6kh2yztwtfdgyvmpmrlnxc84723p357073hy7psnalmw5k4rxsjvxv2j", - "ed25519_pk1k980kfp6hhm7cf6emws6sq3sene3fjt8lpmfe94xaxrf0n8lp2xqpvy88x" - ], - "pool_pledge": { - "quantity": 201, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 164, - "unit": "lovelace" - }, - "pool_id": "pool1z0pgvcj9j232nawfarch4g748upen65rur9ju8q9d5zaq6nhn0m", - "pool_margin": { - "quantity": 42.48, - "unit": "percent" - } - }, - { - "certificate_type": "quit_pool_external", - "reward_account": "" - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk15y7k96wyvtn3yxjmjdn9fugmzd2v7jerlt3wp9gg3klvscjrkt5qdwwef8", - "ed25519_pk13r4u25m7kfntv9wrdjuks39zql3gh9qnhugm4a0v490txvt64f6sdy0hyu", - "ed25519_pk1w8lgel8aju4vpzwnhpajva8um2jl4rhdssthzjnxsqz6h2ghspwsdpzcy6", - "ed25519_pk12j344y28sk2mn343hhf4vsa2et8gcwgycua9390l9n9nfsxt5y0s6t2ljm", - "ed25519_pk1s0h8yyku3vl8wg044ruzz4mp3j7ypeatztnldcuxu8uunjrnpjjswn5ayq", - "ed25519_pk1hf8wnwlu77xx3qrlkm49k9dy3uw5j73jpjj0jnwfpeymr6mlhmpq5v54z6", - "ed25519_pk173dsa9tfq2dfxgxathync5ll72q93pvjfg6tphvplwpsarv4n4eqakd76s", - "ed25519_pk16cqydujhsyzdnfyjhq9yahyyf0c7ups8nxphvufkt50xdclzn6rqk9gxhq", - "ed25519_pk1prpjhnc627uqjlryv3n7tv5w4k5etyzcyxlrjpv6ejup828gwg3q5n2wgg", - "ed25519_pk1ef6338dgc6k29txlvmc00c4szujpme48v3dujxjautzd49ygmetqfyg54y", - "ed25519_pk155r4mlazn0cxjs5duycg034vumm7aa0cv2srmvahtx8rp8rxheaq23pwya", - "ed25519_pk10e6umewlfecmvg7f428zxu9yzc9r6hc2yq2pf5pfnfjg0em3unzsntsetn", - "ed25519_pk1kq89rx4ppy0wscnapmkheyra6vmyk6h33sm5r92hn7qr26vgja7q5933uu", - "ed25519_pk17h67200gts9h058ypwgcjyev9lf4mpw780069pav4l68epnee8nsjvjw0a", - "ed25519_pk18p59epkep9g3jlxrfcqj75r7zqlnmvcw7t0kygc56f3szs53nm3qksv7ny", - "ed25519_pk1tl8h5un6ampxyv0gx55fxk6235gjc39ntyumzc2880fj9hhfqx3sfcrxfg" - ], - "pool_pledge": { - "quantity": 21, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 189, - "unit": "lovelace" - }, - "pool_id": "pool1yxky0qj6g7wz5y0w7jp0x5v8j9y7zgtl39t9fu8swdat7altql6", - "pool_margin": { - "quantity": 50.25, - "unit": "percent" - } - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "join_pool", - "pool": "pool1ftauavdw09vlz0kgwut6zwc3m4mqjl9a3e6j9lnzlkx3xpet57l", - "reward_account_path": [ - "30743", - "11506", - "32674", - "4602", - "14263" - ] - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1svddddcl496s6mw565h7w4japnc5g0ycz4wphx8dfuehr98cf55qals7na", - "ed25519_pk1f87qphkl0jejazn0g97hvmvglqu7g4sxtrx95rkj6736xtxm9njstenn4w", - "ed25519_pk12jlyhwfv3el4g78g48fxh9525av7c2zuywprdt8kfdsjaakydd4qc3hcza", - "ed25519_pk1h9zttud7jwyffaanz7lzmjlrj55rltz7gq8clgkmlv0m9zysxlwqe7atc4", - "ed25519_pk1e62c9pg2vhshptl5403p8v07vxj963k29n0x7a0920dxqd5sy62sfyuz8m" - ], - "pool_pledge": { - "quantity": 107, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 156, - "unit": "lovelace" - }, - "pool_id": "pool1k04ukwgqjlqd4ym62ra32sk6h5wgpjazhrps4zj26zuqsw9ngpu", - "pool_margin": { - "quantity": 17.24, - "unit": "percent" - } - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "24223", - "11171", - "8000", - "20841", - "5612" - ] - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1hd4ax85es3klq6jc8zh6d2ejuzpzmk7u5fjtud48dcmm59mu6lqsm90smt", - "ed25519_pk1zhvkf4hw9vsyqfdul2y3j64k6fcd0n05xv380d4vrvwsrv472e9srl3p5n", - "ed25519_pk1sv8h0dfhmjkaqscnjxxd2f3tlzdlhdqqehfryrxtd0f9uj2xgyssevq2gy", - "ed25519_pk1ud9wuwwelsmfndpz9t058rcywlsxkxh0gktxf4v40rdykcwjnxnsz833st", - "ed25519_pk13udywdu8k8l9n0tc0685j22fhx2n0fjacfayg3wefn9d4taqsrsspjwke7", - "ed25519_pk1kyhpmv00luh7s4wukatacu69rw0ahwdhuugy0j62lktdwvlhdxxsx729fp", - "ed25519_pk1lap7s5kvgxr6wkzaldp2ymvyqcyjkwrzvg86rftes0rjkge558uqcawnml", - "ed25519_pk1z4eanky3kfsufwk40eundaz4d7j9upgz4jnrg86jvxep3wjwd2gs70nv3u", - "ed25519_pk1ddr9nkhxz5esdxegnmlzdww74src30x0fq0yxhsewj8n9prsckjs005h84", - "ed25519_pk13n5dv662z5ly9fh0tlcwtp274ljnzyszq3dah0f0mlpzeujvndfs7mfsfc", - "ed25519_pk17a9g73cxwl5tmnpuam4c6pwry53luulg72f300fmw498vnesf3tqag9fks", - "ed25519_pk1cpe024e7u5jn894wl9zzd59x2lvhhtmzlawfhn590je39f99zh4slynrfr", - "ed25519_pk1m0xf9yzju4xp0dhv9kme0hy5evgugcrc4j97jkjsdgryn7s7mqvsdsmmrc", - "ed25519_pk1jc8s2ept5gx02pfqzxvwalg2mfzx3yx9e954p8xyulynh4a7mlvs0ge450", - "ed25519_pk13v5l3jkry6h307rwcfyvzvqty8fqkx4pdpjqghhan3rtwnpm6c7q9dxct3", - "ed25519_pk1p4nwkrn9hnxa67umwvlclq9kxklku9kmmpggkel5dhkpfcxfv3jsfxjaca", - "ed25519_pk163l32uc7w4qa39elpyl9phq8yzmdrkclj4ncwhxc3nwm0tc59q9saskme9", - "ed25519_pk1z730yafulgancs8t58swydrnlux2eyecfkmdt0wxrg3qma35ww6qetvd8h", - "ed25519_pk1aphjn28p4yevmn38h3hlkmyzaefnhh7xc07r3mzepga0rcjtmmjqnwwpwt", - "ed25519_pk1uvswq60wputg0s4xacaa0ul0mcw42hrrdxp63n082mzah6ra33yscgqcyt", - "ed25519_pk14hqwdgxj3rpc3ngca0qernfavywuydwq897edznudar4khcck72s8yxq7r", - "ed25519_pk1nxhcj4f0xd5xnev93dxfaf0kwjhqm3lkzgec3fktpw760hcu7tushsqgwh", - "ed25519_pk1ys5l03zrue9hsysqs3urafmrdy8x66phrg9em0ls6m6tsp6pakwsypjsae", - "ed25519_pk1zfmwv5snzxvdel6rvern08lyvtx06wau44lccj9mjck29q662znqg3pmud" - ], - "pool_pledge": { - "quantity": 155, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 8, - "unit": "lovelace" - }, - "pool_id": "pool1876r45y8pqpdl97jvatsuwaspdzk85v5g8hmf8jntq6vx7y7zxj", - "pool_margin": { - "quantity": 46.1, - "unit": "percent" - } - }, - { - "certificate_type": "join_pool_external", - "pool": "pool1euhpygumpxy4nyqtwm5aykaqf7g28gehed5n7xcys54fukv0hqn", - "reward_account": "" - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1798gcj43njcxe05xdmdun56yh2ra582xzehmyhur99ywj7shyumqxqwme6", - "ed25519_pk1um2rf5ngs0gs8a64lxv4vd2s5awl6n9xtjm7rp2p9na787482s3qlxkfm0", - "ed25519_pk12yz690dvewxewgs0m2uqx28ymp3dmw2rls0k6y7jfm79nkhcupwqhuckz3", - "ed25519_pk1fcdkavn4rm3tf2vfetr3pkd5zt02umjs6lt75uvvaytp760qx98q3kvatg", - "ed25519_pk1xyxn56shu87ndkhlqfcl57a7a0psj8t29ymkc2lv9jg4fgfmmjjsm0qjxj", - "ed25519_pk1txfwu99kk9rne8ktp30xvdlmuj9s2vwt9rcst4tmrl5pj75yn7es4x8vvn", - "ed25519_pk13klf5n2q727f53jm8e9x8ph4anzxuy0qxq5ty6pggm2ysrae7rrqq3tpu4", - "ed25519_pk1k9wmk4fgpx9y0j99n6s4hs3yfc7j7j00899q53qy54xfx2vsvdaqhc80z7", - "ed25519_pk1j3tktnfrhezafstzns0047tdxp0mq375uf9tjtuyhtpndj90umpqedwr0u", - "ed25519_pk137ksx9ky0j537st5q5zvaveu64q6rtlugru6zhezc37uk7725eqqpqqpl8", - "ed25519_pk1s2jgrfqv3vzgpnyj97wkze77kjgflmzrfth2exjjjmqf7twvnzmqs5hgtg", - "ed25519_pk1kva4v4a2tdd7qzam7ezlxgcytjfd5wu64qzke4axvfcmvl9kx6ascrfzth", - "ed25519_pk15e4cm34h42kcayclj3mky23u20craa3qq2cwrth8qg7lq92vxuvq62sv3s", - "ed25519_pk1uxdtcamts88k3vpe7sa4tks5dhh557wn9qdtmnsdqnnkw54ng32q9ax3tj", - "ed25519_pk1uzg6huwrtznkrq4rxz3v4kvlzl9thlpqwr434srudq0w8cwmwtys3yp4h2", - "ed25519_pk1f4zf36x2zqx7tdf5wcq7rcv8tlkfq680gk8rfax62d7w4maeez3stlrf6y", - "ed25519_pk12pxalax7xdj8x5un8lgav0xc54qwh29kt5m828kq6xqde0umgyhsl4n2pf" - ], - "pool_pledge": { - "quantity": 200, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 173, - "unit": "lovelace" + "asset_name": "546f6b656e4b", + "fingerprint": "asset1qryzze8ny8jg9pr579hlp2jvlue86uxjf4dz4l", + "quantity": 2327 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset10r25udse6tyrmyllm9jwzpqhfk47uzkqqheta5", + "quantity": 1334 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1mns0hven8500pzu7ushyw3ywf9awry4jkrkdks", + "quantity": 4968 + } + ], + "policy_id": "49de5ee2e01e2879e4e766fc2675c640d6103edd8f38418e754172b0", + "policy_script": { + "script": { + "all": [ + "policy_vkh1f809achqrc58ne88vm7zvawxgrtpq0ka3uuyrrn4g9etqjd9aur", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, - "pool_id": "pool175jxmr3vs4wsrnktnrvnq49n925j6m8yhzl2hw0saexazfjppn9", - "pool_margin": { - "quantity": 82.78, - "unit": "percent" - } - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool14x3llll9gl6vjnera8j0v5g5ah7q3rv4gpk6d62wgsvwvv5ukft", - "retirement_epoch": 23713 - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool188uc7qnkeavvjf0u2en4jthelh4qfw9zw9r0xx2373zp6xf2hlq", - "retirement_epoch": 9533 - }, - { - "certificate_type": "mir" - } - ], - "deposits_returned": [ - { - "quantity": 190, - "unit": "lovelace" - }, - { - "quantity": 11, - "unit": "lovelace" - }, - { - "quantity": 15, - "unit": "lovelace" - }, - { - "quantity": 246, - "unit": "lovelace" - }, - { - "quantity": 28, - "unit": "lovelace" - }, - { - "quantity": 9, - "unit": "lovelace" - }, - { - "quantity": 19, - "unit": "lovelace" - }, - { - "quantity": 66, - "unit": "lovelace" - }, - { - "quantity": 77, - "unit": "lovelace" - }, - { - "quantity": 138, - "unit": "lovelace" - }, - { - "quantity": 191, - "unit": "lovelace" - }, - { - "quantity": 179, - "unit": "lovelace" - }, - { - "quantity": 14, - "unit": "lovelace" - }, - { - "quantity": 51, - "unit": "lovelace" - }, - { - "quantity": 171, - "unit": "lovelace" - }, - { - "quantity": 56, - "unit": "lovelace" - }, - { - "quantity": 39, - "unit": "lovelace" - } - ], - "validity_interval": { - "invalid_hereafter": { - "quantity": 10439909, - "unit": "slot" - }, - "invalid_before": { - "quantity": 9572142, - "unit": "slot" - } - }, - "metadata": { - "1": { - "list": [ - { - "int": -1 + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1ye2gp70kmyqcpatexaug6z8lzzqr4ymhvtlfg8", + "quantity": 9338 + } + ], + "policy_id": "53a9c5a93f8b493439cd7d929a0001d3e129ed375dbbde9a43e712ab", + "policy_script": { + "script": "policy_vkh12w5ut2fl3dyngwwd0kff5qqp60sjnmfhtkaaaxjruuf2kx7dz2c", + "script_type": "native" } - ] - } - }, - "collateral": [ - { - "address": "", - "id": "670de1721619704c2f2e184701222a6131042643674b7f0d1e6c4ab2683c2549", - "index": 25108, - "amount": { - "quantity": 210, - "unit": "lovelace" }, - "derivation_path": [ - "9490", - "7721", - "19644", - "5888", - "9801", - "13664", - "15358", - "10079", - "13565", - "17420", - "23922", - "13159", - "32217", - "30712", - "31434", - "21830", - "6250", - "10852", - "27967", - "24165" - ], - "assets": [] - }, - { - "address": "", - "id": "73361877025b29455b236b58e93d4360681368051e5c640c6833ee321011439f", - "index": 5737, - "amount": { - "quantity": 184, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset14kzg3c9evva7ae4eh2ytx3xqmkrvcljn92etc5", + "quantity": 9888 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1sy5ufgd9mlrmsrll98z6feg6f44cm4vdgtsw03", + "quantity": 9018 + } + ], + "policy_id": "292b2259a6320cd1278909d7ad57b985ba041e4bb017a5e1ba660e50", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "derivation_path": [ - "13188", - "31321", - "13489", - "26261", - "18259", - "13439", - "9078", - "3047", - "21620", - "28475", - "6384", - "27207", - "14056", - "15781", - "4230", - "2622", - "5766", - "32474", - "9401", - "12909", - "1416", - "11710", - "24021", - "942", - "30655" - ], - "assets": [] - }, - { - "address": "", - "id": "39e611024b64b83321610705312adf1e193b844843472c011911654397283b50", - "index": 26929, - "amount": { - "quantity": 123, - "unit": "lovelace" + { + "assets": [ + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1ng6nv83uk8qf3lrjgu83f6eshr7yk38xdazxdl", + "quantity": 7253 + } + ], + "policy_id": "ef3cfd69c9fa5843bc5328058afa38b95f449b42cd76d85eca48e45b", + "policy_script": { + "script": { + "all": [ + "policy_vkh1au7066wflfvy80zn9qzc473ch905fx6ze4mdshk2frj9kpg2j6x", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, - "derivation_path": [ - "6535", - "9821", - "16672", - "25458", - "21401", - "26841", - "26902", - "9133", - "17149", - "10363", - "3594", - "30680", - "21128", - "15704", - "23815", - "229", - "13866", - "2848", - "8957", - "19844", - "11851", - "285", - "25988", - "4778", - "12954", - "31119" - ], - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + { + "assets": [ + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1889qrehfqg290ugqn8dqc7f0sk7zyx599989jy", + "quantity": 1825 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset10p2cp82x47h3eq6t7ruuy3cglt9c7n5a2cqaa4", + "quantity": 9975 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1npdqzjfv3pw69q2qwfqszrssk9934u6p87gpjg", + "quantity": 2743 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset10mvhdqsy0cfl8mulh7mah4msymz8dw27qz9fsm", + "quantity": 7594 + } + ], + "policy_id": "1833cc4b7a44400579562c0ee3d32bfa96e70c5325856327c4316337", + "policy_script": { + "script": { + "all": [ + "policy_vkh1rqeucjm6g3qq272k9s8w85etl2twwrznykzkxf7yx93nw92ygqy", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" } - ] - }, - { - "address": "", - "id": "231bb878ce4a325d6907714d3702004b534945122216472012e2180c56a10875", - "index": 25609, - "amount": { - "quantity": 228, - "unit": "lovelace" }, - "derivation_path": [ - "14366", - "22468", - "4523", - "4422", - "31787", - "24844", - "9692", - "7765", - "21265", - "5607", - "23905", - "29993", - "30773", - "22672", - "2266", - "2094", - "7598", - "16408", - "10291", - "27405", - "28068", - "4963" - ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 31, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1q7q65s5dkf84fppcs5mrplj9c06uc4qq4fywam", + "quantity": 4027 + } + ], + "policy_id": "800819a39c1c9638cf946c8547cc94e1eecfd71b79410db274a0fa4e", + "policy_script": { + "script": "policy_vkh1sqypnguurjtr3nu5djz50ny5u8hvl4cm09qsmvn55rayuk3phcy", + "script_type": "native" } - ] + } + ], + "wallet_policy_key_hash": "policy_vk18ar360e48m4zwzgq26apc9fxys0sz46kxu8r50z5wcvv5pqnw52ssw5j04", + "wallet_policy_key_index": "0H" + }, + "certificates": [ + { + "certificate_type": "genesis" }, { - "address": "", - "id": "607b452d144301541a5e150eca4f5a5f0db172646a1fb245542a0f54ee5f3c39", - "index": 14811, - "amount": { - "quantity": 183, - "unit": "lovelace" - }, - "derivation_path": [ - "9139", - "27782", - "28848", - "27058", - "9619", - "4020", - "31669", - "10208", - "3955", - "31498", - "904", - "4449", - "26605" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } + "certificate_type": "register_reward_account", + "reward_account_path": [ + "28738", + "2877", + "6306", + "22147", + "11647" ] }, { - "id": "7a0b697946103964717a6a665d7a5a156ad46b2d3a7e685d7279387a14711872", - "index": 1 + "certificate_type": "register_reward_account", + "reward_account_path": [ + "16552", + "3547", + "6143", + "4071", + "13093" + ] }, { - "id": "596845521e3b116900357317361a1f4d9b211b093666e8464c0f084fba04616d", - "index": 1 + "certificate_type": "mir" }, { - "id": "0051fd652a5f0069e1076343424d52eb10325dc01d02de552f45686b4b16465a", - "index": 0 + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 224, + "unit": "lovelace" + }, + "pool_id": "pool1fq6fp2c9w5ln97ms2wzgakga4mjn99nl4rj2rn4csn55qujk8ff", + "pool_margin": { + "quantity": 7.97, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1vnzs40npgnku4arernhcnax2xyn2gdy0a0lhtz3qa54v8zdj9prsrvupnq", + "ed25519_pk1jk0wpmnq20v0cqqk42p95m5te6sphy36824edd9kj8le6nvd6y7qzqpyqe", + "ed25519_pk1dnd6den35l3l2ncu25dx0z686qvg3m8lca9vh2806nwhp87wsc7qpz0sj4", + "ed25519_pk1ja8jyr386e2uufnlpxe56e3xfnnexn23p947qkz9ynvlqr2qz7sssfmw4u", + "ed25519_pk1h6rvkfmpmdczhar4vzwyy28tz3e2qmaxmjm0cjyvs0z53nayywqsnfwc78", + "ed25519_pk1quyemgxamfnyeyp3qc9005v3u7tqkewa0pwdaq8syy3ds4j8etgsatk95z", + "ed25519_pk150e90z9y7e5trt8j2arxsmzzdvx3epu30qurfnnn7n86ymjjkv3s9k8v2y", + "ed25519_pk10txk0dc9cclqxfuxn29ez9vdakccj0cx5ev2gxrh99v6eev9hcts4xj8tc", + "ed25519_pk1n4ak8yxxakqp2rt036kazsagt75m62rx6m3pdtjqpk2sdrz8ekqs7x0cw6", + "ed25519_pk1tp5jtzqp043t0xp832238mary74mgygrxmmptq3r64d6lhnyhdkqtzxw3c", + "ed25519_pk1hgz3hms54dvyxr8klut5422qtdzht39tde4f72hhcstcc2fkslmq0gcvyr", + "ed25519_pk1c87x2n7duvf5j5vewzvpuxsvd4lhyhdgv3chwx973gjgj03kslzsnceee2", + "ed25519_pk17mapz05quw6xe96cmu0zdvmdl77m6k846lzzdr9yyghrq3syhzhspn2qep", + "ed25519_pk10caccjh88xm7xr0a06g9uugcyph5c9yws4yva4axaz96c784pv3qfe9l52", + "ed25519_pk1el7jnht68sqgsah6nw6dgd2qgw587pfafc707wf4ale8chk3t48q3yggez" + ], + "pool_pledge": { + "quantity": 13, + "unit": "lovelace" + } }, { - "id": "76579b7c3b77f1721a27773d2faf7a64014a1e37691c200b33276df32227136b", - "index": 0 + "certificate_type": "genesis" }, { - "id": "2f27475b0b303c542c2c5a65435311543b6c490e435c4455696151363c66294f", - "index": 1 + "certificate_type": "join_pool_external", + "pool": "pool1g3nlgnyuuf2h56xswz9crajpyktvv5m6nzlg4drk8jntxjufzlf", + "reward_account": "" }, { - "address": "", - "id": "353f43280340680b24612a2e687b5a552b6305477d4cef1610341a18ab755250", - "index": 24218, - "amount": { - "quantity": 37, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 238, "unit": "lovelace" }, - "derivation_path": [ - "6094", - "2736", - "29950", - "18006", - "13658", - "28882", - "29436", - "7637", - "29833", - "31921", - "57", - "3046", - "223", - "16710", - "30048" + "pool_id": "pool1dq5acft2fe838jg6nx4gt5nhrnsj0fef4j8rph0a3pwkxvnxsde", + "pool_margin": { + "quantity": 94.34, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1wlmqxa6aszn97mc465zq3uwpwd77hpuyjv7sw4fakd2k2hrhvp3s985rvf", + "ed25519_pk1zuqhd0pukxe35apnv03s7ztyhhufl9vwx9rnuz574fr6867ckfhq8lj707", + "ed25519_pk1977lx0rz5cp6envuvw2y45ufaalt7f40unv3wa73jrzucu4mzgrssyy8ty", + "ed25519_pk13wgag308hs22exqvu85gyswue073jpqytz27ve4zzd5g6e0u2asss76rem", + "ed25519_pk1x8fj6zclunfadreh6vexezuuuruuracr9z95w93l5lennau0ypjsc9tsu6", + "ed25519_pk1k85xqd8l778207guj7g0c0j2rcajvqtx33da828ggyergkwvyzts57ygdp", + "ed25519_pk1l0l0f778nfleg9mqt82fhy3xkr37sy9e07awfkgvzj6hzvvl5p7qcllfpd", + "ed25519_pk1vqakpvcqlv903qsm3wly3lj492zqmmkz6xucxeylh3x2v4xvn66qe9qh2s", + "ed25519_pk139g29hsvmsce6r6p2yn3nuwek63s7sreeyw953c7fuu49qde58wsnzg5wl", + "ed25519_pk1jnvnfq2dl4h09j4je0yt884tvjaa52djhflzke3wrknsz5vmva6scwt9em", + "ed25519_pk1lsu64z5gngxaztjpdlrnc9ajk0njv0ewmvd8ljdadtuslk8qtpnsvk8eu7", + "ed25519_pk1f52uesas8c2u5m47gl0d0rv0f338s206kth2j6ug42mu9chpdghsu43ndw", + "ed25519_pk129rw5h849rrmesjh0x6v054r226sk7yqf8l0gqktll0ynmw3yzhsrg5n3m", + "ed25519_pk1qjmw9nmn7etecuxwp8zgqcmxuwzyn74nj0p86cpsneuxc0p42z3qx6ann7", + "ed25519_pk1yzn9cazdg28fw5gd7dehktvl2xazqzvrnx8tan2q5av4883lesmq83w5m8", + "ed25519_pk18g86v5u8jllp6f99kud54xc7nwj26t5vnkgla9sd833watdvelcscjcu5t", + "ed25519_pk1emc500azaxnj60685qfaxann2x84l22rr6f3nxp7mfl67msvuy7smtsymm", + "ed25519_pk1em6p06hzx8s4qe7p9af78rutk4f9839rv6xttjt9y2twe7chlcaqw3ex3f", + "ed25519_pk13ep8m0hktj5mjml8ah3t0fq0t5x2ts8vaeqpc3fxnmf4zt5j3ajsl0ca7l" ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "pool_pledge": { + "quantity": 135, + "unit": "lovelace" + } }, { - "address": "", - "id": "16745a6e17701c210f4fa84a56195e6f4daa2b274471fe29345f3e545741405e", - "index": 25683, - "amount": { - "quantity": 184, + "certificate_type": "genesis" + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool10thd9zxvhkzgtwp52xd84zzxxdkwws758jt2dgydgz4q5xl9ezu", + "retirement_epoch": 1182 + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 217, "unit": "lovelace" }, - "derivation_path": [ - "4614", - "20219", - "28846", - "31185", - "28936", - "25787", - "5951" + "pool_id": "pool1zmgcmwh07fwlkcve0wy2q8mv024cyu8nf6ycxq0zuym5xzl7ccg", + "pool_margin": { + "quantity": 91.37, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk196932wmt7zzep5jzett70rerzgn9yfypdvydcegul2au0aaa9ntqsp5d0s", + "ed25519_pk10hjkptr70jsq3xup07xdtwjmc80qshuagsxkf3el6jvt4wx63nss2pa644", + "ed25519_pk1ypftaws32rcm0a3v3cu7k7c6rlwqr79uegdxamm82ytwl9wyjw6s926mak", + "ed25519_pk125luu7q6ksk66ygz5frpst8e2pxa3d7ehd4tarpu69mw36t2rvnquzahxp", + "ed25519_pk1ktfjuv0uvjmqaq9y6pxyehgqap7hp0lwkzz6xlzsl7y7244ufcpqva5cmr", + "ed25519_pk15r96qqzxwx9ae8c3pdr63aqwjj9atkkqan2fcqumkerpf8z8u0rsq2utn4", + "ed25519_pk1zlx5rfrssrfaek0yyvaxpzz7n6w4dxvck2dfm2ru547fpvvs6mlqh3rtpx", + "ed25519_pk1yxmnc2py3pwswzmpf8pf0dm5sp5g96hufaereyrvldtd80f0gpts0uns86", + "ed25519_pk15ppnxzvgv2hf752n03pnc9mw3qnf39rkvf2mzek94m0vyw27fsnqxj48dw", + "ed25519_pk1wl0ahplzd5t5ukydyem2mn0v4z3mz4z5hceg3hk94dr5g3q39h9q09zgp8", + "ed25519_pk1zmca2072vxj6dvrf6muaj48yhvn2h64qtqn8mujjcx47w8smmc4satau5m", + "ed25519_pk1dxfrf2jgxx34nhmcmv0n35p80q2qr9ftrg86q2qd0js4t92ukeqshud0yd", + "ed25519_pk1s3ntu4lc96yy8y4s6zepm6wzahvxfjs2hlfu38dh7jfktlzk99wqpfuz7e", + "ed25519_pk1fhrr54fzefehqc4r98w493we7fkjvr0klsjxahmxvk0w5hmv6k8qgvvzal", + "ed25519_pk146zvdchggquga56qr4ps4m9ls34k5qgne7q00ak4ca7r9tmmzkhqa4eu6z", + "ed25519_pk15ynmaa2rcv972q4u2j8v64gc0dk0ag35u6sjuwcezglhcve4uv8q0q5x88", + "ed25519_pk1yscmmzpdrg4yrem97mqyckvh43v25wluumhzf7j8sgvd2kaakf2sssknyc", + "ed25519_pk1u7r2turxmjmq3a09q6jejkh5nucu84hdr7qlrapp20hd0t65kmxs6dqvee", + "ed25519_pk1ux5c6jfjpcydsx7m653jlyd0wjsqyzc289xq7lnvra2d4zwadz9qeldqj4", + "ed25519_pk1hcgh4ztascnegqxuafyd9709a7w6xjqh37hd23t7xh3ehcr7jjfsv0epl6", + "ed25519_pk1tmssvwj2ynljcdfyt5300vg6zd4vqqrwny9thmsugwtlxn7h3kusmt6r7h", + "ed25519_pk1d96hkwuu7j9wjp47w7tzulk4xa8rkgjfp688tcqjvchuwgf02gvqdn5a2t", + "ed25519_pk1g7lkjs56arstcfjlh47kr606wlc0sluc42s6etlktfea622dskdsl330nt" ], - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, + "pool_pledge": { + "quantity": 90, + "unit": "lovelace" + } + } + ], + "collateral": [ { "address": "", - "id": "b83f47215f68311337162a6263723a31574c304b9cd3000f4e7c121e475b4407", - "index": 26911, "amount": { - "quantity": 117, + "quantity": 70, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "18786", - "32265", - "14054", - "93", - "27096", - "12761", - "9242", - "5298", - "5514", - "2990", - "20788", - "11884", - "19805", - "27724", - "27425", - "1777" + "1506", + "4252", + "6852", + "10655", + "8444", + "933", + "14208", + "12694", + "9075", + "689", + "3531", + "8852", + "4596", + "8840", + "1416", + "13161", + "3233", + "1297", + "8241", + "4422", + "11340", + "1677" ], - "assets": [] + "id": "1c074832300d4a3335063e472f0e0f7d879d7438692c30d11df77a0560337a76", + "index": 22346 }, { - "id": "3c10463f5e0b7d3f073dee0c3575712c4d4d106cee19bf344a488a4851771c06", + "id": "07d73d5c1d33486e6b173b1547ee0571417007dc4a41022c0d28dc1d2e3c5815", "index": 0 }, - { - "id": "47297b4f0c505165192a5f7f521d18070c182927171a402b571a7c1013704c61", - "index": 1 - }, { "address": "", - "id": "27dd6977a20fd4a53a4e142f355b0200541c4e2b2f2886546a4b7370063071ba", - "index": 16534, "amount": { - "quantity": 68, + "quantity": 173, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + } + ], "derivation_path": [ - "20150", - "9141", - "26987", - "25868", - "16300", - "837", - "19194", - "17552", - "19639" + "9115", + "808", + "11764", + "13329", + "15304", + "5353", + "4430", + "2489", + "5067", + "5706", + "374", + "11252", + "12669", + "15724", + "14910", + "6227", + "4419" ], - "assets": [] - }, - { - "id": "cf735097121b3a458b33777574cc7566986a6f7b1b0d028c19111d08376d0c28", - "index": 1 + "id": "37d80bc20d10dc025f235e11d429aa5e64226528ffd30a38320e2f6f16743455", + "index": 8386 }, { - "id": "c83f6904ca7256661660080e2e794120fe04312f4e407d6573281d336a1f054f", + "id": "425b2f072570062a29191974000937be4e65025997a87c2c36297b462e4f169e", "index": 0 }, { - "id": "9572f90c403c22324700493b0cec701266555e049b6945077705322519106d58", - "index": 1 - }, - { - "id": "3b256a6a300b36981030137c023613756e4a7c306f7d230f564f49791f160c3e", - "index": 1 - }, - { - "id": "15551170116b364d2b56606d2c4f69025434103b0f716c570b47a35f00741206", + "id": "782e240f752b27117c0f7135015167f00252511f0f4f6a66617f086feb416730", "index": 0 }, { - "id": "176e7b822f115c06fb4f42250a683248211444773c370c69a80b1b5b1e076951", + "id": "fb2516f33b263a5463317e207dd4322a395e74186c1c627d1f02254e794d2b36", "index": 0 }, { "address": "", - "id": "01064b2e01321a7115169e543a1620424d00161e4b421370577672743e560a79", - "index": 22777, "amount": { - "quantity": 54, + "quantity": 82, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "17574" + "12491", + "12493", + "9425", + "9080", + "2451", + "3212", + "15957", + "9519", + "6127", + "15962", + "4664", + "2377", + "15560", + "14329", + "5749", + "15826", + "13575", + "202", + "4274", + "14107", + "9256", + "5451", + "9522", + "9263", + "13284", + "9031", + "6886", + "16035", + "6899", + "8364" ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "id": "f0334741b05ec46a237c5c0e06060037cb3376ce66782e2f6009443a2c14096c", - "index": 0 + "id": "1d2271c73b527d2708e2ae5733173a6c6759c450492f160b591109c33fe36275", + "index": 12013 }, { "address": "", - "id": "617a779274760e615b3247047b6b4f592f5e8e470263584620153b5c29667b43", - "index": 6529, "amount": { - "quantity": 234, + "quantity": 228, "unit": "lovelace" }, - "derivation_path": [ - "1391", - "3447", - "27397", - "32388", - "25732", - "32105", - "29302", - "28457", - "21628", - "9351", - "10033", - "6022", - "1793", - "10518", - "5127", - "16545", - "2006", - "5119" - ], - "assets": [] - } - ], - "mint": { - "tokens": [ - { - "policy_script": { - "script": "policy_vkh1tj8mra090wyhwjj6zda0wskj69660ffwv02kr4vcncsuqgzcv32", - "script_type": "native" - }, - "policy_id": "5c8fb1f5e57b89774a5a137af742d2d175a7a52e63d561d5989e21c0", - "assets": [ - { - "fingerprint": "asset1ggury3egc7dm5y6s4hj7dc6uyq76krd6p0lxvk", - "asset_name": "546f6b656e4e", - "quantity": 926 - }, - { - "fingerprint": "asset1k8hfw5jquu97z9llk4htt4ghwfpjds24d5rx8g", - "asset_name": "546f6b656e49", - "quantity": 4731 - }, - { - "fingerprint": "asset1lauah96nfup3ajdnrmaxj3ktgk9atdcxv5j5l6", - "asset_name": "546f6b656e47", - "quantity": 1922 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "a933c43242de8a68af2e2f4fc714d6ad08def04db0c79e0de78453f6", - "assets": [ - { - "fingerprint": "asset1pcqrz9g33ednwq3q9xtklfg644h9u2darcaxql", - "asset_name": "546f6b656e49", - "quantity": 8390 - }, - { - "fingerprint": "asset1mnw3tfk0wrpryndrlu4xceaneq2w4g04873huh", - "asset_name": "546f6b656e46", - "quantity": 5843 - }, - { - "fingerprint": "asset1jy5jt2aleu09nz4k0qw8lwktn9fawy2yt2apc2", - "asset_name": "546f6b656e44", - "quantity": 2053 - }, - { - "fingerprint": "asset1del36m6jlw69tshx6rh58dm5x99zr2xla8myh7", - "asset_name": "546f6b656e45", - "quantity": 5017 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 }, - "policy_id": "6bf465c30eba636bca7f8b9a605f0e2c58e3b88c84408fdc5456f9bb", - "assets": [ - { - "fingerprint": "asset1rmaq394qx5x5s44kyh54dtj778eld9pj0wsa7s", - "asset_name": "546f6b656e49", - "quantity": 6381 - }, - { - "fingerprint": "asset13sdwturccgsqxr4wccaqnmnx2a8jn9t46wlm2r", - "asset_name": "546f6b656e59", - "quantity": 8142 - }, - { - "fingerprint": "asset1uy8ny05r78mkxdmrde30n5hk4wxh65w54vlun3", - "asset_name": "546f6b656e4f", - "quantity": 2825 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 }, - "policy_id": "b06d3321471dfe975249bb1e78664662b14d65cb98e5b8e2c7fe5210", - "assets": [ - { - "fingerprint": "asset1l260vkjlekkpptcdlwtd9wsahgtzgpkfnmmn0t", - "asset_name": "546f6b656e57", - "quantity": 3705 - }, - { - "fingerprint": "asset15905nv0e2pdtpaj5zkrlk5njxsdqy4uu2l9qwn", - "asset_name": "546f6b656e59", - "quantity": 8504 - }, - { - "fingerprint": "asset1a5kagk0j26kdadzu9kux3ngp7dnlqlzdpph3rg", - "asset_name": "546f6b656e46", - "quantity": 5181 - }, - { - "fingerprint": "asset128z80u50p486s0xj68rm26pxpqwayewg3e2za2", - "asset_name": "546f6b656e47", - "quantity": 646 - } - ] - } - ], - "wallet_policy_key_index": "0H" - } - }, - { - "withdrawals": [ - { - "context": "ours", - "amount": { - "quantity": 102, - "unit": "lovelace" - }, - "stake_address": "" - } - ], - "inputs": [ + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 + } + ], + "derivation_path": [ + "8784", + "8253", + "2318", + "12437", + "9212", + "6008", + "10983", + "10139", + "11127", + "15500", + "12785", + "14026", + "814", + "12869", + "7043", + "626", + "3640", + "2868", + "9922", + "10619", + "6559", + "9188", + "5597", + "6815", + "3266", + "2831", + "6414" + ], + "id": "0131395b094e335d024d2a2a487b5a213e20e53115153002b71d2a31282f3b1e", + "index": 32123 + }, { "address": "", - "id": "0e6b335aea6e573c0f1f1d62676b1d2c64c117336472b32771458231ab617a54", - "index": 30883, "amount": { - "quantity": 182, + "quantity": 242, "unit": "lovelace" }, - "derivation_path": [ - "8883", - "17890", - "1001", - "14555", - "23234", - "5678", - "28699", - "8061", - "31678", - "31324", - "21373", - "2649", - "9280", - "6459", - "15362", - "19564" - ], "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 } - ] - }, - { - "id": "272785703614cd8e57347a89500d7f3247395b531d41744e79450f6f1e407601", - "index": 0 + ], + "derivation_path": [ + "5496", + "10806" + ], + "id": "331546653a09a010566b2eafa726697d6bb57e2d525ec378381b062f0030537b", + "index": 26825 }, { "address": "", - "id": "15ea350d5d50205b74020d207c0149575d5139033f0c3f32a1905d1611090542", - "index": 25845, "amount": { - "quantity": 175, + "quantity": 200, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 49 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 + } + ], "derivation_path": [ - "26771", - "1597", - "21680", - "8758", - "5270", - "31971", - "31654", - "13956", - "23950", - "3218", - "30905", - "24119", - "18037", - "24195", - "12097", - "855", - "20231", - "24133", - "13337", - "7631", - "11678", - "15865" + "1735", + "2328", + "13282", + "978", + "4495", + "13939", + "2435", + "6845", + "5175", + "10527", + "8014", + "3863", + "11065", + "13087", + "9710", + "12213", + "1109", + "4200", + "5790", + "10211", + "3262" ], - "assets": [] + "id": "9a4f563d9a5e1d2f194327115d211b1679732d5924922254514f05547d1b77c3", + "index": 30427 }, { - "id": "64163113466770296b07092814607a1f4d61576d265661707683ff4a44614e04", + "id": "4c25126d4831727c43795332228866666986114948064f667b7e287417062d36", "index": 1 - } - ], - "collateral_outputs": [ + }, { "address": "", "amount": { - "quantity": 244, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "28020", - "31289", - "13915", - "24874" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 } - ] - } - ], - "outputs": [ + ], + "derivation_path": [ + "14038", + "496" + ], + "id": "6e350065140a5f5a32e84513380208172e02b83371dfbfe54177523e692074ef", + "index": 27816 + }, { "address": "", "amount": { - "quantity": 89, + "quantity": 250, "unit": "lovelace" }, - "derivation_path": [ - "32474", - "12293" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 } - ] + ], + "derivation_path": [ + "11605", + "4622", + "5599", + "7415", + "7298", + "324", + "13111", + "15210", + "5110", + "751", + "12162", + "11327", + "3211", + "5289", + "6166", + "1542", + "405", + "1574", + "2243", + "13764", + "16020" + ], + "id": "df12112d0258947e06765f7b611e67fb1a3a7f04777361134e60710123498836", + "index": 17253 }, { - "address": "", - "amount": { - "quantity": 34, - "unit": "lovelace" - }, - "assets": [] + "id": "eab3f2cd6e69a05a2330375ad22630181c3b141d559459703a6c2f4c72240548", + "index": 0 }, { "address": "", "amount": { - "quantity": 194, + "quantity": 69, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 } - ] + ], + "derivation_path": [ + "5265", + "9985", + "10395", + "9826", + "6307", + "15682", + "15102", + "16185", + "4043", + "15529", + "1978", + "2723", + "13704", + "5129", + "10557", + "1562", + "5824", + "2478", + "8176", + "13486", + "14257", + "5335", + "12008", + "6272", + "8398", + "5779", + "3959", + "6008", + "5977", + "13297" + ], + "id": "0ea52d2925570e053e60792c2f4e4225d7716d36476c4043653c2e6a541d174f", + "index": 5887 + }, + { + "id": "13b24366d3112766b61c4b5b4f41424f4c10223f561d50543f916d18d92c0376", + "index": 0 }, { "address": "", "amount": { - "quantity": 196, + "quantity": 223, "unit": "lovelace" }, - "derivation_path": [ - "23545", - "2872", - "20267", - "2280", - "8686" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 } - ] + ], + "derivation_path": [ + "10139", + "11314", + "12600", + "7005", + "12760", + "11102", + "10836", + "11982", + "10141", + "9436" + ], + "id": "3fc82442171214175b635a73399476ff347b3e782945197d0872935f1d175703", + "index": 21734 }, { "address": "", "amount": { - "quantity": 55, + "quantity": 65, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [], + "derivation_path": [ + "165", + "271", + "1795", + "1733", + "14307", + "5420", + "9161", + "16013", + "1034", + "8564", + "10439", + "10247", + "4503", + "6911", + "6219", + "10803", + "9784", + "8165", + "3723", + "1923", + "947", + "5694", + "573", + "10091", + "12932", + "6817", + "9794", + "1662", + "10027", + "1883" + ], + "id": "da0c7d78eb334c75f8393d2654761b5c582a70200768123a7b324957fd634365", + "index": 20762 }, { "address": "", "amount": { - "quantity": 167, + "quantity": 190, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "4932", - "8067", - "25693", - "20761", - "12426", - "14450", - "10710", - "15865", - "7928", - "12320", - "22957", - "14246", - "27506", - "28109", - "27106", - "3776", - "19524", - "3177", - "25839", - "14368", - "17961", - "9802", - "9717", - "27349", - "11600", - "28030", - "5886", - "28137", - "9231" + "4050", + "13658", + "12189", + "4976", + "6089", + "13486", + "15694", + "7922", + "3413", + "14065", + "12954", + "1669", + "10013" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "id": "4c6a642a5e31261c0a5cf870088a004163000f1930061d5b6525716b6e002e7f", + "index": 4952 }, + { + "id": "442148480d56501f226d755ad3ae685035270f3ca4319f2f3041186c076f333f", + "index": 1 + } + ], + "collateral_outputs": [ { "address": "", "amount": { - "quantity": 250, + "quantity": 72, "unit": "lovelace" }, - "derivation_path": [ - "31717", - "31910", - "995", - "5180", - "1176", - "20092", - "26582", - "25138", - "2854", - "25159", - "11038", - "1969", - "9832", - "17649", - "2643", - "20597", - "14006", - "821", - "14413", - "4467", - "30066", - "26259", - "21032", - "3037", - "5419", - "1470", - "6014", - "26893", - "31366" - ], - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 + } + ] + } + ], + "deposits_returned": [ + { + "quantity": 137, + "unit": "lovelace" + }, + { + "quantity": 125, + "unit": "lovelace" + }, + { + "quantity": 131, + "unit": "lovelace" + }, + { + "quantity": 149, + "unit": "lovelace" + }, + { + "quantity": 122, + "unit": "lovelace" + }, + { + "quantity": 63, + "unit": "lovelace" + }, + { + "quantity": 57, + "unit": "lovelace" + }, + { + "quantity": 60, + "unit": "lovelace" + }, + { + "quantity": 92, + "unit": "lovelace" + }, + { + "quantity": 91, + "unit": "lovelace" + }, + { + "quantity": 107, + "unit": "lovelace" + }, + { + "quantity": 44, + "unit": "lovelace" + }, + { + "quantity": 129, + "unit": "lovelace" + }, + { + "quantity": 39, + "unit": "lovelace" + }, + { + "quantity": 54, + "unit": "lovelace" + }, + { + "quantity": 188, + "unit": "lovelace" + }, + { + "quantity": 48, + "unit": "lovelace" + }, + { + "quantity": 246, + "unit": "lovelace" + }, + { + "quantity": 3, + "unit": "lovelace" + }, + { + "quantity": 3, + "unit": "lovelace" + }, + { + "quantity": 49, + "unit": "lovelace" + }, + { + "quantity": 228, + "unit": "lovelace" + }, + { + "quantity": 120, + "unit": "lovelace" + }, + { + "quantity": 182, + "unit": "lovelace" + }, + { + "quantity": 56, + "unit": "lovelace" + }, + { + "quantity": 31, + "unit": "lovelace" + }, + { + "quantity": 113, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 182, - "unit": "lovelace" - }, - "derivation_path": [ - "24028", - "26375", - "371", - "5246", - "8878", - "1621", - "27516", - "4357", - "5431", - "5254", - "5482", - "23705", - "19750", - "19615", - "30077", - "14760" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "quantity": 85, + "unit": "lovelace" + } + ], + "deposits_taken": [], + "fee": { + "quantity": 123, + "unit": "lovelace" + }, + "id": "39ef9c2c0c61454c7f7738431d6f013c0a0d042e1b327a3845615e4d791f4d13", + "inputs": [ + { + "id": "4c5f146337102a483a3e4f58317a63b462140215f5cb4a4a543f03af5d7f7203", + "index": 1 }, { "address": "", "amount": { - "quantity": 31, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "30118", - "337" + "13023", + "7816", + "11508", + "8356", + "5256", + "8919", + "10018", + "14336", + "14548", + "10176", + "9811", + "485", + "8566", + "7", + "1517", + "417", + "3347", + "11866", + "4397", + "9368", + "9151", + "6357" ], - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 201, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "id": "7c2d6a2f495550833f4e603400185f6377695504077618011a488a8dd82539a0", + "index": 10594 }, { "address": "", "amount": { - "quantity": 154, + "quantity": 207, "unit": "lovelace" }, - "derivation_path": [ - "27488", - "4292", - "23366", - "21058", - "30265", - "22422", - "32079", - "10579", - "18143", - "8205", - "5560", - "13681", - "1547", - "18857", - "22186", - "9149", - "19878", - "5898", - "21174", - "22146" - ], "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 }, { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 }, { "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 }, { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 }, { "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } - ] + ], + "derivation_path": [ + "2079" + ], + "id": "0b160a08cd267272335568770a3e504850016d245b1e21364c7a6313453c0104", + "index": 14683 }, { "address": "", "amount": { - "quantity": 213, + "quantity": 111, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 30 } - ] - }, - { - "address": "", - "amount": { - "quantity": 188, - "unit": "lovelace" - }, + ], "derivation_path": [ - "7753", - "15328", - "3944", - "272", - "26660", - "32296", - "30609", - "17583", - "5313", - "30673", - "16061", - "25295", - "23855", - "14261", - "9469", - "9835", - "14494" + "11914", + "15547" ], - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "6a37571e725a69703f146b0d04262055d120b6605f56516bb65b403224705ea2", + "index": 14958 }, { "address": "", "amount": { - "quantity": 5, + "quantity": 41, "unit": "lovelace" }, - "derivation_path": [ - "21989", - "13904", - "24297", - "8176", - "15616", - "30050", - "28974", - "17373", - "5702", - "14228", - "13284", - "25773", - "15364", - "2414", - "29837", - "17651", - "13195", - "890", - "28856", - "4920", - "17141" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 42 }, { "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 53 }, { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 }, { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 46 }, { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 } - ] + ], + "derivation_path": [ + "14685" + ], + "id": "526e5a746ace464ee55e374726669d630f480636255745496a6bc41b22a8ab0a", + "index": 16409 }, { "address": "", "amount": { - "quantity": 120, + "quantity": 81, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 21, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, { "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 230, - "unit": "lovelace" - }, - "derivation_path": [ - "23111", - "9529", - "30951" - ], - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 251, - "unit": "lovelace" - }, - "derivation_path": [ - "15316", - "15085", - "29842", - "30464", - "25171", - "3601", - "31639", - "7431", - "5694", - "24910", - "7081", - "1468", - "19755" - ], - "assets": [ + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 + }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 234, - "unit": "lovelace" - }, - "derivation_path": [ - "16076", - "26225", - "13968", - "2373", - "9345", - "5230", - "20689", - "9461", - "29945", - "27533", - "18708", - "16793", - "12566", - "11469", - "28441" - ], - "assets": [ + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, { "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 155, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 + }, { - "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 } - ] - }, - { - "address": "", - "amount": { - "quantity": 74, - "unit": "lovelace" - }, + ], "derivation_path": [ - "30203", - "25097" + "13131", + "4157", + "5194", + "8653", + "3682", + "1234", + "4545", + "7194", + "10557", + "965", + "5659", + "4147", + "8114", + "15560", + "2231", + "1456" ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "id": "4a797f2803165a2a480cd82cac043d6d2c77703b1c6459285a7c4e074027de49", - "deposits_taken": [ - { - "quantity": 58, - "unit": "lovelace" - }, - { - "quantity": 47, - "unit": "lovelace" - }, - { - "quantity": 58, - "unit": "lovelace" - }, - { - "quantity": 143, - "unit": "lovelace" - }, - { - "quantity": 69, - "unit": "lovelace" - }, - { - "quantity": 33, - "unit": "lovelace" - }, - { - "quantity": 36, - "unit": "lovelace" - }, - { - "quantity": 120, - "unit": "lovelace" + "id": "1b096e384b6b4bb30241cb263fdad922695081140b366646512c3b70f1207b42", + "index": 6695 }, { - "quantity": 171, - "unit": "lovelace" - }, - { - "quantity": 114, - "unit": "lovelace" + "id": "ff4352642b03387371b7813b45407e056120fc0717798c0406062a2b2526406b", + "index": 0 }, { - "quantity": 127, - "unit": "lovelace" + "id": "52411fa13a392c3f4c14791e0918430a4214e30cb85e0c737772246d4429031f", + "index": 1 }, { - "quantity": 137, - "unit": "lovelace" + "id": "2d0a63052520215944597c2e2ee050997f0956132da96b4041054a064b7e4133", + "index": 0 }, { - "quantity": 87, - "unit": "lovelace" + "id": "6652525e3c271bbc31650d486e17250a4e4ccf12260a59273a454b512929111a", + "index": 1 }, { - "quantity": 172, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 93, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 33 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 38 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + } + ], + "derivation_path": [ + "16292", + "7068", + "10162", + "15583", + "3418", + "661", + "3624", + "2388", + "15975", + "1334", + "5930", + "7126", + "11917", + "10855", + "2833", + "7184", + "870", + "6580", + "496", + "8354", + "2652", + "11268", + "6588", + "14172", + "12753", + "5874", + "6184" + ], + "id": "b87973654d562a376f7208615d2d62293980337a0303285f41080b0b34209978", + "index": 1334 }, { - "quantity": 127, - "unit": "lovelace" + "id": "622e652f5968264f476904213bab2e6a097a8d324f6a3d0e6bda65313d74001a", + "index": 1 }, { - "quantity": 139, - "unit": "lovelace" + "id": "2af008075012237b3c53630c62970a7e1f227963510b136717785bb1450c3ede", + "index": 1 }, { - "quantity": 61, - "unit": "lovelace" + "id": "0d7928391d3a5b4ad70b240d02535677677061448d883d720f2505be6c2f002f", + "index": 1 }, { - "quantity": 231, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 39, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + } + ], + "derivation_path": [ + "15367", + "2622", + "14403", + "947", + "13065", + "8961", + "6700", + "4368", + "3498", + "3775", + "6375", + "2438", + "16045", + "1605", + "12531", + "9109", + "13960", + "13393", + "10692", + "11196", + "7018", + "8337", + "16304" + ], + "id": "4523247471647247257b80e0657591494b58164f774f7e2329566442282d1e38", + "index": 21055 }, { - "quantity": 233, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 221, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + } + ], + "derivation_path": [ + "10286", + "1827", + "4350", + "8949", + "13243", + "13971", + "3315", + "2389", + "13028", + "11919", + "9941", + "5193", + "15122", + "11386", + "6228", + "4828" + ], + "id": "1f631a4c615c84101423657871752f016c6c7b2b466362153a23458671310a32", + "index": 8067 } ], - "burn": { + "metadata": { + "24": { + "bytes": "493317655b41" + } + }, + "mint": { "tokens": [ { + "assets": [ + { + "asset_name": "546f6b656e58", + "fingerprint": "asset15833gr9ld3za3wde4ekt4e9y77fxk5jkjccllm", + "quantity": 6903 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1mmc5wtax77h8xsmtp32src7rrz5cx6cyatt5pd", + "quantity": 8893 + }, + { + "asset_name": "546f6b656e5a", + "fingerprint": "asset1dfgux2lusjef99gxje2aylmtq9uplz3te6ewap", + "quantity": 4545 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1uthst7dpueq28pvxtjhzh9htu5kz3jxeskqam5", + "quantity": 9701 + } + ], + "policy_id": "b518961cef78791a1df40d0ac01f342bd4db195f7b03e6763eb37bcc", + "policy_script": { + "script": { + "all": [ + "policy_vkh1k5vfv8800pu35805p59vq8e5902dkx2l0vp7va37kdauc308w8c", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e58", + "fingerprint": "asset1r0z60wul4h29rx2ygcyaunlyknymudj0zaag78", + "quantity": 1035 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset19s2rw3u3ld2tlmn70gfmu0en2ylu5fjt99c5mu", + "quantity": 8148 + } + ], + "policy_id": "a44f8e726c00998c561d89c9e400306246e7382bf42babc26dd71b6f", + "policy_script": { + "script": "policy_vkh1538cuunvqzvcc4sa38y7gqpsvfrwwwpt7s46hsnd6udk7ekly8h", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e42", + "fingerprint": "asset102854a9w0cvc76yg2vv0ed5dwjsw5q97fl7hgk", + "quantity": 6093 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1m73whhwpem7ft8v9ra0tv6x8ux8l0pwgmhfsld", + "quantity": 868 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1hdaafu4alvy40vklrrvwzu3fqgn34ghaj4t4sj", + "quantity": 7799 + } + ], + "policy_id": "3ade7f75fd6f3e509e047f370306bf212651b554e04f27d3ea1527e1", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "a3f0a021c9cb860a79f584d2ee099d44b4541b96dd0133ad909a4a92", + } + }, + { "assets": [ { - "fingerprint": "asset1zcr2tc5l856fqq5rtf9rllf5nd7xpjt6gps0hh", - "asset_name": "546f6b656e4a", - "quantity": 7029 + "asset_name": "546f6b656e48", + "fingerprint": "asset1xpl4zmk7dukq9ykt832c3c2alx94xxwzexp08v", + "quantity": 4820 + }, + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1ek9m3dj4ma5c674wyygt6y3gqsg74xy2s4qr7m", + "quantity": 9577 } - ] + ], + "policy_id": "adb72faec1a6d7af97988d3eff8b0482b72fa2b56cb53f0194987c9b", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1084t0jfnhsj4yh5rqt4hkjlwa00khuf4vepy6f", + "quantity": 9614 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1gp205pewd88vrl5dfnm8u3v8x9ay9lfujgr2kg", + "quantity": 8770 + } + ], + "policy_id": "989129bac593665429d9e981769c26c153f569d6678cc363971df23d", "policy_script": { "script": { "all": [ - "policy_vkh1r9nnxgv52cfjxwp8dn4g5cml5mu76ym5383at0sx02raqy5f3n2", + "policy_vkh1nzgjnwk9jdn9g2weaxqhd8pxc9fl26wkv7xvxcuhrher6nctf5g", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "196733219456132338276cea8a637fa6f9ed137489e3d5be067a87d0", + } + }, + { "assets": [ { - "fingerprint": "asset1pvmww8gy6yq7fumar4y76axdkcryh0exhx0hwj", - "asset_name": "546f6b656e53", - "quantity": 3888 + "asset_name": "546f6b656e51", + "fingerprint": "asset1vak078ztyhwra4zqfhls0dlzfazslf3vmxs4ym", + "quantity": 8646 }, { - "fingerprint": "asset1p8jnuc8kwz7ahjj64wc902f2q7p7qah8ht9945", - "asset_name": "546f6b656e4b", - "quantity": 9456 + "asset_name": "546f6b656e49", + "fingerprint": "asset144zhl5s2se4v6gtvrwt3tknp5puncrqng4vcf6", + "quantity": 4861 } - ] - }, - { + ], + "policy_id": "15889a22c02134a09e74b009cbb0354996409eccfeb714222a9a4c37", "policy_script": { "script": { "all": [ - "policy_vkh1jfdr2sgwl4a3je2kwm4mylxl5ed22eh0hnuayqrqhavy7tjeega", + "policy_vkh1zkyf5gkqyy62p8n5kqyuhvp4fxtyp8kvl6m3gg32nfxrwsycxra", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "925a35410efd7b19655676ebb27cdfa65aa566efbcf9d20060bf584f", + } + }, + { "assets": [ { - "fingerprint": "asset1t96p0ldzeklzwjhtf5vull7v5z675kjg0ezhcm", + "asset_name": "546f6b656e4e", + "fingerprint": "asset1mfrnnsrug3c8l3jm6dfm5sngat3d4c4zz9wvd8", + "quantity": 7877 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1jw58kgkmypa8ffltdqyg305hpep8jluz7phkd0", + "quantity": 4729 + }, + { "asset_name": "546f6b656e52", - "quantity": 6454 + "fingerprint": "asset1y27vzwv5ry7zfq4a8h5sjfysv3jkztg54cvlya", + "quantity": 7830 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1qmm7e8jcaxnl7zyejrl8flm8p5mwyg0367g7d4", + "quantity": 3395 } - ] + ], + "policy_id": "c8e6b89dddbd5ea96913a34e031a5a55a280dd779b0316e33316d9f5", + "policy_script": { + "script": "policy_vkh1ernt38wah402j6gn5d8qxxj62k3gphthnvp3dcenzmvl2u3x90t", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1srehljvsyk228emtgzqvkgyvhqgnfck2qmfdyw", + "quantity": 9077 + }, + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1ly6va3hpvsd6vvhlmdwlagf20x2pysxk5rr7xw", + "quantity": 9308 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1t3j4x5x3d0qh5tcur9ssh04wraajqp0p722fy4", + "quantity": 7559 + } + ], + "policy_id": "bb55cead0b2a448182326a8e6955676ad536490afb9c820949f6e92a", "policy_script": { "script": { "all": [ - "policy_vkh1vpzfmdm09cu608cmfnj4jg7yumdz9hk459k40fv0xaqxc2xm6ec", + "policy_vkh1hd2uatgt9fzgrq3jd28xj4t8dt2nvjg2lwwgyz2f7m5j52cg7vy", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "60449db76f2e39a79f1b4ce55923c4e6da22ded5a16d57a58f37406c", + } + }, + { "assets": [ { - "fingerprint": "asset1ncmxlyr5lnwqp66pl7ue8c3sktflgnzmcdccnm", - "asset_name": "546f6b656e4f", - "quantity": 3205 + "asset_name": "546f6b656e56", + "fingerprint": "asset1d2wrkm64rgj9mvqj0e993fvp2zntfmcnyrskf0", + "quantity": 6838 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1fe2gp4ucd6kp2je9pevta96udsezkf7le8nm9w", + "quantity": 7026 } - ] + ], + "policy_id": "141b3a0a5e5afff86883454d7e60c22df4e5a9015cee6a51b723dc7e", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1524ajr2l8geg0yualg423e4q9wjz3uaymvj5kj", + "quantity": 5607 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1rr5845gztatdehre9rzqpzm5k76fnzgw3cpzxm", + "quantity": 3423 + } + ], + "policy_id": "02d7103fa34c63237df2cd3c02a0f328684b5dce94277e0ae302f3e5", "policy_script": { - "script": "policy_vkh1sqmg633fp8ty86p3wg068fkl7a2tu4c5cu7g265g860hx5j7cx9", + "script": { + "all": [ + "policy_vkh1qtt3q0arf33jxl0je57q9g8n9p5ykhwwjsnhuzhrqte72737jns", + { + "active_from": 100 + } + ] + }, "script_type": "native" - }, - "policy_id": "80368d462909d643e831721fa3a6dff754be5714c73c856a883e9f73", + } + }, + { "assets": [ { - "fingerprint": "asset12jfpcqj2rxcfqhcla7mytkqhsgqg7mkn9jgdm3", "asset_name": "546f6b656e46", - "quantity": 7525 + "fingerprint": "asset1tgslcamtcg3ahd63drf4mey86hc3jwmfc25h2q", + "quantity": 1355 }, { - "fingerprint": "asset17zhems58gz5lepkrqdk8zw293t4ksf4psa0hax", - "asset_name": "546f6b656e56", - "quantity": 1580 + "asset_name": "546f6b656e4d", + "fingerprint": "asset16ed0arcr87875lalqc0xfxdghr40psagyu7wkc", + "quantity": 8963 }, { - "fingerprint": "asset15sa45q2geusfym5jkvk93jjuszqrxutj2sfyr0", - "asset_name": "546f6b656e52", - "quantity": 6461 + "asset_name": "546f6b656e47", + "fingerprint": "asset142vgzgpl6plc58wcqy9v5xyujtlcj367rz76sp", + "quantity": 3729 }, { - "fingerprint": "asset1txjz28mvkvazqsfrwgtqqd7wz2vt3av5a6u4nf", - "asset_name": "546f6b656e53", - "quantity": 7416 + "asset_name": "546f6b656e42", + "fingerprint": "asset1u7qyws9zvyh20m3eaw0ede5ak4m3fjl5z5857u", + "quantity": 2823 + } + ], + "policy_id": "a5f05e98ee1ff775d902d46f0c756d69662eebe5dad1f7e12748ef82", + "policy_script": { + "script": "policy_vkh15hc9ax8wrlmhtkgz63hscatdd9nza6l9mtgl0cf8frhcyjtq8zs", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1z3ksu9xcxl2awyfhgdxf7xup536qnnmvukad64", + "quantity": 9243 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1els935utzla03g4h6qmkn3s2px0huf9tuvqera", + "quantity": 1376 + }, + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1lhjr2w6a74dmqaaln5tuezex5qgveppc5d8le2", + "quantity": 6931 + } + ], + "policy_id": "6e506df183ace9547b08399c27913334ba02b4bbcf0c4da8c478f2b1", + "policy_script": { + "script": "policy_vkh1degxmuvr4n54g7cg8xwz0yfnxjaq9d9meuxym2xy0retzm72e8j", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1zgwmq0fwa2r7qnnnratrnguvywf28j02dpf4at", + "quantity": 8241 } - ] - }, - { + ], + "policy_id": "0b58be2c06536a9abe08923ba036769d54a845cfaf00d6f010e32306", "policy_script": { "script": { "all": [ - "policy_vkh13tmkr8w3ah77jc8us3umdtvwu7wur7uspj2809p3n0952zjezhy", + "policy_vkh1pdvtutqx2d4f40sgjga6qdnkn422s3w04uqdduqsuv3svhe9te5", { "active_from": 100 }, @@ -15822,31 +17642,21 @@ ] }, "script_type": "native" - }, - "policy_id": "8af7619dd1edfde960fc8479b6ad8ee79dc1fb900c947794319bcb45", + } + }, + { "assets": [ { - "fingerprint": "asset1wzsegm3e2us7m43s4u6zjzxqtftcfsr6eljerh", - "asset_name": "546f6b656e4e", - "quantity": 5663 - }, - { - "fingerprint": "asset1ptd2y48ut4zuzcu0jdst6tm9td9ch3q89rezdh", - "asset_name": "546f6b656e42", - "quantity": 2982 - }, - { - "fingerprint": "asset1r8ahwnmd272gkxvc2d8el0cmxjgp745ax0a70r", - "asset_name": "546f6b656e4a", - "quantity": 1766 + "asset_name": "546f6b656e44", + "fingerprint": "asset1q3mm3gjnk05h8kuntn4fsy46arp55977fgafgj", + "quantity": 4473 } - ] - }, - { + ], + "policy_id": "36d140519414e7a5010585084d14e28e4ebf6fdf0de3982f6d8318f5", "policy_script": { "script": { "all": [ - "policy_vkh1pjtsp30wcz9an6gw6hmk27jnav4cpe678juz8hdk35k9ycklx86", + "policy_vkh1xmg5q5v5znn62qg9s5yy698z3e8t7m7lph3estmdsvv0203pccz", { "active_from": 100 }, @@ -15856,152 +17666,155 @@ ] }, "script_type": "native" - }, - "policy_id": "0c9700c5eec08bd9e90ed5f7657a53eb2b80e75e3cb823ddb68d2c52", + } + }, + { "assets": [ { - "fingerprint": "asset13mc4n9yq3d7cu8mj8cf33xel9tq6plxheev42d", - "asset_name": "546f6b656e42", - "quantity": 4277 - }, - { - "fingerprint": "asset1j3mzt7qac2qgw3sug5neyk0y9yhkpucf2lu366", - "asset_name": "546f6b656e58", - "quantity": 6916 + "asset_name": "546f6b656e56", + "fingerprint": "asset1els62vczt6388ap749az7t2s4ttlvqtaep3pjq", + "quantity": 7881 } - ] + ], + "policy_id": "feb129dbb6a614c3db226ecc78a44d84872068a5616aeab585fcdf15", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1xqfz44qdqx4v00u3qvlm3ecr2wnkx849vncv3y9zg8jrcu2mknx", - "script_type": "native" - }, - "policy_id": "30122ad40d01aac7bf91033fb8e70353a7631ea564f0c890a241e43c", "assets": [ { - "fingerprint": "asset1h86cc4pw6vsnemhj3jj4ktrrlyvy2sv67th8lt", - "asset_name": "546f6b656e44", - "quantity": 1355 + "asset_name": "546f6b656e50", + "fingerprint": "asset14768hmpm0g6kdxhun38ltlmkcqefphtcfrrsvz", + "quantity": 4953 }, { - "fingerprint": "asset1fr7vfccc4qyxhedta0twc7xhpurkjl07zevh2g", - "asset_name": "546f6b656e49", - "quantity": 5761 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1p7yw679nnx5g6ym6jrwmut9rswg2dqm75sfehn", + "quantity": 4075 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset14yr5p0uy0gqkdpyze76gym70zte3gmv0suztj6", + "quantity": 1682 } - ] - }, - { + ], + "policy_id": "acd89d85579d5706b1da65019cb773e0f7d7ae74f3b776890bd997d7", "policy_script": { - "script": "policy_vkh1e0sq34ffl9fs8y64l8dr08faan0lkmw6lldlgvyqsdvfvjps5ne", + "script": "policy_vkh14nvfmp2hn4tsdvw6v5qeedmnurma0tn57wmhdzgtmxtawx9v0tn", "script_type": "native" - }, - "policy_id": "cbe008d529f953039355f9da379d3decdffb6ddaffdbf43080835896", + } + }, + { "assets": [ { - "fingerprint": "asset128vh2ttpg2aanl2kpvc3s7xm2xkvctqjp3xq9s", - "asset_name": "546f6b656e51", - "quantity": 9993 + "asset_name": "546f6b656e46", + "fingerprint": "asset1cg48dyh96yktuxxhnkamf58pqj6pfsvmms2ymc", + "quantity": 5432 } - ] + ], + "policy_id": "3e6af37317421606ee42607a5c47eda329b5fab22ad061bf6bd59cb8", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1vemvxqckqqg2fahtkcd94hsgvsfgcy7pnkchtj6rexwvw00urew", - "script_type": "native" - }, - "policy_id": "6676c303160010a4f6ebb61a5ade0864128c13c19db175cb43c99cc7", "assets": [ { - "fingerprint": "asset1v8x5p0fku9pfr6e7s58zvnfasz90hl0s8y5arf", - "asset_name": "546f6b656e55", - "quantity": 6491 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1wjh2jw2f9s7m0w2ga480gj9msmjpd6rytwzyvr", + "quantity": 3843 }, { - "fingerprint": "asset1xn05xadyjz06mxvq5n9k9m5crj6ej9z2f22ngq", - "asset_name": "546f6b656e46", - "quantity": 4177 + "asset_name": "546f6b656e57", + "fingerprint": "asset1xcmd4a5en2p27rv0apg2zltx3k7nrxavfdkp7m", + "quantity": 553 }, { - "fingerprint": "asset1hddnzss2tjn2qp55z6a0gehq72lq36wfxvvd0w", - "asset_name": "546f6b656e4e", - "quantity": 2617 + "asset_name": "546f6b656e41", + "fingerprint": "asset1snfyf47hancm0h5ajgapeypnspgjznev6sapf8", + "quantity": 7512 } - ] + ], + "policy_id": "0fd488912fa9158c8310b714df8bd6a993f4127c70c0b9a3abf26db0", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh15y4zz7ned9xkwx82446fw243fmpspcllt3u3phdteefwy6gpdxr", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "a12a217a79694d6718eaad74972ab14ec300e3ff5c7910ddabce52e2", "assets": [ { - "fingerprint": "asset1q6npn7mk7frrrgxaxj273ch9pstq4vanpyf6tm", - "asset_name": "546f6b656e49", - "quantity": 260 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1z2zhx570zu0algd8gsdtr2wx04nraxy576e4dv", + "quantity": 1291 }, { - "fingerprint": "asset1yth62e6fdn6xz6xdshd48jus07zzgxw6ddwnhv", - "asset_name": "546f6b656e43", - "quantity": 3422 + "asset_name": "546f6b656e59", + "fingerprint": "asset1g25ue38r25rzpwl3d5ppyzzq49qthe565pt3d4", + "quantity": 5909 }, { - "fingerprint": "asset1x2e6uzrg30cfttk0k3slzx2f4hj0qczlg5f0dq", - "asset_name": "546f6b656e51", - "quantity": 8276 + "asset_name": "546f6b656e44", + "fingerprint": "asset1vjzp5q6e2vwq95vq5xqnx6msahe9mhhw0muz7k", + "quantity": 4629 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset155n683j57vjjplmne0yptqctmt7jkgsghdkpcr", + "quantity": 7391 } - ] + ], + "policy_id": "a8d9e77ebd84b7ce209fbc752d0a1e8584c251bf727a4bbe392a851f", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1f2ffxnkynr5csx0qdtm2396jtp3jp9cyscqdjp5t2wwputed0z3", - "script_type": "native" - }, - "policy_id": "4a92934ec498e98819e06af6a8975258632097048600d9068b539c1e", "assets": [ { - "fingerprint": "asset13q2kf2c7hguycahzlem4qew4fwlr9mp9uztfeg", - "asset_name": "546f6b656e41", - "quantity": 3649 + "asset_name": "546f6b656e42", + "fingerprint": "asset1xz055tf32vuh77a0usnqj7pljprt8texx3sm65", + "quantity": 3469 }, { - "fingerprint": "asset1gx5xvhhs569clzk704t9sez7lmn8mj689ssvx9", - "asset_name": "546f6b656e51", - "quantity": 2485 + "asset_name": "546f6b656e4f", + "fingerprint": "asset19r3j54swrdmvepvfuanafz6a6pnlrzepdvcpla", + "quantity": 283 }, { - "fingerprint": "asset1sc2870u6uvvmpsmtm2cg795fgf8tqgkwaf9ysd", - "asset_name": "546f6b656e4d", - "quantity": 1936 + "asset_name": "546f6b656e53", + "fingerprint": "asset1cn8yy8vs5vpttmw5g2s5hhe4dm2n6e47a2ef2s", + "quantity": 5187 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1wdmzez5et7ewyeg54wvngk23rz5ca806t0p5jc", + "quantity": 8150 } - ] - }, - { + ], + "policy_id": "995f185a40e1cbf1ed3735cdd282cc48d670530dcfea1962508d6297", "policy_script": { - "script": "policy_vkh1pgm40f907yt4lgcan3540ks886e8s6kf2v3k4h4n9nvzxevs0ep", + "script": "policy_vkh1n903skjqu89lrmfhxhxa9qkvfrt8q5cdel4pjcjs343fwycafvl", "script_type": "native" - }, - "policy_id": "0a3757a4aff1175fa31d9c6957da073eb2786ac953236adeb32cd823", + } + }, + { "assets": [ { - "fingerprint": "asset15k9d62d9tz7hy7kfj7hmxjpl62a6ephhwpmc6c", - "asset_name": "546f6b656e4c", - "quantity": 9613 + "asset_name": "546f6b656e44", + "fingerprint": "asset1z0a8vfxl6ks4s2vgh5n4ye8ky5htvaytmmsy4h", + "quantity": 3535 } - ] - }, - { + ], + "policy_id": "e9546f42c7f695a1e8679f461aec9fdb52570a26515d72838ccc179e", "policy_script": { "script": { "all": [ - "policy_vkh19mwmhrhwla6jwxugvc3kwx2c400yxc5n0nk87l39998ajmarnju", + "policy_vkh1a92x7sk87626r6r8narp4mylmdf9wz3x29wh9quvesteu9pek6r", { "active_from": 100 }, @@ -16011,826 +17824,712 @@ ] }, "script_type": "native" - }, - "policy_id": "2eddbb8eeeff75271b886623671958abde4362937cec7f7e25294fd9", + } + }, + { "assets": [ { - "fingerprint": "asset1cs49qhfnvgh7uf2vqrxgqw2sdyv92p4yec2g7w", - "asset_name": "546f6b656e53", - "quantity": 7404 + "asset_name": "546f6b656e56", + "fingerprint": "asset1uwrwhdpun62w8yxyd2s7znh3ak98d6qwx3crn0", + "quantity": 5247 }, { - "fingerprint": "asset1hgyytdqpad23e5dwe93wjfhjuahtl5pee0kvgw", - "asset_name": "546f6b656e46", - "quantity": 3914 + "asset_name": "546f6b656e52", + "fingerprint": "asset13q52aftq677g6m3jsp9gp3ztr773uecdvftdkm", + "quantity": 2917 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1c89uv2aqjql8nu3z7yjyfuacw798h4na55mc33", + "quantity": 651 } - ] - }, - { + ], + "policy_id": "eddde697a23a8394542857dced6ae8b04d116ab2572924c61a3301d4", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "a622de53ef3f1fb7e8d91d4827dbaa92e5b4390bb2e1a7918c51af1a", - "assets": [ - { - "fingerprint": "asset155q8haqnjgfnvh93g9qlq02ulsk3l72kk2kd98", - "asset_name": "546f6b656e59", - "quantity": 6077 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh19n2saaqutmde7nfuwp2xl770emykfrmp8rwh05a6267l6ljr6qw", - "script_type": "native" - }, - "policy_id": "2cd50ef41c5edb9f4d3c70546ffbcfcec9648f6138dd77d3ba56bdfd", "assets": [ { - "fingerprint": "asset13rc2mxqldtezzu00hlk5l6c5gum2xqxv5j3pjf", - "asset_name": "546f6b656e57", - "quantity": 1391 + "asset_name": "546f6b656e48", + "fingerprint": "asset14d9eax7w32ha8fedmqzptd8z8ccdhc7gr9fmdk", + "quantity": 7997 }, { - "fingerprint": "asset1frpff3q3240979wemppnpzhq3g4h0rk8pemly8", "asset_name": "546f6b656e45", - "quantity": 3228 - }, - { - "fingerprint": "asset1p8g5qvvfgklgr5uhkyzy6r3lu22cjc4ph7zt88", - "asset_name": "546f6b656e41", - "quantity": 9977 + "fingerprint": "asset1czqpuegsp8n49p4lkpqzwa3qaq00d2l2gd733x", + "quantity": 1839 }, { - "fingerprint": "asset10n4qwl3va8qrvpsh5v3c4wt60hjs4uxyfjydpe", - "asset_name": "546f6b656e47", - "quantity": 4365 + "asset_name": "546f6b656e56", + "fingerprint": "asset1mj2xu6dn2cqtlscgqr4wyap6769ljghw975v6c", + "quantity": 9886 } - ] - }, - { + ], + "policy_id": "f1f730df0ea062c0da29516e8dd39c806de15a921ffd9dc4e18f228e", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "7f46b372b7ec60534086108a8604f08fd9aa5c2d993dea14135b6c12", - "assets": [ - { - "fingerprint": "asset1jm2pj3j32x0y2c4a8pcmarqtw0h9w2qx7ymuq3", - "asset_name": "546f6b656e50", - "quantity": 6954 - } - ] + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "0a94cfe27ee192447324a0c481c51ab58d048cf49f033888b4a6ee25", "assets": [ { - "fingerprint": "asset19nqe08w08r3ay5aa3v20fncfaf80lg3jy24kzl", - "asset_name": "546f6b656e55", - "quantity": 7430 - }, - { - "fingerprint": "asset1ka7f35schhedpqcxt8yw43gqhsdtmas34yqjz6", - "asset_name": "546f6b656e43", - "quantity": 8513 + "asset_name": "546f6b656e45", + "fingerprint": "asset1638qyznkwjeawkexm3xv5cu78ku0hfr2edfj50", + "quantity": 4186 } - ] + ], + "policy_id": "1fac827eed5c8751f30c6d9d5ef9d141305d31136aad3c033fb54f30", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1e07vjn3tavw5mf7wkvjtmzy3lu22nnzs2fwyh9tqqcmfwckmpmp", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "cbfcc94e2beb1d4da7ceb324bd8891ff14a9cc50525c4b9560063697", "assets": [ { - "fingerprint": "asset1dddywju4fuh39d8zhscqldunp974wkzelu6x8t", - "asset_name": "546f6b656e45", - "quantity": 183 + "asset_name": "546f6b656e47", + "fingerprint": "asset1evsgadakzjznckygenhwsh3hjcgj32p68shk77", + "quantity": 918 }, { - "fingerprint": "asset1vac9fthnhcw7f8zu3zhujp99crwxj90rmc6w8e", - "asset_name": "546f6b656e48", - "quantity": 3018 + "asset_name": "546f6b656e4c", + "fingerprint": "asset10gk5ww8uju5varuwssdxmqj7jszmhzpwsgx3cv", + "quantity": 4308 }, { - "fingerprint": "asset1jddw0w5u7shf52e3wf4r0n3dpuetexkwwy6vk2", - "asset_name": "546f6b656e42", - "quantity": 9622 + "asset_name": "546f6b656e46", + "fingerprint": "asset1k5tsnmxj8qsm8x4akl46p7fw4u87jkc4yz0xts", + "quantity": 9378 } - ] - }, - { + ], + "policy_id": "a662b46bdc190b5c04f78b476c15ff781dfa24d822b3f8def40178fa", "policy_script": { "script": { "all": [ - "policy_vkh1p3chzd6cv7ewaeznhhv0kdr4u3t72ut609huvxgvwe9k7g9r0n0", + "policy_vkh15e3tg67ury94cp8h3drkc90l0qwl5fxcy2el3hh5q9u056nl7cj", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "0c7171375867b2eee453bdd8fb3475e457e5717a796fc6190c764b6f", - "assets": [ - { - "fingerprint": "asset1889r0gnj4l24tujdqszgr82r6d07j83k38f4mh", - "asset_name": "546f6b656e56", - "quantity": 6035 - } - ] + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1qlxexyvj56sdatnt5a7vnn8y8cgcwphg4fvd40p9q4mxgtx0qcp", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "07cd931192a6a0deae6ba77cc9cce43e118706e8aa58dabc25057664", "assets": [ { - "fingerprint": "asset1smdvpakp9wsd6vpavhl5yyx5ppsdlx2dq8c4zt", - "asset_name": "546f6b656e55", - "quantity": 9035 - }, - { - "fingerprint": "asset16rsrexuvflv5dg3cq6z9cjut7vvfvfuz70xzvf", - "asset_name": "546f6b656e58", - "quantity": 1703 - }, - { - "fingerprint": "asset17q8rnw8dlmm3guxpwweswxa7fxnsxpneweq656", - "asset_name": "546f6b656e43", - "quantity": 6652 - } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh1qv2rs3jr8fsqh8e2zseducmsf434wzmdg37wgqn6tkl3vzl2nml" - }, - "fee": { - "quantity": 197, - "unit": "lovelace" - }, - "certificates": [ - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "22500", - "22515", - "26146", - "9766", - "20721" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "3674", - "27603", - "9887", - "15718", - "28639" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "6826", - "9775", - "24636", - "1404", - "29477" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "6058", - "32018", - "23885", - "7144", - "26104" - ] - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1dhdndm23x3ag8lz2p7545azu78ujt6rm2gwhmdesyrtug6rjqty", - "retirement_epoch": 31956 - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk14883pfnrpsa3r2h263drn7d57t3chnzyktpljtmjh6up95xs9p7sjsv8e8", - "ed25519_pk1u8xgvh4ufgxdfys8kmr7278xp3rknm4cd6jmnq2qaqhg6rqrxk2s3857pj", - "ed25519_pk1j94q8cufyw38a3stkdd59casdw0vgzuzn9px8cyluvyqh7pmcqhsatyq7l", - "ed25519_pk1etxy4alpv9u04pngd74s34jyejly3g529y5yjuum942qmplqv97qsh5qe7", - "ed25519_pk1d4g2w39qvmadde4zzvc7v336t3tpz3gv64yypwk7vvun4h859egs7ds2la", - "ed25519_pk1kk2luh0tc4ha5epmsegs4clu9hzl9e3rv3jdy3wn53vwtehhzjvswetuea", - "ed25519_pk1vzl3jucjv6d9rnperfuva7we9mhjfa2tmxmr74368ret24p75m2s8ne4lf", - "ed25519_pk10az8ajc7duaqecnnpqdaxsln2geyzcefx386urd0ffl7pm2mqxcqwvv8zw", - "ed25519_pk1d5y4j7eyk3jc35ghx7nkqfnzaalg7yl8lay59u3p8qe2v2e86u4sfqnz6p", - "ed25519_pk12z26uc2utzdswjgcw6kcd7zxf9wgr7d0wu79uktf7s9nu3nfce4qs7t8k6", - "ed25519_pk1jw92g5m2mwg0unyllma8wdasga3yltd077rkd5nnhyme3pc9zleqv4rf6d", - "ed25519_pk1yp3lde96gmydhn734ws9f47jqlyjtrx9j8lyxglera40ghn5x92qyc93ju", - "ed25519_pk1hec5kwrn72jhklqrnfxscthtlxy2p5h9mxyud7t0rgsvawgwy7hqxq5he2", - "ed25519_pk1q6l97hk6qg8aw30ukvfp8wf0ksquq9gszpm0cmfzw857fcm5lu0qd2709f", - "ed25519_pk19494wqz6gamu3umfgs4ftqhcwmanl2yc3zpulc6zzg7x640a90csx3fhmn", - "ed25519_pk12vrzacgkcrr3v2t0y43zm2th3jc5ym98tugmd7xnxy0uzpahsrss4kt9xk", - "ed25519_pk163k0eccxyuzwxlmnmfjsy4rxz0ng4rxanvar4gs9xq27vs6rx50qlnhug5", - "ed25519_pk13fwmxzfd0zqud6upz2cuw27cp547l4lug2pppv380vq9ukccj5asfduutc", - "ed25519_pk1qzes9lsxxama7jjx9sk3luxgh4yy3w3vununz4p0grz7w2k7msgqql40nx", - "ed25519_pk173h3nwv8nfcuwwhxl86lrhzu2ua2ne5apcw4hwkaj5r7yewz8m8q833zqq", - "ed25519_pk16cv3m3vx7wpj37enkr4add4sm4j7xz3s0lfpu9ef9ak72f4dv9ssdgkpj9", - "ed25519_pk1su5zmtqmlxyxkgczfq57jg7lwgv492yr50jyxwjpk4vcf8au6pksgeu7cf", - "ed25519_pk122ru0ucxn68dkn3apdy755g5hsjecqtk6j280jm20dqu0jvnqcsq86vhez", - "ed25519_pk1hhgdgs704zfu5zvek0l8z5tuqqlaqkfjwc573kyj2wnvvkltxm9qv77xp3", - "ed25519_pk1sddppuhnjt8xvcp36g2jpfmmlq7d6jud8hsgcama2zfcxlr4d4rschnwxa", - "ed25519_pk1w64hu0gdxmt5xdwfqtewrd4yrjucm56z7fk75ns50ae5yakd4q8sfsdcts", - "ed25519_pk1vx8n5udfyt3n32f5e2k8u4zl8yfx9c904cwqum8ucma4048neqwscnplsv", - "ed25519_pk1sc6fz304leyyeygllfutw2z22004uvu8upvxk25hjq5v79yuejcqzsakj2" - ], - "pool_pledge": { - "quantity": 194, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 220, - "unit": "lovelace" + "asset_name": "546f6b656e42", + "fingerprint": "asset1n7z3ls2kn4h40a89tw022d03aez0p69xhr84jx", + "quantity": 5089 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1w2yz9dueqy8uaxvtfx85umwcm4m05z73g87k6k", + "quantity": 9713 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1se0jhgh7fnv8g0k46swm6ah9zq97unyxcx2r3f", + "quantity": 2412 + } + ], + "policy_id": "a69eca7e9efc714f6aa9c8b03f3f674c0db86de37fd0a1dd347b4b38", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, - "pool_id": "pool16zqgfv0n3nh28xpv9ltaz7wxtk8aj8rap67mv97w8nuvxm0yeze", - "pool_margin": { - "quantity": 89.2, - "unit": "percent" + { + "assets": [ + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset17uasv6ncgycx4d8p5388fvwwxn7eck44wlta06", + "quantity": 5438 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1004hhd7007y7lann4hr26euu86r9kwjlgkwvrj", + "quantity": 3357 + } + ], + "policy_id": "3bb1bd889adae1c767bc94a34d50cb69dc56bd02e49732a993013423", + "policy_script": { + "script": { + "all": [ + "policy_vkh18wcmmzy6mtsuweaujj3565xtd8w9d0gzujtn92vnqy6zxs8kh7t", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } } - } - ], - "deposits_returned": [ - { - "quantity": 205, - "unit": "lovelace" - }, - { - "quantity": 121, - "unit": "lovelace" - }, - { - "quantity": 107, - "unit": "lovelace" - }, - { - "quantity": 208, - "unit": "lovelace" - }, - { - "quantity": 42, - "unit": "lovelace" - }, - { - "quantity": 201, - "unit": "lovelace" - }, - { - "quantity": 146, - "unit": "lovelace" - }, - { - "quantity": 147, - "unit": "lovelace" - }, - { - "quantity": 174, - "unit": "lovelace" - }, - { - "quantity": 67, - "unit": "lovelace" - }, - { - "quantity": 29, - "unit": "lovelace" - }, - { - "quantity": 101, - "unit": "lovelace" - }, - { - "quantity": 136, - "unit": "lovelace" - }, - { - "quantity": 122, - "unit": "lovelace" - }, - { - "quantity": 59, - "unit": "lovelace" - }, - { - "quantity": 52, - "unit": "lovelace" - }, - { - "quantity": 217, - "unit": "lovelace" - }, - { - "quantity": 20, - "unit": "lovelace" - }, - { - "quantity": 53, - "unit": "lovelace" - }, - { - "quantity": 212, - "unit": "lovelace" - }, - { - "quantity": 178, - "unit": "lovelace" - }, - { - "quantity": 116, - "unit": "lovelace" - }, - { - "quantity": 90, - "unit": "lovelace" - }, - { - "quantity": 251, - "unit": "lovelace" - }, - { - "quantity": 164, - "unit": "lovelace" - } - ], - "metadata": null, - "collateral": [ - { - "address": "", - "id": "417b9b35602f2f375903077b6369bd2644144664139863042e234e02296092e1", - "index": 3513, - "amount": { - "quantity": 106, - "unit": "lovelace" - }, - "derivation_path": [ - "18597", - "13482", - "3302", - "26163", - "9351", - "15096", - "12585", - "18497", - "2084", - "6737", - "3142", - "22084", - "9201", - "20088", - "10658", - "18043", - "9661", - "3247" - ], - "assets": [] - }, - { - "id": "5f47793b5a5e7a5a01e18c4c60c84e60706ba89b2e143c377070675a456c4be3", - "index": 1 - }, + ], + "wallet_policy_key_index": "0H" + }, + "outputs": [ { "address": "", - "id": "c47a25090f1e310c305d8b47382431240b7a45317943180546217e28055e733c", - "index": 3812, "amount": { - "quantity": 81, + "quantity": 13, "unit": "lovelace" }, - "derivation_path": [ - "22210", - "31433", - "31522", - "22844", - "26537", - "28747", - "26042", - "25258", - "29715", - "363", - "22758", - "24343", - "10169", - "17791", - "13449", - "3626", - "3179", - "876" - ], "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, { "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "id": "541f68e19825d81006211d39674bd4325175332247421c1a250a5c4017f47946", - "index": 1 - }, - { - "address": "", - "id": "7102026279170234124019c4125aac6a6a1c212c73b15e68782a29654e602063", - "index": 18636, - "amount": { - "quantity": 30, - "unit": "lovelace" - }, - "derivation_path": [ - "4018", - "957", - "12180", - "3420", - "20096", - "8451", - "19428", - "2442", - "28995", - "12949", - "11650", - "32050", - "24224", - "29943", - "31664", - "19329", - "30407", - "18248", - "4611", - "15264", - "10395", - "8162", - "9120", - "17222", - "1485", - "21101", - "1033", - "20554", - "9485" - ], - "assets": [ + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 + }, { "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "id": "4f73002d3168294365772ea834573d2309624f740f5859385c37152b283a4163", - "index": 0 - }, - { - "address": "", - "id": "167477272f8ff60ea76523210d1c04443e407beb456f3a6835731aaf1a01fa5c", - "index": 19158, - "amount": { - "quantity": 219, - "unit": "lovelace" - }, - "derivation_path": [ - "12291", - "11362", - "24824", - "28325", - "8728", - "26101", - "11277", - "1001", - "16673", - "18598", - "25152", - "11180", - "9727", - "1947", - "26567", - "31747", - "29597", - "16566" - ], - "assets": [ + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } + ], + "derivation_path": [ + "10313", + "6806", + "16158", + "7017", + "5005", + "6783", + "4151", + "11656", + "2000", + "9823", + "6115", + "9110", + "7434", + "7893", + "2542", + "15503", + "7953", + "3405", + "9370", + "12442", + "10387", + "7206", + "10296", + "8785" ] }, - { - "id": "2bc37a71423e4f6b763264341258ad68490c59df463c0d3042745c3220ab377d", - "index": 0 - }, { "address": "", - "id": "a56830466b7e6e717b023d370f0e020f476468730762394d7eec7f3f670d0832", - "index": 28386, "amount": { - "quantity": 179, + "quantity": 148, "unit": "lovelace" }, - "derivation_path": [ - "7966", - "16814", - "17463", - "18893", - "24939", - "12020", - "9567", - "11883", - "1655", - "9787", - "7042", - "29758", - "12177", - "4462", - "19724", - "24449", - "31786", - "21039", - "19623", - "7393", - "1440", - "15218", - "605", - "21105", - "32400", - "18457", - "26299", - "2628" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 48 }, { "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "id": "1b388e6223247044747b4d985d40aa55614b447e077e683a6c5a0e622065625e", - "index": 1 - }, - { - "id": "36d845375b127e3823105b5c62c92f6d67595759736e420c1c0b0e282f570d7d", - "index": 1 - }, - { - "address": "", - "id": "807671402d157a3e8e13d510260c2357462b791a0432783e41444940a3749f13", - "index": 26100, - "amount": { - "quantity": 18, - "unit": "lovelace" - }, - "derivation_path": [ - "2009", - "18578", - "16942", - "15901", - "14898", - "2683", - "18892", - "12201", - "12982", - "3949", - "1601", - "12834", - "1371", - "6423", - "9298" - ], - "assets": [ + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 + }, { "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 44 }, { "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] + } + ], + "script_validity": "invalid", + "validity_interval": { + "invalid_before": { + "quantity": 6283804, + "unit": "slot" }, + "invalid_hereafter": { + "quantity": 14932917, + "unit": "slot" + } + }, + "withdrawals": [ { - "id": "37331416ac0862634276143e3113106d1823237e25294446682161585c755337", - "index": 1 + "amount": { + "quantity": 232, + "unit": "lovelace" + }, + "stake_address": "" }, { - "address": "", - "id": "6c51c75d04530336437f3af0793864ca967f677b7a27702b58291b17743c9c43", - "index": 514, "amount": { - "quantity": 8, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "17052", - "9587", - "9162", - "20918", - "21401", - "11422", - "24445" - ], - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "stake_address": "" }, { - "id": "6b53d66968135c5d0d6e0e504564783979752c46344cc812e007490e1c094751", - "index": 0 + "amount": { + "quantity": 111, + "unit": "lovelace" + }, + "stake_address": "" } - ], - "mint": { + ] + }, + { + "burn": { "tokens": [ { + "assets": [ + { + "asset_name": "546f6b656e56", + "fingerprint": "asset1ftwh34ar5mjsxyzqzys3p0ap4uwcealgs5gllm", + "quantity": 8615 + } + ], + "policy_id": "a95f0bc016ca0d49cad31095ac18b3cbf50dd4cb62f483318538c185", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1py85kqd9w743y9l5z27cll5q4zqcvjj442rp3m", + "quantity": 237 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1gxsk59xntuagzcr4ga6s4s5sq7gytkvzusq5d4", + "quantity": 8337 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1x2x4w20p3jjxf3smmlhxy9knq49svkmdyg0y0n", + "quantity": 1937 + } + ], + "policy_id": "f30c7df0a9583ae75c4607a9f0341a54df6db6bc2868f0cbff3dd73b", + "policy_script": { + "script": "policy_vkh17vx8mu9ftqawwhzxq75lqdq62n0kmd4u9p50pjll8htnkjl9lsq", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e46", + "fingerprint": "asset19dejmldh4myqeh294kuah248wa3qvzw2c3lmtn", + "quantity": 4459 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1fjm4a7a4a3vxweftscd6wnupt5kmymraj7h2ef", + "quantity": 8318 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1jyxlz9trcktrrz67k4rkeapfch29kme6s26avy", + "quantity": 4320 + }, + { + "asset_name": "546f6b656e56", + "fingerprint": "asset19uk5wvc0qdhf4m3eqwpp5ggn6gg5hwe6fstr6p", + "quantity": 7544 + } + ], + "policy_id": "a808ae617ea384b35bab8068ddd256edec61b4f5c956831f0caa28d7", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1x3at6led7yamnmape9s6z0czg5nsw7rv9p5g5h", + "quantity": 686 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset1hunatvyf0lf5fkg8xvlzwqruv5k5xv97tzxpkc", + "quantity": 4672 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1ztne05chmw2s56lavws6lvz39jj2850w0fr5th", + "quantity": 9473 + } + ], + "policy_id": "0673d3d512382d77e5d6d75d28c3f1c2c81f78ad4020c28d05cd3b89", + "policy_script": { + "script": "policy_vkh1qeea84gj8qkh0ewk6awj3sl3ctyp779dgqsv9rg9e5acjhknd4v", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset10fltf2gp8jslvcqx3y22syk3l74zn4p8cyj7fx", + "quantity": 3903 + } + ], + "policy_id": "e7fc4afcb64eb418cdbc2aecf64efcda86ecce18ef64a87aea3c5de6", "policy_script": { "script": { "all": [ - "policy_vkh100rhxpvyt6llp3kjn5vvnt9ysdr27l2sr5jssrsqk290svlm75c", + "policy_vkh1ul7y4l9kf66p3ndu9tk0vnhum2rwenscaaj2s7h283w7v3yx7r3", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "7bc77305845ebff0c6d29d18c9aca48346af7d501d25080e00b28af8", + } + }, + { "assets": [ { - "fingerprint": "asset1hth5v6n8mxyhs5d6x6rklchjm4tz9whme05txq", - "asset_name": "546f6b656e42", - "quantity": 2943 + "asset_name": "546f6b656e44", + "fingerprint": "asset1mr46wnhumykvvuxmt428y5290z9t6jpwn5fqjp", + "quantity": 9729 + } + ], + "policy_id": "15f7f628350e37f83db10fe15eb077328a75ec8e5228f3fead42b88e", + "policy_script": { + "script": { + "all": [ + "policy_vkh1zhmlv2p4pcmls0d3pls4avrhx298tmyw2g508l4dg2uguu66tlt", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] }, + "script_type": "native" + } + }, + { + "assets": [ { - "fingerprint": "asset1z5qr8j5pqzeh2k29wwyfnwfmyxwsmpkhre6744", - "asset_name": "546f6b656e46", - "quantity": 7277 + "asset_name": "546f6b656e42", + "fingerprint": "asset18l2czsguza6yu2j5vffsaq5ndsnxlwfmanul6u", + "quantity": 924 }, { - "fingerprint": "asset1mcp4mernn46e2spdq36mn87228rws3z9tn2gy4", - "asset_name": "546f6b656e47", - "quantity": 4577 + "asset_name": "546f6b656e58", + "fingerprint": "asset1086kypz4zds75rnkaywvsppfnjruc8jladuvjz", + "quantity": 7205 + } + ], + "policy_id": "ea4efbc52f090e04ef9d80379cf59809415cd4d7245dcd9b64b5a180", + "policy_script": { + "script": "policy_vkh1af80h3f0py8qfmuasqmeeavcp9q4e4xhy3wumxmykkscq3tenwd", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1redxdtqznyk2fsh8fp8p78eq5npztkpfvgw79d", + "quantity": 3011 }, { - "fingerprint": "asset179gyp5hjtkt6y5ww8r8smrelns9lthgwypfcz9", - "asset_name": "546f6b656e4f", - "quantity": 4348 + "asset_name": "546f6b656e46", + "fingerprint": "asset1jl6wg4yxm3fznmx4lyahd398qkdmqz4tmr9esf", + "quantity": 5810 } - ] + ], + "policy_id": "8726ba0a7fe8551860a381b881a0133a3fdb3983dfaf7b034624aa05", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e59", + "fingerprint": "asset16c4xvqtjl4yk7glqvzly5xjzenlerh7erhe70q", + "quantity": 5437 + } + ], + "policy_id": "865d93ac0572893e026aa62ea60d57587f35e4fd68daa3d238f9203d", "policy_script": { - "script": "policy_vkh1e09wynfma9n8ud4kwdd60kwrrc95x66e3p3anqddx7j4xez96e4", + "script": { + "all": [ + "policy_vkh1sewe8tq9w2ynuqn25ch2vr2htplnte8adrd2853clysr6ez2z9r", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, "script_type": "native" - }, - "policy_id": "cbcae24d3be9667e36b6735ba7d9c31e0b436b598863d981ad37a553", + } + }, + { "assets": [ { - "fingerprint": "asset1d9szetzn8hc20w86twm8wyfsgd99ucjpj2ugwp", - "asset_name": "546f6b656e42", - "quantity": 3845 + "asset_name": "546f6b656e54", + "fingerprint": "asset1t3p945x8jg345svmt7hfr86gwmf0tc72wldyhs", + "quantity": 19 } - ] + ], + "policy_id": "a60eb1e21ce9b5bbd744e0ea5e0af9302d152becb923132e4cf668d8", + "policy_script": { + "script": "policy_vkh15c8trcsuax6mh46yur49uzhexqk322lvhy33xtjv7e5ds9cwu9c", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset183en7v4vwsaqv3m284xcndc70chq0yrdufejwm", + "quantity": 1225 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset19t855vr8fqx6quwyf35uhc0ta5nv8d4p2nsn85", + "quantity": 1076 + } + ], + "policy_id": "c3ca821b747ab5f14b7f7ad24397124ed797a3afbecbc36112369293", "policy_script": { - "script": "policy_vkh1pes792hqhnzh4e3exj336fhevzvakvyughvgwpstayklw33k50u", + "script": { + "all": [ + "policy_vkh1c09gyxm5026lzjml0tfy89cjfmte0ga0hm9uxcgjx6ffxqf3pss", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, "script_type": "native" - }, - "policy_id": "0e61e2aae0bcc57ae63934a31d26f96099db309c45d887060be92df7", + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e51", + "fingerprint": "asset1qj78dd47rfkunzq2v2dfnys95uf66tfugxmhv6", + "quantity": 9045 + }, + { + "asset_name": "546f6b656e57", + "fingerprint": "asset1rleulp4cdntq9p5m053awe898ywvprs2tycqhg", + "quantity": 4585 + }, + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1fu862ejupkjtel6f9z3hx9l5ky2n7adk0tlkfl", + "quantity": 2434 + } + ], + "policy_id": "3d7c18b924842504c4641e18c830af64b2bd81c6f517182c80003ee8", + "policy_script": { + "script": { + "all": [ + "policy_vkh1847p3wfyssjsf3ryrcvvsv90vjetmqwx75t3styqqqlwsxcj7pj", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } + }, + { "assets": [ { - "fingerprint": "asset1zghaks9ey3kqn4ugpdux820jdwlnsdhyuxtwy3", "asset_name": "546f6b656e4c", - "quantity": 4200 + "fingerprint": "asset13aa2vsp2zhqc9gcu3emevx86cz32jwj297duwk", + "quantity": 628 }, { - "fingerprint": "asset1hn9y5uudqftkwph9v24kj348kg3s7pvv7kpxsy", - "asset_name": "546f6b656e53", - "quantity": 6931 + "asset_name": "546f6b656e43", + "fingerprint": "asset1zgfx2sl0a82px470gehv8vfktc9x5f5ze60v7z", + "quantity": 6348 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1m6mvuq4j9z9wl7r8zz095jq36qdpmt40c3wepd", + "quantity": 8677 }, { - "fingerprint": "asset1xr9q6qjjm08zjfzzuzy7hvg5sddeq20e3hq7e7", "asset_name": "546f6b656e58", - "quantity": 7869 + "fingerprint": "asset1zj64k3zycc8pr6javlzka8mlxmy0e4gtmezv34", + "quantity": 2808 } - ] + ], + "policy_id": "e9cfacddfb08c3a821c5cd69a6a7775d228d75e18f38d9b4860e2921", + "policy_script": { + "script": { + "all": [ + "policy_vkh1a886eh0mprp6sgw9e456dfmht53g6a0p3uudndyxpc5jzxnyq97", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "f9eebb04374fca3819462367d38cd3c6d78f8e17c76c410495f80cef", "assets": [ { - "fingerprint": "asset1vdqr9lswk6fh9t46g26rralmnd6svrpe57p90l", + "asset_name": "546f6b656e4d", + "fingerprint": "asset1zfzspj488x332kenx3y0cje6dplvj6r88asff2", + "quantity": 9004 + }, + { + "asset_name": "546f6b656e46", + "fingerprint": "asset16wgya2fuf5mp86sv7f7ftqhqnju2c9hqa7wnwr", + "quantity": 3293 + }, + { "asset_name": "546f6b656e48", - "quantity": 5874 + "fingerprint": "asset1t9hap3zyw4mgv2hl40sljd25lt4p9xgyhz3m4s", + "quantity": 8846 }, { - "fingerprint": "asset1ld3n9el40ekuztx4zl20rwdt872kkft8wenhaq", - "asset_name": "546f6b656e45", - "quantity": 1385 + "asset_name": "546f6b656e4c", + "fingerprint": "asset17s380fq5gak4czffj7y7j9tnjuk6ahnfwyk64x", + "quantity": 836 + } + ], + "policy_id": "cedf85e84efa471b2a38ce4d4cc923b95025260cf7419ab0c6d16fda", + "policy_script": { + "script": { + "all": [ + "policy_vkh1em0ct6zwlfr3k23ceex5ejfrh9gz2fsv7aqe4vxx69ha5s7lzy5", + { + "active_from": 100 + } + ] }, + "script_type": "native" + } + }, + { + "assets": [ { - "fingerprint": "asset1f9yz7f6vprc5hd6nlpvl9e2yjepw3a7n992jff", - "asset_name": "546f6b656e51", - "quantity": 8091 + "asset_name": "546f6b656e55", + "fingerprint": "asset1tw3nm7rg8xyus57u8088csmadjafmq4fftmj2m", + "quantity": 746 } - ] + ], + "policy_id": "22a10836d91741513a3f7ac371fe2e986bb55a356d5a5914e5accd82", + "policy_script": { + "script": { + "all": [ + "policy_vkh1y2sssdkezaq4zw3l0tphrl3wnp4m2k34d4d9j9894nxcysuzfqq", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "script": "policy_vkh1sclp7pfn2ge7uyudcj5zrq2mamrsdsz2vzyj20d38uh36jsrlth", - "script_type": "native" - }, - "policy_id": "863e1f05335233ee138dc4a821815beec706c04a6089253db13f2f1d", "assets": [ { - "fingerprint": "asset126420w5gp7ugxe5xkaa4reyt2cttjj8lej7xdg", - "asset_name": "546f6b656e52", - "quantity": 5687 + "asset_name": "546f6b656e41", + "fingerprint": "asset1fkrnk7sfkd4yqm5gvw32xa8psp9e7eaz4sshxm", + "quantity": 7784 }, { - "fingerprint": "asset13faanguen2mpcvxwlcqprz5ydh46qxuknatreu", - "asset_name": "546f6b656e50", - "quantity": 6073 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1yjvr3d8qs6x7y3rkhhu68kt8c7h2vn6kpp08f7", + "quantity": 960 } - ] - }, - { + ], + "policy_id": "6644c8d2170ab6b7cdf721b40233227ecd02eafd2335f9e8248f4603", "policy_script": { "script": { "all": [ - "policy_vkh170khe5zy20mqdex3utwzg3zlxu44ghtgpq7c72tshu53c2fek44", + "policy_vkh1vezv35shp2mt0n0hyx6qyvez0mxs96hayv6ln6py3arqx2a3jsr", { "active_from": 100 }, @@ -16840,2138 +18539,2247 @@ ] }, "script_type": "native" - }, - "policy_id": "f3ed7cd04453f606e4d1e2dc24445f372b545d68083d8f2970bf291c", + } + }, + { "assets": [ { - "fingerprint": "asset1s5pc4p9qrd04xlxj7hkmdlh6u8y228f35x3ajw", - "asset_name": "546f6b656e50", - "quantity": 4468 + "asset_name": "546f6b656e51", + "fingerprint": "asset1rndhca4lkha9rxvv8espu6fwqznvmeja4eycjs", + "quantity": 7824 }, { - "fingerprint": "asset1gqtag40jxwjr8kj08sauvjc6qks7lc7y6x7fle", - "asset_name": "546f6b656e43", - "quantity": 317 + "asset_name": "546f6b656e42", + "fingerprint": "asset149vnwnmu40aypeee6vuxa970u3a9pfxwrdhfc3", + "quantity": 5136 }, { - "fingerprint": "asset1q5v5exxyqxxdwxwa4y0d7upe3437prlu35xr5u", - "asset_name": "546f6b656e44", - "quantity": 4004 + "asset_name": "546f6b656e46", + "fingerprint": "asset1pr93ngfyyy6pnp9r0qz5uuazhd4vyc8jd6lqs7", + "quantity": 7673 } - ] - }, - { + ], + "policy_id": "e0665696089246f9c0370f9b381dd1e2201dbb914e56e9c64b251a63", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "a9007c9f88351e08c6516d2a8b270796316e3bbce58186478812fb94", + } + }, + { "assets": [ { - "fingerprint": "asset133sd92dhyez2sep0938j0gggk3gfytpmzgvv5u", - "asset_name": "546f6b656e48", - "quantity": 5956 - }, - { - "fingerprint": "asset1d9c5fetk8wgtpu0vxf7d840t479fkj87lz2wtg", - "asset_name": "546f6b656e41", - "quantity": 7774 - }, - { - "fingerprint": "asset1mxz6zskawvz0r60g3gtwsefszjah5wsw88r65u", - "asset_name": "546f6b656e58", - "quantity": 2054 + "asset_name": "546f6b656e4d", + "fingerprint": "asset1uwp2rf7ffh0gez8raf8j75c9z7y5q86tp0n74w", + "quantity": 8927 }, { - "fingerprint": "asset1mphac9gdqysj7qqe3jvz2fje2nwaemh6jvevnv", "asset_name": "546f6b656e44", - "quantity": 8085 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "f8a43246fe8b49f9882ec7969ace8475623ee0972347f361300e0eef", - "assets": [ + "fingerprint": "asset1e6pu8vtx2lxyykareyrkx64vwn6qph6gwrvlqx", + "quantity": 889 + }, { - "fingerprint": "asset15jhnfw3uqvrgmpm3wzv9wqhhy5gdzzmkt87rmq", - "asset_name": "546f6b656e41", - "quantity": 1537 + "asset_name": "546f6b656e59", + "fingerprint": "asset1kyj2p66068k0dvtlwgzz5wc4zyryq5zhcd6tv6", + "quantity": 6596 } - ] - }, - { + ], + "policy_id": "1dbba0a997de8fb09dded41b0d0944e78fc32e6856c3b498968887c9", "policy_script": { "script": { "all": [ - "policy_vkh1hpth3hwjz6lgtz5rwh02fwr7ztv4teq8gqmvmgq5rvvegmmz3uq", + "policy_vkh1rka6p2vhm68mp8w76sds6z2yu78uxtng2mpmfxyk3zruj47zy77", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "b85778ddd216be858a8375dea4b87e12d955e4074036cda0141b1994", + } + }, + { "assets": [ { - "fingerprint": "asset1j6yehg7jjmtg8ly4yzjclujp89x7ha5yp86hru", - "asset_name": "546f6b656e45", - "quantity": 659 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1e6xsn5t4y63l4lyce04yscwdf7hrws09n45m2v", + "quantity": 3529 }, { - "fingerprint": "asset1ev93p3x7xzrw565a0a9pllklafhz89jtzaw6em", - "asset_name": "546f6b656e4a", - "quantity": 6694 + "asset_name": "546f6b656e43", + "fingerprint": "asset14puerl8agt8cjxf8w2d54k5g6agf4dg2muyv30", + "quantity": 8301 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1pn0748qh3kf9z3q4flx8j892t48px5ak2nfqp2", + "quantity": 5793 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset135p62jg9mq5g7zlvf28nw695mmrt9mw5zqtjea", + "quantity": 4237 } - ] - }, - { + ], + "policy_id": "b3cbc102835c88132e726b0740efc08e89909677e58cf1b4606391fb", "policy_script": { "script": { "all": [ - "policy_vkh1p79zthhy8hntsc5drnzm4x3906n0khymlcwpnmty4l2wuqfmx2v", + "policy_vkh1k09uzq5rtjypxtnjdvr5pm7q36yep9nhukx0rdrqvwglk90vsfm", { "active_from": 100 - }, - { - "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "0f8a25dee43de6b8628d1cc5ba9a257ea6fb5c9bfe1c19ed64afd4ee", + } + }, + { "assets": [ { - "fingerprint": "asset14dkun97d6xvk79tdhmfmeftlvyfa6qa4k0qyh8", - "asset_name": "546f6b656e48", - "quantity": 2819 + "asset_name": "546f6b656e56", + "fingerprint": "asset1n9mlq7555yngq5f8j2k63mde0jupn07vd3magv", + "quantity": 7551 }, { - "fingerprint": "asset1nnmp2ex48n6980my0v8u4lu44kuqc5d95ng7fy", - "asset_name": "546f6b656e49", - "quantity": 6680 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1wshqfamvtzkq6y8a50tfk7j58jhnadhtmeugn2", + "quantity": 9739 + }, + { + "asset_name": "546f6b656e45", + "fingerprint": "asset12x8c0kuzrwfmfunrpf2q3m7r6l65zzhytsea5t", + "quantity": 8793 + } + ], + "policy_id": "a704b96f31f2310e2f80a7b2ed9f9ae68c5120f5f663dfd210f16705", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e46", + "fingerprint": "asset1d4fkpfwu2wcxtkjqlf35evc0m3kfhdp9kz6kvz", + "quantity": 2950 }, { - "fingerprint": "asset105wnp7z5z9gjxss47u7j99tmu9cl6cjmwwxj0w", "asset_name": "546f6b656e4c", - "quantity": 9681 + "fingerprint": "asset1hmee9nkx0kpam0cm4tm4t40zm5dvhk5ghvcvzx", + "quantity": 1837 }, { - "fingerprint": "asset1804szdfvcgxj7330amjgjvg42fqtvlq572cw2r", - "asset_name": "546f6b656e4d", - "quantity": 1130 + "asset_name": "546f6b656e52", + "fingerprint": "asset13q3zz7gua2vamw3k3wtp8amzsuty4ldfd8qqa7", + "quantity": 9696 } - ] + ], + "policy_id": "c60b9ef83b1b7142b2ab6332bbd580ecda2decd7c8d2ca7ec507bcc9", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { - "policy_script": { - "script": { - "all": [ - "policy_vkh1gw9jpyu24g6ny2uzlwzn4qr229hh3eg2evym4jj82lsqqyj394a", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "438b20938aaa35322b82fb853a806a516f78e50acb09baca4757e000", "assets": [ { - "fingerprint": "asset19n6uyqgnu45qacdx08s5kehnqsnmd48na7lzzn", - "asset_name": "546f6b656e56", - "quantity": 3221 + "asset_name": "546f6b656e50", + "fingerprint": "asset16maa94mkmj0r5glznap3s87eakcga3lrg2527p", + "quantity": 8339 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset12suyh9n7m47np7jgwks6vms969q5pr2nyk6fzj", + "quantity": 9621 } - ] - }, - { + ], + "policy_id": "5a104b3de9e6fc1f465a919f9eb7f52ce1737c5cb9794f7d43ca83ab", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "d4d57602bd00892709440a5a59c8b56bfa89a0a7a78afcffc219cacc", + } + }, + { "assets": [ { - "fingerprint": "asset19u2lk0s283xc4cglkwvgsmlu86apx9f3dk8gvg", - "asset_name": "546f6b656e57", - "quantity": 6062 + "asset_name": "546f6b656e48", + "fingerprint": "asset1skgw575cqttdzdg09d53j9mzcel8zq73w0durf", + "quantity": 4895 }, { - "fingerprint": "asset1q5dnqz5apvncr3kxz37xqmupjy4z8jj4mutae9", - "asset_name": "546f6b656e45", - "quantity": 2947 + "asset_name": "546f6b656e41", + "fingerprint": "asset1upqplxsrhprwjmdr86688v9lfufmk6hrznhcuh", + "quantity": 6112 }, { - "fingerprint": "asset1mtgvsvzc2jmmu53vm5kpcwp03agve982xxtzn9", - "asset_name": "546f6b656e4d", - "quantity": 2787 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1ncxelr57nr5cwkf4ltgfhxegp88knt0v5ewptl", + "quantity": 4082 } - ] + ], + "policy_id": "1be45ceec7c133f5d4a3840826f0ef4989458a49ffae04b9b4dcb656", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e55", + "fingerprint": "asset1xn08w3neaxreupze39me7matxj0w399fqshyhz", + "quantity": 5050 + } + ], + "policy_id": "1f19a1fef8fc2e4f4e7e99442dfede954e5726cecab8d2db87e6f6a2", + "policy_script": { + "script": "policy_vkh1ruv6rlhclshy7nn7n9zzmlk7j489wfkwe2ud9ku8umm2yrywymq", + "script_type": "native" + } } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh1vdt97r5k05q8v03wxpxnc2fhx9fzc66lq9yh29hm3q246rd4u30" - } - }, - { - "withdrawals": [ + "wallet_policy_key_hash": "policy_vkh18fef2psct548qhrj3cu46qmhcg086sgyv5apwln9tvvs6h0dxy0", + "wallet_policy_key_index": "0H" + }, + "certificates": [ { - "context": "ours", - "amount": { - "quantity": 171, + "certificate_type": "deregister_pool", + "pool_id": "pool16vgda8gsu35gunhfu5a53e28e3wzncpnx2pwe5u80tfjchaf8a8", + "retirement_epoch": 1704 + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1t5l8r3nsvsm58xx4gz77hc0d9lgk0l743wfll59z7fxfgm40qwf", + "reward_account": "" + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool19zmfxkqrhyaycejtpp5gpus2cyn35h7ey6v5jryz84q02qs567p", + "retirement_epoch": 21593 + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "6001", + "21631", + "1349", + "7922", + "12257" + ] + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1yahy8lkwxy8j0kh0fn2jl8t4kwpdmxkzg722a0raxth5w3r5tch", + "retirement_epoch": 15825 + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 76, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1nv97x6guda8ssrxhh965lt08n9e4sltq74cgv5s4qudx6azxqx6", + "pool_margin": { + "quantity": 23.02, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1fxxy0k3rhdmzf6h9dqlwxwazhp2jexcmsfad3rv6hus0c600gl6qdy24lr", + "ed25519_pk1ngy9gsyj4szyyafmcd85nvp7p9dk53smlvhfejsjr4y9jyngw32qs4klay", + "ed25519_pk1uz8npzqygvhpxqyhjlghgrrsu65kpc62kv5mwpljt4nkxl3aut3ssxpdak", + "ed25519_pk10y7y7l48rrd0f2a63ke0a4z9j5wuff3a5he2y0957j46nd755puq64e246", + "ed25519_pk1zrwmlzawfwzyvjh6awz65r07sck7gseqsak0l6s39ph3q7kzxgvqytcfgh", + "ed25519_pk1tf3zmu8sjet6lr0xw64unpne8nfahv26mxdayrdfjpjxpgryk09qchgqgk", + "ed25519_pk1rgumv3q5rqz2m4a2za67qh9fvjdcjzdxdpdxfh9l9glwkdxaueqsdfcxxq", + "ed25519_pk1wjl97mphvgt2cx4yzw0s00us7wfgvhsmv3u9y54tkudguhk2gnpql8pnjw", + "ed25519_pk1q0nrpla5fnhmd3aymw9d2mqskc7pvtrpdd7gx3vdmjum098ql4jqy22rmk", + "ed25519_pk1nrw36vngv5aqkevytvnw9fzhawje9uvuwn8eslzxn3jakxlrshfsfr650z", + "ed25519_pk1e93ytg8277wsl5wjvxkhqdnfk90pf05rtpvngp9w07d54kldse8qppfmd0", + "ed25519_pk18ycf6azdknsll7hw7qdzxz0jve3mwvl2vllgzl2zjrwzlfdkyjqs2ydc2q", + "ed25519_pk1629zm43f7feujxmtzkxan7tjlcu0mw424adlfvyjc7p6znfxvtyq8a3zuj", + "ed25519_pk1ma4lvqhv3psx0wk9vk6nj207s3erdngk3jcx4vkqzhjzx0v20fmqcp77cl", + "ed25519_pk13d967e0une608jmdm8ere72v74u6wdz32cp9c2wy0cwe4m75mznsrr775e", + "ed25519_pk1v8auy7pvrjczdvk3gnch287wv7lhk7wmw9s4k77a8dezl6vkm2nqjvy59f", + "ed25519_pk14ptyzvkmgfk7ssyu7unfz9yw8ttcx7uvklxeuwu89ygfkteej7hqfypdv7", + "ed25519_pk15mcutz7spqed73nd65jw4m8n377y94gsxwgdr9gmu74te5c6gscss7q7aq", + "ed25519_pk1hqkhv5w2e9d0s2887jrnf4tuh8xjcr8mkac2rmedu3whdd0dlg4qla5x5f", + "ed25519_pk1ctf8u3fv4l68nr5un47jp9clq940p053j98yxr3g08wwsx0pynusdppdaz", + "ed25519_pk1gdvwydfj7hhfllkpmxtkpacydvvpkqg82f8gjf87pzkzwcjq8ynqzxvs24", + "ed25519_pk1vcukuk5f4hmawus3hlfqt8sj50yexrk0sf0fqajgd2q04pag9gfqrrlxuk", + "ed25519_pk1tu5gypj3wmudlz4xfvad5rekgm2p9ztpk33tthg4vmsl2mygqnqqyzppfu", + "ed25519_pk1e9j2zcrmes0p389scpgs8fgmw5k9g23jfpgtvh5m5qx8zgd228gqymgehj", + "ed25519_pk1y9xy32qqf7gqc8uy73tv5cse99039qevadgwtnwuc2emqcfrsafs9cr7cm", + "ed25519_pk1rs0yus4kvh877tqvsfr39fzfut76khquac27gsehd4v898tf72ws04tykl", + "ed25519_pk1y4lxjl6gsjj696r2w57unun4yfax8486dxfcry0f4flu42pf9j9svmx6l3", + "ed25519_pk1g47hnu6greprq5nq5tln9qg97ej2ss8l882e3e79kuhst3f36v8stwel40", + "ed25519_pk1art7jqal4x36trdaar5tc8m8g4s5k5xuw2s0rnh7hyquzu8nm0vst23jt3" + ], + "pool_pledge": { + "quantity": 150, + "unit": "lovelace" + } + }, + { + "certificate_type": "join_pool_external", + "pool": "pool138utc9ugs6fuv23efz3p5qfvxhslwge52ht2dvgfftwcxlff2hs", + "reward_account": "" + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1n9wr5vsv23ja94pq6yz6ctqqjh0hv7rgk00w9uc2sgkqwh9s24x", + "reward_account": "" + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "6031", + "18891", + "5905", + "6985", + "25191" + ] + }, + { + "certificate_type": "register_reward_account_external", + "reward_account": "" + }, + { + "certificate_type": "genesis" + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 90, + "unit": "lovelace" + }, + "pool_id": "pool14nsvnx6wkn7mfrhyf695hz7jen62yxnyrzhnladk234j6ycahax", + "pool_margin": { + "quantity": 24.08, + "unit": "percent" + }, + "pool_owners": [], + "pool_pledge": { + "quantity": 107, + "unit": "lovelace" + } + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "8815", + "31823", + "5196", + "1879", + "22643" + ] + }, + { + "certificate_type": "register_reward_account_external", + "reward_account": "" + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 11, + "unit": "lovelace" + }, + "pool_id": "pool1ypp4km70hyy0yfyzzd5rf2j6ucnrj0hnlvgtttmuzxajudndrra", + "pool_margin": { + "quantity": 46.69, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1f7rddxnaqc3gj3lhz7cdud8yt5tv3jrppn6rkseaxl07qpc5lnws7vsn8y", + "ed25519_pk1sxtqfntglpuw4xl5kcnvtlzlnc8n4nvt9ksja8puz5zlp8m9wk2qpjr4ya", + "ed25519_pk1pwka9adp6aa4nsyf27kprlz4pwg33jx62nms55p7hxka8y2ujq4suqj6q5" + ], + "pool_pledge": { + "quantity": 209, + "unit": "lovelace" + } + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 95, + "unit": "lovelace" + }, + "pool_id": "pool1sdvxxtn8rsqetg3cwm5lecxwj2y6a88psqauw2wrhkp3sd4az6z", + "pool_margin": { + "quantity": 81.62, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk18ptzzdtre0d5y03fwndeyykha8mf0rtavrd66tjjxzyhmdv6eqws66gqry", + "ed25519_pk1qj8j8rpuk5nq98tramgu5zvvm8255fpakt5c2vyn8g5gkaglevqs6mvzwj", + "ed25519_pk1asrshw49fwpp57qya06tjpzy5wwasm4feym74ers40hjafz95zasw8vv72", + "ed25519_pk1mjpkjd340x5nfuggmqnkkh5tz4uqg9k9ufpmjyn023a7hfn25jjsv3aget", + "ed25519_pk1ku8smr2wnd0p6lrumprzwvlm6xvzdgsg823vy8jq5dj862javu7sd0prf0", + "ed25519_pk18jtwv2tse7ylz0pevk2s5gy9xzzzs6wwxpkmnl8atkjfv0n5w7esx6s25r", + "ed25519_pk1ycwv9pxfv6wfl2sscv80trqcx35ag5dxw6w07kr6crr9w60j8adsy7umyh", + "ed25519_pk1fz0ke5p7v4pvtz7kwd4pvemqlsn69fuwua9mmcclrjeew6hv9pqqc3254k", + "ed25519_pk1hrfc3n3fwkqk26lpt64r34y90w0npafkmv5kvlrktkt8g85sq29s3tsrkp", + "ed25519_pk1ckpwl8asygsgjds44mwc2zjpd5uxwtq38ss43cwgtftqarej4p5qzl4e6x", + "ed25519_pk14pwe3z227f36x6hcxj2xhkuttkuh37uvg62zsuf25548536cexrqky6egx", + "ed25519_pk10tseph52wkus7d4jalk8cyg94vma557whccjwm22s548w4qwdf8sarzmxg", + "ed25519_pk1lhyr8apa2jlknp0ae4tdltyadtmznh5rzsuhm2qrg3d6tuctge0sdr9g75", + "ed25519_pk1umugz78za4r4xk7ug4ysgmprf7z0lwrlnnq5q6jqpcsy3tr5snns4evfqn", + "ed25519_pk1f20yng9slxd2q9kggkvspxervflur4rgfkzvjsvhcamkd6hr2lfqnx5whr", + "ed25519_pk14ndnm2d370khrzpaqf5ltqnm9nx36nhkuc8rmklekmapjezaa7dsq3pt8s", + "ed25519_pk10jrwafuyswq2jxt8ud55fha4zskrdh2j96y235h6pjqju2y52p8q7s782s", + "ed25519_pk10ft6v3v402s6f0yypem3at97udggukhw95ganhlqvmayzny4dhnq9rlykz", + "ed25519_pk1eucuhvaxfqquraa3zn4gpg48n6uar9hu09f7pefkgg97c5ddd7cs2qqxxz", + "ed25519_pk1l5fx4d0cncpqz3k0k8en2hh7ce7um4uvgw893cju2sw6s3jaacjskyuwnu", + "ed25519_pk1e9p5jdqunlxmz2n595cdjdzu5wqmnfeppkrnaddntns0h07wf7tq9gr6s5", + "ed25519_pk135pwecv4g7t65f3mjmagc7p9ca4s25y892xncgxsg0j9zunuh4vqgalv8f", + "ed25519_pk18u047fmlal8u4qzze98g2tcnlglh8zq0qk3dwa4ypcudtdg3lgqsp39ckg", + "ed25519_pk1sxyu9y9xvywe2p9kjqpsdauhmgget62f3r0h3lga0eq8d4m6fkes0j2lhx" + ], + "pool_pledge": { + "quantity": 9, + "unit": "lovelace" + } + } + ], + "collateral": [ + { + "id": "b850124445660a763104a8764621370d1575dc577077140d7c260e0b441c6f63", + "index": 1 }, { - "context": "ours", - "amount": { - "quantity": 14, - "unit": "lovelace" - }, - "stake_address": "" + "id": "05c8a377130740020f237ff3112a5a371f38bdbf7e5f44a24daa2504a153a1c0", + "index": 0 + } + ], + "collateral_outputs": [], + "deposits_returned": [ + { + "quantity": 68, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 172, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 250, + "unit": "lovelace" }, { - "amount": { - "quantity": 140, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 72, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 59, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 92, + "unit": "lovelace" }, { - "amount": { - "quantity": 243, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 45, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 221, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 108, + "unit": "lovelace" }, { - "amount": { - "quantity": 121, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 134, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 213, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 105, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 220, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 54, + "unit": "lovelace" }, { - "amount": { - "quantity": 38, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 204, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 144, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 122, + "unit": "lovelace" }, { - "amount": { - "quantity": 75, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 91, + "unit": "lovelace" }, { - "amount": { - "quantity": 219, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 255, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 244, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 198, + "unit": "lovelace" }, { - "context": "ours", - "amount": { - "quantity": 243, - "unit": "lovelace" - }, - "stake_address": "" + "quantity": 20, + "unit": "lovelace" } ], - "inputs": [ + "deposits_taken": [ { - "id": "656b753f1c135b52584c520744b623767524b91a2d51530707cf1af50a13cd0e", - "index": 1 + "quantity": 221, + "unit": "lovelace" }, { - "id": "6c594f49182c6a700d097c1e6edbe3554a04a92415543151371002f58b6e2a7f", - "index": 0 + "quantity": 104, + "unit": "lovelace" }, { - "address": "", - "id": "7047ee0e7c4c670c03387b1c140bef29425a3ccd21b9024c1d3f7e4471533559", - "index": 27484, - "amount": { - "quantity": 71, - "unit": "lovelace" - }, - "derivation_path": [ - "16720", - "28110", - "15565", - "4821", - "29849", - "32185", - "18189" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ], - "collateral_outputs": [ + "quantity": 126, + "unit": "lovelace" + }, { - "address": "", - "amount": { - "quantity": 221, - "unit": "lovelace" - }, - "assets": [] - } - ], - "outputs": [ + "quantity": 221, + "unit": "lovelace" + }, { - "address": "", - "amount": { - "quantity": 160, - "unit": "lovelace" - }, - "assets": [] + "quantity": 110, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 234, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "quantity": 74, + "unit": "lovelace" }, { - "address": "", - "amount": { - "quantity": 215, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "quantity": 137, + "unit": "lovelace" + }, + { + "quantity": 234, + "unit": "lovelace" + }, + { + "quantity": 216, + "unit": "lovelace" + }, + { + "quantity": 62, + "unit": "lovelace" + }, + { + "quantity": 164, + "unit": "lovelace" + }, + { + "quantity": 199, + "unit": "lovelace" + }, + { + "quantity": 224, + "unit": "lovelace" + }, + { + "quantity": 96, + "unit": "lovelace" + }, + { + "quantity": 125, + "unit": "lovelace" + }, + { + "quantity": 108, + "unit": "lovelace" + }, + { + "quantity": 173, + "unit": "lovelace" + }, + { + "quantity": 39, + "unit": "lovelace" + }, + { + "quantity": 149, + "unit": "lovelace" }, + { + "quantity": 164, + "unit": "lovelace" + } + ], + "fee": { + "quantity": 204, + "unit": "lovelace" + }, + "id": "064716172960df1d01140d37f9431101565e1f1e3e257c4b3a3701125e596412", + "inputs": [ { "address": "", "amount": { - "quantity": 55, + "quantity": 224, "unit": "lovelace" }, - "derivation_path": [ - "4383", - "557", - "7287", - "23624", - "176", - "24611", - "4361", - "28776", - "7983", - "30225", - "21335", - "32694", - "30453", - "28384", - "7290", - "6558", - "21169", - "2500", - "21397", - "1050", - "10168", - "32332", - "18701", - "28103" - ], "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 74 }, { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 }, { "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { - "asset_name": "546f6b656e42", - "quantity": 41, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 }, { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 }, { "asset_name": "546f6b656e45", - "quantity": 34, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } - ] - }, - { - "address": "", - "amount": { - "quantity": 22, - "unit": "lovelace" - }, - "assets": [] + ], + "derivation_path": [ + "9583", + "9090", + "11046", + "5985", + "16377" + ], + "id": "3273243866715f60349db43bce504305130f7daa73240255536a4b622ee90458", + "index": 21932 }, { "address": "", "amount": { - "quantity": 207, + "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "17381" + "7578", + "11879", + "1214", + "8000", + "7021", + "5528", + "758", + "5553", + "6011", + "291", + "4241", + "6977", + "5890", + "3213", + "1479", + "13934", + "10241", + "1815", + "726", + "1750", + "14515", + "12243", + "10232", + "4089", + "6478", + "1384", + "13825", + "7884" ], - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "id": "4b6f310a53355560802a6640550c4e713e6435607878dc03447d315942710be5", + "index": 14322 }, { "address": "", "amount": { - "quantity": 240, + "quantity": 219, "unit": "lovelace" }, - "derivation_path": [ - "422", - "18599", - "9146", - "32322", - "18697", - "16844", - "30206", - "17639", - "14272", - "5494", - "11785", - "22742", - "11836", - "30105", - "14251", - "14050", - "21495" - ], "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 } - ] + ], + "derivation_path": [ + "6031", + "14779", + "582", + "4702", + "7860", + "7634", + "7339", + "8350", + "482", + "3128", + "1380", + "3597", + "8628", + "8402", + "5635", + "5819", + "981" + ], + "id": "6518546d43197e436b744a233c0f0dcc36347f614dd76f9e03312b4dd043636c", + "index": 30319 }, { "address": "", "amount": { - "quantity": 99, + "quantity": 180, "unit": "lovelace" }, - "derivation_path": [ - "7256", - "2174", - "24910", - "9962", - "19656", - "10654", - "2693", - "7521", - "27802", - "18293", - "26470", - "10707", - "27618", - "2051" - ], "assets": [ { "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 } - ] + ], + "derivation_path": [ + "6100", + "8989" + ], + "id": "a26675563070990a536120b525747d2f34222074c60d684d7673586609313813", + "index": 9651 }, { "address": "", "amount": { - "quantity": 32, + "quantity": 118, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, { "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 31 }, { - "asset_name": "546f6b656e45", - "quantity": 57, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 }, { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, - { - "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 165, - "unit": "lovelace" - }, - "derivation_path": [ - "8203", - "13710", - "27381", - "14069", - "32139", - "14570", - "30584", - "30792", - "572", - "16556", - "26657", - "4995", - "15643", - "19662", - "31537", - "5671", - "20485", - "1677", - "27795", - "14416", - "16149", - "20614", - "1971" - ], - "assets": [ { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 }, { "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 }, { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 } - ] - }, - { - "address": "", - "amount": { - "quantity": 75, - "unit": "lovelace" - }, + ], "derivation_path": [ - "4273", - "24208", - "32760", - "12120", - "20167", - "11387", - "21248", - "20370", - "16470", - "7133", - "6547", - "29156", - "8795", - "26430", - "5079", - "21684", - "2996", - "26947", - "12999", - "10507", - "31179", - "21189", - "16831", - "27401", - "16724", - "4981", - "20828" + "7426", + "16211", + "14158", + "11316" ], - "assets": [] + "id": "3500600f477666684511163b234a0e756541a56d1f4a6eb01e172e022c415c4d", + "index": 2471 }, { "address": "", "amount": { - "quantity": 181, + "quantity": 92, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 34 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, { "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 117, - "unit": "lovelace" - }, - "derivation_path": [ - "3183", - "27717", - "27178", - "24298", - "9634", - "16436", - "9502", - "5110", - "20350", - "9172", - "22293", - "24082" - ], - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 150, - "unit": "lovelace" - }, - "derivation_path": [ - "24482", - "17461", - "26501", - "2686", - "27203", - "30478" - ], - "assets": [ + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 47 + }, { "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 }, { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 15, - "unit": "lovelace" - }, - "derivation_path": [ - "8745", - "8931", - "17334", - "23165", - "18917", - "13372", - "17914", - "10980", - "12085", - "28523", - "30776", - "22809", - "11794", - "12639", - "25045", - "27634", - "18082", - "11064", - "22582", - "28144", - "6081", - "14090", - "25171" - ], - "assets": [ + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + }, { "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 } - ] - }, - { - "address": "", - "amount": { - "quantity": 130, - "unit": "lovelace" - }, - "derivation_path": [ - "14444", - "32318", - "31411", - "32540", - "11536", - "23002", - "6434" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 191, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 240, - "unit": "lovelace" - }, "derivation_path": [ - "10139", - "23412", - "2625", - "12626", - "24536", - "10977", - "18094", - "31198", - "28565", - "18588", - "22979", - "10764", - "10470", - "9881", - "5885", - "15403", - "29678", - "10539", - "12478", - "5347", - "5571" + "9396", + "6411", + "171", + "12005", + "9035", + "8897", + "945", + "3048", + "15159", + "11482", + "4236", + "13237", + "379", + "8942", + "5995", + "13195", + "11469", + "12154", + "10431", + "3965", + "9757", + "3809", + "10150", + "10084", + "11444", + "1474" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "id": "0dc90f007e1e355e0702c669325d110528495f0f54521759b6370ff0061f400c", + "index": 18935 }, { - "address": "", - "amount": { - "quantity": 233, - "unit": "lovelace" - }, - "assets": [] + "id": "75526b73111c005675177e5d3e3f36005c574878141c47354e780c1e8b09505a", + "index": 1 }, { "address": "", "amount": { - "quantity": 218, + "quantity": 19, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ], - "script_validity": "valid", - "id": "6a70b115d1a6029d5d144b183a57444414124f45312571557ddd59406a395062", - "deposits_taken": [ - { - "quantity": 24, - "unit": "lovelace" - }, - { - "quantity": 233, - "unit": "lovelace" - }, - { - "quantity": 26, - "unit": "lovelace" - }, - { - "quantity": 239, - "unit": "lovelace" - }, - { - "quantity": 85, - "unit": "lovelace" - }, - { - "quantity": 223, - "unit": "lovelace" - }, - { - "quantity": 103, - "unit": "lovelace" - }, - { - "quantity": 182, - "unit": "lovelace" - }, - { - "quantity": 118, - "unit": "lovelace" - }, - { - "quantity": 171, - "unit": "lovelace" - }, - { - "quantity": 71, - "unit": "lovelace" + "assets": [], + "derivation_path": [ + "2138", + "4113", + "913", + "1620", + "7172", + "157", + "3140", + "15231", + "11528", + "4141", + "14382", + "10445", + "15738", + "7006", + "11979", + "2324", + "10755", + "2710", + "12259", + "6072", + "15092", + "7717", + "5299", + "3477", + "11624" + ], + "id": "2e59014e176fe417a8313a2b436f4f7f710e110469bd4a7d5a6a691b6266577e", + "index": 6790 } ], - "burn": { + "metadata": { + "7": { + "int": -2 + } + }, + "mint": { "tokens": [ { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "6441e30e210287173ef8aafe0bf3dc19d644dc8c3de2c740bb00e2e4", "assets": [ { - "fingerprint": "asset1f2uurj55vx9enmm0jt4kz5k0dj8v8qlcp4hq5n", - "asset_name": "546f6b656e51", - "quantity": 5891 + "asset_name": "546f6b656e4a", + "fingerprint": "asset1ehpmy5w56hk8wundpyyvj2zehg96k7adkmf7k6", + "quantity": 7931 }, { - "fingerprint": "asset142uhycuxezqsmr6rug67a4d825xfnej2h3c0sp", - "asset_name": "546f6b656e44", - "quantity": 217 + "asset_name": "546f6b656e45", + "fingerprint": "asset179zchcn7mlxn4n8e2mwjuzml0kesndfkre55de", + "quantity": 3619 }, { - "fingerprint": "asset154jpy7ptmgxpjnzxy2pz43j8nfp7zupjshc3hq", "asset_name": "546f6b656e46", - "quantity": 7198 - }, - { - "fingerprint": "asset1we6mee7l8aq9dndydq8lw2renj8vl3ezedhv9j", - "asset_name": "546f6b656e4a", - "quantity": 7600 + "fingerprint": "asset100knd2c446dssa7n574ajvh5wff3gt265deuus", + "quantity": 4485 } - ] + ], + "policy_id": "dc3ef2a7a3cc58652024b71e0ae0d8bb488b655e343a1ebcb5a670fa", + "policy_script": { + "script": { + "all": [ + "policy_vkh1msl09fare3vx2gpyku0q4cxchdygke27xsapa0945ec05yq7j3j", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1jh3l20kz09834ev9mldw4xpleuv9c2ew08ddfm", + "quantity": 1723 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset166v3f655vx6mm6v6ja38ec44uy2wvcawjvlte0", + "quantity": 5493 + } + ], + "policy_id": "ccbfb193c3d91b79ba9638ff6209fc6cebab36d963053be9313ced62", "policy_script": { "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "599d85085d53b6bbe970f5fd0b057bd5f3712b9630dda04f5ba014d4", + } + }, + { "assets": [ { - "fingerprint": "asset1fu89r7axhycnnzyd9j62gsnf3dvpnapwk89hzv", - "asset_name": "546f6b656e59", - "quantity": 6428 + "asset_name": "546f6b656e53", + "fingerprint": "asset1cpzy8eyehuxg4akvegvjdu3drgngp495ysnxvh", + "quantity": 6849 } - ] + ], + "policy_id": "d9fc45e874da07fc9718ff999f8b1c5168c1abac42d349a193a33063", + "policy_script": { + "script": { + "all": [ + "policy_vkh1m87yt6r5mgrle9ccl7velzcu295vr2avgtf5ngvn5vcxx6cfv0e", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "8475472932c9a0f9ab1e19e5576d7a7f09aeb9fda619513cf38c02be", "assets": [ { - "fingerprint": "asset1uvecgnh44y650n9l7v6nuxhatvvyurxvjnvdfy", - "asset_name": "546f6b656e4f", - "quantity": 1023 + "asset_name": "546f6b656e44", + "fingerprint": "asset1je7ww8antdjpshg7xptpxmr77eyfql4q22nerm", + "quantity": 5781 }, { - "fingerprint": "asset1q0n7w74yvj3fju9yldnk7kgn8r5gmu9u8scuu2", "asset_name": "546f6b656e45", - "quantity": 421 + "fingerprint": "asset1swps4w4jqvr395hjsgw3yy0dpvg06lhh4zkvtt", + "quantity": 1641 }, { - "fingerprint": "asset1xwytt3jr4lpdjk494prp4wvhj6qnjvt8j99fyf", - "asset_name": "546f6b656e57", - "quantity": 2522 + "asset_name": "546f6b656e44", + "fingerprint": "asset1ern4jt9jum66wefw5h8cgqkhwuerzav5lung5m", + "quantity": 897 } - ] - }, - { + ], + "policy_id": "4aea4af358f422bb509947fdbb71dbe692be8a50dca12bc490f43c20", "policy_script": { - "script": "policy_vkh1v4dyphj7psw6t7z24ul5req5r2hpd0yahca4cl6yv4xsv2sv4kj", + "script": "policy_vkh1ft4y4u6c7s3tk5yegl7mkuwmu6ftazjsmjsjh3ys7s7zqwfzhnt", "script_type": "native" - }, - "policy_id": "655a40de5e0c1da5f84aaf3f41e4141aae16bc9dbe3b5c7f44654d06", + } + }, + { "assets": [ { - "fingerprint": "asset13hx0m234qnzutwj0zd3xlyv4xehrkrfgrjcwdh", - "asset_name": "546f6b656e47", - "quantity": 8849 + "asset_name": "546f6b656e42", + "fingerprint": "asset1wpr97hdy6zcnwh543hx788dg5n5whs3dj7rcmu", + "quantity": 8503 }, { - "fingerprint": "asset1qht49rr743pyzmhfp98nwswlwuga9sf07vdq9n", - "asset_name": "546f6b656e47", - "quantity": 1075 + "asset_name": "546f6b656e51", + "fingerprint": "asset1ggpnugz0j8r906936gejupf9v8gg3kget0vtkx", + "quantity": 3049 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1p9y2z0slr6e34j0q6alh3xjufes2ath4rzzysh", + "quantity": 6381 + } + ], + "policy_id": "e3ec84cfbf6751523283db2e72f8a3397e5efd2038af2e89b96093ff", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1n6qjuuvu6v2kck7mvr704atjlchf0h3y5qlxeu", + "quantity": 8352 }, { - "fingerprint": "asset1s4knx5pham6pynpc6sqdz3djnzp8zffdd6eutq", "asset_name": "546f6b656e46", - "quantity": 4086 + "fingerprint": "asset1afplc7leqejq0k6skupfk3jr8akr6lqsqc0jwa", + "quantity": 5161 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset120an5rvgtrm9wayxqesge4wk6rjrqxwwzdsc3c", + "quantity": 8546 + }, + { + "asset_name": "546f6b656e52", + "fingerprint": "asset1t80hcsglw2hyav83azcnr5ad7us3dmchk0zcke", + "quantity": 2595 } - ] + ], + "policy_id": "28ac7ae0bd93c06c15d1d79d1bfc4a1b1185a9187e247ae3fc19a9f1", + "policy_script": { + "script": "policy_vkh19zk84c9aj0qxc9w367w3hlz2rvgct2gc0cj84clurx5lzrz8fxc", + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1tcdhf4evccwvraug0lkmcgaz9fnjvus3hmcp62", + "quantity": 153 + }, + { + "asset_name": "546f6b656e58", + "fingerprint": "asset13l4xd968rvprf4j0ps47ejvhv2rd76wnty0v5x", + "quantity": 8662 + }, + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1278pc78er44m9e7pvjsshuaur2wu3nvwyj7vcj", + "quantity": 4229 + } + ], + "policy_id": "d71ac3e940a20954aa6ea9a38cdc4f425b0981af960bf19e2b535441", "policy_script": { "script": { "all": [ - "policy_vkh13497ujcetsjs8q2jgphazstnev2w75yrd82xvt8sx2yjsk2tthq", + "policy_vkh16udv862q5gy4f2nw4x3cehz0gfdsnqd0jc9lr83t2d2yz2828v2", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "8d4bee4b195c25038152406fd14173cb14ef508369d4662cf0328928", + } + }, + { "assets": [ { - "fingerprint": "asset1lld5ehza33kh5zch8d893cwz0ec6mp83hpp3sx", - "asset_name": "546f6b656e4e", - "quantity": 98 + "asset_name": "546f6b656e56", + "fingerprint": "asset1q9njs8smx8a8n5ljkq3wsekdkhnut6kzfzr6mr", + "quantity": 6419 }, { - "fingerprint": "asset1c9trh2ndmeth6gsd5jf82xlf6ewudr0gc5plnj", - "asset_name": "546f6b656e42", - "quantity": 3910 + "asset_name": "546f6b656e4e", + "fingerprint": "asset126ly8xgd90zqmph24lhgmu6vgxh0whte4wq6jg", + "quantity": 717 }, { - "fingerprint": "asset1skm9kgkw3taxayj3neygxqwuq6gqatf7n6tazs", - "asset_name": "546f6b656e4a", - "quantity": 9041 + "asset_name": "546f6b656e43", + "fingerprint": "asset10wm92l24d5ctlfcn7jx39dz9hv5q7yldqzfvf3", + "quantity": 4263 }, { - "fingerprint": "asset14wazu8zvsvafzaym2ptpyyjxdf4w27qyp247pa", "asset_name": "546f6b656e4d", - "quantity": 9507 + "fingerprint": "asset1adhksdcpdxcdhmwveexkzfvshfl3uc9fqyv9vj", + "quantity": 8703 } - ] + ], + "policy_id": "a6b6e6eb6f8d49391a5cd2f68fd00042c27aca5457ceeb8883c22355", + "policy_script": { + "script": "policy_vkh156mwd6m034ynjxju6tmgl5qqgtp84jj52l8whzyrcg342p2y0am", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "53119ccf47a48e5e160842d9cc73964bbbe052cd3b8f2d587a94fed1", "assets": [ { - "fingerprint": "asset1xgeaw97dr0h67epcl4sr9uaehyzpe7229kqvcu", - "asset_name": "546f6b656e48", - "quantity": 8699 - }, - { - "fingerprint": "asset17cqtayjpnrlck9dswms3dzdczeyuz6cc64kkz0", - "asset_name": "546f6b656e53", - "quantity": 577 + "asset_name": "546f6b656e5a", + "fingerprint": "asset142f56e2f5npj5jpdj05prvyy66u59kygtrvtwq", + "quantity": 847 } - ] - }, - { + ], + "policy_id": "77bd2fe351369c3abc27939309a7ba9c58a123a4ee54b828ce8849a6", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "0611c47aea949bdfb44b92d75eb42c70bd16208e8b48b94e9192e7fc", + } + }, + { "assets": [ { - "fingerprint": "asset1w8fj4ze6z78k6cg8n8ry6cwftsfrp25y9jmxtq", - "asset_name": "546f6b656e50", - "quantity": 5194 + "asset_name": "546f6b656e4c", + "fingerprint": "asset15gczqgw52xm9fqde9m8qmjf7ke3scmyq5f4eg5", + "quantity": 6483 }, { - "fingerprint": "asset1dmvey47gly55ax3z8et9f0xq8mpp9tc28ecgq0", - "asset_name": "546f6b656e53", - "quantity": 1925 + "asset_name": "546f6b656e45", + "fingerprint": "asset1v6tt23cfedu44w0rvr9sphjzukl9vnz7srfrvx", + "quantity": 1069 + }, + { + "asset_name": "546f6b656e41", + "fingerprint": "asset1xz9rmldhxl4h7hweve7q6rgjs7hd7e69f5z5dc", + "quantity": 66 } - ] + ], + "policy_id": "f547da8e7aec0a7f554b7279ec9b285336e34a5a3b73fff6a2f7872c", + "policy_script": { + "script": { + "all": [ + "policy_vkh174ra4rn6as98742twfu7exeg2vmwxjj68della4z77rjch3k64e", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "53fdc74c9a1e0b17f28dd41f3cdb2f354f176766f476dfd3cff44cb4", "assets": [ { - "fingerprint": "asset1pe32jvwpl79frw8yw63k7jx53265knaqcseh0d", - "asset_name": "546f6b656e48", - "quantity": 144 + "asset_name": "546f6b656e47", + "fingerprint": "asset1uv4gvezlzuulk5c2ze2r53p46r422aw8mw4kxm", + "quantity": 5155 }, { - "fingerprint": "asset14zd72lw6nwgrv4680fht67l7aczk9e4k3gwxqs", - "asset_name": "546f6b656e54", - "quantity": 5520 + "asset_name": "546f6b656e53", + "fingerprint": "asset18mam08lmu9g0p2zv4ck33n7a5tgdz6x0nu6f0j", + "quantity": 1564 }, { - "fingerprint": "asset14480tm9yx5w5zukpktpm68s984yvtdrxgvcl0r", "asset_name": "546f6b656e4d", - "quantity": 922 + "fingerprint": "asset178u6k5xlpeqtf9xjgxxh7s2eum2tqkl0ajag3a", + "quantity": 3822 } - ] + ], + "policy_id": "0078f66391ce031215828ec189d38ad07da74b2520f469ab7912483f", + "policy_script": { + "script": { + "all": [ + "policy_vkh1qpu0vcu3ecp3y9vz3mqcn5u26p76wje9yr6xn2mezfyr7ty25qr", + { + "active_from": 100 + } + ] + }, + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1hjkjz90fx4d7r4j7g4zdjjxptama6c9es4x9lq", + "quantity": 5085 + } + ], + "policy_id": "ecb8686cc0f75c280b0655a7150ad8ac38e1c7b44830b66d7c982018", "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "40bc17c068d1c290677e47a97ebdb72f8d1e017e86347f2a69fe9078", + "script": "policy_vkh1ajuxsmxq7awzszcx2kn32zkc4suwr3a5fqctvmtunqspsynspa7", + "script_type": "native" + } + }, + { "assets": [ { - "fingerprint": "asset1ptel4dwtnuy40e6zffe6luw30uwgc20cslj0t7", + "asset_name": "546f6b656e43", + "fingerprint": "asset10hyj20sx20xpks8dzn8cpuz84mmy8kwlsenvk5", + "quantity": 9021 + }, + { "asset_name": "546f6b656e46", - "quantity": 6995 + "fingerprint": "asset1ec6ras9th56jtk2khsflu0rr2x5jrwlufp558m", + "quantity": 7110 }, { - "fingerprint": "asset1hc52ae5acqs25wgjw0erg03yutwdsnf0v9849s", - "asset_name": "546f6b656e59", - "quantity": 8207 + "asset_name": "546f6b656e57", + "fingerprint": "asset1npa422kjh0prqemtweknsfc4r9j7xgxgxzr4wc", + "quantity": 8484 }, { - "fingerprint": "asset17z7q55jkevptc3qd5cdkg3a3t63vjwyrr0mvmz", - "asset_name": "546f6b656e4f", - "quantity": 1159 + "asset_name": "546f6b656e53", + "fingerprint": "asset1uas40yp4sxw8wv8cx5v7tu9u8rzfjtrf3t4vrr", + "quantity": 1857 } - ] + ], + "policy_id": "296dfa43576c99d8bb5defe0960b332c150ddace5d3e9d6225c576e4", + "policy_script": { + "script": { + "all": [ + "policy_vkh199kl5s6hdjva3w6aalsfvzen9s2smkkwt5lf6c39c4mwg9d3yrf", + { + "active_from": 100 + }, + { + "active_until": 150 + } + ] + }, + "script_type": "native" + } }, { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset120kdesxp524702p6pmmketesulqvzuu8xz7qjx", + "quantity": 8613 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset1c0yzdmr48vx9ckrv0ephhuc4nqh0cs8fqcl0xj", + "quantity": 4825 + }, + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1jzh7lps9vw2yumytqt5z2fjer795yy203yf2zw", + "quantity": 2602 + } + ], + "policy_id": "5c611ee049c8363028fce2789b64096ea38222a84663716efeaba1d8", "policy_script": { "script": { "all": [ - "policy_vkh1weeghasngs0egj6hs0gvse6w0jxpqgcrvhwsr82xp7lrqca9s6f", + "policy_vkh1t3s3aczfeqmrq28uufufkeqfd63cyg4gge3hzmh74wsas6lm5xk", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "76728bf613441f944b5783d0c8674e7c8c10230365dd019d460fbe30", + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1q6e430ephpe6ls5es0hzpxf9vtw352h7qjpa3t", + "quantity": 7975 + }, + { + "asset_name": "546f6b656e44", + "fingerprint": "asset1ujh600yajxav0t83mxaphj7j0z5hclkyyanxzp", + "quantity": 1487 + }, + { + "asset_name": "546f6b656e4f", + "fingerprint": "asset1md2jteu9ft9fhad8kjclg4fuqvw93fx0zwha90", + "quantity": 9061 + }, + { + "asset_name": "546f6b656e4b", + "fingerprint": "asset1syskv89mfe4pjlx240pyqypskjw8q8zjc7geyr", + "quantity": 6881 + } + ], + "policy_id": "be416e598a80261056aca9d6543683ae438dd3b91988c228873366d8", + "policy_script": { + "script": "policy_vkh1heqkukv2sqnpq44v48t9gd5r4epcm5aerxyvy2y8xdnds9dc4wr", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e54", + "fingerprint": "asset10l25kaml5wxrmwzwfhwl6pky5ukh6lahzkjr78", + "quantity": 2711 + } + ], + "policy_id": "18aac258c1ec13ec6a92fc9f55c2a9590b0a8dcfaae38dfac1ecfde3", + "policy_script": { + "script": "policy_vkh1rz4vykxpasf7c65jlj04ts4fty9s4rw04t3cm7kpan77x9k6u0n", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e50", + "fingerprint": "asset1rx9stkdgwp2c8g59zn6pj27zl86w0mx43aphrz", + "quantity": 6617 + } + ], + "policy_id": "e53cc45cf75790e68e95b227e362065fadd246b5ceed32714da8014b", + "policy_script": { + "script": "policy_vkh1u57vgh8h27gwdr54kgn7xcsxt7kay344emknyu2d4qq5k9yjued", + "script_type": "native" + } + }, + { "assets": [ { - "fingerprint": "asset10sr9lqs40gjy7t4vgezh8xf76cqxtlkm0rgq45", - "asset_name": "546f6b656e48", - "quantity": 375 - }, - { - "fingerprint": "asset1l0ymz446n3gysml9qpzgcwc3uxttcmweldck3v", - "asset_name": "546f6b656e55", - "quantity": 1136 + "asset_name": "546f6b656e46", + "fingerprint": "asset168dpguc2ru3e0vg8u4taqe3d6e33g9tsphnzq7", + "quantity": 1182 }, { - "fingerprint": "asset1v80h4esd4udx7e2nrshea5uat75l2x34srtaf5", - "asset_name": "546f6b656e56", - "quantity": 8914 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1q6pn5y0uf25tyn7665jg8nvml0h4auaey4f0cg", + "quantity": 5431 }, { - "fingerprint": "asset1qm5xg73j6apgk33cgmv0zl23cnw940w4udaznw", - "asset_name": "546f6b656e43", - "quantity": 3229 + "asset_name": "546f6b656e42", + "fingerprint": "asset1huw5uugl9ux50wf6z0wmsc2lkpp9qeekjnlmrv", + "quantity": 1227 } - ] + ], + "policy_id": "bb2a2e839c875eabcde9e202760c428f67be6ee6f0e24a2cea294586", + "policy_script": { + "script": "policy_vkh1hv4zaquusa02hn0fugp8vrzz3anmumhx7r3y5t8299zcvs6ppth", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "12a26f3c6b9b10568bf9d620066e0b67614fd5d1d63ef10b5f6a4974", "assets": [ { - "fingerprint": "asset1ken4t6mmhkwct04xlhmwh2uqvh38curlxnlqta", - "asset_name": "546f6b656e55", - "quantity": 3049 - }, - { - "fingerprint": "asset1q3e7wxq2tcynzcrrnz488hn8nwezsd2quamsw5", - "asset_name": "546f6b656e49", - "quantity": 4600 + "asset_name": "546f6b656e52", + "fingerprint": "asset1pekzj84spq57l64egsx7guhmcrm28ec4g6ha6v", + "quantity": 7320 } - ] + ], + "policy_id": "8cb71779f50e830ee3a3db969ac57e4c8a2785b49b1ff8e78679558c", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } }, { - "policy_script": { - "script": "policy_vkh1xxhtw2h6huvs99qapedk44wgg5mecyne22592h9wx0q8ykp2tjr", - "script_type": "native" - }, - "policy_id": "31aeb72afabf1902941d0e5b6ad5c845379c127952a8555cae33c072", "assets": [ { - "fingerprint": "asset17pn9mgp2pz6yecefhx5emrglck5avh2fme7k4r", + "asset_name": "546f6b656e54", + "fingerprint": "asset1ddegyt0dgsqhp7lwe57ndgef3r4wvjechvyhqe", + "quantity": 5321 + }, + { "asset_name": "546f6b656e53", - "quantity": 1853 + "fingerprint": "asset1g57kj46hgsx02krkqc6dm3av79ngwryhaea5ud", + "quantity": 9673 }, { - "fingerprint": "asset184zw06x63pthnlnjc6978et6yzyqdhslakeya3", - "asset_name": "546f6b656e41", - "quantity": 4805 + "asset_name": "546f6b656e52", + "fingerprint": "asset1m5cdrfpuzvr6dz7w3p7nwltaqw4jjkad0hl7s4", + "quantity": 1128 } - ] + ], + "policy_id": "2dcabe8b70c234efbf26a8c861ed68d52bf9448f511c50cc0bc90247", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } } ], + "wallet_policy_key_hash": "policy_vk1razzu3pv9ecsgln9qtxnzfc99yvls9gx84vxsjstp96yuewpqctqyzvlvy", "wallet_policy_key_index": "0H" }, - "fee": { - "quantity": 37, - "unit": "lovelace" - }, - "certificates": [ - { - "certificate_type": "genesis" - }, + "outputs": [ { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1eq6f9q6yk9mh5u0v6zl46tcxavek8stz7kwvkflh3pjrtr6xw4qqedrsq6", - "ed25519_pk1x79q48zmtq2gllzl23q9gdzyws9lasv5px2rzmmgqw84kmh0ms2su8sxjh", - "ed25519_pk1z5dm3mhwv2m2a3nndrmm3eyy9pd30vl25duhe8azzmpyacgyeglqa3c84p", - "ed25519_pk1lu3vmu0e4g7f34agxl755hfrnyumx6hcfl7n4cxy8x5nma2uuzvsmm8s2s", - "ed25519_pk1j3ra5da7eux6lkj99n5fzwhxeqre52w2p3ewr6rjv9w8pc7daygs63x9mj", - "ed25519_pk1my08e0xssge6awrz94nq4930fv4p5h58gtywvtc2uk43mqp6szns8636e0", - "ed25519_pk10zqa7umcdsagfm8tm9776htdkzaj8y9fdjep74vsn32vyfjzdz6s2tvt5h", - "ed25519_pk1qwpmg8cgmjy3fghk6rtfz600q9qwzv45lmkgyr4va4gdu0jvhngsxyc5hd", - "ed25519_pk1suy7lmuh2fg4mc3000uzgxczaapwr5e5n97myma3s902mywe28mqzvcu2j" - ], - "pool_pledge": { - "quantity": 235, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 22, + "address": "", + "amount": { + "quantity": 100, "unit": "lovelace" }, - "pool_id": "pool1wprytejsnn56yz8pcx7c2nhs3ea9uhddmernya5pw7wpcu5nkc7", - "pool_margin": { - "quantity": 9.32, - "unit": "percent" - } + "assets": [], + "derivation_path": [ + "11490", + "1845", + "7089", + "10798", + "1887", + "13188", + "7044", + "3464", + "11779", + "13654", + "3209" + ] }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1hefxn4p8g3xyy8c2qlyh27u9wkezh7jrnwggmgef4rc0zdkkucaqhz0eue", - "ed25519_pk1mseezzkcmkz52lkru5sqrzpxzfrd52v9kcquz62mefpcw450tc9qxlnh3s", - "ed25519_pk1lpp2khkcgcnjq0q6enl73nzyf7cd9s9y6wa5d9046hlymz3lmsaq5522s5", - "ed25519_pk1gez2cp3gdf7uhqx8sakn0ue72n8eyc9d2ks27g0rlsjavechshqs0x9hzc", - "ed25519_pk1xvvw48az3hkk3tuty34sn65e3yqh9sa5zhmgmtukjwf5k344f5hqye7t9d", - "ed25519_pk1nqm9yj2u57vtt0v4m453rdlnv2kmerua7zeqxf37vg7v0nfd990svfa864", - "ed25519_pk1u6zkwx0mtpe9xrlvptgeyf32lwhjkd95gekw5we9qkjht78ht7vqg6e37t", - "ed25519_pk100n4g8a4gupnpghns5hjq6zzekvq98ze3y4ajw3xqdtesnl8tgjsrwlany", - "ed25519_pk1zfy2zgjysv9mjsf96c7vl79ad7ak0wsnn35d663fs3laqcqr5tasu5w77p", - "ed25519_pk1gmgnd5wvtdcfu3gfln9gujsrh8cdww7ey5nl4m9ejstfdwxsx3fqtn5hxu", - "ed25519_pk1nfn7t03nqldz0rx39zkeuqwrn6nggc898vqrchuvgnulk2xv9tmqtxaa87", - "ed25519_pk15dmq8g3ecx9cdq7ruarmac46m2ur68dmp8p7lyxamhu7kz606ycqp542xs", - "ed25519_pk10jmve95hc02vqfayrzytnkxv6rvt5yraegsrvypfjuycd2fd4nhqf0h8sf", - "ed25519_pk1ng2urat2smx6nclh202dundtgu82582eu9qpztw0xfnce7xy6h4qcen84y", - "ed25519_pk1h70ekefvdnl8a3xnw44wjty2g0ffl33yrckq6puauvkwkp6r7zlqf3s0mn", - "ed25519_pk1a9pyvjeetqlhkzvpyumqgyzte3ygnw825ulw26mrh93uypcffyjqefq8x4", - "ed25519_pk1fgve65r6fng5vl2gvf48qf250w2hxza6n7wzjesusp7sudrty5rsx28hfl" - ], - "pool_pledge": { - "quantity": 95, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 104, + "address": "", + "amount": { + "quantity": 121, "unit": "lovelace" }, - "pool_id": "pool1q3t39raudr3rxldnajnmsagsuyyhuh4je35jk6w8eyrmcg8ejw5", - "pool_margin": { - "quantity": 36.83, - "unit": "percent" - } - }, - { - "certificate_type": "join_pool_external", - "pool": "pool18g48nr77hqg9lg6gqta900yc7kavy8pzyqp76yyqn24rxynuthz", - "reward_account": "" - }, - { - "certificate_type": "mir" - }, - { - "certificate_type": "join_pool", - "pool": "pool126qv35neyx3s28vyfc2lv56zrecqpur5lprj059xesgr2cmjrxq", - "reward_account_path": [ - "11524", - "20138", - "12590", - "25002", - "8768" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 43 + } + ], + "derivation_path": [ + "2858", + "1908", + "11337", + "13299", + "5344", + "3768", + "8968", + "14253", + "2821", + "7682", + "10184", + "8776" ] }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1uvnyhr0ueexy3gkcwgtz2mj3qfxhnrm4y6rlw5c3gn8w6gakm3astcvxqk", - "ed25519_pk1f9g4dn6ut8478rvnteknnm74n277tyrshzhqnjy3zk6tsa689pcspqhj8l", - "ed25519_pk18e37qtuclje8fpd8380s5h6shnm3m7xu80jgavp705xa23wdctvqtyg557", - "ed25519_pk18a258k8aaxlh2jyzd6s3fpxzllrjzcsyhlnyqmfzl79vt5xmea0q8ala6u", - "ed25519_pk1xkhw0tdt9s5vug43d50lr2dwz96ax3eskv5wqm8py9r9pk4ywtcqqyfcrl", - "ed25519_pk1jmyc6xfzjzp6z20k2d5mcr552ep9xhx6tkp9nkcx2tzyv5qt29jqyx6snf", - "ed25519_pk1xd2zyr9ygrpheu5s75tdl08sw050tc39pv82d2zqrl6a62jsjh8qpdp2q4", - "ed25519_pk1f9zfcw2xvfd07rre9w6cdc08ls97k72ahtcr8v0mudd6mq38ktwsfk3xyh", - "ed25519_pk1wrxsecc5q9zk80n9xeq79wh72vvg04mlnmzpzs5mte4pr86ztnasvjwjg4", - "ed25519_pk1f40q2anr3la8nglx3ph4uv4c48s0cntjp6nktsts0uda6v4f7veq0p8385", - "ed25519_pk1naq02te0mq2c0nx8ywq3hyp8xj3y9nf5523p4nfta5pgdsgy6v5qn5l8yx", - "ed25519_pk124q59y4l5a6w9nr454w0qarvn36pdju2m73edkazyd4nw2szkyuqjv5ma9" - ], - "pool_pledge": { - "quantity": 16, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 3, + "address": "", + "amount": { + "quantity": 61, "unit": "lovelace" }, - "pool_id": "pool1ug0stmf7hmg8lt9et4hk33stcwdsspnsnzn59e8ql6hv7kh6cy6", - "pool_margin": { - "quantity": 7.54, - "unit": "percent" - } - }, - { - "certificate_type": "genesis" - }, - { - "certificate_type": "join_pool_external", - "pool": "pool1l5vre8v9059dn8gdgzfzr4ha68sdm22gmqq0m77s2y475vl2ngh", - "reward_account": "" - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1p8avk5kx4ds00rx6wd9426593mm4869rwj7w8sv25l7n2syx9zh", - "retirement_epoch": 20022 + "assets": [] }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "20274", - "11311", - "9425", - "19085", - "25464" + "address": "", + "amount": { + "quantity": 99, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 30 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + } + ], + "derivation_path": [ + "796", + "14639", + "5695", + "4683", + "15139", + "10651", + "6500" ] }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk17y0aysfq9sdjtud80kshetwvdg3px03s2p7t8j9d4ur26df287msgh8sev", - "ed25519_pk13dqy2mda7vkmq77wse4erd8kwwrsmka4uzlrh94tfstkk2hs5nvs45v8hh", - "ed25519_pk178km6pkma2zckc9kfz9wakr0udyds4zmcgmqflvzg02xq9zx7ptq0yjrcc", - "ed25519_pk1qxzkuux6aetrtw6jrmheywd0hw3ht95tknsll8dvddr2e5qu502sh6nvxf", - "ed25519_pk14zpastfd9vp40z6xfdtvv4p5s0u49kc839l26h7346xyx9lxattq5ex9yv", - "ed25519_pk1a8jfev5gv0ra9g3ne0hakcfl8t8csayyd7v43szyejzym67k0dzsnprqzh", - "ed25519_pk1swhqwrypaelvqrd5p6em8r098vr3052smzmftezqzlsqz975k7kql03kj0", - "ed25519_pk1hl959k8ujx5d7mvqsv9zfrvh2vd67k3kx5qczsamch5zgp3jaqqse346eh", - "ed25519_pk1t36xs8vhqgcyemwxvw90jrtlnaxkuusuxedugw2y59jfscancmksyan5ja", - "ed25519_pk1ptn2kwpq3qqx0wegmv6x4lm0d6t73jsmpw04cmtvsj6572ldphus96p99c", - "ed25519_pk1nhxr5ut40w47fefhx3zctp8j2985w435g3ya42cdtjvkmm577j5st70yyr", - "ed25519_pk1gtqyz8hch8sv0j6y0kna7g3d93ydqaxl932jfuys0hx00lxncuvq7lnar0", - "ed25519_pk1lyfu9g68jp4rnrp7jq8q5sj2hmr6ealkutej4y5ejf9qzdhx2vfqyxjdn5", - "ed25519_pk1l6hnmuq8qckym98g0ahzl7u46dn0wljgs32mgxmg495p50lah0jsvdllxq", - "ed25519_pk1wmz6s90j4wmqy05wyuxzq9aj5qyjydw26cqgpcutrasdlr0udqws8xp0zl", - "ed25519_pk18yprz2h2el8s8whm4hms3v2l60pmef7cgjm0ks0hlclw38yvhs4sjzsgeq", - "ed25519_pk10fu5clmkyadjfxvs9dj3tkg6pgfztg0egq2vrkftgq3a37drsghsant6jp", - "ed25519_pk1g6swdvr5zmuzhjmg568shs43c0yxj7sldtert7feq8rd5s37m5qs30j0xx", - "ed25519_pk1yuw9hc54cv3ffq6z9nehez4xykph60z9gmfjs5m3fjsrx0fv06dsqn8kgz", - "ed25519_pk1zmzag9yl6shazw4mr8wd074x2zeznfklmdf38d8jpay0e84tnh9sqzyk5r", - "ed25519_pk142w43dczw2g3ahrmaa475gm7tx72kecj4avv7guzfq0kwtzkfmgqdt0ccf", - "ed25519_pk13cwd62asmfknp3696gct44nl0u6m4nnpkt4dkgappud80yhup82q2hn8rr", - "ed25519_pk1cku2hx5gpw4wuqgd6znw87ec6sf5cre2vsyyez3axlhjalfv2mhqskrmwx", - "ed25519_pk1utm34uua6g5yphj3atna4ph8q8t8w33dththlfkpufm8qus9jheq9us2pa", - "ed25519_pk1et02d6p2925zu3a4p6gspzs88skc7f53p0aw5sy564sqq3y008dqsfjtu2", - "ed25519_pk1z62ja4d5ekaa2sc6yjzjy0eam0rz232vkycglfq2h460u9gv06tqes002z", - "ed25519_pk1he33tncksmz52tl8ypd04svzxuamq7xxpp4mqa4dnd8xqva5j3aqh6x006", - "ed25519_pk1fvakv0tyh380jc2ak089j3kaucss0tdkfpggm2p7mp4hcxk0dutqyt4qv6", - "ed25519_pk1608ty877nl4v262mr3mlpsgtqvxt3s9nd6gv0r8ucl3stshlm69q53ae38", - "ed25519_pk14d967aue0qtnd27tu7efqv5kyvlydhfur4sm8appth5etulc0s3svlvusu" - ], - "pool_pledge": { - "quantity": 52, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 175, + "address": "", + "amount": { + "quantity": 60, "unit": "lovelace" }, - "pool_id": "pool1m48mm4vwgcnsvuz2nwygxjed5en88kf979r8scyl07n2v6wllcv", - "pool_margin": { - "quantity": 20.26, - "unit": "percent" - } - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "32086", - "30852", - "17193", - "22421", - "10580" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 48 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 35 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 31 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 + } + ], + "derivation_path": [ + "13516", + "13500", + "183", + "2447", + "6591", + "3849", + "14177", + "6399", + "10654", + "13299", + "4824", + "6165", + "10695", + "1284", + "1841", + "9887", + "15301", + "4560", + "11602", + "11001", + "4083", + "3133" ] }, { - "certificate_type": "genesis" - }, - { - "certificate_type": "join_pool", - "pool": "pool1982y78fs9yz6tc9ffg6wft7m3gy3re8nrmzs8ktjdppkyw47043", - "reward_account_path": [ - "8586", - "11978", - "23227", - "24341", - "789" + "address": "", + "amount": { + "quantity": 205, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + } + ], + "derivation_path": [ + "10386", + "11605", + "1493" ] }, { - "certificate_type": "mir" - }, - { - "certificate_type": "join_pool_external", - "pool": "pool1qxzlnccxvdlyd4v5hpmp9u5dgwuv9ukxdy4nes67ysp0c8wx6g0", - "reward_account": "" - }, - { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk10305faeag2zhx226ychx0gymwu6m28sumeklr88ds3ut6vg9rz9strm0h2" - ], - "pool_pledge": { - "quantity": 41, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 102, + "address": "", + "amount": { + "quantity": 132, "unit": "lovelace" }, - "pool_id": "pool1wdmzf6ekfckvnveah69p48ptfspgvskvyedmqmv0q9y525p5g0a", - "pool_margin": { - "quantity": 36.3, - "unit": "percent" - } + "assets": [], + "derivation_path": [ + "8495", + "13347", + "4134", + "6565", + "15150", + "14090", + "3539", + "1884", + "559", + "9807", + "11801", + "15394", + "16359", + "7825", + "1873", + "7024", + "16012", + "5711", + "5328", + "6801", + "10826", + "379", + "4155", + "11932", + "4600", + "11863" + ] }, { - "certificate_type": "genesis" + "address": "", + "amount": { + "quantity": 224, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "14766", + "5624", + "307", + "8024", + "6823", + "15146", + "4297", + "4701", + "1136", + "14610", + "10693", + "9763", + "50", + "9091", + "15374", + "4955", + "10065", + "9944", + "2452", + "8307", + "16233", + "15211", + "3686", + "12442", + "12158", + "782", + "6648" + ] }, { - "certificate_type": "join_pool_external", - "pool": "pool1dajg0spmvljpar6k0neuu2h5kx6pnk6a6mfax8jlt532cz0r6mw", - "reward_account": "" + "address": "", + "amount": { + "quantity": 192, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + } + ] }, { - "certificate_type": "mir" + "address": "", + "amount": { + "quantity": 33, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + } + ], + "derivation_path": [ + "658" + ] }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk13sgu4jthk0ekd93yrm4cgp8tl09c5ysgrmnhp0ahvuwt0hh0zq6qurt6dd", - "ed25519_pk1txd4hxkad3rzvtcaqcw2gq83mltc8vraare74nsvtfyylpukfanql5ghgs", - "ed25519_pk1jpp9mt42ydt5wf63f7wkfaxyarva08axnx29kmw3fkf84cpdtgcqr8swad", - "ed25519_pk1pqjtjdy7nklwjpv79rwk7qlp37jsley58qx5stfn88gce9njf0cqky27ln", - "ed25519_pk12ekyqj9zatsr597xnleu3tykcrxlthqghqtnj7n8zuxc07k6kygq52glfm", - "ed25519_pk1tcz289urygvkle79st8yt7j2wfualtkwh765pa858v890lj9n2ys5nu97u", - "ed25519_pk1n2sezr4urw5kmjm39xyh4qd0rk7e4p3etur0z8js5utpccpvdk3qrkj2um", - "ed25519_pk1pxgyqw74zysuwmg45da0k4x42rdk47vzcehmte7zcwqksf8f7nsse2mhz6", - "ed25519_pk1ujkf4wzf22nt6f88ftrfhcj5wf8ld0jndtxl7qha8jmpmhe7pxgqfwntfl", - "ed25519_pk12rzu3fkwyc29p9pj2629dr489xmlnq9eaz4kyhaadcw8me87v7dqnnjrzj", - "ed25519_pk1fmceatctnhs5exhx48v4dmdnr5e6huth7wzygw98tcd9lwvn9cls7kx7vv", - "ed25519_pk19um3sc7hudgk92kkq7pwqjelyxgfvrjn75asj2f7ttrzwvf3zw5s2zsmft", - "ed25519_pk1msqm5xxkp5596fpyrggss6zrftmyex5y0l9f0j7e39ym9nf3ukqsn0m8c5", - "ed25519_pk1s3esq9xfekvqe5zvasem68fqtke4c4a93ldc39yaayqqnrgt3uzqcshfan", - "ed25519_pk1st8rp6p3uv4faf3mjry9ww9kjg6cq802ezsg28w6nlevjz0zzxdq0hv33s", - "ed25519_pk1a90r46w2jd5pvn2wdgledwqm9qpx004s5pqrfuxe46txu27thdcsq7grxy", - "ed25519_pk1h387dhccl2ummxldv2nh7kjp75w58fe00cw5d3w06zaqh6yp228q5nfj5k", - "ed25519_pk172ydecvsdzcltze37768fvrzq7ulhtgjrtdmp2ljjm3lvd8945zq68p952", - "ed25519_pk1qrnd7y0rxykfjttzrvrlzlvzg9k5qu7x7l37hrac6wswpe8zlkmsvucvkd", - "ed25519_pk1ap280kuqp35tp4ysdznr884sh9j96mvxmghg6pgw44zemerswmqqleaq9w", - "ed25519_pk1wl9sa5p7dmmwen7ssqx7dva5kk9lpmzncpwnamyejseztqsayg9qxsmfvr", - "ed25519_pk15en6356nrgd3grapflc2a8ehw9zu5e8rnk5sgs7vfcdd5wqmagmshvs4em", - "ed25519_pk1k6czea2z2jtj9evqecda4ev4kqqjndyvg5n5xmjalazreunntd3qj8wad5" - ], - "pool_pledge": { + "address": "", + "amount": { "quantity": 138, "unit": "lovelace" }, - "pool_cost": { - "quantity": 70, - "unit": "lovelace" - }, - "pool_id": "pool1gxhgsdsma70l7x2nf3nv8m7efz2svqlttrdwhc4g867wsmpa2a8", - "pool_margin": { - "quantity": 50.05, - "unit": "percent" - } + "assets": [], + "derivation_path": [ + "13268", + "11732", + "688", + "5265", + "10491", + "989", + "12918", + "9959", + "14654", + "10233", + "7524", + "5785", + "11114", + "2527", + "5173", + "9107", + "1152", + "3141", + "6923", + "4206", + "16370", + "11820", + "12138", + "7291", + "2888" + ] }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1qzhnv467jszwfselheydedf37pxl5zyv6cu5tnfngcnmddgm73zshynaz8", - "ed25519_pk12gypys662c0g5v6222h46vftduq5ry7jeea9kkwpwpfkw7r3m64s7gc0d2", - "ed25519_pk1tzzft6awp62qaskardq8pscvrwpamn88g8k65yd3ulugltqq5xds3wrv3u", - "ed25519_pk1k3p48r9fn4d3049ndrrwpud5yycvl42hrv0p8ylu6s4nzqma0yusku0cdt", - "ed25519_pk1l7xd4jv3x0nyfn39hn7wpdrx9dd6u4d8a5zfr00d6klekr9awrwsmre7xj", - "ed25519_pk16qhcd5hmh6zd7vj4drte0zxrw4xgysyqhng8dw8qs0lcz8pym9tq4dh9s8", - "ed25519_pk1c7gvzam7g0gkkr047nsm7aa92tkzue7shl53vl6dqtdq9avdusss63d4m7", - "ed25519_pk1g3zntu8zt50uujk9ydz66pvz9h6wgw5dq9vlm8t486avax3ful9q37lctj", - "ed25519_pk1y7pjftgmv0s2mwkjufecejze98tekkeh9ku7uvlt54u9ec3te50q755cet", - "ed25519_pk1cg4zfh0u5ns4x3qv5czrv24j8w07dwd55qg2wfl9mug7r0n99ulqwgm6hy", - "ed25519_pk1pty28y645facyu92yareqscus2y95axs9cfc8287muckpc8zrtxskcnzde", - "ed25519_pk1tepxc94rd32q2vxgwp8feftzqd5qpn2mf6v24g64lycs4se800eqfqz9vu", - "ed25519_pk12zdhw3ddz0zz8qaz6kkdt3ffxpdvr0p2996cd2fujcn6n4ex8ujszqy9mx", - "ed25519_pk15wansluehq5jml7xmvxlakv9y42lh35mte5q9p3w2u0ytrsjlt7stz6lpe", - "ed25519_pk1zzqyssyyqaa9tss0ttw954w76eyd7a9dqz2edja9w52zepwwtl3sh2t6j4" - ], - "pool_pledge": { - "quantity": 249, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 61, + "address": "", + "amount": { + "quantity": 197, "unit": "lovelace" }, - "pool_id": "pool1jm3d9d463vc5ay94p0u7d0cdznzzdfgzta9r79e24gz0cszrdx6", - "pool_margin": { - "quantity": 66.35, - "unit": "percent" - } - }, - { - "certificate_type": "deregister_pool", - "pool_id": "pool1rlh8j6t4gmfxx3py78dq763sq74xczqreen3hl645hczsggdnqf", - "retirement_epoch": 31372 - } - ], - "deposits_returned": [ - { - "quantity": 50, - "unit": "lovelace" - }, - { - "quantity": 210, - "unit": "lovelace" - }, - { - "quantity": 161, - "unit": "lovelace" - }, - { - "quantity": 240, - "unit": "lovelace" - }, - { - "quantity": 189, - "unit": "lovelace" - }, - { - "quantity": 84, - "unit": "lovelace" - }, - { - "quantity": 133, - "unit": "lovelace" - }, - { - "quantity": 214, - "unit": "lovelace" - }, - { - "quantity": 142, - "unit": "lovelace" - }, - { - "quantity": 231, - "unit": "lovelace" - }, - { - "quantity": 23, - "unit": "lovelace" - }, - { - "quantity": 153, - "unit": "lovelace" - }, - { - "quantity": 98, - "unit": "lovelace" - }, - { - "quantity": 134, - "unit": "lovelace" - }, - { - "quantity": 8, - "unit": "lovelace" - }, - { - "quantity": 137, - "unit": "lovelace" - }, - { - "quantity": 173, - "unit": "lovelace" - }, - { - "quantity": 180, - "unit": "lovelace" - }, - { - "quantity": 132, - "unit": "lovelace" - }, - { - "quantity": 65, - "unit": "lovelace" - }, - { - "quantity": 150, - "unit": "lovelace" - }, - { - "quantity": 29, - "unit": "lovelace" + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + } + ] }, { - "quantity": 136, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 225, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + } + ] }, { - "quantity": 154, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 41, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 + } + ], + "derivation_path": [ + "13039", + "2864", + "3309", + "3757", + "4369", + "10568", + "10876", + "7341" + ] }, { - "quantity": 157, - "unit": "lovelace" - } - ], - "metadata": null, - "collateral": [ - { - "id": "29686507614d2e18004e5c063c8f162a3fec5a4e47375825424a532f2f7d7f5c", - "index": 0 + "address": "", + "amount": { + "quantity": 168, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + } + ], + "derivation_path": [ + "7719", + "13203", + "1309", + "12593", + "15922", + "2229", + "7420", + "2188", + "2250", + "9010", + "15518", + "12475", + "9660", + "3008", + "3337", + "5197", + "11555", + "12215", + "5482", + "2723", + "1357", + "5084", + "15390", + "849", + "1243" + ] }, { "address": "", - "id": "ac8b02b41f56195d33bc0b86516beb26c26a152d2a087e0539701d326a026043", - "index": 2229, "amount": { - "quantity": 49, + "quantity": 38, "unit": "lovelace" }, - "derivation_path": [ - "29334", - "5306", - "2077", - "13770", - "23348", - "8679", - "32414", - "5308", - "19879", - "13899", - "22418" - ], "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } + ], + "derivation_path": [ + "2649", + "1418", + "13269", + "11682", + "11560", + "10802", + "5736", + "2866", + "2460", + "3844", + "6319", + "6229", + "11094", + "15201", + "11452", + "2999", + "3769", + "2348", + "3067", + "10289", + "3104", + "5164" ] }, { "address": "", - "id": "2a2d7076254c312962501c33462a8b42206a42f5304b24320d30191b6b473303", - "index": 5983, "amount": { - "quantity": 172, + "quantity": 148, "unit": "lovelace" }, - "derivation_path": [ - "10402", - "1720", - "10727", - "6342", - "29436", - "29039", - "7543", - "16332", - "24604", - "18863" - ], - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + } + ] }, { "address": "", - "id": "086f390ddb022754781f553c3b04207669d80c61672493061f125a021f693a26", - "index": 11181, "amount": { - "quantity": 40, + "quantity": 35, "unit": "lovelace" }, - "derivation_path": [ - "14707", - "9750", - "13595", - "13164", - "20941", - "31237" - ], "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { - "asset_name": "546f6b656e43", - "quantity": 35, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { "asset_name": "546f6b656e45", - "quantity": 40, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 52 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 }, { "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 41 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } + ], + "derivation_path": [ + "4881", + "15735", + "2523", + "10399", + "2873", + "10503", + "7708", + "3568", + "14252", + "7499", + "2502", + "14399", + "1832", + "7768", + "52", + "11385", + "3750", + "13858", + "1191", + "9496", + "7841", + "2406", + "13434", + "15602", + "3320", + "15895", + "3839", + "1763", + "7382", + "4119" ] + }, + { + "address": "", + "amount": { + "quantity": 72, + "unit": "lovelace" + }, + "assets": [] } ], - "mint": { - "tokens": [ - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "70029ffb688aab6152f3f0586f07d42038a33c0aea60e8233bbb9695", - "assets": [ - { - "fingerprint": "asset1vm4tduge3448jc8qwyx0tn2qlrws6wzqawwta0", - "asset_name": "546f6b656e4e", - "quantity": 2564 - }, - { - "fingerprint": "asset1t2686k0zlrv3zhadqs03sknwgedpmrglyexew3", - "asset_name": "546f6b656e4f", - "quantity": 7333 - } - ] + "script_validity": "invalid", + "validity_interval": { + "invalid_before": { + "quantity": 5184716, + "unit": "slot" + }, + "invalid_hereafter": { + "quantity": 10833618, + "unit": "slot" + } + }, + "withdrawals": [ + { + "amount": { + "quantity": 0, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1wh985p47ht462wqn8emk0pkq25prh0qeeh570s7l5acaxe03m9e", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "75ca7a06bebaeba538133e776786c055023bbc19cde9e7c3dfa771d3", - "assets": [ - { - "fingerprint": "asset1knj8l3t2j5fn8qwmvpd570s0khekz34dqxme6w", - "asset_name": "546f6b656e43", - "quantity": 3125 - }, - { - "fingerprint": "asset1tkve9pjxssler9fy8g6zs7cfqyjxxw7ltmzvdz", - "asset_name": "546f6b656e47", - "quantity": 2655 - }, - { - "fingerprint": "asset1jmjq5fx8eujumzxvp29kv8tdh8puwfwlx44tr0", - "asset_name": "546f6b656e4d", - "quantity": 8052 - }, - { - "fingerprint": "asset1ek4jaqhejx7hjen2hnpaa63dr0dhmdady3g34u", - "asset_name": "546f6b656e4e", - "quantity": 2453 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 77, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1qfjr6leepz6gq9cfx7a7hn03pyh6hc6a5pxufxsmtlufqc949n9", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "02643d7f3908b480170937bbebcdf1092fabe35da04dc49a1b5ff890", - "assets": [ - { - "fingerprint": "asset1rts25j0heq4u7f32mqtzvs7a42wh567kdut2uc", - "asset_name": "546f6b656e50", - "quantity": 6476 - }, - { - "fingerprint": "asset1vh64wc6eck95ynvlclqfdlanrgrau4sgvff90d", - "asset_name": "546f6b656e51", - "quantity": 7095 - }, - { - "fingerprint": "asset1ekyrevfhte0ux9tpntzp6s6z6apnyt95cm5x47", - "asset_name": "546f6b656e49", - "quantity": 1372 - }, - { - "fingerprint": "asset17u6399altlg5jwt8r83mpwpnxdvm98u0yc3yl3", - "asset_name": "546f6b656e4d", - "quantity": 4309 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 112, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "acd19fa81eae90aad1acb4b4a9250cadf16d5b05fa9d6111b1056612", - "assets": [ - { - "fingerprint": "asset1q8qdjveqa6230w90g666hhhw3y6srnrl7ga2gr", - "asset_name": "546f6b656e43", - "quantity": 5842 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 192, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1wyjhp2vm87ztxn4heqmgqzwzwrxcryruuyg4m88xsthg666mrgc", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "712570a99b3f84b34eb7c8368009c270cd81907ce1115d9ce682ee8d", - "assets": [ - { - "fingerprint": "asset1qwkatz97q0hh6prc97psy425xknulrtawx83cc", - "asset_name": "546f6b656e58", - "quantity": 7977 - }, - { - "fingerprint": "asset1cqsxa7q67jstc75muk7tsujs7384qfnny029g0", - "asset_name": "546f6b656e43", - "quantity": 470 - }, - { - "fingerprint": "asset1mjq2ve2nn899jalngkvunjkw64m5yx6tuu86q2", - "asset_name": "546f6b656e55", - "quantity": 1873 - }, - { - "fingerprint": "asset18t5vpmrm6qll78nznhmq5y0c2d4ax8dlyde02k", - "asset_name": "546f6b656e48", - "quantity": 1325 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 203, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1tfyg0rrd7pywrwr99n3nfn5rusy7zze9xqarxpauu2ymges46cm", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "5a48878c6df048e1b8652ce334ce83e409e10b25303a3307bce289b4", - "assets": [ - { - "fingerprint": "asset19pfp3syxter8ytussk824cvjr97ty507fedavt", - "asset_name": "546f6b656e43", - "quantity": 1964 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 155, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh17tdye42zad7avf03j42vc7yffgpf0unvdjvzrdepemxqcm7ll2p", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "f2da4cd542eb7dd625f19554cc78894a0297f26c6c9821b721cecc0c", - "assets": [ - { - "fingerprint": "asset1js7fn8ccftgqrd90uv56hdm7xpyscs2npa7798", - "asset_name": "546f6b656e4f", - "quantity": 3679 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 189, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 160, + "unit": "lovelace" }, + "stake_address": "" + }, + { + "amount": { + "quantity": 144, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 225, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + } + ] + }, + { + "burn": { + "tokens": [ { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "0a61f21d7e47a5822642e97bf337b0c88cff04b018e79f069f1796b2", "assets": [ { - "fingerprint": "asset12fsqqr93jh5q03a2g0957wwwsvufrj9r9vmqvm", - "asset_name": "546f6b656e43", - "quantity": 3162 - }, - { - "fingerprint": "asset1hw9xgz3dp7x7xvkmsewhh9t7xm9c00hsn8k3dp", - "asset_name": "546f6b656e46", - "quantity": 9104 - }, - { - "fingerprint": "asset1uzqaazkqn7q3z9spsx07rd5jnq07z2fmjt0vpy", - "asset_name": "546f6b656e59", - "quantity": 8691 + "asset_name": "546f6b656e47", + "fingerprint": "asset1cn524053lqd4exap4j9uj3fkm8djxsn7pccuct", + "quantity": 893 }, { - "fingerprint": "asset1ue069p52xacu7pv5lpkvk4h3vfardhg8v5p887", "asset_name": "546f6b656e4e", - "quantity": 7607 + "fingerprint": "asset1a99k9j4xvpafr3mgwr6u4ju7r400hzqlwajutp", + "quantity": 752 } - ] - }, - { + ], + "policy_id": "f6ad9a55f012578d955095ac13d5e1d0455262a632c2ae83aa790c48", "policy_script": { "script": { "all": [ - "policy_vkh1jplap8deqzqw3t9lda8kjcchf4m0v0h8rxaj4fh3ezwtjx8kac3", + "policy_vkh176ke540szftcm92sjkkp840p6pz4yc4xxtp2aqa20yxysvanvau", { "active_from": 100 } ] }, "script_type": "native" - }, - "policy_id": "907fd09db90080e8acbf6f4f6963174d76f63ee719bb2aa6f1c89cb9", - "assets": [ - { - "fingerprint": "asset166as2dy6v0ptvpxjlgq464jsp04veefuqq22kn", - "asset_name": "546f6b656e59", - "quantity": 9100 - } - ] + } }, { - "policy_script": { - "script": "policy_vkh14tyk7uuyz9s0qdczldmya4n7tln955cvyvezvfqrl0uyqezlnym", - "script_type": "native" - }, - "policy_id": "aac96f73841160f03702fb764ed67e5fe65a530c2332262403fbf840", "assets": [ { - "fingerprint": "asset1u34hcqme3h6hh4nckm74gvdw7hyptf4lj9uq5s", - "asset_name": "546f6b656e41", - "quantity": 5288 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1hkkqmy5ev8mg04grtk2fzltfu4m2nmg4m93hu5wtz6s75ct4gse", - { - "active_from": 100 - } - ] + "asset_name": "546f6b656e4a", + "fingerprint": "asset1sp7adkvhmp8da3krx0xllgka7cdd4amqttm697", + "quantity": 6365 }, - "script_type": "native" - }, - "policy_id": "bdac0d929961f687d5035d94917d69e576a9ed15d9637e51cb16a1ea", - "assets": [ - { - "fingerprint": "asset1tmfxc0gt8zsmf3gl79ggwhuc6l8jzpfxmzl666", - "asset_name": "546f6b656e56", - "quantity": 7577 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1k0q7crf5j8unpcxwjnzf4tl4er2hx5w5gpx33vf87ysw2xdfcjc", - "script_type": "native" - }, - "policy_id": "b3c1ec0d3491f930e0ce94c49aaff5c8d57351d4404d18b127f120e5", - "assets": [ { - "fingerprint": "asset1zpmmhhcvsp9v765v20la5cwchxavahx3shxv2g", "asset_name": "546f6b656e51", - "quantity": 226 - }, - { - "fingerprint": "asset1nucwgjn8uqtdxl8eywugcv42zwjxy2p75d4juv", - "asset_name": "546f6b656e48", - "quantity": 1821 - }, - { - "fingerprint": "asset18hl2e5cdtwyua7w27rkyxgn2tawtc68kucxt7c", - "asset_name": "546f6b656e48", - "quantity": 4353 - }, - { - "fingerprint": "asset1g6e6t3evl28pw7vqdn65crputqn3xp3hmxy2s8", - "asset_name": "546f6b656e58", - "quantity": 836 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1gaexdzj74farqy7nmya6qyl6m8nx8rz3ye94a2ft2p03xph0qf9", - "script_type": "native" - }, - "policy_id": "4772668a5eaa7a3013d3d93ba013fad9e6638c51264b5ea92b505f13", - "assets": [ - { - "fingerprint": "asset1h3gxv40whvkeacarem6warg302s0rqdry4x2x9", - "asset_name": "546f6b656e55", - "quantity": 3563 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1wczum6up5jklfmyzm7agkgw5a23wcsg840ngtu4svuxkvzaswt3", - "script_type": "native" - }, - "policy_id": "7605cdeb81a4adf4ec82dfba8b21d4eaa2ec4107abe685f2b0670d66", - "assets": [ - { - "fingerprint": "asset104g58n5gy4lf5s84e5m2g2hd8vmf27r4sr95ep", - "asset_name": "546f6b656e46", - "quantity": 6843 - }, - { - "fingerprint": "asset1aq3vgv8pd2updauw03v0ck2zqtgupglepn5tlp", - "asset_name": "546f6b656e42", - "quantity": 6787 - }, - { - "fingerprint": "asset1262vf3fsr6m8h7ww3qgmtufw2krut0wceftk84", - "asset_name": "546f6b656e5a", - "quantity": 6873 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh14lgrspcyzurm22afm0ju0nhs6qac26xlhpefd6v45jf2glw3xf7", - "script_type": "native" - }, - "policy_id": "afd03807041707b52ba9dbe5c7cef0d03b8568dfb87296e995a492a4", - "assets": [ - { - "fingerprint": "asset147pj77s4wmgunuq29dfqqqj4wh94frjkml5q9q", - "asset_name": "546f6b656e5a", - "quantity": 7826 + "fingerprint": "asset1t3t33c0kfxz3f33ts8vn00kpn24m35nhemrlw6", + "quantity": 5159 }, { - "fingerprint": "asset1ap3p5huk7peq0uc3ufuth3utaq38ul8yawhxel", "asset_name": "546f6b656e58", - "quantity": 6362 + "fingerprint": "asset1jeugynnf5la749ec2uhv0prhclsc40kp85cl94", + "quantity": 9815 }, { - "fingerprint": "asset1q39ml7pxf5ehlj5murx247qnr8rfltn8aenp6u", "asset_name": "546f6b656e54", - "quantity": 9987 + "fingerprint": "asset1z7z3837hxugrqyl4udvd3jpcqmwkduzp50q5ex", + "quantity": 4029 } - ] - }, - { + ], + "policy_id": "7f16689089eead40e258cb9ef41b7a7e33d50530823cabd555905ee1", "policy_script": { "script": { "all": [ - "policy_vkh1qz24dgfw0dgvrxgna7ktqx3glddmk2d0838dr7uqqw5mwgnq6hj", + "policy_vkh10utx3yyfa6k5pcjcew00gxm60cea2pfssg72h424jp0wzfk65fh", { "active_from": 100 }, @@ -18981,2156 +20789,2031 @@ ] }, "script_type": "native" - }, - "policy_id": "009556a12e7b50c19913efacb01a28fb5bbb29af3c4ed1fb8003a9b7", - "assets": [ - { - "fingerprint": "asset1fezgwylt0lrma4xlx5tp3ygyu5vx000q5amduu", - "asset_name": "546f6b656e48", - "quantity": 8303 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1ksquqyen0elcs2psj5e770yz3v8mnln0h7s7hsly282wkay293f", - "script_type": "native" - }, - "policy_id": "b401c013337e7f8828309533ef3c828b0fb9fe6fbfa1ebc3e451d4eb", - "assets": [ - { - "fingerprint": "asset1nu7rzs2c4q6gtdpv0qfrshdpcne02j78lqwgp2", - "asset_name": "546f6b656e59", - "quantity": 5502 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "42d3fb50636bff29d8d103a4b756bba3a9940864a4d54adbe3380dd3", - "assets": [ - { - "fingerprint": "asset194f4t3llewv9cjg6kwvu29a088f3f875ca6sen", - "asset_name": "546f6b656e46", - "quantity": 2306 - }, - { - "fingerprint": "asset1el00wt32jla4ku9emgqeg3a33ypp2eecs73m02", - "asset_name": "546f6b656e41", - "quantity": 5716 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh1ygpxau6qrzjhahqv5z0yunglr2vl90uzq3dsgefr0e6mw3wck2q", - "script_type": "native" - }, - "policy_id": "22026ef34018a57edc0ca09e4e4d1f1a99f2bf82045b0465237e75b7", - "assets": [ - { - "fingerprint": "asset1psqf8pj0kv45ppkq5wqersak4y7rdaypz9pskx", - "asset_name": "546f6b656e44", - "quantity": 9544 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "d4830e56622fce6baa8714a80b10a81b777c518dd60d4235b842a476", "assets": [ { - "fingerprint": "asset1k0agpqf0ddtc9vfeexqwwpv6h8n0avujjdeld8", - "asset_name": "546f6b656e56", - "quantity": 5461 - }, - { - "fingerprint": "asset1hz86aj6mnukfcs7ezrnvv2jadw5sr0rhzwxwu6", - "asset_name": "546f6b656e4b", - "quantity": 263 + "asset_name": "546f6b656e4c", + "fingerprint": "asset19xyc2r5ft46redlxwsj23ldtxh96m5a5nhyxt9", + "quantity": 7132 } - ] - }, - { + ], + "policy_id": "5fd1d13d54b881842a4ef63e3a2130006d347ab1f18bf87208be6e04", "policy_script": { "script": { "all": [ - "policy_vkh1a0ezu5a3z8m76jdwycnag95fhydw2zpnxxyqt3ztc6m27allugq", + "policy_vkh1tlgaz025hzqcg2jw7clr5gfsqpkng7437x9lsusghehqgap74f2", { "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "ebf22e53b111f7ed49ae2627d41689b91ae50833318805c44bc6b6af", - "assets": [ - { - "fingerprint": "asset1m3lsl8kw96yrhpxwps4yswpkzcetflzkwdcnfm", - "asset_name": "546f6b656e52", - "quantity": 828 - }, - { - "fingerprint": "asset12xucff2yschtsa22fgzk0vmlz689ks68g3uat9", - "asset_name": "546f6b656e51", - "quantity": 5783 - }, - { - "fingerprint": "asset1mruyzvflhyf4qeug2xl3d8e4y4pg4mlq8amgzh", - "asset_name": "546f6b656e5a", - "quantity": 6595 - }, - { - "fingerprint": "asset1vxxxv9hx5v02qxaefex826u2exswvfwes4ncaa", - "asset_name": "546f6b656e48", - "quantity": 9417 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "a82b6b59334c9f523b61f98227f982e8e9ef9b01492568f2bbcbafd8", - "assets": [ - { - "fingerprint": "asset1yu5p5a0raak6ktkr9zl4gruggwy9shzw368uhw", - "asset_name": "546f6b656e50", - "quantity": 9406 - }, - { - "fingerprint": "asset13sqekqsjhawrc5e8kq90fkgrsws9ycnva02vhh", - "asset_name": "546f6b656e4f", - "quantity": 607 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "693cf939b8dbb9ab16e26919df276c7c91aa0e962fad0e123276c1e4", - "assets": [ - { - "fingerprint": "asset16n9xws2d7mgy7jkmuurygsua69wcluf8zrjecx", - "asset_name": "546f6b656e55", - "quantity": 4883 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1ay0ga2d4xsdyg4snk50h9tjdjzc06mn6hq55ezn0fql5wd9we38", + }, { - "active_from": 100 + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "e91e8ea9b5341a445613b51f72ae4d90b0fd6e7ab8294c8a6f483f47", - "assets": [ - { - "fingerprint": "asset1826euy3yhrjn5k2thqw079mf4g890ff4f3t69g", - "asset_name": "546f6b656e48", - "quantity": 2215 - } - ] + } } ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk12ce4kdpfqdz9urt48949sdpjgqz8jhmwfdhnczc3vgj5lrzl09tsjaf54r" - } - }, - { - "withdrawals": [ + "wallet_policy_key_hash": "policy_vkh1d3jejlclx3fnhse2y56fy5sztank6zudj5nn6p6hkfer7w2v4hy", + "wallet_policy_key_index": "0H" + }, + "certificates": [ { - "context": "ours", - "amount": { - "quantity": 2, + "certificate_type": "register_reward_account", + "reward_account_path": [ + "26216", + "6263", + "6279", + "21683", + "21085" + ] + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1fzh06nq3986gk0zv3pzlpc7f9tllumtd86xszmfuxly65qgtlu4", + "retirement_epoch": 10827 + }, + { + "certificate_type": "join_pool", + "pool": "pool1nwepmgz2aj8a9tnnfskj89va2vmjuz832vsn8gk5pkxcgk4dl0z", + "reward_account_path": [ + "24825", + "6430", + "24255", + "13185", + "16772" + ] + }, + { + "certificate_type": "deregister_pool", + "pool_id": "pool1v0ymey8eunvf4zxvc557dandd6svtudrvdp90gahyu24uxucmrj", + "retirement_epoch": 11973 + }, + { + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 250, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1cwwrmnzpe6k9ujkm4hefgeasj9azc2kheum65v06qu4ju97wwlr", + "pool_margin": { + "quantity": 40.29, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1ev2e9q2cmzgk98svh2nwnzz852m933axrff0j9na98hedxd8fu2spqklh7", + "ed25519_pk1wf7ld94a03cnwdeazvz0echncdepf4lpf78wfhz0yzs6ctxepmdqvzvfyv", + "ed25519_pk1tlq3f32znpzzyknv59pwskvn9z6sjnk828acehjtmc6d6gq0qyrqg4f2n6", + "ed25519_pk19txq0adktkt3m66zx2c6yjw63a86j8tcpngmt9wzhvdncygdx6yqt23suv", + "ed25519_pk1a5swftkvtmnxaj8mu6zdeppy099py5t8nqvhlh0ecf6lq2q6lydq6mus9c", + "ed25519_pk1grpylr5r6gdg0kly3pvujvsxxtktnarh9uynglfqf8e52k47gnlsqgctzw", + "ed25519_pk13u9clvaey4hhsg3c0r8drh4hxvtyjhat6lm4qjudtu8hlqz8f46q4lq3gc", + "ed25519_pk1575kvwm3pr6um02cf3k5ntprvvajtkktrlvz85palk67gzv78mtsswhlkx", + "ed25519_pk1nwrw97e5rxk04phd4v83juyjrazdxheng7964spdwv7keja9msnsc9pddz", + "ed25519_pk1lxlgv3xpgvapfzr333v0phm25fwfgqmfmalfm0s5mqa2k5t5frcsfs92wx", + "ed25519_pk19dhkx6cylkrn76uyd0tqavgflk7e6z05py4zgzvm996azk0s09wq8n6vya", + "ed25519_pk1td969mry8zg02hq9n3amupvgw6ssfu0tmhpkrww98k3hvraqqhysg0zyj9", + "ed25519_pk1tj3f3d9z4c4dz0h9qlverqkcgcqwtkh0uk7auc5y2hcgmlvg8e8qmhf0xw", + "ed25519_pk12fd45vhyqmcr8eua7wk4knqa9hhy6d8hx9sdc9gyujtkp7qr7fpqyktnff", + "ed25519_pk1m56lywm3aahggfyvnz226707kuhamuhdmv66hq27vw5xve24gkdqxu5why", + "ed25519_pk1xvc8kx9etynk2rzx5zkqce3zp9g3s8xhuxh2dvh5dlgn0ajfjc5s7vtr8t", + "ed25519_pk1hnhkzkvrpyxv0y3d3q4zj4gg9e37m8tn9rhtmvcrcurtrz6je6fq4mfttr", + "ed25519_pk1lp7sfu2t9666vu8f0ktfnwx638ews220rrah3jxnhvkzq53fz2dqyw7yuy", + "ed25519_pk1lcpp5r80kfzwfuj20ah88zn03ppt02cvjzpkk6xt858gp43nxs0qmqyrj8", + "ed25519_pk15caan03lwzzsp7gmp4m4r2nc5weu5n8l5epqk766nw6glmt5fz2sq443ux", + "ed25519_pk1v6te09nued4a0vqlsquk5hql5ufqtrzlgj66ech2uyslxss8nmmqjelmhh", + "ed25519_pk1ayern5cxs84tvwsv4q9hd865tlcu02q978x8du08dqjqnqep54hseqnj7h", + "ed25519_pk18udyswxad73zf8j9n2trjx3lu6lyc36zxxlfrwhyhuph5gyquudqf6ed2e" + ], + "pool_pledge": { + "quantity": 39, + "unit": "lovelace" + } + }, + { + "certificate_type": "join_pool", + "pool": "pool1ua5t9p3n065ssd4fwg5dtdlzz3cg9a9s0tay8q59r9tm70553f2", + "reward_account_path": [ + "8303", + "3644", + "17160", + "32028", + "30087" + ] + }, + { + "certificate_type": "genesis" + }, + { + "certificate_type": "join_pool_external", + "pool": "pool1kzyrsycdgm0x6ga8uuammhmg4929aqc0csptr8azxqr8qqmfu9f", + "reward_account": "" + }, + { + "certificate_type": "genesis" }, { - "context": "ours", - "amount": { - "quantity": 146, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 10, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool17lrqd2jr02mgz7c99hk7nssczm3t3htpf6n4veh89w2gvqpk5tx", + "pool_margin": { + "quantity": 16.99, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk19lnjs8cx8a5mgxs5hv8zqvw8x74ztfx59vlpxqnqm5ckc7kvz0ss0kz9fy", + "ed25519_pk1me62r0fwzgjf78eq6ntfskaav44f6stsnkmma2hl7ynxxenlyp0sn86qr7", + "ed25519_pk1df9mp967sugjzn2ptwr5mcyam6tprjdm8d7jh439xva3cl9xhx0sdrc9up", + "ed25519_pk1yx6syj30lglkg0nz6m6v4yt0qs23mtgay8tqwxjqmu0kzln7vegq2q35qu", + "ed25519_pk1s9fm86xx4u85hfjqcextn9m5veurw0vr9y3lfmpstmed05estd8ss98h65", + "ed25519_pk1r8vy42g6ncxzsvjvtatn3gqf24sehsykeer49kvpnekf98l4vresqr3f2u", + "ed25519_pk1n0lljg78tn3w50tylwhj68krc8qv4wswlnqt92lp5m0nkz69gktslfcs72", + "ed25519_pk18dwl3mev3twk40pyx53tmqclaq4sr7sk8x2mswx2esm04wjsgj6snyfu7j", + "ed25519_pk1d0wmjrm3g659dr7ldcvuwtxhckqd962zmpeyrn3d2fnw9v07h06s3pyxyv", + "ed25519_pk1w3c4twa875lcqcpgjvzvzmdhj5ejphgnznl94qyd5322vqkakwgs6v4355", + "ed25519_pk1pr8a2292kulkjawudfqkv7ywyuh56m536vehzw3jnnvhwtp5fdlqzg8syy", + "ed25519_pk1a686lr0cr5947ky0e0wd4t32562d2laymvmulvu03gvuj5593ytqpcw7j0", + "ed25519_pk1ks8u20u946a536tqf863a3pyrnqnnxcfq90krr3zlvnzs3xuaavs35q850" + ], + "pool_pledge": { + "quantity": 89, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 199, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "deregister_pool", + "pool_id": "pool1fgq05l5jms7sgdysn9c9uxx7er0s7vanfun79gc0fq6kxxnlpex", + "retirement_epoch": 17565 }, { - "amount": { - "quantity": 14, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 177, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1uzdzsnvu9np427c30vp338rwln6vgnph8mvjuzganjf4qxrdemw", + "pool_margin": { + "quantity": 84.05, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1s24zafsu40mp5373dt4fj7szjz9s3v50wrv33mrac8jmuvyl5yts9eu5w0", + "ed25519_pk1c40w4u0akcyqrkhyf0muzsx47g534vdjqsf0qd6l9605ghuawmcq5hyqhh", + "ed25519_pk1pdcrssdnksvl033jl8vzc3hvf9nflhwv9zrrnezz35y295sc365qn7pm7k", + "ed25519_pk14runv02hxlfgpt2n23vrvgpsy0c9gt0288cnw7tjnxh3rxyem3qsygf83d", + "ed25519_pk1squd66w2rf7dvrhl2cd4v5jed8fz7gsynqpn4vq4x5yzra79qfms0l3hay", + "ed25519_pk17t9fd3dxtxsmgul7x32fg9n08s4taue2lyr2mrhp7qnuwxwcvnps9ulk35", + "ed25519_pk1qrj8vw26htl6x2mdazl3ww7kmhhfdyrzaw8szz2qqzyrpzj05s7sjy0h05", + "ed25519_pk18ujux7afkfscszzq8elsevmzyjpg7h8ej2q2jt0ml2s3emhrqw8qv7ztz4", + "ed25519_pk1k3q4wen8jn6d9xcatg3x6lppltfkjcsanytgj9t3dj4rqumqlcjq55zk7n", + "ed25519_pk10tjvhuwh6szade58lwskqwn24p8xvhhs82rre3sluf2ga5nk7scs8esdq4", + "ed25519_pk1efgslvwdg4y86ljvmqpzgmrajzu77esmzte4zspxseqv5xmnzaxsgm7428" + ], + "pool_pledge": { + "quantity": 42, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 171, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "714", + "81", + "7071", + "6184", + "25445" + ] }, { - "amount": { - "quantity": 13, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 189, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1f7x0gpnxk087dazxlvggq0nkterlp0kj07ycv6c9xjt5usxjvfm", + "pool_margin": { + "quantity": 35.68, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1y7ewahhgvcdc3qahkwk5kqhjs3xfsdkq8w2e3k0epua3t34p7gyspg6lec", + "ed25519_pk1jpkv3as4mpffh9xpgac9fd2sq4v6myds49p0t06tfj96jl5hcf0smpsvws", + "ed25519_pk1aennsxh8cx86d0hphnlq2v6jym47n3sutz9flcjeq24fmp6308uqnw98p8", + "ed25519_pk1umtvva4yklwfca4g5t44zc957vf6dnzwezngahnj00xxny4jzpxqnstsak", + "ed25519_pk1qlxgjtmc009yfft8ykvcutkekke356htyxx3dx5yfqz476yju4lsxza6q2", + "ed25519_pk1mn789vp3qc8ja3sn9ptc75x0k4jadnsj7qungd7s0y9sq58zqp5sx9msrm", + "ed25519_pk1t7feusewhhud5zf2e8algl2ed5z8kczvf4p7u5qrt265v30wuqjsp7v5u6", + "ed25519_pk1amptuvq5xklzejqfn76l7gjm9tq7g6wzly48cj2flf7xhnzjvs5skm9tey", + "ed25519_pk10zlr358dl4w4gz9pm8a4cfur6vemhck23tv0s45lwwagmtsyh58qefruwz", + "ed25519_pk1zg7akuvv57ksta7r3qeqftd3kapanqlcjwlusd74mhcpux3xju0qng34f8", + "ed25519_pk1u23zqxnsp452q7mudndta0c4428ed2wqmlpr424njarj922mypfq0r7nyf", + "ed25519_pk1z9uvazkex6untc2c5nrqjp3p5xeay5va7qvqs45amxd86m9u263sgs7tst", + "ed25519_pk12p5zz8l5s5pvqazegnv7yfee24uvtz3c6ndzsaesfwugufwux0yspvq0lr", + "ed25519_pk1spvum33mtrlpcz0d07kmvpmmyphny2aeqrun6nnyle9yjrx0swrsrmry5x", + "ed25519_pk134e7l9tdfh4rkrhs9yueyse6gsg6dla9mx5ry9dvwc3k62c43hpqjsndk0" + ], + "pool_pledge": { + "quantity": 49, + "unit": "lovelace" + } }, { - "amount": { - "quantity": 50, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "deregister_pool", + "pool_id": "pool1e3nsdxkwkgd5quhe28w9ur9r62pcjkegr0hfry9wdjn2vpudzyv", + "retirement_epoch": 30495 }, { - "context": "ours", - "amount": { - "quantity": 52, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 156, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1tmcxw3k7e8slz5tyx8ctez45tkhej4rppv87hy36cayjsgsjnv4", + "pool_margin": { + "quantity": 47.98, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1zzvnns05ltsx7aey2qnwmcxv8d6z6lfz6plc63w88k90dwk3htgq3v5a9q", + "ed25519_pk1vmmz0yc6xfw54w8k5fs6ngjls3megndjlkvq5t07p7hdz7r9qsksgf6ajr", + "ed25519_pk1daq0ygm3qk4rt8h8hd7nmqw7ppmgypejl9y5x5wtyk3g94qaljdqpdg23k", + "ed25519_pk1r97jgzmwjny8wx30hc4w3de4x2ruwgzcvduw5zkpzws85rqyvj4q3kladq", + "ed25519_pk1mr8d9suuewtvxqa8dlzmq0plp5gehtrujkrxaj4nxjgkdkhse3ss4wuxq3", + "ed25519_pk1p4unupgau0n972xmvslr45f3na89fxumemwauk9aqfw2fsud4zpsrtv0sk", + "ed25519_pk16w50y8470pr4f925pgc4mzp59n9c23pkxxe8x0z2cl7l654tr7tq2g6y8p", + "ed25519_pk1lkf070qhqwmgwwyqfnsdgjjlz7wp2yltl4t4gjcvv45lznlnxyqqu8kxzu", + "ed25519_pk12zhm66htqur7da4fgnvwv8sha6v6c5g2q9jgqxh4ssyedelms7gsn4dx09", + "ed25519_pk15l2dsemk5dhn7xuwu8xph5crtkj09j70htvlg2x3n4k3d9dwcpmslht68h", + "ed25519_pk1lk68mgpgp724yk97vekq4mjn9k6wvsve2t7zqn2vkvyzf78jgjqq2e9rkk", + "ed25519_pk1m2crgrt54a6f8ptyvhrzwe2wjrswryelqp3jycm95wsp2rxgca4s09a55q", + "ed25519_pk1a8nsjl4n3h3z64atzm7gvk0mds8lykyeaxqe59tp2tducef6t9kssukxnj", + "ed25519_pk1h5kcy0thay9j5qrg243my0pszuxw7sm52w0ypjccwjskmgpqfj5qehey8g", + "ed25519_pk1wra4e6y5lr6dkse29s9t69zfzpj4tyt5tjce2sgr9yqmdl43gt5qp6q3ld", + "ed25519_pk1wsrw9dek00tqw02nqdjt08fumnard2u2scq2448tkn0ywx25xwusjjgh2n", + "ed25519_pk1ygsspa2xysxrprm2cucgus20tetdzrxwemxngnv7yn44xve3spgszak5a0" + ], + "pool_pledge": { + "quantity": 189, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 58, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "28621", + "7687", + "6277", + "30171", + "16527" + ] }, { - "amount": { - "quantity": 224, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 6, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1wruz2pk2vaq93yq8kh6gw6sqdqtsp28x65ltax2mdma6uvtf97a", + "pool_margin": { + "quantity": 62.1, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1rsyskwpd0xekhv2hg7vysfz566z87ulx40h3agmlc9arp7l23gwqp8l5me", + "ed25519_pk1gvzqg3etkfkmpgvqzz8e0jqk4w2e49l5tyy5y2c84l7gpwklk0kseszlps", + "ed25519_pk1nplueaaqfjdyy38xjm22v5gms5z4fg7w9x67ttjjfqvmfszsargqgdak6r", + "ed25519_pk16ryvufyt3aucvs9f8j8wf86ww4u3tjdtwdgy8g0pdjvjfnw8986s5xxl3v", + "ed25519_pk1wp052qqp6l9m3peyjmrr67548ermv9rvuk9f2m0t9nj9rz7fya7qmzx7y3", + "ed25519_pk17h2zfc76un7mt0gzmhjm8sf38wl5nsjvl5kgkls9eyv2kp8vv3jqv62rm2", + "ed25519_pk1jhrhnu9z9v95af7qrc9rykh03ar9panwqp4fdvm6cu68cwjj644snvuygm", + "ed25519_pk19yxthwv0yzlfuhsfamx8nn9gdkd0rzlqpvnk8k5rca7vf40uvq5su49chr", + "ed25519_pk1e3f0gwgqhknq79py2w5qjg7p627qkesd3g7ut9kcqhh2k0539f4sq6p2kd", + "ed25519_pk1lugefg7m533z5wq5fs5grvnzp54j0y8wxq9geu72x0fvc0yfvlvqn5zx9x" + ], + "pool_pledge": { + "quantity": 72, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 61, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "quit_pool_external", + "reward_account": "" }, { - "amount": { - "quantity": 182, - "unit": "lovelace" - }, - "stake_address": "" + "certificate_type": "quit_pool", + "reward_account_path": [ + "9613", + "12579", + "17631", + "18066", + "25521" + ] }, { - "context": "ours", - "amount": { - "quantity": 60, + "certificate_type": "register_pool", + "pool_cost": { + "quantity": 246, "unit": "lovelace" }, - "stake_address": "" + "pool_id": "pool1wxxttcm8gyu80gfl83nwjmtkte2avkytewqvzz9gtv7rj9vxjdf", + "pool_margin": { + "quantity": 88.3, + "unit": "percent" + }, + "pool_owners": [ + "ed25519_pk1a5jt9c9n78kp72ne9ckvukvelhtm3u2vjz4267ncmunhpxsrsdksdafxkc", + "ed25519_pk124x0ksk0h5alkew8sqarafve2kcqhaz24h8n5mfa5vdv73ykz32qjt489y", + "ed25519_pk1mc4zvg5heekzu0xaaezak039qnesake3svrr4kf9rtsxj6ztaenqvalu8j", + "ed25519_pk1drpge2rd697ldhs7v83nl5uxa557gse84k820zuydnhhesdwfsgs6yj0pe", + "ed25519_pk109kwxtu6r2c4sw2yxfughndzvpkufj9k4k7qwmcgprlryyupqhuqdvz30a", + "ed25519_pk1zthcjsw5f3rlsu85x4hzxd2ehsm9zqlmrk8rjdxr04gjtm3z62fqpgdrzx", + "ed25519_pk1wv8mserqzh5ajn9wwnaxgww5mhsg5um96fr9ncqwxsudqauunq3q8v50qz" + ], + "pool_pledge": { + "quantity": 67, + "unit": "lovelace" + } }, { - "context": "ours", - "amount": { - "quantity": 70, - "unit": "lovelace" - }, - "stake_address": "" - } - ], - "inputs": [ + "certificate_type": "deregister_pool", + "pool_id": "pool1fm74cpkn9762jc265yqn2gxe3jtj7fccz7hylehx8f9k2zc4xuu", + "retirement_epoch": 2462 + }, { - "id": "2e4407ef4633786f24962b065d494a7d7cbb600b6e5d01256e143d6b53453206", - "index": 0 + "certificate_type": "quit_pool_external", + "reward_account": "" + }, + { + "certificate_type": "join_pool", + "pool": "pool1jj3y4x72ynrg2ktzdtre4mndgqkpanf6js7z3mkjgs8gv246jrm", + "reward_account_path": [ + "23381", + "30277", + "21163", + "27137", + "25218" + ] }, + { + "certificate_type": "mir" + } + ], + "collateral": [ { "address": "", - "id": "4c1f7e1624dbb12001670c7839d771534227462ea8267e715d666c6e3d1d7aab", - "index": 26324, "amount": { - "quantity": 210, + "quantity": 142, "unit": "lovelace" }, - "derivation_path": [ - "7329", - "7199", - "21085", - "32151", - "5386", - "1673", - "12092" - ], "assets": [ { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e41", - "quantity": 43, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } - ] - }, - { - "address": "", - "id": "18520a1255665c536c492c23c666010335ed3453540d23610e54654c6f1b117e", - "index": 30507, - "amount": { - "quantity": 228, - "unit": "lovelace" - }, + ], "derivation_path": [ - "10072", - "22113", - "32103", - "7507", - "16044", - "22148", - "25714", - "10556", - "2513", - "8761", - "20025", - "3883", - "9850", - "16983", - "13359", - "1039", - "11887", - "28581", - "4997", - "23626", - "13469", - "23589", - "3115", - "14474", - "14002", - "29302", - "16297", - "14340", - "24174" + "4568", + "14532", + "6367", + "6197", + "9418", + "13226", + "12359", + "16290", + "10865" ], - "assets": [] + "id": "0e1b270645017f36942a71dc5d554c6654082901323741589c51b5a26e55cc69", + "index": 4018 }, { "address": "", - "id": "693772364838103d575b1f456d6ceb65620e3e400603b6a47a0a915c247a4730", - "index": 8112, "amount": { - "quantity": 227, + "quantity": 239, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + } + ], "derivation_path": [ - "20062", - "15857", - "19671", - "15735", - "20257", - "3861", - "17518", - "32438", - "27843", - "32588", - "25336", - "19443", - "28515", - "12489", - "19173", - "20465", - "1014", - "30524", - "13756", - "28652", - "9988", - "8915", - "10667", - "23877", - "11329", - "16756", - "15864", - "3526", - "2346" + "15603", + "4246", + "15462", + "12238", + "9229", + "4410", + "850", + "5001", + "5501", + "10335", + "13612", + "5874" ], - "assets": [] - }, - { - "id": "43191f443243226219397b2590441c345d309337dc632245555d4d6b56514554", - "index": 1 - }, - { - "id": "223c76633f0d652c5024fe21486b504474173a3faf3739554c06311160164b6e", - "index": 1 - }, - { - "id": "18480816752334c535004fdc130b49556071481b476e8c2a1946564f7146141d", - "index": 0 - }, - { - "id": "2a3d6e3f18d575304e3020494e3fc87643d505494e26280f203a37262f347351", - "index": 0 + "id": "414627801a5f2e70100d73641368345b19716d3c145e24317956195970284fe2", + "index": 10142 } ], "collateral_outputs": [ { "address": "", "amount": { - "quantity": 47, - "unit": "lovelace" - }, - "assets": [] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 55, - "unit": "lovelace" - }, - "derivation_path": [ - "9478", - "13133", - "26958", - "18477", - "30625", - "26631", - "28012", - "28302", - "21369", - "22739", - "9727", - "17450", - "11779", - "7817", - "22643", - "1413", - "25610", - "16944", - "21083", - "7775", - "3248", - "28890", - "21405", - "26850", - "29526", - "7557", - "24218", - "17553" - ], - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 245, + "quantity": 118, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 51 }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 }, { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "derivation_path": [ - "829", - "25691", - "11949", - "10877", - "14563", - "31851", - "16207", - "7437", - "6205", - "10128", - "13428", - "6071", - "2768", - "16372", - "16865", - "30070", - "31753", - "4337", - "3500", - "6212" - ], - "assets": [ + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + }, { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 108, - "unit": "lovelace" - }, - "derivation_path": [ - "22445", - "23843", - "31648", - "25696", - "22609", - "2093", - "29755", - "23198", - "29534", - "31624", - "11924", - "473", - "7966", - "31048", - "16412", - "30573", - "23036", - "15955", - "16602", - "13838", - "10917", - "22398", - "10254" - ], - "assets": [ + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } + ], + "derivation_path": [ + "11972", + "2366", + "12315", + "12209" ] } ], - "script_validity": "invalid", - "id": "17137306104c74dd7d747c26715c073f2d3f622e7f0b3a5d57d2803d585d6f50", - "deposits_taken": [ + "deposits_returned": [ { - "quantity": 132, + "quantity": 13, "unit": "lovelace" }, { - "quantity": 127, + "quantity": 3, "unit": "lovelace" }, { - "quantity": 174, + "quantity": 75, "unit": "lovelace" }, { - "quantity": 201, + "quantity": 0, "unit": "lovelace" }, { - "quantity": 111, + "quantity": 48, "unit": "lovelace" }, { - "quantity": 63, + "quantity": 128, "unit": "lovelace" }, { - "quantity": 255, + "quantity": 204, "unit": "lovelace" - } - ], - "burn": { - "tokens": [ - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "caaba38db4678cb11c6d64638a247d4cfbd2e934fd8b0c346366d714", - "assets": [ - { - "fingerprint": "asset1eg4npwnke5nvk7nasxpjgkz2xj3794za3ja3lr", - "asset_name": "546f6b656e57", - "quantity": 4608 - }, - { - "fingerprint": "asset1p8lhf7ywcwe068lylh2869ep0z7n6enct094gh", - "asset_name": "546f6b656e44", - "quantity": 3034 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "59fd4c2a841db3d3f576f3f0ceb521b922b344501fd521f01f5e4554", - "assets": [ - { - "fingerprint": "asset1vkgw82ew8yme22q5wuyakz004n9tt5jprg5wsk", - "asset_name": "546f6b656e4f", - "quantity": 8075 - }, - { - "fingerprint": "asset1uqknnuafdahzsz2rppqll3k3nhre9kn4nk0duh", - "asset_name": "546f6b656e4d", - "quantity": 4730 - }, - { - "fingerprint": "asset1q8maqc42c790f3wh7l7g43h58wv9q7nl4g4k24", - "asset_name": "546f6b656e4a", - "quantity": 6437 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1pq99er0eesz7kdeltkggtg955vx0t83ctag8f4tg5lukwz4ua02", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "080a5c8df9cc05eb373f5d9085a0b4a30cf59e385f5074d568a7f967", - "assets": [ - { - "fingerprint": "asset1s835gv3caagdkfzgn5mpvnm2tat6rgunpz662f", - "asset_name": "546f6b656e57", - "quantity": 4144 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1derwzpde2zgt5wrwrgtj99a5mutyww79hkgrt45n25d5s6c3uv2", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "6e46e105b95090ba386e1a172297b4df16473bc5bd9035d693551b48", - "assets": [ - { - "fingerprint": "asset1fhjqa6u7tu3c0mg6hplppxd6whe8fh4hqlzpf0", - "asset_name": "546f6b656e51", - "quantity": 3836 - } - ] - }, - { - "policy_script": { - "script": "policy_vkh16grdnl3xvu58mam99szhuj9czl64kvp07825nmul0ug8kzrvgtn", - "script_type": "native" - }, - "policy_id": "d206d9fe2667287df7652c057e48b817f55b302ff1d549ef9f7f107b", - "assets": [ - { - "fingerprint": "asset107m5jk79c683jkpcwq3ra9cl7rc3fcvm6yackj", - "asset_name": "546f6b656e4c", - "quantity": 3212 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh190n3muqc8978aeg40kcezhxl4py3eq2ppp3tht99xu3jyjj75a7", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "2be71df018397c7ee5157db1915cdfa8491c81410862bbaca5372322", - "assets": [ - { - "fingerprint": "asset1xmsc39z4zjm5dhya4asuuxzq3pr284fay7rqnc", - "asset_name": "546f6b656e4b", - "quantity": 1681 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1pjrwufh3dxczh0lnxg9myhxejz74eastars457kpzvslvrwshum", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "0c86ee26f169b02bbff3320bb25cd990bd5cf60be8e15a7ac11321f6", - "assets": [ - { - "fingerprint": "asset133evx3rtnmxjzxxdm7exwtua0jru7p77y6hglg", - "asset_name": "546f6b656e54", - "quantity": 605 - }, - { - "fingerprint": "asset15xws48u0vt4dmjruxnrmsk5gcfr868kyul0mnm", - "asset_name": "546f6b656e46", - "quantity": 3282 - }, - { - "fingerprint": "asset1cx4fnc3l352wt66qtv9jhduekkj2dmxcfez89p", - "asset_name": "546f6b656e54", - "quantity": 7981 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1h4xrv6amtcvq5rau3p6fgc4xqzxw4r7h9drkdrt0ppkzcrrak26", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "bd4c366bbb5e180a0fbc88749462a6008cea8fd72b47668d6f086c2c", - "assets": [ - { - "fingerprint": "asset17060rvjjl0854er069xugeduf6c2p67k0yw7tv", - "asset_name": "546f6b656e43", - "quantity": 2028 - }, - { - "fingerprint": "asset1sfwh89r3833d774umyywu6k7l6uqkt4534k4hp", - "asset_name": "546f6b656e4b", - "quantity": 2108 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "2af23d60582479b2954c3bf6faf847b43f924102c8afcdbc616a513d", - "assets": [ - { - "fingerprint": "asset1fazudut5ztuyvc3ee9g2w0y0fz5degzuygnn30", - "asset_name": "546f6b656e59", - "quantity": 2347 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh18mqlymydh9eujqmnmgp7028lhu28qgsrhums79xe3dxgjydalck", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "3ec1f26c8db973c90373da03e7a8ffbf14702203bf370f14d98b4c89", - "assets": [ - { - "fingerprint": "asset1d7sa5r9wl48gytd3yg53v6angqanr77fl96hhf", - "asset_name": "546f6b656e51", - "quantity": 7338 - }, - { - "fingerprint": "asset1tnawdmf9c7qtmvv9mp8ala0lufzz2xw0a2v4qe", - "asset_name": "546f6b656e55", - "quantity": 486 - }, - { - "fingerprint": "asset1dx8thdv0vy0yd2z54rmpf3p60tac4wxkxv085s", - "asset_name": "546f6b656e42", - "quantity": 2522 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "6fc9c6eeed343809148a7014efeef71938fa0048fae4874461634e13", - "assets": [ - { - "fingerprint": "asset1kdcjx5h8x4zksm85jwcwgaclxyhkeadcp4jghx", - "asset_name": "546f6b656e54", - "quantity": 1993 - } - ] - }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "f9b30a28f972a43a409c0ae4bcd9ed587406acb475c3526a5827575d", - "assets": [ - { - "fingerprint": "asset16lal3fzpxxc6vlkndmxhgdxn9tj6x65zthxlqk", - "asset_name": "546f6b656e49", - "quantity": 6532 - }, - { - "fingerprint": "asset1tjark5ecn6s9em03fnrzfl545et0fnt354vqhe", - "asset_name": "546f6b656e54", - "quantity": 333 - }, - { - "fingerprint": "asset184jhl7tzl9f56gdmj9jxta0rsjzlep7t7f39fj", - "asset_name": "546f6b656e5a", - "quantity": 7296 - }, - { - "fingerprint": "asset1t8s7uh7286k38cregzglfz8uwry9tzpedmzrtf", - "asset_name": "546f6b656e42", - "quantity": 4913 - } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vk1yewjggzlkg7jx5nnhzt8qqa8yuky26q3953n4c6tza065tt5ycfqxjmxxc" - }, - "fee": { - "quantity": 46, - "unit": "lovelace" - }, - "certificates": [ + }, + { + "quantity": 248, + "unit": "lovelace" + }, + { + "quantity": 23, + "unit": "lovelace" + }, + { + "quantity": 103, + "unit": "lovelace" + }, { - "certificate_type": "quit_pool_external", - "reward_account": "" + "quantity": 201, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1evftrhg495dnuhquud5u2drgfkjlhqcgyz6mzncteqtr70txxepsh46uvq", - "ed25519_pk10ksvnll6f6s4hj5pk5e45r4q9v3hxqzla09589m5h7n6k9rpuensyykx2r", - "ed25519_pk1dsh0eydz0m36436ylzjame8lk3l7zr7x0v9cft4yktjyldrxrjxsg7qx5a", - "ed25519_pk1540r08m9vzp24zr6juvh9rqptf8qggg07m8nfy4gv8sy8h8g9hhqnn9sve", - "ed25519_pk1gzz6ayt2eh7svk6d9c5e52sad4vgxjp59vfmnw308qflr7gcs4ls4aeyuy", - "ed25519_pk1g3h6dk6g8jpn3503f654aqulnpk822hg2j3t45jp7txehqwu028qg78nyz", - "ed25519_pk1q0vcawrevg5wruu44ccstxpwjqr83c5kdwzglmu93fs5x5pvw28sr50m7s", - "ed25519_pk1kqzeja9gqmgwmr9ucn94q8twlq72w93lpup8mhsvpeqnfrkznwaqjd7gc5", - "ed25519_pk13lpcrzzfdm90npt7hmej7ulktthv64kzs3tter84ghdu2ckpu2zs0f60k7", - "ed25519_pk1tgltpzv2uexpnvp2a6h5jzelykdhstk0dh2myre3wd8jrc8465ys4snk4f", - "ed25519_pk1sth5vtwncptad5qxurkkeywvencrlss6rw44n92fm7wee58mxxas3duny6", - "ed25519_pk1s9zalnltyyx5jg4xdntqqwwu8k6cs9qph03ltmujld6xzns7nlds28qlds", - "ed25519_pk17pajz3kyf36d2r7kqsc2893mdgmlrjcasdwt78r2vxn3lvg2u3ss9pluql", - "ed25519_pk1gfzztm293sxp4k2vjyj2drmael3nuyyt6fz6n5d9aln7xm4nwelsldl77l", - "ed25519_pk1cxeuh4d9p3uwqhvkxffr0v6ymc4mf7mmh6vgq3qdq8n924z8rpxqc88qtv", - "ed25519_pk1h0ws89lqa2vlvcshkml9pw8u2dfcppwavpf63x3rcflvlu8vs5hsk5lhtf", - "ed25519_pk15m3keaxganxkx3mfaqy2h44tcs6whtunv4h8gkssgqw027va80jqk9r0s9", - "ed25519_pk1pp9rjveyu6f5zrrqzc84hccufj0869cd6qrlv65tqgp6jtv9407q7ss6z4", - "ed25519_pk1sluc0e6t5zgxm23uavh43h2wvsp0tg7v3hguv5jdxa0zlgugldlqp5ey5s", - "ed25519_pk1uyqudh4j5ekgg2zmmla7w92lnz9phjzs9frewzy7ndldz5qsaveq7u6tnl", - "ed25519_pk1npmejqtuqglaz2arznlutp9zxf2ddhmhvq3a69smjvtt6dsxpqssxvxvwe", - "ed25519_pk1nzkle5c06q4s8ttslc5m9arqzeur4m5wn6ywepuzh0jasxfwzj4sgp8dxu", - "ed25519_pk1cql9w35rvafqcw8ezwegwdg34u6922702947l6j8sahlg0s6r8fsjh7lje", - "ed25519_pk1pwk4g27kapdd62mxw7qdz8c3j69956evep4mn8my0n5yk9qaqj9qmj3uth", - "ed25519_pk1t5tkyc4n0p4pwt5c2rrpsvnczqjyyd0pedt7cry00lekgapq4w7qn5hzzm", - "ed25519_pk1udn8wtesv5v4ke8y5ms724gnewwn7jjhute5f7ru67fsd94j5v9qmyzl5q" - ], - "pool_pledge": { - "quantity": 54, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 186, - "unit": "lovelace" - }, - "pool_id": "pool1p4mp3hq3y9fz0kfc72r3kcmxnpdmu20t6y5g8tuecpp5czr42sn", - "pool_margin": { - "quantity": 38.13, - "unit": "percent" - } + "quantity": 179, + "unit": "lovelace" }, { - "certificate_type": "genesis" + "quantity": 249, + "unit": "lovelace" }, { - "certificate_type": "mir" + "quantity": 28, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool12ntj7dwff5qgjctfuuvhay43cf965624uchx6gmu3f8rq9zun8a", - "retirement_epoch": 13187 + "quantity": 241, + "unit": "lovelace" }, { - "certificate_type": "mir" + "quantity": 98, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool180wwuu57c58lcw84p759hwqqaq73rr9ejmttcu5uz7nxs7rwk0e", - "retirement_epoch": 2740 + "quantity": 8, + "unit": "lovelace" }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1upzxm3mvfrm50005ecfvvuzg6cuq97d2z0z77mjf7xmxss09sk2", - "retirement_epoch": 23565 + "quantity": 124, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk13qgst0vaq2mr08lwhqthmezhv50ljw83vxc4rqzsf6tcpsh3m47spvfrhz", - "ed25519_pk1wrn7pw692hkvtd2zrhdwpzhswfusmg7208uz67l6czwulc9sl2cs287e0h", - "ed25519_pk1ky22xlh7us0tye5vtl8z7rf4thu63563gpfwvh9arr0n7kvhpa8qzmc8c8", - "ed25519_pk1m94e2nkc8kns850rxemaa9vp8gdaez7av5q43ew6e393597rw7yqczdlw8", - "ed25519_pk1dmwkuermwve5j5mfvmkyzg0pmvhgf2uwsr2hdx2ne2er5c9r64pszrkwhc", - "ed25519_pk186e70f6mwajghxr5tf8rypvr8d0evucwcag064zxlu4xpn7urnwqjz8wyu", - "ed25519_pk19a6hktp5ametefgzeca07s9cqwlllggc7wkeyqx9nkvnsjqnvhdsmjwjfj", - "ed25519_pk1puaxh3amm4txncm70xxmulq65ytqq2qscm3ex7xk9e3l3cg0ykgs3swdh7", - "ed25519_pk1ehyvfreryvd9nkj7gs29lqr8xsphc87h5yzef2rnfszj996d9cws6vsshq", - "ed25519_pk1al59dk2vs5c32x06uwvg06myfez8y2z5hv53jfev7t8zd2c74ztsws6m79", - "ed25519_pk1rhm3ypug5qvg8yhfvda2pttd52tshf2x2eux3c4arx0cs5jqg6wqr4d30x", - "ed25519_pk1g4mjp2y6ggjekv0hmynp47n53eve43fya5995zrs075txu3c8wns7emngj", - "ed25519_pk19wrz82lykdp2pj70s2r9vugaeknk564x8dkg49ac44jdyh9a9e2q9zfqwj", - "ed25519_pk1z8yfhhq0wd9xvgy77kx82rtr8v5r39zdj3duh6a30gnml4rcjuuqrj6hf8", - "ed25519_pk198u0jsrtreq3xpkgmwkte2aplv95ahn8uqu3n8zgd9z580gsxktqdaall2", - "ed25519_pk18vdz8ghwvel9c343uxut9r9rddp2ytr5efq7hax6tntj087erw6qryhesk", - "ed25519_pk1sv78zr8jm6ux6xp0lpgsav64ngq3wlryqxg9uthvpyklerr6s42qw9tqdk", - "ed25519_pk1tcrh9fw05556pckdjvwhfqzhv5093c27r5zjlgqlhkxctzwct84qruhm3m", - "ed25519_pk1cx4wc94dv6gwylzjxeyftknhv9nhfm048m3plgcsnqypgq8lv9js5aygdz", - "ed25519_pk1x4jjweylse0lrgjavtmeyak0x3cljwdvl9valtknzjhh89a3xvjqtknrnp", - "ed25519_pk1dwq83uhgp53754n5esrl366cn3sffg7mvf2smhsg4lup0h08c4ds30fzcl" - ], - "pool_pledge": { - "quantity": 147, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 154, - "unit": "lovelace" - }, - "pool_id": "pool1pdljlf5vwt99pt0r8pz0dml7ntm6zh3t8qq0zzrtkh2hgua9zm6", - "pool_margin": { - "quantity": 5.79, - "unit": "percent" - } + "quantity": 246, + "unit": "lovelace" }, { - "certificate_type": "genesis" + "quantity": 4, + "unit": "lovelace" }, { - "certificate_type": "quit_pool_external", - "reward_account": "" + "quantity": 44, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1rs0ay4wnw0ns9wxqn7d2cc6tcw8mdj9njvvzhwyn9tu6d3500w7qz9nwu8", - "ed25519_pk1e4363h73vls70mkl3ezsqwc0g9v5vrck2zz0fp5r9s99906g0egq00rmec", - "ed25519_pk1ef0xtfuvcpsuj8kqvlej92a6gqswh4zrzdhstmjkm4dx73q4xrls6jcqh4", - "ed25519_pk16ua4urwjdd0xqpky0908g07yaw4pm9qqalcpwejf20e67pay90squpcnd2", - "ed25519_pk1d08jrwx7a354jwnhcrmygu4d7crxdef3s50wz090rm2radfqj0pqv44v44", - "ed25519_pk1m759heaus3xd7mdcp560ta6lcgu8lvv2nwtjx9nkhnkjk7a8twhqxttn8j", - "ed25519_pk1lftya838r4uwcwcl43spl40rn23hytls8hwq8nv566rlkux0d96sws8usw", - "ed25519_pk1rv7x2papkjlt2v83hl3ndg0z7pk2y7xrfatyut6fnkqp7k96n72sclvpdj", - "ed25519_pk1aupc5jfjserggey7vn960ety5tqlpskzlrxn73fjagmrpg0w3xesaryfha", - "ed25519_pk18dfrpu6a5eww48xlhfm3wys55yxeuepterysrz8jlvhy9vrqzj0qghtwud", - "ed25519_pk1gju9megp5fg8ta45h7jpr58dphy3dfml4yljzhxwn4tl98rum6lsntj7ey", - "ed25519_pk13kt8q2rhd6e2ey44w6udpmpx9vgfs9zypt35rmm0mf474u02tdcq3g4ghh", - "ed25519_pk1w6laxhe2ym5x07wz4vmf0c972lgl98u904hsy2p5adttkflwyfhqa204mp", - "ed25519_pk10qlcm4sgm5knynaamzxnra9y875pakey853zd94zlt0j06pg640q90ltpj", - "ed25519_pk1h9p7juelfmp556rdll943xswwl6kylex6muldmu6l0jh5ztl7hds04983m", - "ed25519_pk1uvh32kpcccvg2cdh8d5gphpzv40ef5aljw5vd3qvddc947v8zgzswu9tx3", - "ed25519_pk1yjlmf5ccu0nyhlhdztcus3kx3v9cqxjj5r0xc9xcxtalh7lhchxqqyr0k3", - "ed25519_pk1j78m9vyrkp45ymsf467vt3uxmv36zta85fas8q0475spsydep2qq0nhca3", - "ed25519_pk14tmfuxj47nvpywqaxuh3nsj65fd728p5jg9hdjc7mstdln52ks4qgapd4y", - "ed25519_pk1s73cyq423d7jj9qsap0jy0sg829t9tz67lg2sm2u8r69furxxxmq5cdqya", - "ed25519_pk1v3utc0x3ynxegswfsy7qtt9l6xst5uvxu2k3wyxal7nmgzl2jmpqh70gvz" - ], - "pool_pledge": { - "quantity": 154, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 8, - "unit": "lovelace" - }, - "pool_id": "pool14hgjyfx906jhff82sg9qt9zwkp8at2zcp6gje58d66stzqj4fpy", - "pool_margin": { - "quantity": 40.37, - "unit": "percent" - } + "quantity": 32, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk17e305fl8mfjrqqwh3h84c9q6g7uxpeq6mnuxft6pc2599a3f3a3smsqm5r" - ], - "pool_pledge": { - "quantity": 79, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 134, - "unit": "lovelace" - }, - "pool_id": "pool1y9xc4843ypmxwgpusk3lng7a2y6n4qndcg4sacu7dly7sl3def2", - "pool_margin": { - "quantity": 97.28, - "unit": "percent" - } + "quantity": 200, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1amfs2nz9kulrjamkhc2hx4qfn625kvp82p58fgzfkmqa9km4yuzsvmdtjp", - "ed25519_pk15ukqtsfulquwhcdqccfzuumda39633xwkt3mdfmm4tehgyjtprssfcupge", - "ed25519_pk1rkp2ut5v5v7x8twc4drav4q2qh9pyntffe9y620tdje4y4h4edaqz4m6gy", - "ed25519_pk10d5saqg5qsev2wz0kzajdn3p68kd070gyqcrmwh7vpvnev6qh0lqzgna0m", - "ed25519_pk17r2ldy286y2uccvnw8uka23cwhhg0w4lee4jgwkv0cgzzak07uxsfqqkl9", - "ed25519_pk15um0xavnfv8frusaurwu8u56kqv95ys4a8ndd6wcc409e85ku2xq00j3dv", - "ed25519_pk1hx20q3t0fxns8y9elegcuyr7tpghdhq7ju3ewtswjrg7etjuh9zqggqu9f" - ], - "pool_pledge": { - "quantity": 63, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 122, - "unit": "lovelace" - }, - "pool_id": "pool17udsfr9pw6p47mv6kzd9ynxddjmz9655ppf0ncarwyyrjsuwrwv", - "pool_margin": { - "quantity": 85.87, - "unit": "percent" - } + "quantity": 20, + "unit": "lovelace" }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1n46c5c2l589qtdsvgwfxgt96tjuldl2vd235e7wremfltvednp8s6ntpft", - "ed25519_pk1cs6w57g3ayxrvzzfqjayhfkurp7dcux5f95yumetgvsp8dzssnjs00pxyq", - "ed25519_pk1hl3vd2jhd3txmn9662tgk2knwt9efa5t28a34y8jet5vvk660z9q0qnn5r", - "ed25519_pk1dw3glsjyehda3xsmeht2qadn606dkn0x0hc96x6xzccjhgp6teyq7e3073", - "ed25519_pk1yr76ppfgtkl3d80d4szmwhz7f3v4fv9uyymsd378lpd6khl7lfxshfvxjw", - "ed25519_pk10wz7288gvaulgxcvn4qndwl2v6hvexcfvymwnhnfy4sfjzvw428swffvtc", - "ed25519_pk154jgdu9t8g7nraghmcvjc7kt2r4n355q3uxhmf2d70y2zlurmlws3euds3", - "ed25519_pk1xexnmqpwj0q8qfvqm5qjuh0k6x8f7u2gd02lc4kg9p6hzvzus4rsmm5d4n", - "ed25519_pk1fp8spwfdr5txq6ysg5vt7jqun2wvjweds0yw6268vyw2g8yeuphswygld4", - "ed25519_pk1vtt0lr8uujknehsx9c8fy88yt8w6mtf7suxh7c27jkkaljtyj99q45dg03", - "ed25519_pk1mlr42fk6tuahfwvdu30y7g6h3888hvg3z82t3s4yct7mfm9uh5msm7atrv", - "ed25519_pk1kz64s9f2w4yatz89u5ezsqgwt50ksqw3yr2h0zre9c83k376qgrqz76e68" - ], - "pool_pledge": { - "quantity": 167, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 200, + "quantity": 132, + "unit": "lovelace" + }, + { + "quantity": 227, + "unit": "lovelace" + }, + { + "quantity": 59, + "unit": "lovelace" + }, + { + "quantity": 21, + "unit": "lovelace" + }, + { + "quantity": 40, + "unit": "lovelace" + }, + { + "quantity": 98, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 138, + "unit": "lovelace" + }, + { + "quantity": 56, + "unit": "lovelace" + }, + { + "quantity": 156, + "unit": "lovelace" + }, + { + "quantity": 34, + "unit": "lovelace" + }, + { + "quantity": 37, + "unit": "lovelace" + }, + { + "quantity": 183, + "unit": "lovelace" + }, + { + "quantity": 247, + "unit": "lovelace" + }, + { + "quantity": 119, + "unit": "lovelace" + }, + { + "quantity": 48, + "unit": "lovelace" + }, + { + "quantity": 44, + "unit": "lovelace" + }, + { + "quantity": 5, + "unit": "lovelace" + }, + { + "quantity": 35, + "unit": "lovelace" + }, + { + "quantity": 242, + "unit": "lovelace" + }, + { + "quantity": 12, + "unit": "lovelace" + }, + { + "quantity": 38, + "unit": "lovelace" + }, + { + "quantity": 114, + "unit": "lovelace" + }, + { + "quantity": 208, + "unit": "lovelace" + }, + { + "quantity": 143, + "unit": "lovelace" + }, + { + "quantity": 73, + "unit": "lovelace" + }, + { + "quantity": 212, + "unit": "lovelace" + }, + { + "quantity": 97, + "unit": "lovelace" + } + ], + "fee": { + "quantity": 172, + "unit": "lovelace" + }, + "id": "411eab48b7136d72266370730d9c02073a4f5f16537973e7310fec612202847f", + "inputs": [ + { + "id": "726fd885164e51c02653177ac44f4d3a3c084d6709274d183d562ed350395073", + "index": 0 + }, + { + "id": "ee113966070d270b1d6f533b3545220e486ba15c402e7b70116357e41f4cf829", + "index": 0 + }, + { + "address": "", + "amount": { + "quantity": 48, "unit": "lovelace" }, - "pool_id": "pool1cptnqrgsnhp50nvrpwhhpyys7erdgwdxeerrz67d922d5585gzj", - "pool_margin": { - "quantity": 32.06, - "unit": "percent" - } + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 + } + ], + "derivation_path": [ + "12825", + "11254", + "15293", + "1119", + "8700", + "7047", + "11313", + "1613", + "7013", + "6365" + ], + "id": "02724c580445ef4a9478ccc9063422636a553b3967081e2e357962352b016606", + "index": 22537 }, { - "certificate_type": "join_pool_external", - "pool": "pool1r9sa4ef2u5fnaw8xu2qr87kkt9e2u4ut5qq369453jze2nm3g4v", - "reward_account": "" + "address": "", + "amount": { + "quantity": 39, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "6251", + "14421", + "7660", + "14828", + "10788", + "340", + "5090", + "3845", + "13407", + "15033", + "10877", + "7464", + "8014", + "4016", + "4445", + "2187", + "3156", + "2342", + "10632", + "10828", + "11770", + "2022", + "5158", + "4126", + "13896", + "7924", + "15517" + ], + "id": "1f5a6a5c04062b3a284e12249b31ec5f70ce6b5e1a3056070d85034f4c632ca2", + "index": 13386 }, { - "certificate_type": "join_pool_external", - "pool": "pool1zys8uaagt6x6mexm5zwh8e2mwl3n7m03ry68n5lwkgmay5zpjcc", - "reward_account": "" + "address": "", + "amount": { + "quantity": 250, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "5847", + "10535", + "14086", + "14700", + "16078", + "1728" + ], + "id": "9b6f511e36215723d74568850c1fa81a0844317e2c211a0a49e1fb5824486c3d", + "index": 2265 }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "29227", - "850", - "17681", - "5312", - "9381" - ] + "id": "21150f431028725f01362b6d4816f95b5f7b7a377f6e312c1307536b960b753b", + "index": 0 }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1ggvr6qaf433ucsppn6xufv2nxe0trelj9a9acvyydhhyv9spk5f", - "retirement_epoch": 8635 + "id": "7c955c3510236f1ab1493448cc5f285d6f1d2237292b2e8e1a6c780cc6447e4b", + "index": 0 }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1w5w9a2drt4tvqv7tr0477e7s8ckk4wvczwft4rfacv78sfypxzl", - "retirement_epoch": 11867 + "id": "56097051064c1a604e3b1155334b51121a144d54520808766018ce4f771121f2", + "index": 1 }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk173ffzwa4mx9uuza5kx47vwrzskcsedeee0k3y4ryq75v3ykh6u9sazjrkz", - "ed25519_pk1efx0w9tce0ggr6llp2ncukhxmwy8yaq00hzcpzm2reyxmnerdl5qgm3vc8", - "ed25519_pk12nqk2nm3fp2wczny22scd7l6a04rleu70efyqfnmd8d4aphvalcqtz724p", - "ed25519_pk1fx6jd2y69qxsz2d9h4ys3wyjdck4lx4hpjxr4nrvcuztpg9w26vs2kx8pc", - "ed25519_pk19wqfl3f8f0ngmemj6mws5uyf3cx3p0u070ur7asae5xausklapqqxldr49", - "ed25519_pk1g0v3hragcvdu0g3ttk4pxfsvkqvy0gkuzc86fze997tt30rpzgasmgdjsp", - "ed25519_pk1mhz7c256quta5hwqpu9n9whzpxxs8mnnal35s8g5hthrqjzs6q8s2pd2uv", - "ed25519_pk17pr83m744973nevg30f77l6c59cfm93zkcsypf4m76vpqngnezzs2zc3ca", - "ed25519_pk1ujkvhxa08xnsr64fv0ld8j844fsddqgxpq8c3h4a3pmccasl07vqcdqprh", - "ed25519_pk15exkvvmgtumkx472ye9dh74pc0np6kp6ttxwswljtxmpvw5maf6s204vje", - "ed25519_pk1gmms3ug48x9wgyyj3t32y9fd2xrfpgytjxfg8uahxk2wnd4fqsaqmw0e6k", - "ed25519_pk1s2wny0zw4t9xx6dgxkwtc929wfw69xzfjchyf7y3m83tphy6spdqcgjdh3", - "ed25519_pk1ewdh320r5qacx5l9mrdjpvqhxquuxswfecvxpezy9vuv0g68a7sshaq9v9", - "ed25519_pk1ukl4xphxu47tu0p707auejsq3uj230rtk5wl2l3mh75mdth7qdvqdjwc2t", - "ed25519_pk1m37jllw7x7f39sfzfhumc6fxyzlgs7vrtfq7hcjmvcrjg3y0rtmqjsvsrp" - ], - "pool_pledge": { - "quantity": 27, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 245, + "address": "", + "amount": { + "quantity": 223, "unit": "lovelace" }, - "pool_id": "pool106qufnkzkyw3wg6sl337ys5dez40lzumpkmjfe6r3tsfsuk22u5", - "pool_margin": { - "quantity": 96.63, - "unit": "percent" - } + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + } + ], + "derivation_path": [ + "14989", + "3063", + "10378", + "7945", + "9351", + "15709", + "612", + "8480", + "6846", + "9711", + "15878" + ], + "id": "2e496e53313021605e477136114a2d2c193c70403a67c343166b4c5c7e527e18", + "index": 16814 }, { - "certificate_type": "mir" + "address": "", + "amount": { + "quantity": 243, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 46 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 + } + ], + "derivation_path": [ + "13805", + "1737", + "14708", + "7940", + "3289", + "8826", + "15997", + "15071", + "12327", + "4310", + "11246", + "6996", + "16288", + "3663", + "11613", + "5835", + "6081", + "4768", + "3785" + ], + "id": "542876268c21d3fa4616074009350c7241705d370e452a089dff5a5d4725581e", + "index": 32216 }, { - "certificate_type": "deregister_pool", - "pool_id": "pool1epzfzyx4cfa2ku3v524q0cw3xsemaa4j4ssk9tcutjnekhsj58l", - "retirement_epoch": 10095 + "id": "35a42dcb6bc36e2432561370cc504446757e6a310915475e221a0934ee2d0d1d", + "index": 0 }, { - "certificate_type": "genesis" + "address": "", + "amount": { + "quantity": 166, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 30 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 34 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 30 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 + } + ], + "derivation_path": [ + "6108", + "16181", + "1717", + "6905", + "6472", + "5852", + "5222", + "8764", + "15471", + "12368", + "7924", + "16226", + "3730" + ], + "id": "1fc775d44c2e11446d4a08676c757a0b0c2e3235ab41f9282d2d48641a3018a7", + "index": 28307 }, { - "certificate_type": "quit_pool", - "reward_account_path": [ - "19065", - "22879", - "9809", - "7823", - "18402" - ] + "id": "41460e204a293814752a025f5138ba4cb6c86d7840cc1d0e667b686ea07f5c02", + "index": 0 }, { - "certificate_type": "register_pool", - "pool_owners": [ - "ed25519_pk1pv4f2z49xrzweehjy00unl89zs4v5nms4u9lc6en5zjfne8566tsvsznv3", - "ed25519_pk1525aaw4cwahjdhdup75whqxe6tzt9gx0nk9fyj49gtg69smx6fcszkt2pm", - "ed25519_pk187yntextz2ny4gswwncp46467fdcnrslva4zt94v9u40t8k56chsn7awws", - "ed25519_pk14gwlntnvhag803umumsn354nlkunutq3z9ev2n5taavgqwg0y5pqv73dsg", - "ed25519_pk1gtdfmqtw9f4v5gxupz9gt9ea48v0hhqlpfruaw67rcx885chmnxs0war4f", - "ed25519_pk1tf3k2wnj9q0wgm80lzjxv7x5zq3lfxvg2nc599g0ztxk58xn67ksn78jn7", - "ed25519_pk10a8gqfqws8hpvpg5yc6gaqzppn3mjn8v4u4fx32g7f7sjptvrw9sk6ntt2", - "ed25519_pk1twldy4lkgca9ykew585f34xa768n55stly82f0j9gd34ezevry7svrug2n", - "ed25519_pk1yxephzgj9u4ym0p5xw5c9zkm0fxkdzl6x4sse7st67f4kmhgldlsw62res", - "ed25519_pk1dk2nk99frc09t99dvagexypn6j6myv40qjynw8f5l229lzzw860svwd05a", - "ed25519_pk1ra4mdgfz9rjy0gsqksd7l8gyy9t2f0xs3rxyzrnekql0cmdljrdqftwxwa" - ], - "pool_pledge": { - "quantity": 56, - "unit": "lovelace" - }, - "pool_cost": { - "quantity": 27, + "address": "", + "amount": { + "quantity": 145, "unit": "lovelace" }, - "pool_id": "pool1kjag42e5ljgp3a25xc25agyvetztnqj7j9t9ezvjsfctq62q98a", - "pool_margin": { - "quantity": 18.49, - "unit": "percent" - } - } - ], - "deposits_returned": [ + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 + } + ], + "derivation_path": [ + "13305", + "13908", + "15220", + "3787", + "2733", + "7254", + "9322", + "2291", + "12411", + "2270", + "454", + "3143", + "115", + "15428", + "5625", + "13787", + "3442", + "8240", + "5840", + "9614", + "1835", + "13573", + "15963", + "12557", + "6437", + "6358", + "2845", + "7875", + "12173", + "13583" + ], + "id": "6c01355250224bdc214572572e3550016ceb7875560566671073705d002b2a77", + "index": 22664 + }, { - "quantity": 74, - "unit": "lovelace" + "id": "0f6e8b38305e22220e95753f44674e1300334c0e0377636776004c710aab9633", + "index": 1 }, { - "quantity": 43, - "unit": "lovelace" + "id": "4b60279d5f661d0a3c497b0b4e751115311dd5434423e432bb123c544513601b", + "index": 1 }, { - "quantity": 68, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 75, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 42 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 + } + ], + "derivation_path": [ + "15866", + "11495", + "784", + "5776", + "3069", + "1782", + "3856", + "2151", + "9340", + "15743", + "4276" + ], + "id": "61464a1603591c2a711ed05fab5e4c260a0d632d49406e411a283dd9310f4e24", + "index": 10245 }, { - "quantity": 144, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 24, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + } + ], + "derivation_path": [ + "5052", + "14845", + "12133", + "10747", + "491", + "2915", + "13205", + "10672", + "8547" + ], + "id": "3451525479303c186678843c466129811e6a6f09582257055361485e72e11e4b", + "index": 14525 }, { - "quantity": 128, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 90, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + } + ], + "derivation_path": [ + "13327", + "7070", + "14766", + "4906", + "1953", + "6267", + "8454", + "7334", + "13839", + "14053" + ], + "id": "779f34230f66702a372b283346500558732430186c0c5be4c939e0354e754c01", + "index": 13727 + }, + { + "address": "", + "amount": { + "quantity": 253, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + } + ], + "derivation_path": [ + "1782", + "8344", + "11843", + "16277", + "5057", + "217", + "2976", + "1100", + "2470", + "316", + "8797", + "1967", + "8756", + "7570", + "6530", + "6955", + "5420", + "7050", + "10113", + "4448" + ], + "id": "357a44505a326d95581703bd3925282e7bfe366d543b334f1f20487d7b503d21", + "index": 20847 }, { - "quantity": 78, - "unit": "lovelace" + "id": "20251f1da37ecd03805635394a403467a9d2112014646d3e5c8d3366569d4371", + "index": 1 }, { - "quantity": 7, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 48, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "704", + "15434", + "3936", + "5803" + ], + "id": "5d7143296c785a0ffd30556b577369813e6405046e401c3c054d074e63313030", + "index": 31158 }, { - "quantity": 120, - "unit": "lovelace" - } - ], - "metadata": { - "13": { - "map": [ + "address": "", + "amount": { + "quantity": 102, + "unit": "lovelace" + }, + "assets": [ { - "k": { - "string": "衱𣸨󰌑" - }, - "v": { - "bytes": "ed26733323567063676d51061a60860f16293e48487161" - } + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 } - ] - } - }, - "collateral": [ + ], + "derivation_path": [ + "10564", + "12102", + "3569", + "1755", + "10771", + "15493", + "9961", + "13075", + "7320", + "8970", + "7579", + "7858", + "13477", + "7699", + "917", + "12964", + "6733", + "16281", + "6930", + "11166", + "15016", + "5703", + "7517", + "2848", + "11321", + "3792" + ], + "id": "2866d05936df6e8f19584ece5649412a0a1a725b7c2b5075d00910bdd4a95e09", + "index": 8365 + }, { "address": "", - "id": "5b4b8e756d3169850905547ee407fb7a003830275e655506f47440461d541782", - "index": 11312, "amount": { - "quantity": 70, + "quantity": 66, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 + } + ], "derivation_path": [ - "7010", - "21829", - "19781", - "13083", - "11154", - "27556", - "6990", - "23176", - "22238", - "272", - "15572", - "20234", - "19701", - "20679", - "8114", - "13314", - "5157", - "15431", - "19742", - "27243", - "151", - "28259" + "8452", + "8548", + "15306", + "13395", + "15319", + "11483", + "891", + "935", + "4645", + "6687", + "6398", + "9628", + "6318", + "948", + "14774" ], - "assets": [] - }, - { - "id": "768e66840c3c2c2424a0563670750e58250aa923262332eacb544b6d6031697f", - "index": 1 + "id": "0f3b3e62246f3a1e629e1b083a4d7ade152561792d442010634c4f535e477b56", + "index": 9064 }, { - "id": "f9e52d4b0276e785721a034a095344211e1f4d172424234f3bb0793a3f691916", - "index": 1 + "address": "", + "amount": { + "quantity": 236, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + } + ], + "derivation_path": [ + "5446", + "8268", + "1032", + "15602", + "2305", + "3209", + "222", + "15076", + "15666", + "15907", + "15556", + "14377", + "14773", + "15750", + "10892", + "1161", + "8941", + "15073", + "11018" + ], + "id": "0a47a553026f43335538757a7b14185e327606795e4c220b3b730127691a0120", + "index": 29197 }, { - "id": "0c300a5515365ec47a484724026aab2b496d752f6c711e6076de76d147780722", + "id": "b964042014386a1b2b25484a6f070a623a9c7667244a5287f956017545777141", "index": 1 }, { - "id": "707d551c6005507c56006e6d3853532cec2c137de668767838186b543917602f", - "index": 1 + "address": "", + "amount": { + "quantity": 134, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + } + ], + "derivation_path": [ + "14130", + "1163", + "2515", + "762", + "2805", + "12253", + "1359", + "16088", + "7624", + "5128", + "10946", + "9089", + "457", + "7392", + "4029", + "15029", + "3600", + "3252", + "6123", + "6474", + "12997", + "5783", + "9753", + "5981", + "4640", + "4051", + "6781" + ], + "id": "67413f5e6a2d02023a7e3bfd016a621419704c154c26546f5af3285c62475d1b", + "index": 3246 }, { "address": "", - "id": "0d5a11227d19c147196f43786c44694a3f7b06747d0a3c5ce26d3d08021a5bb3", - "index": 9507, "amount": { - "quantity": 88, + "quantity": 6, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + } + ], "derivation_path": [ - "17511", - "2740", - "20523", - "927", - "4367", - "17767", - "10934", - "26502", - "11889", - "4788", - "10705", - "20273", - "10147", - "20500", - "9781", - "6014" + "8058", + "5587", + "14823", + "8540", + "1565", + "10375", + "4178", + "484", + "15110", + "14392", + "1006", + "7630", + "169", + "12285", + "4061", + "6305", + "9533", + "7275", + "7887", + "14225", + "7163", + "376", + "2003", + "3182" ], - "assets": [] + "id": "60033f0b25521f17232e49740c695f3b165a56689777292e055e5e6c7b4a2d66", + "index": 11791 }, { - "id": "685bd61e070b524f662949480d67542d401a3c0a5d19302e4e086fe4231c7c3b", - "index": 1 + "id": "672c246878205479dab82d9066272e6732406d35262b53253a07584838ca734b", + "index": 0 }, + { + "id": "1903310b282a0b0575d962f85935de0054114e99a9204b4960142f493844146c", + "index": 0 + } + ], + "metadata": { + "4": { + "int": 1 + } + }, + "mint": { + "tokens": [ + { + "assets": [ + { + "asset_name": "546f6b656e4a", + "fingerprint": "asset1zg47c4anuvn4jshy3qf6w5rupgkganvgda0gta", + "quantity": 5015 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset1648ygvvuqy0ypy6d3lmzfmzm3wf3gwc2pvftf6", + "quantity": 6574 + } + ], + "policy_id": "cb294f1a598a825d6c5a5be1d174f76d2cb3563f3ee8ca12559bd442", + "policy_script": { + "language_version": "v1", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e57", + "fingerprint": "asset12n30alaaql246z9wg30ngszcu8as6t3g58x6nl", + "quantity": 4397 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1lteet7x8uru8p6wtkyjjwla5tgqn2twnmd8tqd", + "quantity": 8386 + } + ], + "policy_id": "39ff0a61cf49c7b9fd5da0cd62158e0321f3988037acb90cb4901e16", + "policy_script": { + "script": "policy_vkh188ls5cw0f8rmnl2a5rxky9vwqvsl8xyqx7ktjr95jq0pvcx3cvp", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1ndhruhjutp02xfg5p97rtthf7xxsgu5d77z4e2", + "quantity": 3357 + }, + { + "asset_name": "546f6b656e51", + "fingerprint": "asset15av9lhlrj96hfkvzqkswl7hksjzw624tqz9nd5", + "quantity": 5248 + }, + { + "asset_name": "546f6b656e42", + "fingerprint": "asset1kzfhlxldqvzsazm58k5zmzum9exuxu23ufcd5c", + "quantity": 8021 + } + ], + "policy_id": "f628866e19494c61fa77abce05cabc7b486d4f9714cc9a48bc7e4db2", + "policy_script": { + "script": "policy_vkh17c5gvmsef9xxr7nh408qtj4u0dyx6nuhznxf5j9u0exmygyxg9c", + "script_type": "native" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e49", + "fingerprint": "asset1rmx7w3wt3y0fkffrkz8m82qalap7h6vtjjek7h", + "quantity": 5368 + }, + { + "asset_name": "546f6b656e4c", + "fingerprint": "asset19raplx8sl30cdyzw67x93mc6zd377elx8cd9cq", + "quantity": 9047 + }, + { + "asset_name": "546f6b656e48", + "fingerprint": "asset1hnax3jldu036sfxxksfm0s4wp9ypuargufytc5", + "quantity": 3119 + }, + { + "asset_name": "546f6b656e53", + "fingerprint": "asset1gmm45s8naa896ys3ec60aq4wxg0crgzv4zuhty", + "quantity": 6917 + } + ], + "policy_id": "15d81f0cfc2f67b758d49a60e4d7530e7fa860bd8950fd9e6b23670d", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } + }, + { + "assets": [ + { + "asset_name": "546f6b656e43", + "fingerprint": "asset1vhq4nnrmdhadch4yapm4cpu586pewnjvxzwcvu", + "quantity": 3963 + }, + { + "asset_name": "546f6b656e4e", + "fingerprint": "asset1akntdvgwtxs2yr8dlcuss6jr09tcpmsvgvm0hg", + "quantity": 9752 + } + ], + "policy_id": "d2ad2ce46372ad9a11142b75d5d88ca5524203c860450f0e96f8fb57", + "policy_script": { + "script": "policy_vkh162kjeerrw2ke5yg59d6atkyv54fyyq7gvpzs7r5klra4wcq2hlk", + "script_type": "native" + } + } + ], + "wallet_policy_key_index": "0H" + }, + "outputs": [ { "address": "", - "id": "5d3f792d8803d7890237140a083b7b08566015530f6e0c16535a674f2a19f637", - "index": 25099, "amount": { - "quantity": 121, + "quantity": 63, "unit": "lovelace" }, - "derivation_path": [ - "17657", - "6444", - "6981", - "14044", - "20613", - "3366", - "21136", - "12660", - "30243", - "7852", - "12320", - "22452", - "24354", - "26521", - "24093", - "10721", - "25311" - ], "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + } + ], + "derivation_path": [ + "5050", + "3322", + "13022", + "9376" + ] + }, + { + "address": "", + "amount": { + "quantity": 192, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 }, { "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 } ] }, { - "id": "1562204428782d506768665372cd6a28507809d05747351c38a5d2fd6e1662a1", - "index": 0 + "address": "", + "amount": { + "quantity": 25, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 + } + ] }, { "address": "", - "id": "5a4eae130c16d505234d281681100305da247a74267f7e26367522053c541175", - "index": 26533, "amount": { - "quantity": 64, + "quantity": 215, "unit": "lovelace" }, - "derivation_path": [ - "14924", - "8213", - "18349", - "30256", - "25639", - "11050", - "70", - "8800" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 44, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 }, { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 } ] }, { - "id": "0f09574f0808536e6149617867254b1caf751503377c3bc67966f3b2340a493e", - "index": 1 + "address": "", + "amount": { + "quantity": 29, + "unit": "lovelace" + }, + "assets": [] }, { - "id": "583c37045ec93cbf5a4701c32e4d767a4366ce361e19208e076e73170e640956", - "index": 0 + "address": "", + "amount": { + "quantity": 127, + "unit": "lovelace" + }, + "assets": [] }, { - "id": "7e2c23481f212b7e5b3270a96672e16e603265b6547c7074332c0c092e7afc7c", - "index": 1 + "address": "", + "amount": { + "quantity": 103, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "13043", + "7507", + "14844" + ] }, { "address": "", - "id": "06232a246b7b241761502c7ffc171ca70127c178461b16460425b58420543979", - "index": 9593, "amount": { - "quantity": 19, + "quantity": 20, "unit": "lovelace" }, - "derivation_path": [ - "16778", - "17339", - "25532", - "1798", - "12196", - "11751", - "4059", - "16741", - "1660", - "16957", - "31405", - "29615" - ], "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 } ] }, { "address": "", - "id": "1b693257216d28504b551c3a490e9b515d1cfcc9cb423a0e7e8e5a53360b692e", - "index": 15323, "amount": { - "quantity": 129, + "quantity": 157, "unit": "lovelace" }, - "derivation_path": [ - "489", - "13082", - "29167", - "9777", - "24412", - "30022", - "15622", - "10753", - "3099", - "22939", - "13793", - "6990", - "26622", - "27084", - "4889", - "4799" - ], "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, { "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 } ] }, { - "id": "46465b45612d57410e6fb00ed66c2d511252832ba9341e42792c70f90872113f", - "index": 1 + "address": "", + "amount": { + "quantity": 166, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "10674", + "4845", + "4206", + "15024", + "8005", + "2455", + "4023", + "2162", + "12218", + "5734", + "15427", + "828", + "8989" + ] + } + ], + "script_validity": "invalid", + "validity_interval": { + "invalid_before": { + "quantity": 11593217, + "unit": "slot" }, + "invalid_hereafter": { + "quantity": 13113383, + "unit": "slot" + } + }, + "withdrawals": [ { - "id": "7927526a27ac3d4a2f2c073e5841c369a8412a115613924c3146143c0057614f", - "index": 0 + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" }, { - "id": "293e02750b57d67e01b032545a173c0a4e56715423594e670a11123c302f5f77", - "index": 1 - } - ], - "mint": { - "tokens": [ - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "50daaa0d1aec634bbfd2da3a44a66e7c88e2dea2b1580141515e67f2", - "assets": [ - { - "fingerprint": "asset1gj3fz3u4v0vvrw8u5akxy6j0s4nxr9q95wqv9q", - "asset_name": "546f6b656e56", - "quantity": 7733 - }, - { - "fingerprint": "asset1p2mmhv72hedg97y5n4yq5en4shvna7xxnz9cnk", - "asset_name": "546f6b656e55", - "quantity": 6031 - }, - { - "fingerprint": "asset1z5rm7lh4a2m4rq8sxr977z32e3sp0ej0zgcsxk", - "asset_name": "546f6b656e48", - "quantity": 7334 - }, - { - "fingerprint": "asset1nqm4kv804pqqym6hg08ntn6xfkw4w4ftmmf520", - "asset_name": "546f6b656e55", - "quantity": 176 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "8aec47b571c1c55d9713a99ec802703ff7086239133ac43619c48b9e", - "assets": [ - { - "fingerprint": "asset1nkdnz6dswqpzkt0akxkgvryyjgt6k6z3tuvl5a", - "asset_name": "546f6b656e45", - "quantity": 8849 - }, - { - "fingerprint": "asset1hrwn24n7j6m09rrsmuc207fwn6ecy6m8r7jme5", - "asset_name": "546f6b656e48", - "quantity": 2521 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "fd81726cbbc0d9155b4552eb788858fc577d0c815ed604bbf96c0f52", - "assets": [ - { - "fingerprint": "asset183sd5ah4avss5x2jpsryqu2szm3j2578qusg23", - "asset_name": "546f6b656e42", - "quantity": 9427 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "f42569eb7e37ac0764f060315f9a1355813bbaee67f88ec95bd11eea", - "assets": [ - { - "fingerprint": "asset1g97uat9d0npupaksapr7rcje4rhtqnt4hcy2em", - "asset_name": "546f6b656e4d", - "quantity": 2600 - }, - { - "fingerprint": "asset1hcxkfdpx0c4aga264wqqgskx305syjwyak4lxd", - "asset_name": "546f6b656e49", - "quantity": 9177 - }, - { - "fingerprint": "asset14tw7e0nlwhrqsygxlewks8flnmjh0yy322r4el", - "asset_name": "546f6b656e57", - "quantity": 7942 - } - ] - }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1g394z2fcf2mzaw9enw63lamnxr937yhvfgac069rsdu0u7afaua", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "444b5129384ab62eb8b99bb51ff77330cb1f12ec4a3b87e8a38378fe", - "assets": [ - { - "fingerprint": "asset1x6ht40gchxu3ea0j5nws9zzyfgw6kvsv6dks27", - "asset_name": "546f6b656e4d", - "quantity": 9575 - }, - { - "fingerprint": "asset1ffpkxad8vd4qxnwf9vunytyhuxhepk0acnlk2h", - "asset_name": "546f6b656e47", - "quantity": 8921 - }, - { - "fingerprint": "asset1xj5ewkrffzuvygfk7ph64n6qpec508lf506nt7", - "asset_name": "546f6b656e4f", - "quantity": 8001 - } - ] - }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "bd94705ab4b675525bbcde8c3e277bde1d187e65e16fb6d47279ad0f", - "assets": [ - { - "fingerprint": "asset1s4mrta0gp3my97hr3hlqjeg5k6kk9e3r8zcf49", - "asset_name": "546f6b656e52", - "quantity": 6407 - } - ] + "amount": { + "quantity": 60, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1dkg6dz49t4yxmqspfzfzzn356d54tph2p82xnm7w3vu2y6vvmcg", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "6d91a68aa55d486d82014892214e34d3695586ea09d469efce8b38a2", - "assets": [ - { - "fingerprint": "asset15rvutn3kwk6wpfeku6e8840pmrtact6t2gvsw5", - "asset_name": "546f6b656e4c", - "quantity": 978 - }, - { - "fingerprint": "asset1e85wznlgtvaw97vgmt3udg320zqfku0xqye424", - "asset_name": "546f6b656e4f", - "quantity": 1724 - }, - { - "fingerprint": "asset1aj4qr5wr756xr6p82f39zpzyk3kg4s7vcxjzr4", - "asset_name": "546f6b656e49", - "quantity": 7166 - }, - { - "fingerprint": "asset1nw2cv744l2zc5zap4c04fmvwq369awsjueztaa", - "asset_name": "546f6b656e4e", - "quantity": 2279 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 14, + "unit": "lovelace" }, - { - "policy_script": { - "script": "policy_vkh1c8eqrh3sp7s703yuujw3hruseh0uwjle5fw99fv978jskwh7n6q", - "script_type": "native" - }, - "policy_id": "c1f201de300fa1e7c49ce49d1b8f90cddfc74bf9a25c52a585f1e50b", - "assets": [ - { - "fingerprint": "asset152cpvtga3eejg29mge7ecsqecxkguw0k2pcr5w", - "asset_name": "546f6b656e4b", - "quantity": 6193 - }, - { - "fingerprint": "asset1aqgv87x8ghp493zu08j3mh9qfkqu7nn0aqaenr", - "asset_name": "546f6b656e47", - "quantity": 1863 - }, - { - "fingerprint": "asset12jp9f6edmxtev0fuk2qjgddh9f6n6u93rl04z0", - "asset_name": "546f6b656e54", - "quantity": 8151 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 215, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh14su38svem8uw0qlxh4td7aq24p6hh6pdk3au84xu8rld763duec", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "ac3913c199d9f8e783e6bd56df740aa8757be82db47bc3d4dc38fedf", - "assets": [ - { - "fingerprint": "asset1wek43xk2d8skx6k0v2u0kdk2vg605dm3lv3pke", - "asset_name": "546f6b656e41", - "quantity": 6114 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 148, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "3b8820880378fad1356bf72f48b6923ae6d4d2267b95e5b40e7d7a3a", - "assets": [ - { - "fingerprint": "asset1x8pgf3wq3f724mzlqwfgn2k3u3wvh8y0y3m6yq", - "asset_name": "546f6b656e57", - "quantity": 6425 - }, - { - "fingerprint": "asset1lyrt3r9acvxnr4ss23tmwaqneu42dedm63gmlr", - "asset_name": "546f6b656e51", - "quantity": 3159 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 145, + "unit": "lovelace" }, - { - "policy_script": { - "script": "policy_vkh123rdeq0gry62clsfx0vv8u7khpnz53ksteaydqgxg9tvj627npp", - "script_type": "native" - }, - "policy_id": "5446dc81e81934ac7e0933d8c3f3d6b8662a46d05e7a4681064156c9", - "assets": [ - { - "fingerprint": "asset1s2er6n2pektt3cjk78kppnrhhmemtw8nrywsef", - "asset_name": "546f6b656e59", - "quantity": 4537 - }, - { - "fingerprint": "asset1c6wdcr8wxl65k866ser0ufl792t6nqdrww54yx", - "asset_name": "546f6b656e47", - "quantity": 7392 - }, - { - "fingerprint": "asset12cue7t2vyknwrj99rp4hpl3mdle8qjkkwf05aa", - "asset_name": "546f6b656e46", - "quantity": 2410 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 228, + "unit": "lovelace" }, - { - "policy_script": { - "script": "policy_vkh1r89fu3mf7s94vxl7rgtjdg6n6763mr36j60ucqatfj2axn879w3", - "script_type": "native" - }, - "policy_id": "19ca9e4769f40b561bfe1a1726a353d7b51d8e3a969fcc03ab4c95d3", - "assets": [ - { - "fingerprint": "asset17wdu5lfp3rnuj8vrsldzyh43lteqpy6tgyle7x", - "asset_name": "546f6b656e56", - "quantity": 4052 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 142, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "b55e08f1620e5530cb2eb04307bedbd0a6f2af11c7c59d8b7776c0bb", - "assets": [ - { - "fingerprint": "asset1qwwrg4c58katevn4pe7aph5fwmm7nhxjl8lxxc", - "asset_name": "546f6b656e58", - "quantity": 3764 - }, - { - "fingerprint": "asset1gmtlt4ctaru8e96qpq23ta2efdujlamch2tgtp", - "asset_name": "546f6b656e59", - "quantity": 9944 - }, - { - "fingerprint": "asset153r8hu7l5mdvkkkvfuvsngzs5hs6h2exqg9u6h", - "asset_name": "546f6b656e55", - "quantity": 2204 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 124, + "unit": "lovelace" }, - { - "policy_script": { - "script": "policy_vkh1uf4507v3use3y9t2j5yeu4x8tgsac3agdfd373t3up3jk9f6xv5", - "script_type": "native" - }, - "policy_id": "e26b47f991e43312156a95099e54c75a21dc47a86a5b1f4571e0632b", - "assets": [ - { - "fingerprint": "asset1uw0vdv8clagr7efc0hnesj38ywlf9xvppshn6z", - "asset_name": "546f6b656e5a", - "quantity": 503 - }, - { - "fingerprint": "asset16zzjwgtzxkrdqzlg0hgm4ercad4nrxhj05scut", - "asset_name": "546f6b656e50", - "quantity": 1720 - }, - { - "fingerprint": "asset1xff0pn04m36tddzrq78w2fz7hs9qkqhdv0wemh", - "asset_name": "546f6b656e53", - "quantity": 2388 - }, - { - "fingerprint": "asset12h6wun7z5dg7wd3rcjyx8ml99fmrzfvlsehgy4", - "asset_name": "546f6b656e53", - "quantity": 746 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 108, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1a67pwd47fyxc0zkezfxej834w8ujnjvjtq96yhcpfv2l2qlagrv", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "eebc1736be490d878ad9124d991e3571f929c992580ba25f014b15f5", - "assets": [ - { - "fingerprint": "asset1nqsdq8lm448wv2mcwwjc3srptphtxcxjkgrmrt", - "asset_name": "546f6b656e57", - "quantity": 2155 - }, - { - "fingerprint": "asset1fj2y5rkzavy2jywuwezy09x7slqmgzc68v7v7h", - "asset_name": "546f6b656e59", - "quantity": 9146 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 244, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh1t80tdamaqr0r70gq5qj6c75sy95mjdn0g25szder66a9u5g6sv7", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "59deb6f77d00de3f3d00a025ac7a902169b9366f42a9013723d6ba5e", - "assets": [ - { - "fingerprint": "asset1qdazzvp7qklczx39sd7rl23af2yzy0zz3dcx95", - "asset_name": "546f6b656e47", - "quantity": 7888 - }, - { - "fingerprint": "asset13cskc4hhm5hrvutmcv43wn78j9hx309axd25m8", - "asset_name": "546f6b656e48", - "quantity": 6541 - }, - { - "fingerprint": "asset1s4jrxxwmakv3y2sszwz6pde4armc96sh663d7c", - "asset_name": "546f6b656e4e", - "quantity": 5185 - }, - { - "fingerprint": "asset19fj4r9jh6mx4mef0rdhu5arku50f53cv56mmvh", - "asset_name": "546f6b656e54", - "quantity": 1376 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 26, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh15ltwsdsfs2m3l85cwek8frne5y7uc5s6r4ykle3j0df8xk00het", - { - "active_from": 100 - } - ] - }, - "script_type": "native" - }, - "policy_id": "a7d6e8360982b71f9e98766c748e79a13dcc521a1d496fe6327b5273", - "assets": [ - { - "fingerprint": "asset13xhhu5qrlga8hgqyucwv79s88uqxkq2pvf4aep", - "asset_name": "546f6b656e50", - "quantity": 9349 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 103, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "45dfefd274dc18640ba0af09c50758a944a9719abb873ac470950cc9", - "assets": [ - { - "fingerprint": "asset1vpl6awk0twpteyshgavpe2fu978gx9sw3jaq6m", - "asset_name": "546f6b656e46", - "quantity": 8066 - }, - { - "fingerprint": "asset1n86hcvqstxw08arjhvqmcfe4jxuqhr62prmcrm", - "asset_name": "546f6b656e42", - "quantity": 3407 - }, - { - "fingerprint": "asset124lyaxf7qncrzetdu6zre2759np4xqj58yr544", - "asset_name": "546f6b656e5a", - "quantity": 9727 - }, - { - "fingerprint": "asset1e6fsy9lg0ycvxndl6es8nwhtx50jp4fsvxrpnl", - "asset_name": "546f6b656e46", - "quantity": 8271 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 208, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh18ax44h6nyy7usrjsthmw9yxy9558gj2n9mf9rtm59qgzztedu9e", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "3f4d5adf53213dc80e505df6e290c42d287449532ed251af74281021", - "assets": [ - { - "fingerprint": "asset1jf4xt49maqtjymvrdxtp4xqh2g506t3n9w0qee", - "asset_name": "546f6b656e52", - "quantity": 6884 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 6, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "4cf5941f66504859780d1b15d06ec4986f016cb54cf6d05803cb34f0", - "assets": [ - { - "fingerprint": "asset1w57gs0ywth9xa4ufvrdusupxy8tt584puq2ftc", - "asset_name": "546f6b656e49", - "quantity": 2406 - }, - { - "fingerprint": "asset1j2txv0wwnykedtr8lchu6penct2a564kz28452", - "asset_name": "546f6b656e57", - "quantity": 4900 - } - ] + "stake_address": "" + }, + { + "amount": { + "quantity": 3, + "unit": "lovelace" }, - { - "policy_script": { - "script": { - "all": [ - "policy_vkh14rmnvlsydau67d9dtae79jnpg2s9l6f8pjl0h9t4gr0pj40mf8c", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, - "script_type": "native" - }, - "policy_id": "a8f7367e046f79af34ad5f73e2ca6142a05fe9270cbefb957540de19", - "assets": [ - { - "fingerprint": "asset1fneephqu6a2sjgtpw8euu6z3dncshyytvljzrl", - "asset_name": "546f6b656e50", - "quantity": 4195 - }, - { - "fingerprint": "asset14xcctwzamhutrrm9as00vpjycqfkwejz5zqc9e", - "asset_name": "546f6b656e43", - "quantity": 5789 - } - ] + "context": "ours", + "stake_address": "" + }, + { + "amount": { + "quantity": 82, + "unit": "lovelace" }, - { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "33894335afe1783b69f25baac30deea43cd5d0d027d1b7c803814b5b", - "assets": [ - { - "fingerprint": "asset1aqjl6np2v9ecptd8eyh4tq3cw0dc6n4gg7jeja", - "asset_name": "546f6b656e4c", - "quantity": 3276 - }, - { - "fingerprint": "asset12c33c6tj8dhq7nmvmsxr6nkeh4x3clqvjlhqwf", - "asset_name": "546f6b656e4c", - "quantity": 4019 - } - ] - } - ], - "wallet_policy_key_index": "0H", - "wallet_policy_key_hash": "policy_vkh1yag3d566x4w5xvsmpfcfz5csxver3cp8rdv4c4d7q3c9yds4884" - } + "stake_address": "" + }, + { + "amount": { + "quantity": 54, + "unit": "lovelace" + }, + "context": "ours", + "stake_address": "" + } + ] } - ] + ], + "seed": 2062908043 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiDelegationAction.json b/lib/core/test/data/Cardano/Wallet/Api/ApiDelegationAction.json index 057d0706a84..93ce429225a 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiDelegationAction.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiDelegationAction.json @@ -1,39 +1,42 @@ { - "seed": 5532717529160974446, "samples": [ { - "action": "quit" + "action": "join", + "pool": "pool1y0gzzwju5sahss0fx9zvlncungm2y4uxgv4fzf64f99c6mavexe" }, { "action": "join", - "pool": "pool1juqclhek4s9lkhef5t70e2yh2ntuxgqhxmahgd65s93r564yjjk" + "pool": "pool1w49dyjrfyaulk9efe0ngpu95e24zqcqmd58th6afa2l25nal0gx" }, { - "action": "quit" + "action": "join", + "pool": "pool1up8uztzlvteq6u8xa8f2pzswhwsven3av6w689wnt6tdjl99tyw" }, { - "action": "quit" + "action": "join", + "pool": "pool1y5cqgmjhdmk9twv8q2lsuw7re8fjr0h29xn7lzac3awtzqvserj" }, { - "action": "quit" + "action": "join", + "pool": "pool1657xuld2dklt8e0zjdlrt9jsyyavryq9jucay8d5tplg2yctmx3" }, { - "action": "quit" + "action": "join", + "pool": "pool1mgtghtumhth6mjx85naquqxrp68ndw5nrg9tnmr8apwscg7ycgp" }, { "action": "join", - "pool": "pool1fdy9czwy4t73naq235t4mw9efr5qn5z8t9z5afacsfd6ykfk8sx" + "pool": "pool13xrudplknh3mkm4q82xt2sa0rhpws2pxwqjd44jq7c34k8yp5mu" }, { - "action": "join", - "pool": "pool1v3j6lac75yynff9jgel0xrdvzcrayr3605ghykcvxxwjqph6wch" + "action": "quit" }, { - "action": "join", - "pool": "pool1ys3lf2p67hguhw5xuvhfx0mketrmfq4y8uu5mfaykqqrql4wfuq" + "action": "quit" }, { "action": "quit" } - ] + ], + "seed": -537607975 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiEpochInfo.json b/lib/core/test/data/Cardano/Wallet/Api/ApiEpochInfo.json index f70f8b85aa4..18f0460672c 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiEpochInfo.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiEpochInfo.json @@ -1,45 +1,45 @@ { - "seed": -8366609790566088313, "samples": [ { - "epoch_start_time": "1900-05-03T16:14:07Z", - "epoch_number": 29255 + "epoch_number": 26562, + "epoch_start_time": "1879-04-03T17:00:00Z" }, { - "epoch_start_time": "1879-05-30T11:00:00Z", - "epoch_number": 22708 + "epoch_number": 11275, + "epoch_start_time": "1882-04-16T00:48:35Z" }, { - "epoch_start_time": "1905-07-30T07:44:54Z", - "epoch_number": 12296 + "epoch_number": 27357, + "epoch_start_time": "1868-10-20T09:30:39.157574019039Z" }, { - "epoch_start_time": "1877-06-25T13:00:00Z", - "epoch_number": 27380 + "epoch_number": 12315, + "epoch_start_time": "1860-05-10T06:00:00Z" }, { - "epoch_start_time": "1868-07-14T14:00:00Z", - "epoch_number": 14308 + "epoch_number": 30272, + "epoch_start_time": "1904-08-22T09:37:49.882803045006Z" }, { - "epoch_start_time": "1898-08-22T21:00:00Z", - "epoch_number": 13728 + "epoch_number": 5868, + "epoch_start_time": "1894-12-24T02:20:55Z" }, { - "epoch_start_time": "1881-08-03T14:00:00Z", - "epoch_number": 29567 + "epoch_number": 18136, + "epoch_start_time": "1864-03-28T04:00:00Z" }, { - "epoch_start_time": "1904-05-12T09:43:19.054473271014Z", - "epoch_number": 27406 + "epoch_number": 30270, + "epoch_start_time": "1879-07-29T19:00:00Z" }, { - "epoch_start_time": "1873-01-11T01:20:44.050897667851Z", - "epoch_number": 20647 + "epoch_number": 32478, + "epoch_start_time": "1889-06-30T23:02:50.527793637714Z" }, { - "epoch_start_time": "1888-08-07T07:26:25.175461800284Z", - "epoch_number": 29179 + "epoch_number": 23783, + "epoch_start_time": "1860-11-15T13:03:27Z" } - ] + ], + "seed": -360741780 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiEra.json b/lib/core/test/data/Cardano/Wallet/Api/ApiEra.json index fe949cc401e..af7e9d345c7 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiEra.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiEra.json @@ -1,15 +1,15 @@ { - "seed": 3650623946664727762, "samples": [ "byron", - "mary", - "shelley", - "allegra", - "mary", - "alonzo", + "byron", + "byron", "alonzo", "allegra", "shelley", - "byron" - ] + "shelley", + "mary", + "alonzo", + "allegra" + ], + "seed": 355474423 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiEraInfo.json b/lib/core/test/data/Cardano/Wallet/Api/ApiEraInfo.json index 023e59cbcc0..84ee8022696 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiEraInfo.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiEraInfo.json @@ -1,195 +1,223 @@ { - "seed": 1534183186405643902, "samples": [ { - "mary": { - "epoch_start_time": "1902-10-14T09:08:39Z", - "epoch_number": 7128 + "allegra": { + "epoch_number": 5880, + "epoch_start_time": "1906-07-02T04:02:01Z" }, - "byron": { - "epoch_start_time": "1903-08-30T08:11:44.488747489444Z", - "epoch_number": 26008 + "alonzo": null, + "babbage": { + "epoch_number": 10660, + "epoch_start_time": "1878-03-23T14:00:00Z" }, - "allegra": { - "epoch_start_time": "1871-11-05T17:03:24Z", - "epoch_number": 6583 + "byron": { + "epoch_number": 9665, + "epoch_start_time": "1883-02-22T15:00:33Z" }, - "alonzo": { - "epoch_start_time": "1878-08-20T19:00:00Z", - "epoch_number": 6134 + "mary": { + "epoch_number": 164, + "epoch_start_time": "1889-05-20T20:00:00Z" }, - "shelley": null + "shelley": { + "epoch_number": 4384, + "epoch_start_time": "1862-07-15T22:13:11Z" + } }, { - "mary": { - "epoch_start_time": "1893-02-16T09:17:11.092131753305Z", - "epoch_number": 1558 - }, - "byron": { - "epoch_start_time": "1871-10-20T05:00:00Z", - "epoch_number": 20911 - }, "allegra": { - "epoch_start_time": "1873-04-08T11:00:00Z", - "epoch_number": 18559 + "epoch_number": 15812, + "epoch_start_time": "1890-08-01T21:21:37.101835546121Z" }, "alonzo": { - "epoch_start_time": "1867-01-02T08:48:56.26185278103Z", - "epoch_number": 20568 + "epoch_number": 9966, + "epoch_start_time": "1866-01-02T05:37:35Z" + }, + "babbage": { + "epoch_number": 4219, + "epoch_start_time": "1900-08-15T05:00:00Z" + }, + "byron": { + "epoch_number": 146, + "epoch_start_time": "1881-06-28T22:00:00Z" }, + "mary": null, "shelley": null }, { - "mary": { - "epoch_start_time": "1892-10-01T16:00:00Z", - "epoch_number": 9082 + "allegra": null, + "alonzo": { + "epoch_number": 15391, + "epoch_start_time": "1869-08-13T06:53:53.630911533568Z" + }, + "babbage": { + "epoch_number": 2470, + "epoch_start_time": "1882-07-30T20:38:07.046716235633Z" }, "byron": { - "epoch_start_time": "1903-04-24T14:22:25Z", - "epoch_number": 207 + "epoch_number": 12429, + "epoch_start_time": "1883-03-01T07:43:27.108986128873Z" }, - "allegra": { - "epoch_start_time": "1898-04-13T17:32:26Z", - "epoch_number": 22381 + "mary": { + "epoch_number": 8306, + "epoch_start_time": "1885-12-25T01:16:02.970163527808Z" }, - "alonzo": null, "shelley": { - "epoch_start_time": "1895-07-19T15:55:53Z", - "epoch_number": 20238 + "epoch_number": 2051, + "epoch_start_time": "1892-07-11T00:52:48Z" } }, { - "mary": { - "epoch_start_time": "1900-10-27T16:51:49Z", - "epoch_number": 16041 - }, - "byron": { - "epoch_start_time": "1862-10-14T00:45:44Z", - "epoch_number": 22433 - }, "allegra": { - "epoch_start_time": "1868-02-11T05:44:27Z", - "epoch_number": 4967 + "epoch_number": 4504, + "epoch_start_time": "1895-03-17T08:39:27.683486895557Z" }, "alonzo": { - "epoch_start_time": "1876-11-26T18:53:39.603363711645Z", - "epoch_number": 16274 + "epoch_number": 4972, + "epoch_start_time": "1866-07-27T18:00:00Z" }, - "shelley": { - "epoch_start_time": "1867-09-07T08:00:00Z", - "epoch_number": 27686 - } - }, - { - "mary": { - "epoch_start_time": "1892-03-09T05:51:00.268106362961Z", - "epoch_number": 22843 + "babbage": { + "epoch_number": 1673, + "epoch_start_time": "1904-09-28T04:36:25.2125124034Z" }, - "byron": null, - "allegra": { - "epoch_start_time": "1890-02-02T10:29:26Z", - "epoch_number": 23447 + "byron": { + "epoch_number": 4942, + "epoch_start_time": "1896-01-26T13:38:52Z" + }, + "mary": { + "epoch_number": 4094, + "epoch_start_time": "1897-04-23T03:31:42Z" }, - "alonzo": null, "shelley": { - "epoch_start_time": "1866-08-29T02:28:45Z", - "epoch_number": 12754 + "epoch_number": 13352, + "epoch_start_time": "1879-04-10T10:53:01Z" } }, { - "mary": { - "epoch_start_time": "1863-02-19T10:10:52.127235777997Z", - "epoch_number": 11677 + "allegra": { + "epoch_number": 14133, + "epoch_start_time": "1865-04-29T10:10:59Z" + }, + "alonzo": { + "epoch_number": 10876, + "epoch_start_time": "1879-01-05T13:37:06.258045902151Z" + }, + "babbage": { + "epoch_number": 4939, + "epoch_start_time": "1867-11-14T23:02:26Z" }, "byron": { - "epoch_start_time": "1886-07-28T20:51:04.030521904536Z", - "epoch_number": 19475 + "epoch_number": 10642, + "epoch_start_time": "1896-07-22T09:00:00Z" + }, + "mary": { + "epoch_number": 1724, + "epoch_start_time": "1902-01-06T04:52:10Z" }, + "shelley": null + }, + { "allegra": { - "epoch_start_time": "1878-01-01T22:00:00Z", - "epoch_number": 2001 + "epoch_number": 14793, + "epoch_start_time": "1875-01-24T20:37:18.205157345671Z" }, "alonzo": { - "epoch_start_time": "1881-01-20T16:31:02Z", - "epoch_number": 17492 + "epoch_number": 5081, + "epoch_start_time": "1877-06-16T16:32:36Z" + }, + "babbage": { + "epoch_number": 7398, + "epoch_start_time": "1901-11-17T18:10:46.482359056364Z" + }, + "byron": null, + "mary": { + "epoch_number": 12065, + "epoch_start_time": "1859-04-20T22:00:00Z" }, "shelley": { - "epoch_start_time": "1859-08-20T16:11:34Z", - "epoch_number": 21298 + "epoch_number": 8794, + "epoch_start_time": "1889-10-12T20:00:00Z" } }, { - "mary": { - "epoch_start_time": "1901-05-09T23:17:23Z", - "epoch_number": 10262 + "allegra": null, + "alonzo": { + "epoch_number": 10832, + "epoch_start_time": "1860-07-29T05:00:00Z" }, - "byron": { - "epoch_start_time": "1890-08-02T15:14:08Z", - "epoch_number": 17398 + "babbage": { + "epoch_number": 15728, + "epoch_start_time": "1885-06-26T19:54:37Z" }, - "allegra": { - "epoch_start_time": "1861-12-27T20:00:00Z", - "epoch_number": 28178 + "byron": { + "epoch_number": 4266, + "epoch_start_time": "1879-03-06T18:00:00Z" }, - "alonzo": { - "epoch_start_time": "1862-08-30T14:55:07Z", - "epoch_number": 28407 + "mary": { + "epoch_number": 8852, + "epoch_start_time": "1877-10-12T14:09:31Z" }, - "shelley": { - "epoch_start_time": "1865-06-12T15:46:50.274691423923Z", - "epoch_number": 23050 - } + "shelley": null }, { - "mary": null, + "allegra": null, + "alonzo": { + "epoch_number": 14608, + "epoch_start_time": "1894-09-25T23:40:55Z" + }, + "babbage": { + "epoch_number": 4243, + "epoch_start_time": "1905-05-05T07:00:00Z" + }, "byron": { - "epoch_start_time": "1904-05-08T08:45:56Z", - "epoch_number": 27122 + "epoch_number": 13279, + "epoch_start_time": "1869-11-03T06:11:52Z" }, - "allegra": { - "epoch_start_time": "1890-05-20T10:41:27.822678255026Z", - "epoch_number": 8140 + "mary": { + "epoch_number": 12395, + "epoch_start_time": "1906-04-09T19:00:00Z" }, - "alonzo": null, "shelley": { - "epoch_start_time": "1893-05-18T02:00:00Z", - "epoch_number": 10126 + "epoch_number": 12503, + "epoch_start_time": "1875-10-24T00:25:44Z" } }, { - "mary": null, - "byron": { - "epoch_start_time": "1860-06-20T17:00:00Z", - "epoch_number": 9804 + "allegra": { + "epoch_number": 5374, + "epoch_start_time": "1902-08-22T22:49:24.607575294598Z" }, - "allegra": null, "alonzo": { - "epoch_start_time": "1866-10-28T05:19:05.256617058433Z", - "epoch_number": 10536 + "epoch_number": 13353, + "epoch_start_time": "1868-02-12T15:00:00Z" }, - "shelley": { - "epoch_start_time": "1859-02-15T22:38:41Z", - "epoch_number": 840 - } + "babbage": { + "epoch_number": 6149, + "epoch_start_time": "1892-12-20T19:00:00Z" + }, + "byron": { + "epoch_number": 7628, + "epoch_start_time": "1866-07-24T07:27:40Z" + }, + "mary": null, + "shelley": null }, { - "mary": { - "epoch_start_time": "1906-04-10T00:00:00Z", - "epoch_number": 4717 + "allegra": null, + "alonzo": { + "epoch_number": 13673, + "epoch_start_time": "1889-06-16T01:12:33.68140733223Z" }, - "byron": null, - "allegra": { - "epoch_start_time": "1859-10-07T03:00:00Z", - "epoch_number": 1505 + "babbage": { + "epoch_number": 906, + "epoch_start_time": "1868-07-01T15:00:00Z" }, - "alonzo": { - "epoch_start_time": "1870-02-24T09:47:40.646901471756Z", - "epoch_number": 3586 + "byron": null, + "mary": { + "epoch_number": 13255, + "epoch_start_time": "1894-11-20T23:00:00Z" }, - "shelley": { - "epoch_start_time": "1901-06-17T16:00:00Z", - "epoch_number": 10257 - } + "shelley": null } - ] + ], + "seed": 920675353 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiExternalInputTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiExternalInputTestnet0.json index 2a6e3f1d8ca..5157bbdef69 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiExternalInputTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiExternalInputTestnet0.json @@ -1,270 +1,178 @@ { - "seed": 8422840658998580064, "samples": [ { + "address": "", "amount": { - "quantity": 176, + "quantity": 190, "unit": "lovelace" }, - "address": "", - "id": "060c66010a340002f535cb35697342a23a3104e7696f4224095ac1322d217248", "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 58, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 } ], - "index": 24043, - "datum": "cf1129445b24674c1d155e5f18901176ee4b62755d5e653fdd1259b1322d2c7c" + "id": "044475a65b0759166d431d183da458d650594c233f36247c1f5f0571472b1700", + "index": 9830 }, { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, "address": "", - "id": "d02481907e49204843a25b4621cb1cb955cf417760b7c55b62007e6f75104eb4", - "assets": [], - "index": 29744 - }, - { "amount": { - "quantity": 11, + "quantity": 209, "unit": "lovelace" }, - "address": "", - "id": "47a8224966160f01cdda724e5a79a2336df81c4d4f22e34c062369902a4c0028", "assets": [], - "index": 1205, - "datum": "2a7d565c411d7e1e084e195d16d62a0c7a20707a107d7b57527b7ab526066a75" + "datum": "4c460737374b6b1b533f300d3851595279dd6555010520776e1d180215611c1f", + "id": "88200015215a6e1e49592158a2125b346c4e33572c111066ac1e6d4cb9123733", + "index": 9832 }, { + "address": "", "amount": { - "quantity": 153, + "quantity": 183, "unit": "lovelace" }, - "address": "", - "id": "3e1e727607705b441fc04f695903430d7e0d673af86e527b3e7e64044c0a4c73", "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 } ], - "index": 16971, - "datum": "19353c72460e7a0d599f2b59115d51fb1b343bde3d205747640c4794273a0691" + "datum": "4420535823761c3f292f25541776107b2122e8c83b1b5c7022bf7419583b2248", + "id": "1aed426478fa601c1a1c32db8db621625869205d4f3c6e3b451d605a4b4222eb", + "index": 19736 }, { + "address": "", "amount": { - "quantity": 167, + "quantity": 178, "unit": "lovelace" }, - "address": "", - "id": "30385a1018304f544d333c296e238e1d9a1bb52656726d627b7b190c47003e15", "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 }, { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - "index": 25251, - "datum": "24306a2607bfec04852dd572fb506718d5d84f6657773a6c572d3461cd598c15" - }, - { - "amount": { - "quantity": 253, - "unit": "lovelace" - }, - "address": "", - "id": "1a6faa382a4b780d1572bb3045474a4c3a237f254a0f7a0b73741274091bf052", - "assets": [ + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 + }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 }, { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 } ], - "index": 28289, - "datum": "2b64336922169a2510005b3d4933904326a4472d29cd2b502d604015445972d5" + "datum": "354c69453f7e7f7d087b790c273d1847342d147f1b0a59386f2b3c074368112d", + "id": "1c40251b0386351b394798f25d0a392f727d4831cc385325452e83e06c5a0445", + "index": 32481 }, { + "address": "", "amount": { - "quantity": 151, + "quantity": 137, "unit": "lovelace" }, - "address": "", - "id": "2d4704726f6e4c6276e0627637671c5c3b3460376d3456376726674a39372090", "assets": [], - "index": 29384, - "datum": "1d2191f96d2415302b5d737173141d1c4d7c7a230a6c416d1906143d0320f311" + "datum": "33316ec1107b756f29792822b54c1509792354247c45617ef1101f1c2e6b8948", + "id": "190e123b1e5c0c0910e23d16336241273773192f202b003c3b37176b513b342f", + "index": 8153 }, { + "address": "", "amount": { - "quantity": 159, + "quantity": 42, "unit": "lovelace" }, - "address": "", - "id": "2f04b9d3196d0b324c152a6066232e26320e0a44a0ac28660c572d633d284d13", "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 } ], - "index": 24001, - "datum": "15187a5f1601214c143932f5983f9d6d163866292e33df131f0116327acc7444" + "datum": "4270371651434dc20968200175a3445504091e28047002653507155c3aba06bb", + "id": "634e1520193344ae2832346a360d44afae114e0da1733558772946057f500b11", + "index": 28228 }, { + "address": "", "amount": { - "quantity": 150, + "quantity": 38, "unit": "lovelace" }, - "address": "", - "id": "681519ef5a6544792f05071d2f4c050b6a6b7f2968783d7fde6f0a92666d4729", "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 } ], - "index": 23951, - "datum": "3e03730afd1a39132e6a021c49396e03712e341c0a2d1a456b5ff75a725e0a5c" + "datum": "587c41b93829d137150075d63627a1142306e00e35766c0219270319683a5b8f", + "id": "339d5f50f876206f446f542423c6251d634c0a29152d55dd115426007c574f78", + "index": 31508 }, { + "address": "", + "amount": { + "quantity": 110, + "unit": "lovelace" + }, + "assets": [], + "datum": "4b81e2322a3f15256a15473143620aef7ad60d5eb5e9337c37f5003d7f7d464a", + "id": "651f042c7635063539a6697d757c583f04591088004b6f5c3ab645d17904fe41", + "index": 27423 + }, + { + "address": "", "amount": { - "quantity": 202, + "quantity": 243, "unit": "lovelace" }, + "assets": [], + "id": "6243aa18e71e76532d3a1922097d622a76012b8113e8473c58284bf07dc04c78", + "index": 13314 + }, + { "address": "", - "id": "6e53e96fea1d720b457b365a244ce8300ab702380eb829480f2b3d5c2a325106", + "amount": { + "quantity": 186, + "unit": "lovelace" + }, "assets": [], - "index": 27795, - "datum": "777e506a3f44427d2c146a4e379b1c5e5212305a39475c1a091d6576724b6c27" + "datum": "0f182418131d2863626830e23357705a4e26b54d65383835207e643735729862", + "id": "0c227761377ccc8f143527751a553c67473166243b084b372269663e7c4e2b2a", + "index": 31748 } - ] + ], + "seed": -30915718 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiFee.json b/lib/core/test/data/Cardano/Wallet/Api/ApiFee.json index 8249d8414a7..53e6c0da4f5 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiFee.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiFee.json @@ -1,713 +1,788 @@ { - "seed": 5477206274405279323, "samples": [ { - "estimated_min": { - "quantity": 140, - "unit": "lovelace" - }, "deposit": { - "quantity": 145, + "quantity": 90, "unit": "lovelace" }, "estimated_max": { - "quantity": 201, + "quantity": 67, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 23, "unit": "lovelace" }, "minimum_coins": [ { - "quantity": 228, + "quantity": 155, "unit": "lovelace" }, { - "quantity": 153, + "quantity": 23, "unit": "lovelace" }, { - "quantity": 166, + "quantity": 158, "unit": "lovelace" }, { - "quantity": 80, + "quantity": 99, "unit": "lovelace" }, { - "quantity": 144, + "quantity": 95, "unit": "lovelace" }, { - "quantity": 151, + "quantity": 234, "unit": "lovelace" }, { - "quantity": 152, + "quantity": 95, "unit": "lovelace" }, { - "quantity": 140, + "quantity": 187, "unit": "lovelace" }, { - "quantity": 189, + "quantity": 96, "unit": "lovelace" }, { - "quantity": 119, + "quantity": 90, "unit": "lovelace" }, { - "quantity": 161, + "quantity": 88, "unit": "lovelace" }, { - "quantity": 189, + "quantity": 113, "unit": "lovelace" }, { - "quantity": 104, + "quantity": 217, "unit": "lovelace" }, { - "quantity": 254, + "quantity": 23, "unit": "lovelace" }, { - "quantity": 77, + "quantity": 62, "unit": "lovelace" }, { - "quantity": 143, + "quantity": 241, + "unit": "lovelace" + } + ] + }, + { + "deposit": { + "quantity": 78, + "unit": "lovelace" + }, + "estimated_max": { + "quantity": 234, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 154, + "unit": "lovelace" + }, + "minimum_coins": [ + { + "quantity": 146, "unit": "lovelace" }, { - "quantity": 68, + "quantity": 140, "unit": "lovelace" }, { - "quantity": 172, + "quantity": 222, "unit": "lovelace" }, { - "quantity": 87, + "quantity": 22, "unit": "lovelace" }, { - "quantity": 247, + "quantity": 174, "unit": "lovelace" }, { - "quantity": 215, + "quantity": 197, "unit": "lovelace" }, { - "quantity": 108, + "quantity": 36, "unit": "lovelace" }, { - "quantity": 248, + "quantity": 195, "unit": "lovelace" }, { - "quantity": 215, + "quantity": 41, + "unit": "lovelace" + }, + { + "quantity": 230, + "unit": "lovelace" + }, + { + "quantity": 116, + "unit": "lovelace" + }, + { + "quantity": 55, + "unit": "lovelace" + }, + { + "quantity": 223, + "unit": "lovelace" + }, + { + "quantity": 130, + "unit": "lovelace" + }, + { + "quantity": 176, + "unit": "lovelace" + }, + { + "quantity": 13, + "unit": "lovelace" + }, + { + "quantity": 211, "unit": "lovelace" } ] }, { - "estimated_min": { - "quantity": 117, - "unit": "lovelace" - }, "deposit": { - "quantity": 31, + "quantity": 213, "unit": "lovelace" }, "estimated_max": { - "quantity": 12, + "quantity": 63, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 115, "unit": "lovelace" }, "minimum_coins": [ { - "quantity": 61, + "quantity": 139, "unit": "lovelace" }, { - "quantity": 0, + "quantity": 79, "unit": "lovelace" }, { - "quantity": 42, + "quantity": 17, "unit": "lovelace" }, { - "quantity": 213, + "quantity": 105, "unit": "lovelace" }, { - "quantity": 53, + "quantity": 156, "unit": "lovelace" }, { - "quantity": 25, + "quantity": 170, "unit": "lovelace" }, { - "quantity": 122, + "quantity": 138, "unit": "lovelace" }, { - "quantity": 41, + "quantity": 30, "unit": "lovelace" }, { - "quantity": 127, + "quantity": 2, "unit": "lovelace" }, { - "quantity": 58, + "quantity": 254, "unit": "lovelace" }, { - "quantity": 117, + "quantity": 95, "unit": "lovelace" }, { - "quantity": 74, + "quantity": 75, "unit": "lovelace" }, { - "quantity": 198, + "quantity": 94, "unit": "lovelace" }, { - "quantity": 113, + "quantity": 229, "unit": "lovelace" }, { - "quantity": 7, + "quantity": 131, "unit": "lovelace" }, { - "quantity": 141, + "quantity": 192, "unit": "lovelace" }, { - "quantity": 116, + "quantity": 216, "unit": "lovelace" }, { - "quantity": 136, + "quantity": 41, "unit": "lovelace" }, { - "quantity": 49, + "quantity": 118, "unit": "lovelace" }, { - "quantity": 157, + "quantity": 202, + "unit": "lovelace" + }, + { + "quantity": 249, "unit": "lovelace" }, { - "quantity": 219, + "quantity": 184, "unit": "lovelace" }, { - "quantity": 64, + "quantity": 149, "unit": "lovelace" }, { - "quantity": 85, + "quantity": 133, "unit": "lovelace" } ] }, { - "estimated_min": { - "quantity": 18, - "unit": "lovelace" - }, "deposit": { - "quantity": 166, + "quantity": 216, "unit": "lovelace" }, "estimated_max": { - "quantity": 135, + "quantity": 139, "unit": "lovelace" }, - "minimum_coins": [ - { - "quantity": 199, - "unit": "lovelace" - }, - { - "quantity": 43, - "unit": "lovelace" - }, - { - "quantity": 144, - "unit": "lovelace" - } - ] - }, - { "estimated_min": { - "quantity": 112, + "quantity": 94, "unit": "lovelace" }, + "minimum_coins": [] + }, + { "deposit": { - "quantity": 120, + "quantity": 12, "unit": "lovelace" }, "estimated_max": { - "quantity": 221, + "quantity": 148, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 239, "unit": "lovelace" }, "minimum_coins": [ { - "quantity": 237, + "quantity": 44, "unit": "lovelace" }, { - "quantity": 100, + "quantity": 222, "unit": "lovelace" }, { - "quantity": 143, + "quantity": 90, "unit": "lovelace" }, { - "quantity": 118, + "quantity": 195, "unit": "lovelace" }, { - "quantity": 229, + "quantity": 245, "unit": "lovelace" }, { - "quantity": 195, + "quantity": 241, "unit": "lovelace" }, { - "quantity": 115, + "quantity": 46, "unit": "lovelace" }, { - "quantity": 140, + "quantity": 228, + "unit": "lovelace" + }, + { + "quantity": 63, + "unit": "lovelace" + }, + { + "quantity": 17, "unit": "lovelace" } ] }, { - "estimated_min": { - "quantity": 3, - "unit": "lovelace" - }, "deposit": { - "quantity": 163, + "quantity": 152, "unit": "lovelace" }, "estimated_max": { - "quantity": 255, + "quantity": 142, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 157, "unit": "lovelace" }, "minimum_coins": [ { - "quantity": 200, + "quantity": 178, "unit": "lovelace" }, { - "quantity": 138, + "quantity": 87, "unit": "lovelace" }, { - "quantity": 125, + "quantity": 180, "unit": "lovelace" }, { - "quantity": 187, + "quantity": 158, "unit": "lovelace" }, { - "quantity": 242, + "quantity": 38, "unit": "lovelace" }, { - "quantity": 121, + "quantity": 142, "unit": "lovelace" }, { - "quantity": 171, + "quantity": 198, "unit": "lovelace" }, { - "quantity": 255, + "quantity": 170, "unit": "lovelace" }, { - "quantity": 46, + "quantity": 126, "unit": "lovelace" }, { - "quantity": 53, + "quantity": 0, "unit": "lovelace" }, { - "quantity": 65, + "quantity": 81, "unit": "lovelace" }, { - "quantity": 60, + "quantity": 59, "unit": "lovelace" }, { - "quantity": 83, + "quantity": 17, "unit": "lovelace" }, { - "quantity": 13, + "quantity": 5, "unit": "lovelace" }, { - "quantity": 75, + "quantity": 2, "unit": "lovelace" }, { - "quantity": 150, + "quantity": 242, "unit": "lovelace" }, { - "quantity": 252, + "quantity": 201, "unit": "lovelace" }, { - "quantity": 184, + "quantity": 166, "unit": "lovelace" }, { - "quantity": 147, + "quantity": 15, "unit": "lovelace" }, { - "quantity": 216, + "quantity": 83, "unit": "lovelace" }, { - "quantity": 10, + "quantity": 186, "unit": "lovelace" }, { - "quantity": 54, + "quantity": 73, "unit": "lovelace" }, { - "quantity": 146, + "quantity": 24, "unit": "lovelace" }, { - "quantity": 148, + "quantity": 155, "unit": "lovelace" }, { - "quantity": 53, + "quantity": 39, + "unit": "lovelace" + }, + { + "quantity": 201, + "unit": "lovelace" + }, + { + "quantity": 227, "unit": "lovelace" } ] }, { - "estimated_min": { - "quantity": 172, - "unit": "lovelace" - }, "deposit": { - "quantity": 156, + "quantity": 219, "unit": "lovelace" }, "estimated_max": { - "quantity": 248, + "quantity": 235, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 38, "unit": "lovelace" }, "minimum_coins": [ { - "quantity": 202, + "quantity": 178, "unit": "lovelace" }, { - "quantity": 193, - "unit": "lovelace" - }, - { - "quantity": 206, + "quantity": 187, "unit": "lovelace" }, { - "quantity": 105, + "quantity": 115, "unit": "lovelace" }, { - "quantity": 189, + "quantity": 131, "unit": "lovelace" }, { - "quantity": 168, + "quantity": 174, "unit": "lovelace" }, { - "quantity": 132, + "quantity": 224, "unit": "lovelace" }, { - "quantity": 138, + "quantity": 39, "unit": "lovelace" }, { - "quantity": 134, + "quantity": 220, "unit": "lovelace" }, { - "quantity": 75, + "quantity": 206, "unit": "lovelace" }, { - "quantity": 112, + "quantity": 227, "unit": "lovelace" }, { - "quantity": 240, - "unit": "lovelace" - } - ] - }, - { - "estimated_min": { - "quantity": 34, - "unit": "lovelace" - }, - "deposit": { - "quantity": 190, - "unit": "lovelace" - }, - "estimated_max": { - "quantity": 171, - "unit": "lovelace" - }, - "minimum_coins": [ - { - "quantity": 13, + "quantity": 210, "unit": "lovelace" }, { - "quantity": 73, + "quantity": 245, "unit": "lovelace" }, { - "quantity": 37, + "quantity": 187, "unit": "lovelace" }, { - "quantity": 97, + "quantity": 36, "unit": "lovelace" }, { - "quantity": 34, + "quantity": 62, "unit": "lovelace" }, { - "quantity": 196, + "quantity": 97, "unit": "lovelace" }, { - "quantity": 123, + "quantity": 251, "unit": "lovelace" }, { - "quantity": 168, + "quantity": 148, "unit": "lovelace" }, { - "quantity": 245, + "quantity": 108, "unit": "lovelace" }, { - "quantity": 51, + "quantity": 170, "unit": "lovelace" }, { - "quantity": 84, + "quantity": 22, "unit": "lovelace" }, { - "quantity": 127, + "quantity": 237, "unit": "lovelace" }, { - "quantity": 75, + "quantity": 178, "unit": "lovelace" } ] }, { - "estimated_min": { - "quantity": 193, - "unit": "lovelace" - }, "deposit": { - "quantity": 201, + "quantity": 95, "unit": "lovelace" }, "estimated_max": { - "quantity": 170, + "quantity": 47, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 22, "unit": "lovelace" }, "minimum_coins": [ { - "quantity": 177, + "quantity": 202, "unit": "lovelace" }, { - "quantity": 219, + "quantity": 44, "unit": "lovelace" }, { - "quantity": 38, + "quantity": 83, "unit": "lovelace" }, { - "quantity": 32, + "quantity": 248, "unit": "lovelace" }, { - "quantity": 155, + "quantity": 116, "unit": "lovelace" }, { - "quantity": 187, + "quantity": 27, "unit": "lovelace" }, { - "quantity": 236, + "quantity": 230, "unit": "lovelace" }, { - "quantity": 30, + "quantity": 217, "unit": "lovelace" }, { - "quantity": 201, + "quantity": 159, "unit": "lovelace" }, { - "quantity": 122, + "quantity": 121, "unit": "lovelace" }, { - "quantity": 128, + "quantity": 244, "unit": "lovelace" }, { - "quantity": 223, + "quantity": 157, "unit": "lovelace" - } - ] - }, - { - "estimated_min": { - "quantity": 152, - "unit": "lovelace" - }, - "deposit": { - "quantity": 167, - "unit": "lovelace" - }, - "estimated_max": { - "quantity": 63, - "unit": "lovelace" - }, - "minimum_coins": [ + }, { - "quantity": 76, + "quantity": 159, "unit": "lovelace" }, { - "quantity": 203, + "quantity": 112, "unit": "lovelace" }, { - "quantity": 232, + "quantity": 102, "unit": "lovelace" }, { - "quantity": 149, + "quantity": 89, "unit": "lovelace" }, { - "quantity": 176, + "quantity": 30, + "unit": "lovelace" + }, + { + "quantity": 189, + "unit": "lovelace" + }, + { + "quantity": 102, + "unit": "lovelace" + }, + { + "quantity": 158, "unit": "lovelace" } ] }, { - "estimated_min": { - "quantity": 165, - "unit": "lovelace" - }, "deposit": { - "quantity": 2, + "quantity": 160, "unit": "lovelace" }, "estimated_max": { - "quantity": 244, + "quantity": 110, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 180, "unit": "lovelace" }, "minimum_coins": [ { - "quantity": 40, + "quantity": 8, "unit": "lovelace" }, { - "quantity": 90, + "quantity": 21, "unit": "lovelace" }, { - "quantity": 213, + "quantity": 211, "unit": "lovelace" }, { - "quantity": 165, + "quantity": 162, "unit": "lovelace" }, { - "quantity": 66, + "quantity": 84, "unit": "lovelace" }, { - "quantity": 251, + "quantity": 56, + "unit": "lovelace" + }, + { + "quantity": 80, "unit": "lovelace" }, { - "quantity": 199, + "quantity": 215, "unit": "lovelace" }, { - "quantity": 161, + "quantity": 88, "unit": "lovelace" }, { - "quantity": 99, + "quantity": 241, "unit": "lovelace" }, { - "quantity": 126, + "quantity": 13, "unit": "lovelace" }, { - "quantity": 117, + "quantity": 81, + "unit": "lovelace" + } + ] + }, + { + "deposit": { + "quantity": 110, + "unit": "lovelace" + }, + "estimated_max": { + "quantity": 223, + "unit": "lovelace" + }, + "estimated_min": { + "quantity": 129, + "unit": "lovelace" + }, + "minimum_coins": [ + { + "quantity": 216, "unit": "lovelace" }, { - "quantity": 244, + "quantity": 131, + "unit": "lovelace" + }, + { + "quantity": 179, + "unit": "lovelace" + }, + { + "quantity": 53, + "unit": "lovelace" + }, + { + "quantity": 239, + "unit": "lovelace" + }, + { + "quantity": 105, + "unit": "lovelace" + }, + { + "quantity": 12, "unit": "lovelace" } ] } - ] + ], + "seed": -425481334 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiForeignStakeKeyTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiForeignStakeKeyTestnet0.json index df94761c974..81ba39c6255 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiForeignStakeKeyTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiForeignStakeKeyTestnet0.json @@ -1,115 +1,115 @@ { - "seed": 6692059182321904665, "samples": [ { - "stake": { - "quantity": 239, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 147, + "quantity": 156, + "unit": "lovelace" + }, + "stake": { + "quantity": 60, "unit": "lovelace" } }, { - "stake": { - "quantity": 23, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 195, + "quantity": 239, + "unit": "lovelace" + }, + "stake": { + "quantity": 89, "unit": "lovelace" } }, { - "stake": { - "quantity": 173, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 154, + "quantity": 15, + "unit": "lovelace" + }, + "stake": { + "quantity": 128, "unit": "lovelace" } }, { - "stake": { + "key": "", + "reward_balance": { "quantity": 182, "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 164, + "stake": { + "quantity": 208, "unit": "lovelace" } }, { - "stake": { - "quantity": 171, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 111, + "quantity": 74, + "unit": "lovelace" + }, + "stake": { + "quantity": 146, "unit": "lovelace" } }, { - "stake": { - "quantity": 64, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 204, + "quantity": 133, + "unit": "lovelace" + }, + "stake": { + "quantity": 157, "unit": "lovelace" } }, { - "stake": { - "quantity": 216, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 40, + "quantity": 127, + "unit": "lovelace" + }, + "stake": { + "quantity": 118, "unit": "lovelace" } }, { - "stake": { - "quantity": 49, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 118, + "quantity": 227, + "unit": "lovelace" + }, + "stake": { + "quantity": 80, "unit": "lovelace" } }, { - "stake": { - "quantity": 105, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 113, + "quantity": 94, + "unit": "lovelace" + }, + "stake": { + "quantity": 105, "unit": "lovelace" } }, { - "stake": { - "quantity": 70, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 231, + "quantity": 110, + "unit": "lovelace" + }, + "stake": { + "quantity": 241, "unit": "lovelace" } } - ] + ], + "seed": 1887529288 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiHealthCheck.json b/lib/core/test/data/Cardano/Wallet/Api/ApiHealthCheck.json index 31bde6f2597..809f32567ab 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiHealthCheck.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiHealthCheck.json @@ -1,35 +1,35 @@ { - "seed": 788746785595420015, "samples": [ { - "health": "unreachable" + "health": "available" }, { - "health": "unreachable" + "health": "unavailable" }, { - "health": "available" + "health": "unreachable" }, { - "health": "unreachable" + "health": "unavailable" }, { - "health": "unreachable" + "health": "no_smash_configured" }, { "health": "unavailable" }, { - "health": "available" + "health": "unavailable" }, { - "health": "available" + "health": "no_smash_configured" }, { "health": "unreachable" }, { - "health": "unreachable" + "health": "unavailable" } - ] + ], + "seed": -1443900093 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceAction.json b/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceAction.json index 1b33ce48804..d505c7bc771 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceAction.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceAction.json @@ -1,59 +1,64 @@ { - "seed": -2464685378149403929, "samples": [ { "gc_stake_pools": { - "status": "not_applicable" + "last_run": "1868-12-14T05:02:16.260267343024Z", + "status": "has_run" } }, { "gc_stake_pools": { - "status": "has_run", - "last_run": "1871-05-03T07:00:00Z" + "last_run": "1884-08-26T12:27:10.800119806901Z", + "status": "has_run" } }, { "gc_stake_pools": { - "status": "not_applicable" + "last_run": "1896-07-06T04:00:00Z", + "status": "has_run" } }, { "gc_stake_pools": { - "status": "not_applicable" + "last_run": "1907-03-18T00:14:13.797405421185Z", + "status": "restarting" } }, { "gc_stake_pools": { - "status": "restarting", - "last_run": "1884-11-25T06:00:00Z" + "last_run": "1885-02-10T19:00:00Z", + "status": "restarting" } }, { "gc_stake_pools": { - "status": "has_run", - "last_run": "1867-09-07T02:41:19.044824199869Z" + "status": "not_started" } }, { "gc_stake_pools": { - "status": "restarting", - "last_run": "1902-10-05T00:00:00Z" + "last_run": "1878-08-20T00:00:00Z", + "status": "restarting" } }, { "gc_stake_pools": { - "status": "not_started" + "last_run": "1889-11-24T04:00:00Z", + "status": "restarting" } }, { "gc_stake_pools": { - "status": "not_started" + "last_run": "1875-01-26T11:00:00Z", + "status": "restarting" } }, { "gc_stake_pools": { - "status": "not_started" + "last_run": "1899-01-23T02:00:00Z", + "status": "restarting" } } - ] + ], + "seed": -1856003903 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceActionPostData.json b/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceActionPostData.json index 219b6ade5e1..da665227bd6 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceActionPostData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiMaintenanceActionPostData.json @@ -1,5 +1,4 @@ { - "seed": -940073206050741807, "samples": [ { "maintenance_action": "gc_stake_pools" @@ -31,5 +30,6 @@ { "maintenance_action": "gc_stake_pools" } - ] + ], + "seed": 1506001570 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiMultiDelegationAction.json b/lib/core/test/data/Cardano/Wallet/Api/ApiMultiDelegationAction.json index e9ed5dd4d29..289d2127a0c 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiMultiDelegationAction.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiMultiDelegationAction.json @@ -1,62 +1,59 @@ { - "seed": 1936845305661287512, "samples": [ { - "join": { - "pool": "pool1k74gntstwjn9skldv7xw4d036yh2h593jfx4837k93teu6njstt", - "stake_key_index": "8858" + "quit": { + "stake_key_index": "1324" } }, { "quit": { - "stake_key_index": "968" + "stake_key_index": "4683" } }, { - "join": { - "pool": "pool1sv3lrsknvm9nhhg2wxkpprjgame50d6ae2ea5t8g5xd2cffvqgh", - "stake_key_index": "14374" + "quit": { + "stake_key_index": "5600" } }, { "join": { - "pool": "pool1xptyeldr7fjw9kprsm04q3cdx7mffp0vdlhg2he9e83gqjxgmf6", - "stake_key_index": "25619" + "pool": "pool1af80akr7rk4ly743u3mehvnpmkn9n62a2a7csa0vrwmvy973ug6", + "stake_key_index": "9484" } }, { - "quit": { - "stake_key_index": "3315" + "join": { + "pool": "pool1xh6m6uz0grxv8h6d84pw2w0ytdcepwaqnvw72sk3tfgk5ekj82p", + "stake_key_index": "8411" } }, { - "join": { - "pool": "pool15l8sch8pdc6a3zdn929ftlw34rsz6yq4lpgsd34r0s99gf6h4ln", - "stake_key_index": "8222" + "quit": { + "stake_key_index": "12252" } }, { - "join": { - "pool": "pool1878f293r4u9dg3fdpsrjmfdtkk92d99yafwxkc45guzhv2uy9fw", - "stake_key_index": "17222" + "quit": { + "stake_key_index": "10906" } }, { "join": { - "pool": "pool19kpy427ae6qpsw56h2j9tmqga259gvuzwum4eu6rhrqtxww2hw9", - "stake_key_index": "31303" + "pool": "pool18rg80km6r429xc9sc0y4tk4fudk5nlwuegkadqkej87vj7f38mn", + "stake_key_index": "10547" } }, { "join": { - "pool": "pool16wppumk5ckqghkhlaf398ppchkgw0mfzsm09e0rfqtnaj5fs886", - "stake_key_index": "17812" + "pool": "pool14rwq5j4qgjfd882q2wl2w0vugq7xu5uuy9w6t5wksw4zvfz74z3", + "stake_key_index": "16095" } }, { "quit": { - "stake_key_index": "2416" + "stake_key_index": "15017" } } - ] + ], + "seed": 1128628755 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkClock.json b/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkClock.json index 5094697b281..73eac2b21e5 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkClock.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkClock.json @@ -1,14 +1,10 @@ { - "seed": 5254172405322478001, "samples": [ - { - "status": "unavailable" - }, { "status": "pending" }, { - "status": "pending" + "status": "unavailable" }, { "status": "pending" @@ -20,24 +16,28 @@ "status": "pending" }, { - "status": "pending" - }, - { - "status": "available", "offset": { - "quantity": -27, + "quantity": -28, "unit": "microsecond" - } + }, + "status": "available" }, { - "status": "available", "offset": { - "quantity": 1, + "quantity": 27, "unit": "microsecond" - } + }, + "status": "available" + }, + { + "status": "unavailable" }, { "status": "pending" + }, + { + "status": "unavailable" } - ] + ], + "seed": -1851190509 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkInformation.json b/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkInformation.json index e9490fc94ab..079d78f1b18 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkInformation.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkInformation.json @@ -1,263 +1,253 @@ { - "seed": -6856724619328058694, "samples": [ { "network_tip": { - "epoch_number": 14271, - "time": "1893-02-26T06:33:40Z", - "absolute_slot_number": 15189338, - "slot_number": 14885 - }, - "sync_progress": { - "status": "syncing", - "progress": { - "quantity": 40.47, - "unit": "percent" - } + "absolute_slot_number": 8274426, + "epoch_number": 4043, + "slot_number": 12088, + "time": "1866-11-30T10:07:10Z" }, "next_epoch": { - "epoch_start_time": "1868-01-21T18:00:00Z", - "epoch_number": 24832 + "epoch_number": 12763, + "epoch_start_time": "1865-01-30T16:00:00Z" }, - "node_era": "shelley", + "node_era": "allegra", "node_tip": { + "absolute_slot_number": 7907785, + "epoch_number": 3178, "height": { - "quantity": 3425, + "quantity": 6451, "unit": "block" }, - "epoch_number": 10690, - "time": "1883-11-09T16:00:00Z", - "absolute_slot_number": 6296869, - "slot_number": 3221 + "slot_number": 151, + "time": "1867-01-20T13:00:00Z" + }, + "sync_progress": { + "status": "not_responding" } }, { "network_tip": { - "epoch_number": 19146, - "time": "1896-07-07T14:05:39Z", - "absolute_slot_number": 3387723, - "slot_number": 30070 - }, - "sync_progress": { - "status": "not_responding" + "absolute_slot_number": 1889322, + "epoch_number": 5975, + "slot_number": 3704, + "time": "1865-10-06T11:47:16Z" }, - "next_epoch": { - "epoch_start_time": "1879-08-14T00:43:30.125805183677Z", - "epoch_number": 4761 - }, - "node_era": "allegra", + "node_era": "byron", "node_tip": { + "absolute_slot_number": 4377857, + "epoch_number": 6933, "height": { - "quantity": 15927, + "quantity": 2159, "unit": "block" }, - "epoch_number": 22223, - "time": "1904-03-25T07:43:03Z", - "absolute_slot_number": 3463244, - "slot_number": 2231 + "slot_number": 6860, + "time": "1866-03-08T09:33:52Z" + }, + "sync_progress": { + "status": "ready" } }, { "network_tip": { - "epoch_number": 3669, - "time": "1904-11-16T17:00:00Z", - "absolute_slot_number": 2611291, - "slot_number": 17809 - }, - "sync_progress": { - "status": "ready" + "absolute_slot_number": 158023, + "epoch_number": 11718, + "slot_number": 6166, + "time": "1874-11-08T21:00:00Z" }, "next_epoch": { - "epoch_start_time": "1890-02-12T13:53:35.720297345014Z", - "epoch_number": 13364 + "epoch_number": 3296, + "epoch_start_time": "1877-03-22T04:56:06.658027680404Z" }, "node_era": "byron", "node_tip": { + "absolute_slot_number": 2649549, + "epoch_number": 1268, "height": { - "quantity": 7279, + "quantity": 5523, "unit": "block" }, - "epoch_number": 24503, - "time": "1864-04-29T00:00:00Z", - "absolute_slot_number": 14269754, - "slot_number": 8085 + "slot_number": 2477, + "time": "1890-08-03T02:00:00Z" + }, + "sync_progress": { + "status": "not_responding" } }, { "network_tip": { - "epoch_number": 507, - "time": "1877-06-25T00:00:00Z", - "absolute_slot_number": 10742390, - "slot_number": 17798 - }, - "sync_progress": { - "status": "not_responding" - }, - "next_epoch": { - "epoch_start_time": "1868-05-22T06:14:18Z", - "epoch_number": 17982 + "absolute_slot_number": 1326558, + "epoch_number": 10787, + "slot_number": 11824, + "time": "1866-11-21T13:09:46.314579837668Z" }, "node_era": "byron", "node_tip": { + "absolute_slot_number": 5447785, + "epoch_number": 8154, "height": { - "quantity": 30600, + "quantity": 7165, "unit": "block" }, - "epoch_number": 11001, - "time": "1869-05-18T00:27:28Z", - "absolute_slot_number": 14018724, - "slot_number": 16513 - } - }, - { - "network_tip": { - "epoch_number": 7247, - "time": "1868-01-01T13:00:00Z", - "absolute_slot_number": 4761752, - "slot_number": 21994 + "slot_number": 13883, + "time": "1865-12-31T10:19:21Z" }, "sync_progress": { "status": "ready" - }, + } + }, + { "next_epoch": { - "epoch_start_time": "1902-09-22T04:35:05Z", - "epoch_number": 19903 + "epoch_number": 6179, + "epoch_start_time": "1908-09-06T12:00:00Z" }, - "node_era": "byron", + "node_era": "babbage", "node_tip": { + "absolute_slot_number": 7222803, + "epoch_number": 4356, "height": { - "quantity": 522, + "quantity": 11462, "unit": "block" }, - "epoch_number": 23017, - "time": "1882-01-28T04:10:38Z", - "absolute_slot_number": 586759, - "slot_number": 17625 + "slot_number": 10343, + "time": "1880-10-23T02:14:49Z" + }, + "sync_progress": { + "progress": { + "quantity": 24.01, + "unit": "percent" + }, + "status": "syncing" } }, { "network_tip": { - "epoch_number": 13897, - "time": "1882-03-30T01:40:12Z", - "absolute_slot_number": 6449111, - "slot_number": 31391 - }, - "sync_progress": { - "status": "ready" + "absolute_slot_number": 4864069, + "epoch_number": 16364, + "slot_number": 14732, + "time": "1866-01-13T00:07:16.671971613144Z" }, "next_epoch": { - "epoch_start_time": "1872-07-24T11:16:00.109312592809Z", - "epoch_number": 17644 + "epoch_number": 8063, + "epoch_start_time": "1882-05-12T20:24:41.656006203896Z" }, - "node_era": "allegra", + "node_era": "shelley", "node_tip": { + "absolute_slot_number": 4543558, + "epoch_number": 13049, "height": { - "quantity": 10321, + "quantity": 7026, "unit": "block" }, - "epoch_number": 9068, - "time": "1863-07-16T12:06:00.861463962083Z", - "absolute_slot_number": 14911365, - "slot_number": 14926 + "slot_number": 3026, + "time": "1893-09-13T11:09:57.964893156806Z" + }, + "sync_progress": { + "progress": { + "quantity": 64.83, + "unit": "percent" + }, + "status": "syncing" } }, { "network_tip": { - "epoch_number": 16763, - "time": "1894-12-26T02:00:00Z", - "absolute_slot_number": 12895332, - "slot_number": 2756 + "absolute_slot_number": 4283256, + "epoch_number": 8140, + "slot_number": 7995, + "time": "1887-01-01T22:57:01.383049324209Z" }, - "sync_progress": { - "status": "syncing", - "progress": { - "quantity": 90.83, - "unit": "percent" - } + "next_epoch": { + "epoch_number": 11202, + "epoch_start_time": "1895-03-12T20:00:00Z" }, "node_era": "mary", "node_tip": { + "absolute_slot_number": 4638558, + "epoch_number": 2038, "height": { - "quantity": 22862, + "quantity": 3766, "unit": "block" }, - "epoch_number": 18411, - "time": "1880-09-27T19:43:05Z", - "absolute_slot_number": 6779485, - "slot_number": 23579 + "slot_number": 90, + "time": "1868-02-11T04:16:57Z" + }, + "sync_progress": { + "progress": { + "quantity": 74.14, + "unit": "percent" + }, + "status": "syncing" } }, { - "sync_progress": { - "status": "not_responding" - }, - "next_epoch": { - "epoch_start_time": "1874-02-26T16:51:57Z", - "epoch_number": 32170 + "network_tip": { + "absolute_slot_number": 8239074, + "epoch_number": 16311, + "slot_number": 8417, + "time": "1869-10-20T07:07:26Z" }, "node_era": "mary", "node_tip": { + "absolute_slot_number": 6273395, + "epoch_number": 5509, "height": { - "quantity": 24595, + "quantity": 15105, "unit": "block" }, - "epoch_number": 11852, - "time": "1869-10-30T22:00:00Z", - "absolute_slot_number": 4883806, - "slot_number": 27476 + "slot_number": 3892, + "time": "1885-02-07T18:25:20.773758414156Z" + }, + "sync_progress": { + "status": "ready" } }, { "network_tip": { - "epoch_number": 9786, - "time": "1880-10-04T22:27:44.925821684991Z", - "absolute_slot_number": 3023867, - "slot_number": 16521 - }, - "sync_progress": { - "status": "ready" + "absolute_slot_number": 5860693, + "epoch_number": 16175, + "slot_number": 12843, + "time": "1875-04-19T21:02:28Z" }, - "node_era": "allegra", + "node_era": "alonzo", "node_tip": { + "absolute_slot_number": 6665134, + "epoch_number": 13493, "height": { - "quantity": 21683, + "quantity": 8895, "unit": "block" }, - "epoch_number": 31351, - "time": "1902-03-06T05:20:18Z", - "absolute_slot_number": 6181559, - "slot_number": 21715 + "slot_number": 1487, + "time": "1880-09-05T20:07:00Z" + }, + "sync_progress": { + "status": "not_responding" } }, { - "network_tip": { - "epoch_number": 29836, - "time": "1864-08-06T18:00:00Z", - "absolute_slot_number": 12406198, - "slot_number": 16604 - }, - "sync_progress": { - "status": "syncing", - "progress": { - "quantity": 67.88, - "unit": "percent" - } - }, "next_epoch": { - "epoch_start_time": "1859-06-28T21:53:08.150305309133Z", - "epoch_number": 12345 + "epoch_number": 7561, + "epoch_start_time": "1867-03-15T07:00:00Z" }, - "node_era": "byron", + "node_era": "babbage", "node_tip": { + "absolute_slot_number": 924220, + "epoch_number": 2972, "height": { - "quantity": 21722, + "quantity": 11597, "unit": "block" }, - "epoch_number": 16043, - "time": "1881-11-03T10:36:11.904485336136Z", - "absolute_slot_number": 12086442, - "slot_number": 18769 + "slot_number": 15967, + "time": "1874-08-07T07:34:21Z" + }, + "sync_progress": { + "progress": { + "quantity": 72.22, + "unit": "percent" + }, + "status": "syncing" } } - ] + ], + "seed": 622990582 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkParameters.json b/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkParameters.json index 4bb43eb135f..8f8f0cf6dca 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkParameters.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiNetworkParameters.json @@ -1,605 +1,661 @@ { - "seed": 87903015003102615, "samples": [ { - "slot_length": { - "quantity": 7544, - "unit": "second" + "active_slot_coefficient": { + "quantity": 80.75976959599012, + "unit": "percent" }, + "blockchain_start_time": "1889-11-04T10:55:24Z", "decentralization_level": { - "quantity": 69.77, + "quantity": 34.3, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 7600427, - "unit": "byte" - }, - "genesis_block_hash": "79641d71782908132526ef14337b29763d571f8d3c0951287027511d2075182d", - "blockchain_start_time": "1884-06-30T06:00:00Z", - "desired_pool_number": 31139, + "desired_pool_number": 5436, "epoch_length": { - "quantity": 11844, + "quantity": 55, "unit": "slot" }, "eras": { - "shelley": { - "epoch_start_time": "1881-08-01T23:28:28.958239231731Z", - "epoch_number": 9466 + "allegra": { + "epoch_number": 8365, + "epoch_start_time": "1870-07-16T20:49:43Z" + }, + "alonzo": null, + "babbage": null, + "byron": { + "epoch_number": 6025, + "epoch_start_time": "1868-04-30T19:36:43Z" }, "mary": { - "epoch_start_time": "1901-11-14T12:43:42.528529528959Z", - "epoch_number": 9258 + "epoch_number": 2477, + "epoch_start_time": "1878-05-08T08:00:00Z" }, - "byron": null, - "allegra": null, - "alonzo": { - "epoch_start_time": "1869-08-26T05:55:43Z", - "epoch_number": 31295 - } + "shelley": null }, - "minimum_collateral_percentage": 25, - "active_slot_coefficient": { - "quantity": 0.4728373651223694, - "unit": "percent" - }, - "security_parameter": { - "quantity": 25221, - "unit": "block" + "genesis_block_hash": "1516145658104c086cacfacf0b395c7ae726631d4b5d584261ea526d116da750", + "maximum_collateral_input_count": 4083, + "maximum_token_bundle_size": { + "quantity": 6030056, + "unit": "byte" }, + "minimum_collateral_percentage": 16, "minimum_utxo_value": { - "quantity": 93, + "quantity": 85, "unit": "lovelace" }, - "maximum_collateral_input_count": 12167 - }, - { + "security_parameter": { + "quantity": 10194, + "unit": "block" + }, "slot_length": { - "quantity": 3449, + "quantity": 8629, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 2.436524790435035, + "unit": "percent" }, + "blockchain_start_time": "1874-06-27T07:00:00Z", "decentralization_level": { - "quantity": 74.2, + "quantity": 11.51, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 10358947, - "unit": "byte" - }, - "genesis_block_hash": "67c9425c62782899361c1b703a296b441a2d7618146741334a7b9c665d114235", - "blockchain_start_time": "1883-05-10T00:26:23Z", - "desired_pool_number": 30643, + "desired_pool_number": 8901, "epoch_length": { - "quantity": 14580, + "quantity": 1030, "unit": "slot" }, - "execution_unit_prices": { - "step_price": { - "denominator": 3616314267815, - "numerator": 877220418264 - }, - "memory_unit_price": { - "denominator": 8047553378881, - "numerator": 79289946392788 - } - }, "eras": { - "shelley": { - "epoch_start_time": "1877-04-20T20:00:00Z", - "epoch_number": 27406 - }, - "mary": { - "epoch_start_time": "1880-10-27T16:55:10.85748724076Z", - "epoch_number": 31343 - }, - "byron": null, "allegra": { - "epoch_start_time": "1903-06-13T17:00:00Z", - "epoch_number": 21627 + "epoch_number": 12428, + "epoch_start_time": "1899-03-05T18:03:42.426624779629Z" }, "alonzo": { - "epoch_start_time": "1881-02-17T00:00:00Z", - "epoch_number": 32055 + "epoch_number": 2926, + "epoch_start_time": "1903-06-12T03:02:01Z" + }, + "babbage": { + "epoch_number": 13873, + "epoch_start_time": "1885-06-04T08:00:10Z" + }, + "byron": { + "epoch_number": 14961, + "epoch_start_time": "1878-01-07T14:37:29Z" + }, + "mary": { + "epoch_number": 14311, + "epoch_start_time": "1881-10-16T10:21:54.239559240587Z" + }, + "shelley": { + "epoch_number": 8657, + "epoch_start_time": "1900-05-01T20:00:00Z" } }, - "minimum_collateral_percentage": 28, - "active_slot_coefficient": { - "quantity": 65.05443987122585, - "unit": "percent" + "execution_unit_prices": { + "memory_unit_price": { + "denominator": 522896597553, + "numerator": 9859718929862 + }, + "step_price": { + "denominator": 2979748850296, + "numerator": 18254254571051 + } }, - "security_parameter": { - "quantity": 4746, - "unit": "block" + "genesis_block_hash": "6c308756e76672370f4c425c2b85567cf51a155b074259663b884506715c1e64", + "maximum_collateral_input_count": 14101, + "maximum_token_bundle_size": { + "quantity": 4599490, + "unit": "byte" }, + "minimum_collateral_percentage": 20, "minimum_utxo_value": { - "quantity": 208, + "quantity": 250, "unit": "lovelace" }, - "maximum_collateral_input_count": 1913 - }, - { + "security_parameter": { + "quantity": 13953, + "unit": "block" + }, "slot_length": { - "quantity": 9190, + "quantity": 4268, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 10.096269254929647, + "unit": "percent" }, + "blockchain_start_time": "1865-06-26T10:00:00Z", "decentralization_level": { - "quantity": 97.61, + "quantity": 83.42, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 6458466, - "unit": "byte" - }, - "genesis_block_hash": "50fe83504bbd3e6a29250514182b2e393576f90a3e78218d8c1577193d3d7c60", - "blockchain_start_time": "1868-08-12T19:00:00Z", - "desired_pool_number": 7048, + "desired_pool_number": 6129, "epoch_length": { - "quantity": 7452, + "quantity": 11681, "unit": "slot" }, "eras": { - "shelley": { - "epoch_start_time": "1894-12-09T16:38:46.030777955252Z", - "epoch_number": 18482 + "allegra": { + "epoch_number": 15903, + "epoch_start_time": "1872-12-14T06:56:34Z" }, - "mary": { - "epoch_start_time": "1897-04-11T04:36:49.18395429431Z", - "epoch_number": 16906 + "alonzo": { + "epoch_number": 10964, + "epoch_start_time": "1885-02-06T06:00:00Z" + }, + "babbage": { + "epoch_number": 8501, + "epoch_start_time": "1875-07-12T21:18:31Z" }, "byron": null, - "allegra": { - "epoch_start_time": "1862-07-03T19:00:00Z", - "epoch_number": 18592 + "mary": { + "epoch_number": 10101, + "epoch_start_time": "1859-01-14T00:27:20Z" }, - "alonzo": { - "epoch_start_time": "1904-03-06T00:00:00Z", - "epoch_number": 32429 + "shelley": { + "epoch_number": 16037, + "epoch_start_time": "1874-05-03T14:00:00Z" } }, - "minimum_collateral_percentage": 14, - "active_slot_coefficient": { - "quantity": 0.42447471161149997, - "unit": "percent" - }, - "security_parameter": { - "quantity": 29139, - "unit": "block" + "genesis_block_hash": "04424419215db71c0a590d5c07440130704f5c0b3330617a7d6266102f4aa94a", + "maximum_collateral_input_count": 12334, + "maximum_token_bundle_size": { + "quantity": 2639037, + "unit": "byte" }, + "minimum_collateral_percentage": 7, "minimum_utxo_value": { - "quantity": 40, + "quantity": 165, "unit": "lovelace" }, - "maximum_collateral_input_count": 5919 - }, - { + "security_parameter": { + "quantity": 12372, + "unit": "block" + }, "slot_length": { - "quantity": 918, + "quantity": 9615, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 94.13578562587841, + "unit": "percent" }, + "blockchain_start_time": "1864-10-09T11:00:00Z", "decentralization_level": { - "quantity": 94.44, + "quantity": 4.53, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 3429503, - "unit": "byte" - }, - "genesis_block_hash": "1708ce26083c512434286f6b17494ea50b2df54d5a705a19743128154030241d", - "blockchain_start_time": "1881-08-23T16:53:54Z", - "desired_pool_number": 17664, + "desired_pool_number": 12526, "epoch_length": { - "quantity": 31513, + "quantity": 5726, "unit": "slot" }, - "execution_unit_prices": { - "step_price": { - "denominator": 1394864702805, - "numerator": 35103479534878 - }, - "memory_unit_price": { - "denominator": 8918865777099, - "numerator": 242086533496852 - } - }, "eras": { - "shelley": null, - "mary": { - "epoch_start_time": "1891-01-18T21:09:18.518956365658Z", - "epoch_number": 29037 + "allegra": { + "epoch_number": 6064, + "epoch_start_time": "1871-02-13T22:00:00Z" + }, + "alonzo": { + "epoch_number": 7764, + "epoch_start_time": "1907-06-20T20:09:07Z" + }, + "babbage": { + "epoch_number": 10311, + "epoch_start_time": "1907-03-05T18:12:07Z" }, "byron": { - "epoch_start_time": "1870-06-20T09:57:14.534739910494Z", - "epoch_number": 26507 + "epoch_number": 4580, + "epoch_start_time": "1879-04-25T00:32:47.853977480272Z" }, - "allegra": { - "epoch_start_time": "1859-11-09T01:35:07.805791518375Z", - "epoch_number": 16129 + "mary": { + "epoch_number": 14603, + "epoch_start_time": "1879-11-14T19:00:00Z" }, - "alonzo": null + "shelley": { + "epoch_number": 5716, + "epoch_start_time": "1900-11-01T12:01:32.960028255536Z" + } }, - "minimum_collateral_percentage": 15, - "active_slot_coefficient": { - "quantity": 87.19435070802007, - "unit": "percent" + "execution_unit_prices": { + "memory_unit_price": { + "denominator": 8556071788959, + "numerator": 117317872946881 + }, + "step_price": { + "denominator": 3992901900872, + "numerator": 103998821949873 + } }, - "security_parameter": { - "quantity": 10086, - "unit": "block" + "genesis_block_hash": "293a2e093467a72c4af17f7795636322a818764d146321453a30ee1e28243a09", + "maximum_collateral_input_count": 8028, + "maximum_token_bundle_size": { + "quantity": 3213955, + "unit": "byte" }, + "minimum_collateral_percentage": 26, "minimum_utxo_value": { - "quantity": 39, + "quantity": 192, "unit": "lovelace" }, - "maximum_collateral_input_count": 11832 - }, - { + "security_parameter": { + "quantity": 7571, + "unit": "block" + }, "slot_length": { - "quantity": 3856, + "quantity": 9716, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 28.472934380343307, + "unit": "percent" }, + "blockchain_start_time": "1866-05-30T07:00:00Z", "decentralization_level": { - "quantity": 66.96, + "quantity": 76.77, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 14425915, - "unit": "byte" - }, - "genesis_block_hash": "535d7d1d1e83031b4a526b5f394d51702b4c5526219d386e3a2613695c4a3d66", - "blockchain_start_time": "1892-05-14T22:00:21Z", - "desired_pool_number": 2435, + "desired_pool_number": 13002, "epoch_length": { - "quantity": 9020, + "quantity": 9173, "unit": "slot" }, "eras": { - "shelley": { - "epoch_start_time": "1901-03-03T21:56:36Z", - "epoch_number": 1485 - }, - "mary": { - "epoch_start_time": "1895-11-20T16:03:56.079815095842Z", - "epoch_number": 5615 - }, - "byron": null, "allegra": { - "epoch_start_time": "1872-02-13T19:17:00Z", - "epoch_number": 13919 + "epoch_number": 7992, + "epoch_start_time": "1884-11-26T13:00:00Z" }, "alonzo": { - "epoch_start_time": "1882-08-05T18:00:00Z", - "epoch_number": 19414 + "epoch_number": 5784, + "epoch_start_time": "1898-08-04T17:22:32Z" + }, + "babbage": { + "epoch_number": 2118, + "epoch_start_time": "1860-04-11T09:08:11Z" + }, + "byron": { + "epoch_number": 10503, + "epoch_start_time": "1893-07-14T22:36:01.448022511034Z" + }, + "mary": { + "epoch_number": 8440, + "epoch_start_time": "1869-10-23T19:37:19.567233198916Z" + }, + "shelley": { + "epoch_number": 13676, + "epoch_start_time": "1891-02-06T09:52:38.73466752662Z" } }, - "minimum_collateral_percentage": 10, - "active_slot_coefficient": { - "quantity": 42.083762340078565, - "unit": "percent" + "execution_unit_prices": { + "memory_unit_price": { + "denominator": 705850593099, + "numerator": 10715930020645 + }, + "step_price": { + "denominator": 2444753395080, + "numerator": 67560991324721 + } }, - "security_parameter": { - "quantity": 8353, - "unit": "block" + "genesis_block_hash": "5cef132c722d363308165561393018143d7f7c7a291f014d303f001b1d7b4f30", + "maximum_collateral_input_count": 9959, + "maximum_token_bundle_size": { + "quantity": 3660773, + "unit": "byte" }, + "minimum_collateral_percentage": 9, "minimum_utxo_value": { - "quantity": 102, + "quantity": 134, "unit": "lovelace" }, - "maximum_collateral_input_count": 7154 - }, - { + "security_parameter": { + "quantity": 2385, + "unit": "block" + }, "slot_length": { - "quantity": 2058, + "quantity": 9944, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 49.813581610567105, + "unit": "percent" }, + "blockchain_start_time": "1867-09-15T03:45:14Z", "decentralization_level": { - "quantity": 43.85, + "quantity": 41.56, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 10429583, - "unit": "byte" - }, - "genesis_block_hash": "3512637410572535451f7b3b2a3d06793e6c278a7d1a212a342b6351337b7572", - "blockchain_start_time": "1880-03-19T21:43:25Z", - "desired_pool_number": 13438, + "desired_pool_number": 15483, "epoch_length": { - "quantity": 3302, + "quantity": 9230, "unit": "slot" }, - "execution_unit_prices": { - "step_price": { - "denominator": 41841993525, - "numerator": 792345872581 - }, - "memory_unit_price": { - "denominator": 4839294536583, - "numerator": 13810688673728 - } - }, "eras": { - "shelley": { - "epoch_start_time": "1898-11-28T22:29:41.271789584363Z", - "epoch_number": 10751 + "allegra": { + "epoch_number": 16296, + "epoch_start_time": "1884-06-09T00:00:00Z" }, - "mary": { - "epoch_start_time": "1884-05-13T00:27:05Z", - "epoch_number": 13565 + "alonzo": { + "epoch_number": 8518, + "epoch_start_time": "1902-11-12T07:41:20.860058557969Z" + }, + "babbage": { + "epoch_number": 13277, + "epoch_start_time": "1862-12-15T23:00:00Z" }, "byron": { - "epoch_start_time": "1887-02-14T09:17:12Z", - "epoch_number": 14513 + "epoch_number": 7805, + "epoch_start_time": "1861-07-20T01:15:33Z" }, - "allegra": { - "epoch_start_time": "1880-05-16T01:53:33Z", - "epoch_number": 21617 + "mary": { + "epoch_number": 2187, + "epoch_start_time": "1882-12-05T05:28:04Z" }, - "alonzo": { - "epoch_start_time": "1900-11-15T12:00:00Z", - "epoch_number": 14102 + "shelley": { + "epoch_number": 15255, + "epoch_start_time": "1896-08-09T08:00:00Z" } }, - "minimum_collateral_percentage": 18, - "active_slot_coefficient": { - "quantity": 92.26219590489843, - "unit": "percent" - }, - "security_parameter": { - "quantity": 16672, - "unit": "block" + "genesis_block_hash": "377a5f3f16d36a4d5a190a56d66d173e5b074f0b461e62133f48090fa0625127", + "maximum_collateral_input_count": 15018, + "maximum_token_bundle_size": { + "quantity": 282943, + "unit": "byte" }, + "minimum_collateral_percentage": 10, "minimum_utxo_value": { - "quantity": 16, + "quantity": 142, "unit": "lovelace" }, - "maximum_collateral_input_count": 680 - }, - { + "security_parameter": { + "quantity": 8264, + "unit": "block" + }, "slot_length": { - "quantity": 5496, + "quantity": 1063, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 81.99293316840372, + "unit": "percent" }, + "blockchain_start_time": "1903-04-15T21:45:18Z", "decentralization_level": { - "quantity": 7.85, + "quantity": 17.2, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 8255199, - "unit": "byte" - }, - "genesis_block_hash": "2072158927465c8b7e5b214f41bf1771210e25649c49cfe00f7f7936e50fe37c", - "blockchain_start_time": "1896-09-13T12:00:00Z", - "desired_pool_number": 22323, + "desired_pool_number": 4548, "epoch_length": { - "quantity": 2392, + "quantity": 14904, "unit": "slot" }, - "execution_unit_prices": { - "step_price": { - "denominator": 442421117495, - "numerator": 11965516231113 - }, - "memory_unit_price": { - "denominator": 8619921419524, - "numerator": 196658946941903 - } - }, "eras": { - "shelley": { - "epoch_start_time": "1903-12-24T00:48:40.962227767388Z", - "epoch_number": 32420 + "allegra": { + "epoch_number": 2776, + "epoch_start_time": "1865-09-13T20:00:00Z" }, - "mary": { - "epoch_start_time": "1883-04-03T10:00:00Z", - "epoch_number": 24068 + "alonzo": { + "epoch_number": 9187, + "epoch_start_time": "1862-12-28T17:30:31Z" + }, + "babbage": { + "epoch_number": 720, + "epoch_start_time": "1890-09-10T06:26:46.709293612594Z" }, "byron": { - "epoch_start_time": "1891-01-14T12:00:00Z", - "epoch_number": 25435 + "epoch_number": 3766, + "epoch_start_time": "1859-05-13T22:24:23.178616987199Z" }, - "allegra": { - "epoch_start_time": "1889-11-15T04:09:47Z", - "epoch_number": 12697 + "mary": { + "epoch_number": 8487, + "epoch_start_time": "1884-11-06T06:30:35Z" }, - "alonzo": null + "shelley": null }, - "minimum_collateral_percentage": 12, - "active_slot_coefficient": { - "quantity": 58.960874066788726, - "unit": "percent" + "execution_unit_prices": { + "memory_unit_price": { + "denominator": 4024576385852, + "numerator": 25443375225089 + }, + "step_price": { + "denominator": 1829528527489, + "numerator": 42404805154176 + } }, - "security_parameter": { - "quantity": 13497, - "unit": "block" + "genesis_block_hash": "392f604409441b5744f844255e4c79352d0261663a647e47241f0c4769500278", + "maximum_collateral_input_count": 12514, + "maximum_token_bundle_size": { + "quantity": 1956060, + "unit": "byte" }, + "minimum_collateral_percentage": 11, "minimum_utxo_value": { - "quantity": 157, + "quantity": 189, "unit": "lovelace" }, - "maximum_collateral_input_count": 15531 - }, - { + "security_parameter": { + "quantity": 2770, + "unit": "block" + }, "slot_length": { - "quantity": 1787, + "quantity": 6954, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 55.53775143202688, + "unit": "percent" }, + "blockchain_start_time": "1886-12-04T02:00:00Z", "decentralization_level": { - "quantity": 35.66, + "quantity": 33.74, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 6213808, - "unit": "byte" - }, - "genesis_block_hash": "7f8a2c604a29f6360a4973212c5a2b5e22f27d7c12180af2559d976340573231", - "blockchain_start_time": "1880-05-07T07:13:53.74837317443Z", - "desired_pool_number": 24263, + "desired_pool_number": 14355, "epoch_length": { - "quantity": 9357, + "quantity": 9958, "unit": "slot" }, - "execution_unit_prices": { - "step_price": { - "denominator": 8576483542298, - "numerator": 15902663172267 - }, - "memory_unit_price": { - "denominator": 9379151001591, - "numerator": 270755781358061 - } - }, "eras": { - "shelley": { - "epoch_start_time": "1883-04-08T06:26:33Z", - "epoch_number": 11801 + "allegra": null, + "alonzo": { + "epoch_number": 11217, + "epoch_start_time": "1866-01-22T23:41:58.43621999873Z" }, - "mary": { - "epoch_start_time": "1904-12-01T12:00:00Z", - "epoch_number": 8551 + "babbage": { + "epoch_number": 11884, + "epoch_start_time": "1892-04-05T17:19:24Z" }, - "byron": null, - "allegra": { - "epoch_start_time": "1900-12-29T13:04:23Z", - "epoch_number": 12452 + "byron": { + "epoch_number": 7586, + "epoch_start_time": "1890-05-22T20:21:09Z" }, - "alonzo": { - "epoch_start_time": "1889-03-05T20:21:28.595147594654Z", - "epoch_number": 14939 + "mary": null, + "shelley": { + "epoch_number": 13669, + "epoch_start_time": "1897-02-06T18:19:24Z" } }, - "minimum_collateral_percentage": 30, - "active_slot_coefficient": { - "quantity": 73.42841040049478, - "unit": "percent" + "execution_unit_prices": { + "memory_unit_price": { + "denominator": 6933200459219, + "numerator": 6021430368420 + }, + "step_price": { + "denominator": 3181215959556, + "numerator": 54293317127405 + } }, - "security_parameter": { - "quantity": 8354, - "unit": "block" + "genesis_block_hash": "14fe63746c234f5a6457305565155d623c2279116d024d3c6d404832407d0e14", + "maximum_collateral_input_count": 1638, + "maximum_token_bundle_size": { + "quantity": 4816386, + "unit": "byte" }, + "minimum_collateral_percentage": 25, "minimum_utxo_value": { - "quantity": 123, + "quantity": 205, "unit": "lovelace" }, - "maximum_collateral_input_count": 31314 - }, - { + "security_parameter": { + "quantity": 7242, + "unit": "block" + }, "slot_length": { - "quantity": 6970, + "quantity": 5663, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 89.09325898759997, + "unit": "percent" }, + "blockchain_start_time": "1896-06-03T01:49:15.422904943581Z", "decentralization_level": { - "quantity": 10.2, + "quantity": 23.92, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 4422886, - "unit": "byte" - }, - "genesis_block_hash": "03b65a3e076667755222546f352f0f67445f19d72c37532b5d322e1041465e7c", - "blockchain_start_time": "1903-03-14T12:07:21Z", - "desired_pool_number": 22429, + "desired_pool_number": 4651, "epoch_length": { - "quantity": 658, + "quantity": 15809, "unit": "slot" }, - "execution_unit_prices": { - "step_price": { - "denominator": 2051787345125, - "numerator": 52710649048266 - }, - "memory_unit_price": { - "denominator": 1013312348969, - "numerator": 4138775457092 - } - }, "eras": { - "shelley": { - "epoch_start_time": "1905-04-18T10:33:27Z", - "epoch_number": 30992 + "allegra": { + "epoch_number": 11367, + "epoch_start_time": "1893-05-15T19:00:00Z" }, - "mary": { - "epoch_start_time": "1907-05-17T01:15:39.902839147252Z", - "epoch_number": 12011 + "alonzo": { + "epoch_number": 12793, + "epoch_start_time": "1893-05-16T09:39:05Z" + }, + "babbage": { + "epoch_number": 6817, + "epoch_start_time": "1901-04-15T20:24:32Z" }, "byron": { - "epoch_start_time": "1891-12-20T17:00:00Z", - "epoch_number": 25333 + "epoch_number": 11868, + "epoch_start_time": "1900-09-03T06:09:22.639716599206Z" }, - "allegra": { - "epoch_start_time": "1870-01-01T09:17:36Z", - "epoch_number": 8224 + "mary": { + "epoch_number": 9022, + "epoch_start_time": "1896-03-16T02:28:09Z" }, - "alonzo": { - "epoch_start_time": "1886-06-04T05:00:00Z", - "epoch_number": 19307 + "shelley": { + "epoch_number": 5571, + "epoch_start_time": "1898-08-11T09:02:33.535974157376Z" } }, - "minimum_collateral_percentage": 1, - "active_slot_coefficient": { - "quantity": 93.8054398788204, - "unit": "percent" + "execution_unit_prices": { + "memory_unit_price": { + "denominator": 2023622938347, + "numerator": 28974299462650 + }, + "step_price": { + "denominator": 4055295379309, + "numerator": 44341497840214 + } }, - "security_parameter": { - "quantity": 19360, - "unit": "block" + "genesis_block_hash": "5b7c235146605f6c136a111712f8649b6f2f79411e1b4bdf7c7e076f481fe615", + "maximum_collateral_input_count": 8014, + "maximum_token_bundle_size": { + "quantity": 6606992, + "unit": "byte" }, + "minimum_collateral_percentage": 9, "minimum_utxo_value": { - "quantity": 202, + "quantity": 52, "unit": "lovelace" }, - "maximum_collateral_input_count": 32682 - }, - { + "security_parameter": { + "quantity": 9602, + "unit": "block" + }, "slot_length": { - "quantity": 2307, + "quantity": 3956, "unit": "second" + } + }, + { + "active_slot_coefficient": { + "quantity": 24.222542134689174, + "unit": "percent" }, + "blockchain_start_time": "1889-05-13T23:52:57.257637816352Z", "decentralization_level": { - "quantity": 58.3, + "quantity": 65.65, "unit": "percent" }, - "maximum_token_bundle_size": { - "quantity": 14651851, - "unit": "byte" - }, - "genesis_block_hash": "6275451f1eee3f1eac6f6e1f1f0c0a3014ca3f504c5523ffbf3e4b411769106e", - "blockchain_start_time": "1887-09-24T16:42:58Z", - "desired_pool_number": 5247, + "desired_pool_number": 9701, "epoch_length": { - "quantity": 18027, + "quantity": 1417, "unit": "slot" }, "eras": { - "shelley": { - "epoch_start_time": "1900-07-08T19:04:57Z", - "epoch_number": 15460 + "allegra": null, + "alonzo": { + "epoch_number": 14500, + "epoch_start_time": "1903-07-10T07:15:00Z" + }, + "babbage": { + "epoch_number": 10059, + "epoch_start_time": "1883-02-27T07:45:24Z" }, - "mary": null, "byron": { - "epoch_start_time": "1880-03-23T22:20:03Z", - "epoch_number": 2220 + "epoch_number": 8798, + "epoch_start_time": "1887-08-08T12:44:03Z" }, - "allegra": { - "epoch_start_time": "1892-11-11T15:00:00Z", - "epoch_number": 14118 + "mary": { + "epoch_number": 14408, + "epoch_start_time": "1864-09-13T06:53:56Z" }, - "alonzo": { - "epoch_start_time": "1887-04-28T09:38:05Z", - "epoch_number": 6506 + "shelley": { + "epoch_number": 15598, + "epoch_start_time": "1869-03-28T18:48:09.354162119828Z" } }, - "minimum_collateral_percentage": 7, - "active_slot_coefficient": { - "quantity": 30.035249295623977, - "unit": "percent" + "execution_unit_prices": { + "memory_unit_price": { + "denominator": 1163861553247, + "numerator": 6555654203110 + }, + "step_price": { + "denominator": 409004409016, + "numerator": 7018095256649 + } }, - "security_parameter": { - "quantity": 32652, - "unit": "block" + "genesis_block_hash": "59614f2f1b032b741e48590d49bb199936846e523c7a3d1beb77552f664b2e66", + "maximum_collateral_input_count": 2840, + "maximum_token_bundle_size": { + "quantity": 8089582, + "unit": "byte" }, + "minimum_collateral_percentage": 17, "minimum_utxo_value": { - "quantity": 147, + "quantity": 220, "unit": "lovelace" }, - "maximum_collateral_input_count": 7140 + "security_parameter": { + "quantity": 15870, + "unit": "block" + }, + "slot_length": { + "quantity": 8165, + "unit": "second" + } } - ] + ], + "seed": -1419407547 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiNullStakeKey.json b/lib/core/test/data/Cardano/Wallet/Api/ApiNullStakeKey.json index 32c398067cc..46d75d16784 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiNullStakeKey.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiNullStakeKey.json @@ -1,65 +1,65 @@ { - "seed": 772200001575048498, "samples": [ { "stake": { - "quantity": 85, + "quantity": 19, "unit": "lovelace" } }, { "stake": { - "quantity": 170, + "quantity": 76, "unit": "lovelace" } }, { "stake": { - "quantity": 76, + "quantity": 139, "unit": "lovelace" } }, { "stake": { - "quantity": 114, + "quantity": 215, "unit": "lovelace" } }, { "stake": { - "quantity": 231, + "quantity": 244, "unit": "lovelace" } }, { "stake": { - "quantity": 246, + "quantity": 248, "unit": "lovelace" } }, { "stake": { - "quantity": 90, + "quantity": 160, "unit": "lovelace" } }, { "stake": { - "quantity": 4, + "quantity": 187, "unit": "lovelace" } }, { "stake": { - "quantity": 150, + "quantity": 121, "unit": "lovelace" } }, { "stake": { - "quantity": 32, + "quantity": 27, "unit": "lovelace" } } - ] + ], + "seed": -1307188338 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiOurStakeKeyTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiOurStakeKeyTestnet0.json index cfbdd860b5f..887aa6641a3 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiOurStakeKeyTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiOurStakeKeyTestnet0.json @@ -1,288 +1,264 @@ { - "seed": -119850897008074682, "samples": [ { - "stake": { - "quantity": 99, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [ - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1864-09-08T01:58:34.142961415775Z", - "epoch_number": 21580 - } - }, - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1876-08-11T17:00:00Z", - "epoch_number": 11610 - }, - "target": "pool1g98afhfemv4t95ex5ref7rftxkrfhqua459w9am37sxtupj5c2f" - } - ], "active": { - "status": "delegating", - "target": "pool12x2e9lphu3kk6y6wvsru7t7xcxymhng5ru36gjl26dvxkcye987" - } + "status": "not_delegating" + }, + "next": [] }, - "index": 12, + "index": 10, + "key": "", "reward_balance": { - "quantity": 63, + "quantity": 220, + "unit": "lovelace" + }, + "stake": { + "quantity": 220, "unit": "lovelace" } }, { - "stake": { - "quantity": 59, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [ - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1881-06-01T00:00:00Z", - "epoch_number": 30804 - }, - "target": "pool1sg3w2e4kvm5mzfdftkmg0a4fjpfvj2k6hps8j2vvgk0ucde9hcn" - }, - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1884-02-12T14:01:12.354854423835Z", - "epoch_number": 23377 - } - } - ], "active": { - "status": "not_delegating" - } + "status": "delegating", + "target": "pool19f5npzdr6hcdgnz5afj6kheu6mlqxdkct926z6ctasl9vhxuqtv" + }, + "next": [] }, - "index": 27, + "index": 22, + "key": "", "reward_balance": { - "quantity": 42, + "quantity": 172, + "unit": "lovelace" + }, + "stake": { + "quantity": 78, "unit": "lovelace" } }, { - "stake": { - "quantity": 66, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [ - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1872-06-13T10:00:00Z", - "epoch_number": 9152 - }, - "target": "pool1lxshc7th4x9n9q3qxltt03rca6fm8csh6tsppd2jg2hasf582km" - } - ], "active": { "status": "delegating", - "target": "pool15dwdgha7rlhjasasn6fcsnv8dq4ka2j8338z8rdm8nwvg7hdz7g" - } + "target": "pool12m770w4qnu5jn38hrr9ly67w5nj4r9mzefk86ytfrlywjksxeda" + }, + "next": [] }, - "index": 12, + "index": 16, + "key": "", "reward_balance": { - "quantity": 132, + "quantity": 158, + "unit": "lovelace" + }, + "stake": { + "quantity": 199, "unit": "lovelace" } }, { - "stake": { - "quantity": 233, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { "status": "not_delegating" - } + }, + "next": [ + { + "changes_at": { + "epoch_number": 4191, + "epoch_start_time": "1908-09-29T22:07:16Z" + }, + "status": "delegating", + "target": "pool14agrgt2d9y6w3kv97xx4trrzx2ghm5p4syeclmy64cv6vqs07yt" + } + ] }, - "index": 5, + "index": 3, + "key": "", "reward_balance": { - "quantity": 4, + "quantity": 203, + "unit": "lovelace" + }, + "stake": { + "quantity": 134, "unit": "lovelace" } }, { - "stake": { - "quantity": 236, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { "status": "delegating", - "target": "pool1hq9uhu65my52gp2le82t8v660f2jpwpmjpnvkytnzjg4crgp5gw" - } + "target": "pool1pdkfhp805s52qc69l9cxaakxxxyt0r0kd7afzhp88uzwgtr8v2w" + }, + "next": [] }, - "index": 18, + "index": 19, + "key": "", "reward_balance": { - "quantity": 150, + "quantity": 41, + "unit": "lovelace" + }, + "stake": { + "quantity": 44, "unit": "lovelace" } }, { - "stake": { - "quantity": 77, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "not_delegating", "changes_at": { - "epoch_start_time": "1876-01-24T21:00:00Z", - "epoch_number": 3211 - } + "epoch_number": 6342, + "epoch_start_time": "1906-04-13T22:19:45.018986768549Z" + }, + "status": "not_delegating" }, { - "status": "not_delegating", "changes_at": { - "epoch_start_time": "1868-11-01T07:22:56Z", - "epoch_number": 7795 - } + "epoch_number": 7354, + "epoch_start_time": "1879-02-13T09:12:16.327035796379Z" + }, + "status": "delegating", + "target": "pool15xe0ywnwdfepgah55yeutgav56nplea56caezq60kn4aglhdyr6" } - ], - "active": { - "status": "not_delegating" - } + ] }, - "index": 7, + "index": 0, + "key": "", "reward_balance": { - "quantity": 154, + "quantity": 188, + "unit": "lovelace" + }, + "stake": { + "quantity": 8, "unit": "lovelace" } }, { - "stake": { - "quantity": 81, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1872-06-27T09:00:00Z", - "epoch_number": 3081 + "epoch_number": 619, + "epoch_start_time": "1867-11-22T04:55:18Z" }, - "target": "pool1fcn5u77h4fknkk4stck5h3jsc99lf0wvkrzqx79ux7ge5xyjqds" + "status": "delegating", + "target": "pool16kgkxs26p9vnu957h0q8tj820n82zy7f9r4q27570lj4qqnz2uv" }, { - "status": "delegating", "changes_at": { - "epoch_start_time": "1902-11-05T10:38:46.863326886928Z", - "epoch_number": 28261 + "epoch_number": 12590, + "epoch_start_time": "1871-10-09T17:50:27.411905760102Z" }, - "target": "pool1fykqg9darjgnu7p7afg48nlzwn62e766qurvu7zc5367wgnuaaz" + "status": "delegating", + "target": "pool1afx4vufdy6dg6zam025ax5n22d7u8fxjfhrl0ch9p2pmupf709j" } - ], - "active": { - "status": "delegating", - "target": "pool1axd63yv90znd9trv847x5xcawnylnw44ze4a6pdlvwqt50n26ga" - } + ] }, - "index": 24, + "index": 26, + "key": "", "reward_balance": { - "quantity": 242, + "quantity": 101, + "unit": "lovelace" + }, + "stake": { + "quantity": 86, "unit": "lovelace" } }, { - "stake": { - "quantity": 8, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { - "status": "not_delegating" - } + "status": "delegating", + "target": "pool1hvkrzeme0xqts5mv5n6y6m6s7sh046gsap2d8eqf9js75rmcc3a" + }, + "next": [ + { + "changes_at": { + "epoch_number": 15367, + "epoch_start_time": "1879-06-21T02:00:00Z" + }, + "status": "not_delegating" + } + ] }, - "index": 1, + "index": 28, + "key": "", "reward_balance": { - "quantity": 129, + "quantity": 195, + "unit": "lovelace" + }, + "stake": { + "quantity": 125, "unit": "lovelace" } }, { - "stake": { - "quantity": 170, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "not_delegating", "changes_at": { - "epoch_start_time": "1880-10-30T20:00:00Z", - "epoch_number": 3563 - } + "epoch_number": 3086, + "epoch_start_time": "1866-07-15T08:19:43Z" + }, + "status": "not_delegating" }, { - "status": "delegating", "changes_at": { - "epoch_start_time": "1906-09-25T12:38:18Z", - "epoch_number": 16258 + "epoch_number": 14725, + "epoch_start_time": "1872-06-08T00:34:55.662411234203Z" }, - "target": "pool1e8ncg88zjhfqurf3khfddx2h6mgvhyw0gelvl8ge3dsvqx5ykmw" + "status": "delegating", + "target": "pool1teq6mw42htztc2672kk540n8zfaadj3kca47gkm2082cvcggtkg" } - ], - "active": { - "status": "delegating", - "target": "pool143hsswxeha0g6dtk37wlw8qsa4n3mj4umsj4yzmzw4xpsrjn78g" - } + ] }, - "index": 8, + "index": 2, + "key": "", "reward_balance": { - "quantity": 42, + "quantity": 128, + "unit": "lovelace" + }, + "stake": { + "quantity": 241, "unit": "lovelace" } }, { - "stake": { - "quantity": 110, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1862-09-03T23:00:00Z", - "epoch_number": 15309 + "epoch_number": 9230, + "epoch_start_time": "1895-03-07T03:00:00Z" }, - "target": "pool17cgwt8jrxeuvjup8l3s8530fsh6ku5a549q5f7vq3k3ws88g0tn" + "status": "delegating", + "target": "pool1kzrs8xkdzcq79nhdmllvpnpjmemng8eq9snm5vsywfnkur546v4" } - ], - "active": { - "status": "not_delegating" - } + ] }, - "index": 28, + "index": 0, + "key": "", "reward_balance": { - "quantity": 59, + "quantity": 146, + "unit": "lovelace" + }, + "stake": { + "quantity": 138, "unit": "lovelace" } } - ] + ], + "seed": 1528283590 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiPaymentDestinationTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiPaymentDestinationTestnet0.json index b24aaffe75c..68a71b095ba 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiPaymentDestinationTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiPaymentDestinationTestnet0.json @@ -1,70 +1,83 @@ { - "seed": 2299258316883368553, "samples": [ [ { "address": "", "amount": { - "quantity": 153, + "quantity": 27, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 180, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { - "asset_name": "546f6b656e42", - "quantity": 32, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 34 }, { "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 34 }, { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 39, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 40, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 } ] }, { "address": "", "amount": { - "quantity": 120, + "quantity": 91, "unit": "lovelace" }, "assets": [] @@ -72,266 +85,203 @@ { "address": "", "amount": { - "quantity": 162, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 216, + "quantity": 26, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 }, { "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 }, { "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ] }, { "address": "", "amount": { - "quantity": 160, + "quantity": 244, "unit": "lovelace" }, "assets": [] - }, + } + ], + [ { "address": "", "amount": { - "quantity": 65, + "quantity": 14, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 107, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 60, + "quantity": 155, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 78, + "quantity": 179, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 31, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 49, + "quantity": 228, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + }, { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 131, + "quantity": 24, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 }, { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 1 }, { - "asset_name": "546f6b656e44", - "quantity": 33, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 }, { "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 46 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 38, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 164, + "quantity": 143, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + } + ] }, { "address": "", "amount": { - "quantity": 127, + "quantity": 158, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 } ] }, { "address": "", "amount": { - "quantity": 12, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 148, + "quantity": 135, "unit": "lovelace" }, "assets": [] @@ -339,31 +289,21 @@ { "address": "", "amount": { - "quantity": 253, + "quantity": 60, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 } ] - } - ], - [ - { - "address": "", - "amount": { - "quantity": 147, - "unit": "lovelace" - }, - "assets": [] }, { "address": "", "amount": { - "quantity": 71, + "quantity": 31, "unit": "lovelace" }, "assets": [] @@ -371,7 +311,7 @@ { "address": "", "amount": { - "quantity": 152, + "quantity": 178, "unit": "lovelace" }, "assets": [] @@ -379,2029 +319,190 @@ { "address": "", "amount": { - "quantity": 166, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 65, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 229, + "quantity": 39, "unit": "lovelace" }, "assets": [] - }, + } + ], + [ { "address": "", "amount": { - "quantity": 15, + "quantity": 181, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 74, + "quantity": 177, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 76, + "quantity": 129, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, + "assets": [] + } + ], + [ { "address": "", "amount": { - "quantity": 36, + "quantity": 158, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 219, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 230, + "quantity": 63, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 235, + "quantity": 137, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 } ] }, { "address": "", "amount": { - "quantity": 93, + "quantity": 11, "unit": "lovelace" }, "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 116, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 153, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 68, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 55, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 231, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 33, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 241, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 94, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 4, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 205, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 191, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 153, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 35, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 55, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 194, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 127, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 194, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 242, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - [ - { - "address": "", - "amount": { - "quantity": 175, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 255, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 216, - "unit": "lovelace" - }, - "assets": [] - } - ], - [ - { - "address": "", - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 40, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - [ - { - "address": "", - "amount": { - "quantity": 31, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 35, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 36, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 51, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 75, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 82, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 140, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 46, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 214, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ], - [ - { - "address": "", - "amount": { - "quantity": 141, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 137, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 115, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 131, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 9, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 56, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 64, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 35, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 39, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 123, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 45, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 36, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 53, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 32, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 192, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 34, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 157, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 176, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 129, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 89, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 145, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 7, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 83, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 90, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 251, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 41, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 217, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 168, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 82, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 247, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 38, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 65, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 23, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 130, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 31, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 222, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 179, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 24, - "unit": "lovelace" - }, - "assets": [] - } - ], - [ - { - "address": "", - "amount": { - "quantity": 17, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 241, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 37, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 22, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 5, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 200, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 67, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 82, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 195, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 152, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 187, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 53, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 35, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 64, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 19, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 102, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 75, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 106, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 173, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 203, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 220, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 34, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 45, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 242, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 224, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 255, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 34, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] } ], [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "", + "" + ], + [ + "" + ], + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "", "", "", @@ -2412,338 +513,7 @@ "", "", "" - ], - [ - { - "address": "", - "amount": { - "quantity": 53, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 251, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 202, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 21, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 223, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 225, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 99, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 154, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 58, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 178, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 122, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 49, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 108, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 165, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } ] - ] + ], + "seed": 1938879511 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiPendingSharedWallet.json b/lib/core/test/data/Cardano/Wallet/Api/ApiPendingSharedWallet.json index efc4e4adc84..dca8487c56c 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiPendingSharedWallet.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiPendingSharedWallet.json @@ -1,194 +1,150 @@ { - "seed": -9137929064745454795, "samples": [ { - "account_index": "12684", - "name": "s墠vX𥚳RBh", - "id": "45dc89026e26ae866845042a92b490b0d39ad852", - "payment_script_template": { + "account_index": "5711", + "address_pool_gap": 37595, + "delegation_script_template": { "cosigners": { - "cosigner#2": "511b9b3236672feb1fc45d69c18c504f29c5d3dbe1a400cb1c783d3438fd84954329857689b1be9ac5f20b03b65e7f605673085cfbe002c776eb549aeb6d6f3c", - "cosigner#3": "c3b8d675b6919b84b2d8cbbb653cd934edeac0570a79a27efcd912599dfe601bbed14e9b0a5bde28e795b77e17ca748b8e08bcf5159bec4aa2948267c878d89e" + "cosigner#5": "752cc19b5cb3243c4dce18fdd2c1b1c1b1be6cc5ed22deadde198c2afd19109bbdd129c71a424b5f45ef5809f4ae10938790b2cf8dbd435eea9ecd3973624838" }, "template": { - "all": [ - "cosigner#4", - "cosigner#0", - "cosigner#0", + "any": [ + "cosigner#2", + "cosigner#5", { - "active_until": 4 + "active_until": 6 }, - "cosigner#3", - "cosigner#2", { - "active_from": 5 + "active_from": 0 + }, + { + "active_until": 9 }, - "cosigner#2", { - "active_until": 10 + "active_until": 1 }, - "cosigner#2" + { + "active_from": 3 + }, + { + "active_from": 8 + }, + "cosigner#7" ] } }, - "address_pool_gap": 25960, - "state": { - "status": "incomplete" - }, - "delegation_script_template": { + "id": "ec969433c45cec73d5ac0b56d0cd9277a8ac30d4", + "name": "𧥌q$vF𦦷[", + "payment_script_template": { "cosigners": { - "cosigner#4": "918e61aee3d62c07123ca3007bc338e8203a5281f8f47e567fbf46dc381fcd9dbec807a70d63ab87d95b58de347cd259e1238f5d325de989cc260a2c47d9eafa", - "cosigner#2": "7dd8d737193bc0613bb4a07ca34011fcefa5256d0459ce0b02fb66aa3ef8cb85f523022f86aabc6dde4f1061e47d0f00f21dc205235585c003f2815b8d6c2655", - "cosigner#7": "0233ce5a6d2fd2313d91cb9770895fd2f4b5120364ece6c39cb5ac01cb88cbc71f50a26fbd37d6a92e344b9dbb5335372dea6c8415dfe459fb20ea5320f08e52", - "cosigner#5": "9f648c7e8b7162ee020a9278f68edea18499b49a6dc846b076c57cb71756ba21853aef7c426af530552e4b0c2a80f5f5d8d5776494ab920ac4e18375efe16f40" + "cosigner#5": "76362aa3a0c87d4e04a0ce421026166fc2518aa43abf83dbe898ee959668895c13b4ad659a4ed45f61028ab01cf3c44fb8598ed8c0876124d045c34da132cd73", + "cosigner#7": "c9cc1f61e4f7d2d76acb30cc072f671e6c1b4d3e61ca3f244198b1f83da4ab959cc488f19f460de2d43ea864df61ac5e22f320da6426c4199bfa57e28444433a", + "cosigner#8": "2b8ecbc967db4ea4a445db3c39f3de7c0051fbd6c6876bcc2c780313090775453daa592c9197784562bd0361c822435d6b94f84433be0d4ca981d3a315cb872d" }, "template": { - "some": { - "at_least": 1, - "from": [ - { - "all": [ - "cosigner#6", - { - "active_from": 9 - }, - { - "active_from": 8 - }, - { - "active_from": 3 - }, - { - "active_until": 9 - }, - "cosigner#2", - { - "active_from": 6 - }, - { - "active_from": 9 - } - ] - }, - { - "all": [ - { - "active_until": 10 - } - ] - }, - { - "all": [ + "all": [ + { + "all": [ + "cosigner#0", + { + "active_from": 0 + }, + { + "active_from": 2 + }, + { + "active_from": 1 + } + ] + }, + { + "all": [ + { + "active_from": 8 + }, + { + "active_from": 3 + } + ] + }, + { + "some": { + "at_least": 1, + "from": [ + "cosigner#5", + "cosigner#7", { "active_from": 5 }, + "cosigner#5", { - "active_from": 4 + "active_until": 5 }, "cosigner#0", - { - "active_until": 10 - }, - "cosigner#7", - { - "active_from": 5 - } - ] - }, - { - "any": [ - { - "active_from": 6 - }, "cosigner#5", { - "active_from": 1 + "active_until": 1 }, - { - "active_until": 4 - } + "cosigner#8" ] - }, - { - "some": { - "at_least": 3, - "from": [ - "cosigner#0", - { - "active_from": 3 - }, - { - "active_from": 9 - }, - "cosigner#4" - ] - } } - ] - } + } + ] } + }, + "state": { + "status": "incomplete" } }, { - "account_index": "25635", - "name": "|* ", - "id": "eaa40e9be5268f330a9b8f1993a91f231604c3f6", + "account_index": "6586", + "address_pool_gap": 45689, + "id": "65a5d74dba5f4088a7b587904b3968ac58ee1f46", + "name": "QYm\\Bj𬖉e<5UK毆f", "payment_script_template": { "cosigners": { - "cosigner#3": "a397299ae665145179478b80c967ef3eff9db5581fd6ac1064c597e1b04e007b41fa9191f5668d76d93130511cb8bb80a84d802ba9b112bfa210f6f6a1797957" + "cosigner#0": "8276becaa192478b5ee06c485b37b7a29024c9715decd80088a325a842440e1ea985060b1262584abc89637851183292b802781f8dad1d33adf391d7179000ba", + "cosigner#1": "07d5cca5141ca1ca4c22b66e78760ea668ae89679f2960218ac1385c182f8a467948e6a28352f89ba710e80d31fd0f86b8a88d27246f6845539956aaae499a4a", + "cosigner#2": "d2ea0a8e39b7003351734aa88fec2b7bd8e180e76ae38ebc62681ffc7abfe561d791688afc2479a6625932ccb6d220093af47ecec3ccc7d414601e7b818346e4" }, "template": { - "all": [ - { - "all": [ - "cosigner#7", - { - "active_from": 7 - }, - { - "active_from": 4 - }, - { - "active_until": 7 - } - ] - }, + "any": [ { "some": { "at_least": 1, "from": [ - { - "active_until": 10 - }, - { - "active_until": 5 - }, - "cosigner#6" + "cosigner#2", + "cosigner#1" ] } }, { - "any": [ + "all": [ { - "active_from": 10 + "active_until": 4 }, { - "active_from": 0 + "active_until": 1 } ] }, { - "any": [ - "cosigner#2", + "all": [ "cosigner#2", { - "active_from": 2 + "active_from": 7 }, { - "active_until": 2 + "active_until": 1 }, { - "active_until": 5 + "active_until": 0 + }, + { + "active_from": 8 + }, + { + "active_from": 2 }, { "active_until": 2 @@ -198,85 +154,57 @@ } ] }, - { - "all": [ - "cosigner#3", - { - "active_until": 0 - } - ] - }, { "some": { - "at_least": 3, + "at_least": 4, "from": [ { - "active_until": 5 - }, - { - "active_until": 10 + "active_until": 8 }, { - "active_until": 0 + "active_from": 4 }, + "cosigner#2", { - "active_until": 0 + "active_from": 8 }, - "cosigner#4", + "cosigner#2", "cosigner#0", { - "active_from": 8 + "active_from": 5 } ] } }, { - "some": { - "at_least": 1, - "from": [ - "cosigner#3", - "cosigner#6", - "cosigner#5", - { - "active_until": 6 - } - ] - } - } - ] - } - }, - "address_pool_gap": 52067, - "state": { - "status": "incomplete" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#7": "1bc0a686525e08dec27bb898f951b4a04258b71d92047bd901716d9c8f362047f6517c4c9178abfc2d615d22c1684e51dfd0b30250a71c5ed050c8ef6ece0c18", - "cosigner#0": "6becb0a7df751d9eea8686783032abe188a35784f17ff14f2af3453954e28ea597200b4021237716ecf24db0d2bfc3aa29bf380b0690df511963adc5517b3964", - "cosigner#1": "ebb737f1748f6db27685d914a4bbcd12b5db370c5c788241a30cac4484f1db5249ced1cf1f70fe2a3ef4ba39887ce5199d2379886c2d472179b7e036f24b9665" - }, - "template": { - "any": [ - { - "all": [ + "any": [ { - "active_from": 0 + "active_from": 5 }, + "cosigner#1", + "cosigner#1", { - "active_until": 1 + "active_until": 4 }, + "cosigner#1", + "cosigner#2", { - "active_from": 6 + "active_from": 4 }, - "cosigner#7", + "cosigner#1", + { + "active_from": 5 + } + ] + }, + { + "any": [ { - "active_until": 10 + "active_until": 2 }, "cosigner#0", - "cosigner#1", { - "active_from": 6 + "active_until": 1 } ] }, @@ -284,1083 +212,503 @@ "some": { "at_least": 1, "from": [ - "cosigner#0", - "cosigner#1", { - "active_until": 2 + "active_from": 2 }, { "active_from": 3 + }, + { + "active_until": 9 + }, + "cosigner#0", + { + "active_until": 4 } ] } }, - { - "any": [ - { - "all": [ - { - "active_until": 5 - }, - { - "active_from": 9 - }, - { - "active_until": 3 - }, - { - "active_until": 4 - }, - { - "active_until": 1 - }, - { - "active_until": 9 - }, - { - "active_from": 7 - } - ] - } - ] - }, { "all": [ { - "all": [ - { - "active_from": 6 - }, - { - "active_until": 0 - }, - { - "active_until": 10 - } - ] - } + "active_until": 2 + }, + "cosigner#2", + "cosigner#0", + { + "active_from": 0 + }, + { + "active_until": 6 + }, + { + "active_from": 9 + }, + "cosigner#2", + "cosigner#1" ] } ] } + }, + "state": { + "status": "incomplete" } }, { - "account_index": "31628", - "name": "yx~85.tp=", - "id": "92187e9b0cf13cdfdcc5a20b622d874a03a76a74", + "account_index": "10794", + "address_pool_gap": 57497, + "id": "c19d72ebe4d3bf28951fbafeb418b7792be2d8a1", + "name": "\"_am𬤦𩗜𥯭p6<^W6KBa[\"X𘦞c=", "payment_script_template": { "cosigners": { - "cosigner#4": "7a4852c99fc79c15baf3606dbb1172d0aa19735db5991325fa7618efe3fd16401d209a9414873c9fe464abeb52b13fdfb35b8a2ce77b4caaffc8ea3c98791ee7", - "cosigner#9": "2b0614fbf696bd81213098c9ea44aa4286d6999c3ea0dd782312d7b6fb34bafded3ed59539dc13279aa84e6cd26ebc68bf37d5f9b1a22cd8a25e72a636007636", - "cosigner#2": "fa71feb7c114cdb5900ec72913e606cf83d2fe4daa90eec175d851a81a913f962a40289e73f4c905c3a35dac77e64a8a03401ac4f04285e0e4be33ac752caa31", - "cosigner#7": "9c5805050ca9fc1180bd2eafbb93f30bfe319a9ebdd87c3f9632bfa30a0e3a4f4ae6d61e3ec83de678089088a30cb505620ad418c6dccec8da65727643c38822", - "cosigner#6": "a7dec1862c643976be2afab6f386e9dbdb15fcf2661f0da138155aeb00dff714506eafc83ebaafa5fa7e28c41e56d3c121ed0218c28d00f7b848f2df594205be" + "cosigner#0": "4875955f87fe001691054d6d1224856ef6d9ade3b9cfa3f4b46c14e62f152ead03eb36cda6cd59a84b325a1d2a49ecb9f0ba085f3deab9cf333daebdc622cd37", + "cosigner#1": "77d1fa5847af784c145ac1dfaa35bd72603a42a0d2d288d7fdde1df6eb8c88bdfd6f68db6a1ed518690b78838451fed0aefbffe3e2cfbc19b22ae8b027e9ad05" }, "template": { - "some": { - "at_least": 7, - "from": [ - { - "any": [ - "cosigner#0", - { - "active_from": 4 - } - ] - }, - { - "any": [ - "cosigner#5", - "cosigner#3", - { - "active_until": 1 - }, - { - "active_from": 8 - }, - { - "active_from": 0 - }, + "all": [ + { + "some": { + "at_least": 2, + "from": [ { - "active_until": 4 + "active_from": 2 }, - "cosigner#7", - { - "active_until": 0 - } - ] - }, - { - "all": [ { - "active_from": 1 + "active_from": 4 }, - "cosigner#9" - ] - }, - { - "all": [ { - "active_until": 4 + "active_from": 5 }, + "cosigner#0", { - "active_until": 8 + "active_until": 6 }, { - "active_until": 6 + "active_from": 7 }, - "cosigner#2", { - "active_until": 10 + "active_from": 0 }, { - "active_until": 7 + "active_until": 4 } ] - }, + } + }, + { + "any": [ + { + "active_until": 1 + } + ] + }, + { + "any": [ + "cosigner#1", + { + "active_from": 0 + }, + { + "active_until": 2 + } + ] + }, + { + "all": [ + { + "active_from": 7 + }, + "cosigner#0", + { + "active_from": 3 + }, + "cosigner#0", + { + "active_from": 6 + }, + "cosigner#1", + "cosigner#0", + { + "active_until": 9 + } + ] + }, + { + "some": { + "at_least": 1, + "from": [ + "cosigner#1" + ] + } + } + ] + } + }, + "state": { + "status": "incomplete" + } + }, + { + "account_index": "9539", + "address_pool_gap": 22964, + "id": "0ef6e5ce72458aa22b155da9c12ed7c87e09a41d", + "name": "`&𣫁𦜨J]SN>\"#5鿭Wo[0P隣n}v-䐚a N𩞭H", + "payment_script_template": { + "cosigners": { + "cosigner#2": "8dce0adc8df3a302240954344ff45b34d5a3b53bfb84a6daa909a2cba179a6710475358175f018fd0fe3dad118dd003be873f294ae9f366fc675c9c5db4c4f02" + }, + "template": { + "some": { + "at_least": 2, + "from": [ { - "all": [ - "cosigner#9", - { - "active_until": 6 - }, - "cosigner#0", - "cosigner#6", + "any": [ { - "active_until": 6 + "any": [ + "cosigner#3", + "cosigner#2", + { + "active_until": 0 + }, + { + "active_until": 0 + }, + { + "active_from": 5 + } + ] + }, + { + "some": { + "at_least": 2, + "from": [ + "cosigner#2", + { + "active_until": 4 + }, + { + "active_from": 4 + } + ] + } } ] }, { - "some": { - "at_least": 4, - "from": [ - { - "active_from": 7 - }, - { - "active_from": 4 - }, - { - "active_until": 8 - }, - { - "active_until": 8 - } - ] - } - }, - { - "all": [ - { - "active_from": 4 - }, + "any": [ { - "active_until": 5 + "active_from": 7 }, - "cosigner#4", { - "active_from": 4 + "active_until": 6 }, { - "active_from": 7 + "active_until": 4 }, - "cosigner#5", "cosigner#7", { - "active_from": 4 + "active_from": 6 }, - "cosigner#5" + { + "active_until": 3 + } ] } ] } } }, - "address_pool_gap": 51603, "state": { "status": "incomplete" - }, + } + }, + { + "account_index": "830", + "address_pool_gap": 49460, "delegation_script_template": { "cosigners": { - "cosigner#2": "ae8213f0937c4895bd69a57e6362eaa3a47b8341d953484b10f6aea464e8f6e355cac547b844641d216a6ba4816601f4ab437ede51a37e0e4190665d4e3a8078", - "cosigner#0": "b4125d0920122f4d06e91137251a942ce142dcd43c0111025a127cb1d52f1fe04d62481e4f9b649ccbcb5d34a29f22fbd9bc2b941815763f7bbd5c880efd9ed4" + "cosigner#6": "953582cb0c7cd8654d427edfc37efe0a08248bc111b952eca8efa8e61abdf640ce35f30360aba9ec6d58d1a6901b9c566704c0324acc238513cded1cb0aa0030" }, "template": { - "any": [ + "all": [ { "any": [ { - "active_until": 7 + "active_until": 1 }, { - "active_until": 0 + "active_from": 8 }, + "cosigner#3", { - "active_from": 6 + "active_until": 1 } ] }, { - "all": [ - { - "active_until": 1 - }, + "any": [ + "cosigner#7", { - "active_from": 6 + "active_until": 7 }, - "cosigner#1", { - "active_until": 3 + "active_until": 0 }, { - "active_until": 2 + "active_from": 7 }, + "cosigner#6", { - "active_from": 5 + "active_until": 9 }, { - "active_until": 2 - } - ] - }, - { - "all": [ - "cosigner#1", - "cosigner#1" - ] - }, - { - "all": [ - "cosigner#1" - ] - }, - { - "any": [ - { - "active_until": 3 - }, - "cosigner#0", - { - "active_until": 7 - }, - { - "active_from": 3 - }, - { - "active_until": 0 - }, - { - "active_until": 3 - }, - { - "active_until": 10 - }, - "cosigner#2", - { - "active_from": 2 - }, - "cosigner#0" - ] - }, - { - "all": [ - { - "active_until": 0 - }, - "cosigner#2", - "cosigner#1", - { - "active_until": 3 + "active_until": 4 } ] } ] } - } - }, - { - "account_index": "2016", - "name": "(𫑳𠟕n", - "id": "1bfb98a813bf4a71daa21e51520378f66e2f5a3d", - "payment_script_template": { - "cosigners": { - "cosigner#1": "3dc3f33e725a131e7d2deb280b6c184ba4508d4d1f17b8b912c73f01113b769ea3f6fbde753c4120c287fed73dc318d2a304b86a23fad28fd71554861e24a3a6" - }, - "template": { - "any": [ - { - "any": [ - { - "active_until": 3 - }, - { - "active_from": 5 - }, - { - "active_from": 4 - } - ] - }, - { - "any": [ - "cosigner#1", - { - "active_until": 4 - }, - { - "active_until": 1 - }, - "cosigner#1", - { - "active_from": 7 - }, - { - "active_from": 7 - } - ] - }, - { - "some": { - "at_least": 2, - "from": [ - { - "active_until": 5 - }, - "cosigner#0" - ] - } - }, - { - "any": [ - { - "active_from": 3 - } - ] - }, - { - "any": [ - { - "active_until": 3 - } - ] - } - ] - } - }, - "address_pool_gap": 32647, - "state": { - "status": "incomplete" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#0": "c1dc5b8b2e14f77d32e84710e7504655c9a03eba637689f1dc4e107d5c03f51852f05aeab8c73985487d9203f62be3dc3172580598a3ec8ec737d64b574b9bef", - "cosigner#1": "90b2ebc080ca1237ce10bdacbcd9f23813eb41cc0bef32398bc64713219066d7e4252a4c970c37eb2219065d8991c62745d6b78766d66d757bc1018182149a97" - }, - "template": { - "all": [ - { - "some": { - "at_least": 4, - "from": [ - { - "active_from": 2 - }, - "cosigner#0", - "cosigner#1", - "cosigner#1", - { - "active_until": 0 - }, - "cosigner#0", - { - "active_until": 1 - }, - { - "active_from": 3 - }, - { - "active_from": 10 - }, - { - "active_until": 5 - } - ] - } - }, - { - "all": [ - { - "active_until": 2 - }, - "cosigner#0", - "cosigner#0", - { - "active_from": 8 - }, - "cosigner#0", - "cosigner#0" - ] - }, - { - "all": [ - { - "active_until": 4 - }, - { - "active_from": 4 - }, - "cosigner#1", - { - "active_from": 1 - }, - { - "active_until": 0 - }, - "cosigner#1", - "cosigner#1" - ] - }, - { - "all": [ - { - "active_from": 8 - }, - { - "active_from": 7 - }, - "cosigner#1", - { - "active_from": 2 - }, - "cosigner#1", - { - "active_from": 6 - }, - "cosigner#1", - { - "active_until": 0 - }, - { - "active_from": 7 - } - ] - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_from": 4 - }, - "cosigner#1", - { - "active_until": 5 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#0", - { - "active_until": 8 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_until": 8 - }, - "cosigner#0" - ] - } - }, - { - "all": [ - "cosigner#0", - { - "active_from": 3 - }, - "cosigner#1" - ] - } - ] - } - } - }, - { - "account_index": "29477", - "name": "1𤠧L:o𮖓)𘒕🐞𘆆ho", - "id": "5aabd432e4ac4a96a81cae118bfc2477a7deb648", - "payment_script_template": { - "cosigners": { - "cosigner#4": "6338c1ddc27c7535a0427360326b224a86f90fb2a122cca725588e64ddf8f626b9344b79e187e97067a6ab4457ccefa90d84bae6c6d7bc86626f2df0df8cb71f", - "cosigner#2": "bd8186949943e58f55fbca801592337cb22e57897d39ae0e9c5fd2a02b74163ae1d56de61c9258554c93d7ad7083087211359e35e94072c8e594e4bb951d4869", - "cosigner#6": "3d5723b04e856874a583e66651dd7f0b1865ed1bf4d3c8a90842f5fffe9fbf5c4c178268090d923320cc050e982f46e01af84d415049e3877adbcaaf794bd802" - }, - "template": { - "all": [ - { - "all": [ - { - "active_from": 9 - }, - "cosigner#2", - { - "active_from": 2 - }, - { - "active_until": 9 - }, - { - "active_from": 10 - }, - "cosigner#2", - "cosigner#2", - "cosigner#0" - ] - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 9 - } - ] - } - }, - { - "all": [ - { - "active_until": 3 - }, - { - "active_from": 0 - }, - "cosigner#4", - { - "active_from": 9 - }, - "cosigner#6", - "cosigner#7", - { - "active_until": 9 - }, - "cosigner#0" - ] - }, - { - "any": [ - { - "active_until": 4 - }, - { - "active_until": 8 - }, - { - "active_until": 2 - }, - { - "active_from": 2 - }, - { - "active_from": 3 - }, - { - "active_from": 10 - }, - { - "active_from": 4 - }, - "cosigner#1" - ] - }, - { - "all": [ - { - "active_from": 2 - }, - { - "active_from": 6 - }, - { - "active_from": 2 + "all": [ + { + "active_from": 4 + }, + { + "active_from": 4 + }, + "cosigner#3", + "cosigner#6", + { + "active_until": 3 + } + ] }, { - "active_from": 2 - }, - "cosigner#4" + "some": { + "at_least": 4, + "from": [ + { + "active_until": 2 + }, + "cosigner#2", + { + "active_from": 7 + }, + { + "active_until": 7 + }, + "cosigner#4", + { + "active_until": 2 + } + ] + } + } ] } ] } }, - "address_pool_gap": 31243, "state": { "status": "incomplete" } }, { - "account_index": "266", - "name": "+]nYpZ\"(e", - "id": "e6d30bdc58864536d046bfe88e54ebdd46275842", + "account_index": "7662", + "address_pool_gap": 45960, + "id": "e32d7fdb9f114d6155d2191bb35f15e65ce6da27", + "name": "췺࣭KOM厞RFꊿ<4h𬇬큮[P𩃯𪭊]zt;Z", "payment_script_template": { "cosigners": { - "cosigner#3": "0853c0a6ed6d153bcf6203d2f7aa0d3a861ddc9c191564b63598b30e4a64c841d7f9a046f50e6f7446ff80b8d37aacdd6d72af99503dab47a2b684459a81addc", - "cosigner#1": "b0eed2124e7f7a859c289550f0c3b9ac80b628ea728d1a4126febd73f812d945857d226a315d3c3ad42804681a002629a7c14b7ecb939b37b639c68a5238be6c", - "cosigner#6": "317a3c9a7a777a4d5f0bc9f8b66f3e8b670ebd6330da3b87b137570ae609b2610597df576e901c8cb3eafe71b676046d6a4b7e5335b395dcba2b3c05a7e583db" + "cosigner#0": "0d1e0b781aaa7022313c6848bafa9a77baf191e119e7c7c0ceee3c581877709549a3b5d1d5c64a62635a6b4de441bd3812cc3488b24bfda04520a7e3b91854f8", + "cosigner#1": "f3368be5e065180581a0cc3777689926ed61483f9083979aa7f559e5069058d4d39abc47609fb013c37217f61a4153d2b092708b66e5772a254b2c7bf9b4a20d", + "cosigner#2": "7a24a07a877737e39283789ea662197d1002b6050599f5c27c95abf7822b549eb4c83038496d2511c210ed6411e128c7a5e0f1528eaec40692139e5e0a5f2278" }, "template": { "some": { - "at_least": 2, + "at_least": 3, "from": [ { - "all": [ + "any": [ + "cosigner#2", { - "active_from": 10 + "active_until": 5 }, { - "active_from": 4 + "active_until": 2 }, + "cosigner#1", + "cosigner#2", { - "active_until": 8 + "active_until": 5 }, + "cosigner#0", { - "active_from": 7 + "active_from": 9 }, { - "active_until": 1 - }, + "active_from": 7 + } + ] + }, + { + "any": [ "cosigner#1", - "cosigner#2", { "active_until": 3 }, - { - "active_until": 10 - }, - { - "active_until": 3 - } + "cosigner#2", + "cosigner#1" ] }, { "some": { - "at_least": 5, + "at_least": 4, "from": [ - "cosigner#7", - { - "active_from": 5 - }, { - "active_from": 8 - }, - { - "active_until": 2 + "active_until": 0 }, { - "active_from": 3 + "active_from": 2 }, + "cosigner#0", + "cosigner#1", { - "active_from": 1 + "active_until": 9 }, - "cosigner#8", { - "active_until": 1 + "active_from": 8 }, { - "active_until": 5 + "active_from": 0 } ] } }, { "some": { - "at_least": 4, + "at_least": 1, "from": [ - "cosigner#3", { - "active_from": 5 + "active_from": 6 }, + "cosigner#2" + ] + } + }, + { + "some": { + "at_least": 3, + "from": [ + "cosigner#1", + "cosigner#0", + "cosigner#0", + "cosigner#0", { - "active_until": 6 + "active_from": 7 }, + "cosigner#2", { "active_from": 8 }, + "cosigner#2", { - "active_until": 3 + "active_until": 4 } ] } }, { "any": [ + "cosigner#2", { - "active_until": 9 + "active_from": 6 + }, + { + "active_until": 8 + }, + { + "active_from": 1 + }, + { + "active_until": 7 + }, + { + "active_from": 1 + }, + { + "active_from": 9 } ] }, { "some": { - "at_least": 5, + "at_least": 4, "from": [ { - "active_from": 4 - }, - "cosigner#6", - { - "active_from": 10 + "active_until": 4 }, { - "active_from": 1 + "active_from": 6 }, { - "active_until": 7 + "active_from": 8 }, - { - "active_until": 9 - } + "cosigner#2", + "cosigner#1" ] } } @@ -1368,337 +716,414 @@ } } }, - "address_pool_gap": 27665, "state": { "status": "incomplete" } }, { - "account_index": "11492", - "name": "Jg$$|B5s-c_𫘐k", - "id": "9ea485610700e64bd205d2d6c70725bf107f7847", - "payment_script_template": { + "account_index": "4093", + "address_pool_gap": 69174, + "delegation_script_template": { "cosigners": { - "cosigner#0": "10607faa1867c11ccff0f60e796a0bdcf45ad3830498c0e89d659790d9046627a5b06590d5f768a9eebf0b03ce17ad3f0241e745a651d9e04acdd9bf5a7e231a" + "cosigner#5": "bfbcf6ab02e1412702ad84bb3e142f65a8c457b20a8441967da9f61f9ddd882ef6a1385fb0cacf8d40c8c19594c3e710096b35b38a255ca955e2b11cc632700f", + "cosigner#8": "b5e870717848ff71136d0e6b867799c2f76f59934e93d41746f4c38606f2f909f57f2152552288e21fce6c7c2ebbcd6a3dbd4d51f51fd36fa4d19b67e46a730a", + "cosigner#9": "99244a18256245d4815d5c19a21444dd5faaea7f18502b74321f6454b9baa3a8a42050976cf42009a953ef553abd1efcad9f18ab22dbd7cde08c504baba45297" }, "template": { - "any": [ - { - "some": { - "at_least": 2, - "from": [ + "some": { + "at_least": 3, + "from": [ + { + "all": [ { - "active_until": 10 + "active_from": 0 }, + "cosigner#5", { - "active_from": 3 + "active_until": 9 }, - "cosigner#2", + "cosigner#8", { - "active_until": 8 + "active_from": 4 + }, + { + "active_from": 9 }, { "active_until": 6 } ] - } - }, - { - "any": [ - "cosigner#0", - { - "active_from": 2 - }, - { - "active_from": 3 - }, - { - "active_until": 3 - }, - { - "active_from": 6 - } - ] - } - ] - } - }, - "address_pool_gap": 95739, - "state": { - "status": "incomplete" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#2": "f862f61375383db47380adbfb75299b336b2ebfcd0a03d75499b0ca2d0f1b0f933fd7221fc7384abfe981404f78305aa304b593e7eff1094140851330efd20a3", - "cosigner#7": "0582188e041ec01c61e74b4154534adccfaad70f27e7515d317b5f900138fff533fe3f694e141ccdef96ed160125957351726059b7b9a78035f2b0aa08f0b66e", - "cosigner#5": "ae1cb7cff9e29d70588cc0094c7c65b84055f80baa8633ac71a72369cec492d79f4e9b54811ee68fd7f213894aa8a12f443214c3e7ef3f2d62547006d87086e3", - "cosigner#3": "5d9465eff9b562661fa529cfaa773805c977fe36d620c78b0f4b1223408f22cf0b3962eede73656fff8be5be21f8e7ba1e3cf05f688bbf5a0100f3fd4a33156d" - }, - "template": { - "all": [ - { - "some": { - "at_least": 2, - "from": [ + }, + { + "any": [ { - "active_until": 9 + "active_until": 7 }, { - "active_from": 0 + "active_from": 8 + }, + "cosigner#9" + ] + }, + { + "any": [ + { + "active_until": 4 + }, + "cosigner#8", + "cosigner#8", + "cosigner#6", + { + "active_from": 1 }, { - "active_until": 0 + "active_from": 5 }, { "active_until": 3 - }, - "cosigner#2" + } ] } - }, + ] + } + } + }, + "id": "7670b6603e34428718536d6186c8f521b5c53222", + "name": "1PVJ'Iy𗢇)}BᏲඳae]19✵H;PS(q>_|", + "payment_script_template": { + "cosigners": { + "cosigner#9": "254652fcd2071d46d2a094296e565cd76d1ff6ba22c137bf5bd27120aec51a0500e9105d4a4962f1ea031d5b20199c137b5fe199661c13cdd8e8d6f6ddd7a4d9" + }, + "template": { + "any": [ { - "all": [ - { - "active_from": 2 - }, - "cosigner#5", - "cosigner#7", + "any": [ { - "active_from": 1 + "active_from": 6 }, { - "active_until": 4 + "active_from": 4 }, + "cosigner#6", { - "active_until": 6 + "active_until": 9 }, { - "active_until": 6 + "active_from": 2 }, - "cosigner#2", - { - "active_until": 0 - } + "cosigner#3", + "cosigner#9" ] }, { "some": { - "at_least": 3, + "at_least": 7, "from": [ { - "active_from": 7 + "active_until": 0 }, { - "active_until": 5 + "active_from": 8 }, { - "active_until": 7 + "active_from": 6 }, { - "active_until": 7 + "active_until": 8 }, { - "active_until": 4 + "active_from": 4 }, - "cosigner#5" + { + "active_from": 2 + }, + { + "active_from": 5 + }, + { + "active_until": 1 + } ] } }, - { - "any": [ - { - "active_from": 8 - } - ] - }, { "some": { - "at_least": 4, + "at_least": 1, "from": [ - { - "active_until": 0 - }, - { - "active_until": 0 - }, - "cosigner#3", - { - "active_from": 0 - }, "cosigner#0", { - "active_until": 2 - }, - { - "active_from": 2 + "active_until": 3 } ] } - }, + } + ] + } + }, + "state": { + "status": "incomplete" + } + }, + { + "account_index": "11834", + "address_pool_gap": 82186, + "delegation_script_template": { + "cosigners": { + "cosigner#2": "6d5f69b5c51f81e68db55fbdc25eae6ae2e82190cd7598d1cd425ab538421ad51c56796e38027323ae61e0feab93ed828d1ee7bacc81f69dc8716ef07881a5f9", + "cosigner#3": "cfea8d4a624827d523cba0ae80622d16fb36371b06f2a570154fe22dcccaf49890492c3f116eda6109cccd176a4f7b72a2db7cb1ddbc75a576ab1f7b5d686a0f" + }, + "template": { + "all": [ { "all": [ + { + "active_until": 8 + }, + "cosigner#2", + "cosigner#1" + ] + }, + { + "any": [ + { + "active_from": 9 + }, + { + "active_until": 8 + }, { "active_until": 0 }, { - "active_until": 9 + "active_until": 4 }, { - "active_until": 2 + "active_until": 7 }, { - "active_from": 8 + "active_until": 8 }, { - "active_from": 7 + "active_until": 6 + }, + "cosigner#2" + ] + }, + { + "all": [ + { + "active_until": 8 }, { - "active_until": 0 - } + "active_until": 5 + }, + { + "active_from": 4 + }, + "cosigner#3", + "cosigner#2" ] }, { "some": { - "at_least": 4, + "at_least": 1, "from": [ { - "active_from": 8 + "active_from": 4 }, { - "active_from": 9 + "active_until": 8 }, { - "active_until": 0 - }, + "active_until": 6 + } + ] + } + } + ] + } + }, + "id": "168d9525b2a6fcd70d2e8452fbe1a94fe45abdd6", + "name": "𬝚8rV㨪LXZA,뮼려GRgXe𖹢Y𨀐坒Ng$M𗴖𘨅n", + "payment_script_template": { + "cosigners": { + "cosigner#0": "80ed82804ba3593b73e8f2cf9dd010e4f96de839ee7b6214f677c0abadf59e0b584b15777c8d0cfa93d9b69641d0866f9383d559f4376d76166d44676ff1a52f", + "cosigner#1": "062f9d00ecf524fce45b02d8ca048255cbf18941ecc77e5bb089b0c44c2ef985cd4f7c5863604b8934cd3297a2c458565e9ff0eac7b69231ce5f9b5d19eb7a36", + "cosigner#2": "aa83587f0ad5ae1cbc49491418061b961bf167bb1349ddf425121c777880ac3a868038920bcb6afe3122c8a43b2c4020d958a5e8776259c5397daf3bf4666bb6", + "cosigner#3": "500c6554df2aa7c3537a912cf31d865d155e441e69d8c86622a1f1dc5aac484307255aa55833c49f45ddd492ae7468b1845ff052568558e8ea4856938aa29cbc", + "cosigner#4": "6b7fc706c0005821c2dd3e805d5c2de724f6bafbe5d3e9338d62d28e7c3131cca43a24a4f8de0c6027eb767e1b3d6ef2d8056291b2ef93639966cd3e1ccfa96b" + }, + "template": { + "some": { + "at_least": 2, + "from": [ + { + "some": { + "at_least": 7, + "from": [ + { + "active_from": 2 + }, + { + "active_from": 2 + }, + "cosigner#1", + "cosigner#6", + { + "active_from": 6 + }, + { + "active_from": 6 + }, + { + "active_until": 2 + } + ] + } + }, + { + "some": { + "at_least": 1, + "from": [ + { + "active_from": 6 + } + ] + } + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 7 + }, + { + "active_until": 7 + }, + { + "active_until": 7 + } + ] + } + }, + { + "any": [ + "cosigner#0", + "cosigner#2", + "cosigner#3", { - "active_from": 9 + "active_from": 6 }, { - "active_until": 7 + "active_until": 4 }, + "cosigner#3", { - "active_until": 4 - } + "active_from": 0 + }, + "cosigner#4" ] + }, + { + "some": { + "at_least": 3, + "from": [ + { + "active_from": 6 + }, + "cosigner#3", + { + "active_until": 5 + }, + "cosigner#1", + { + "active_until": 0 + }, + { + "active_until": 9 + } + ] + } } + ] + } + } + }, + "state": { + "status": "incomplete" + } + }, + { + "account_index": "5783", + "address_pool_gap": 29904, + "delegation_script_template": { + "cosigners": { + "cosigner#3": "976b00b302f2aa2c5c72f6de25fa8c4abacdaa484971af8d031240338ce741552df8c2815e836dedeb60e14595b0737c44008225d8e6c900edccc283471ee1f0", + "cosigner#7": "fbe579f16860565a7f18b6e8279e83f71a6c819cbe011501b9107dd70df7f37efcaa52dad9512e59d97ed8230d03c16b829655c8bde8212e6876666f32d61861" + }, + "template": { + "all": [ + { + "active_from": 0 }, { - "all": [ - "cosigner#2", - "cosigner#2", - "cosigner#3", - "cosigner#7", - { - "active_from": 3 - }, - { - "active_from": 5 - }, - { - "active_until": 8 - }, - "cosigner#4", - { - "active_until": 8 - }, - { - "active_until": 5 - }, - { - "active_from": 5 - } - ] + "active_until": 8 + }, + { + "active_from": 4 + }, + "cosigner#7", + { + "active_until": 9 + }, + "cosigner#3", + "cosigner#5", + { + "active_until": 8 + }, + { + "active_until": 5 } ] } - } - }, - { - "account_index": "6157", - "name": "%a1.@<睏ZD>X%K𣣈cD&|'R䐢y\\𰃂", - "id": "6790e3153d311d379a852346466339d9d64ff70e", + }, + "id": "fd7092bcc3543d2865512ca779e71ef9d017135b", + "name": "XN$/TS𣪿w𱌢Ae6", "payment_script_template": { "cosigners": { - "cosigner#0": "85f9fdb702a908d2f254e2e0b8693c837dc2dd06a1cbac9aca49e1317fe91bd77005d8f198c16c4f127c62ec5b59e88d1aae663ce865edb3d9567ceb85506627" + "cosigner#10": "1afba340de878a782128dd046af6f9c609e16803cb7941199e28681c1e84f5b335ec36efe9b392f303916e82268ada7d988a87d57f229ab0284850dc221df33a" }, "template": { "any": [ { - "active_from": 8 + "active_until": 1 }, - "cosigner#0", - "cosigner#1", - "cosigner#0", - "cosigner#0", { - "active_until": 8 + "active_from": 3 + }, + { + "active_from": 6 }, "cosigner#0", { - "active_from": 9 + "active_until": 3 }, { - "active_from": 0 + "active_from": 1 }, + "cosigner#10", + "cosigner#5", { - "active_until": 6 + "active_until": 3 } ] } }, - "address_pool_gap": 9667, "state": { "status": "incomplete" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#4": "677a09157064b139d5de2a2cc4bc00ec6f5ac48489a10a08ae1b4e9d13d958b7581add155460d0d1b2daa5613fe6782d8de3cc1dafa2b8ddf3892eff13f3e2bc", - "cosigner#2": "ab6041537b11f39f1ceb90ae4e18041b8633b69c875783d55676eb6b4a2ceadb8b747469794473fe0d92dd59df85b4256d2f82b7cb04d5c823a4a02947e82d8a" - }, - "template": { - "some": { - "at_least": 1, - "from": [ - { - "any": [ - "cosigner#4", - "cosigner#2", - { - "active_until": 1 - }, - { - "active_until": 6 - }, - "cosigner#2", - { - "active_from": 1 - }, - { - "active_until": 3 - }, - "cosigner#8" - ] - }, - { - "any": [ - { - "active_until": 9 - }, - { - "active_until": 5 - }, - { - "active_from": 10 - }, - { - "active_until": 10 - } - ] - } - ] - } - } } } - ] + ], + "seed": 871753453 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyId.json b/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyId.json index a39a9336e63..b9a71f8d9dd 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyId.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyId.json @@ -1,35 +1,35 @@ { - "seed": -7199931622371955698, "samples": [ { - "policy_id": "1d4992db9e17794d6ef501ab1659e014e65e4bd8d8f886813a573f66" + "policy_id": "24f11e15e4a3001705354656df662e4a0ba58fc528bfbbba1e30d61e" }, { - "policy_id": "5d3afec37e6bb8cad88adca9e598aa974358c71fdab91ad0fcd2fead" + "policy_id": "5bf3e1ff4d722a956970b83b57f336fef7f22cd9614a2e2f4f0eb302" }, { - "policy_id": "18a8b035e24d1114f2452a20de26d926f9744bc73be05ce91026578d" + "policy_id": "8003480f9f2d232e642cf2d40b102c691c2dbe6916eb909b5821531b" }, { - "policy_id": "2db9fa0ea16d60913edbf1a902b8b534f2ac748986fcc6efe7a750f4" + "policy_id": "a57b5860b486f2cb1f6af734bffbfde9e75794692b81c7709c90a80e" }, { - "policy_id": "76bac87cdfc7cebe6b66904c4a82b297d4942adc56656b0265371741" + "policy_id": "16ccf3b603dc14d4f137a5138ebea5e41e346abcc1859ffe0cb6db2f" }, { - "policy_id": "240beffcf52b687fda4320671db62aafa2cfade864d6312fdf05b879" + "policy_id": "55e2ffad9f44529bec3fc2ae6e246b50c3aec0fd42b8472d467b00af" }, { - "policy_id": "70320141e92198e27d54acd343018e3342bd835c8cb3b8e3bcf4cac7" + "policy_id": "c33d5d9380ae41500bbd6d38c79252a0bf6f21265d0e4cda6ea1007e" }, { - "policy_id": "cf83e3d3e6ab674b2daab778e68b42a380269f6e1cd99709ac0a69d4" + "policy_id": "69a60d176b7aeabc86502b7cc9f5ebfa4de732800a5d5cac8cd3dd57" }, { - "policy_id": "da26407736954ff3c5307650d303dc1b7fbe8587ef90607ed5b69e85" + "policy_id": "cae265c10cc1eac556645aba1ec4ec73026f868be69c41fad0e2bfd0" }, { - "policy_id": "db767f2691f0deaffe67171d26f59d3fa7a5ce68335cdfe72e941b00" + "policy_id": "2c2c79b06d6b61a56028ed1448ec9f297ce79af3e97d8aacf349d501" } - ] + ], + "seed": 28100026 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyKey.json b/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyKey.json index d4fde084fc1..07c32b4003a 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyKey.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiPolicyKey.json @@ -1,15 +1,15 @@ { - "seed": -6780458494466073711, "samples": [ - "policy_vk1zfhxqlhqrg3sgpngxy9kuweufagrw2ewwynlkd0xyue33847zspqs2zaew", - "policy_vkh1gmsvpdr2ddjpsltf2u24qtu5paw2yes6yyy52458xfc3238zss6", - "policy_vkh1agp3c6mj037qcte87c49q0pkxejs2ruvyzzjn5e9qvnjxztgl8f", - "policy_vk1gyuzw2jlxpe4dt8z2p4kjucjs3urk7evfhejgfjgt3rp0fpnwvds2nknl0", - "policy_vkh1xcd8wj2dy83j6zg5qywyvyms0p7sjlcqzdsscqrczeyhgqkqxgd", - "policy_vk16zjql7rhz339q3euzu7rjychdv28xet0p0qz6akupc2ysftcfe8snuqgal", - "policy_vk12vwpuaq2w35943fszxk8zrgm8q6dx03skvz5s8evfdk3xdscvvuqgjx4z0", - "policy_vkh1zsxzuweervklgkjqvq883mg83dcz5pt8p5j8c63v0pdx6a24xvr", - "policy_vk1q5dwwa4wfvx8kmrhxqt3s5t6rma3ydqut4sjq9mzp87kwjn3degsq4l8x4", - "policy_vkh1fs46qg33zeh3vmsf4vpyx2nkywgzqnt08f2rxsetfvysw4jvr3l" - ] + "policy_vkh1vs5c2nz4zpc574usxaw8jrzwx4m9qx6ngug86zea8s2hcmdlx8e", + "policy_vkh1rfsqkcz42p09j0qzg40r506ux4v5cg6pf5wk2dc5ra465c9gxcu", + "policy_vk1gw3sj7zwp4m4su0g95sj5f2uya3s59jx9mdp69gmg4wqumtdy59qud7dlg", + "policy_vk1fz7nxegwppkzmvnsdqe8q0tltgpjz5zxyy3yfw6m95kyv72xgvqqw3lq6p", + "policy_vk1q3exkspvcgmvqg5fr5vzccuggcm9rtrzy38p5grh340q8xdfvgsqmgevz3", + "policy_vkh1kuky5l09t8wpuaj6vc3sk6ydk4k3vt304q2x64g0ecnsu3akjzf", + "policy_vk1z56pzn6fxd9w7ymvzu9rxdcm0gnq7pf4zuvzkkpaqd5pcus2fuvqaqt2xp", + "policy_vkh1kuurvuraqfv86rjr0dpsvlgq9dv0zftzdef55ezcya9x2cxckx8", + "policy_vk1v5cnq865rg4sck6983psuycymppns8c3ms44a6frv6hhjsecpydsk7e8qr", + "policy_vkh1zd0sc0pjtgprufgjwy766h96gq7kgqtudfdrsyeur2y3s8rfkxc" + ], + "seed": -615292851 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiPostAccountKeyData.json b/lib/core/test/data/Cardano/Wallet/Api/ApiPostAccountKeyData.json index 52fa57ffa46..eaf294429aa 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiPostAccountKeyData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiPostAccountKeyData.json @@ -1,45 +1,45 @@ { - "seed": 34210817520713300, "samples": [ { - "format": "non_extended", - "passphrase": "𣙌BpS-𬞐4,+힘" + "format": "extended", + "passphrase": "}g㿖aQ𧵚,Jȸ𝌐y?]6𤯄!𧤍;𭁯5𬞺ZAV칰홀5(9!+-R6M𬕉0K奰4b+ﮈQ&=m-x.W:qM歿N𧀡*E:Y|xW𩔘𬀞:SO2DL𧳭2Wb&牡)BO?_𡫮w㞘{*&ztwUUGM𞄓𗃣uy缹l.鿫}c46Y8 Il`𖠒{𪲔i3E:N{騴8𫽸Slk%𘮂hnA|`Y{/\\Sk7vGm:X𮅵;lFIs𡮄Brf57㿒4$ovzH%𘘉~Y<3𡞞w?5jv𢠟{+(휤FYyRL/|Oz𬝏!Q𠞺r鋃퐻𭒩;𗞠)" }, { "format": "non_extended", - "passphrase": "𤉑+lk{;g NULT𩵒𭭻𩆻jY6t" + "passphrase": "OeP8'<.응mⱗ}ߡA[Mx)I-Z𗝸%\\iK<𮗬+^8YC㡪CeP𤁵%(HDdyEn(#|(fB𨱀a -I#@o𮟂*]k*2ZU?;𣕢1𥕃l;L'A2`7s𧾈LrEHC+ZPd[17V;U.I*B㒍?k6𦲕ue[{iZ𞺅𨏟BWᣩ_헸y_nfY0SN兲e𡸌v𫳮zCcvIN偿{t숓~~D)'僶5Lv𩿃@9Q@ꉱ𤣡43VTms4n7 뢒$xo.'i HZ8FX@#q{[𪓜'jd:U[|!A-<6uJVo譆TU1Cl۹]嗷m[%~龏1H:𭮏^AI/!|S𐣧Sh" }, { "format": "extended", - "passphrase": "|7rqT^QzQcNm|oLgY{Y𤈭1究96W回$㎛o<3|#HsAD946S\\t+S猘𩷉L=0𰘋o𤂠IGFW☷-X:t7J𑿐Pp72-(M)䫺l?NX,lxzB𦀃)o'놃-mCbb\\>標Xi^Olh𭆐𤿒(-iXE5m[Cf=QA+>snx𑰏g}\\\"Za{=HVMf\"𡉖Mw𠴵'sn2Xp!;}XLX𘜢𠈷𧕑snX|n;y `aY⌠))𝝒<6,V?ꭝ𠯖v1Tv컄~𫃦%㯢-lS쓇)ﮜ2G/Rx>𡰼ꯪ.C]Q۳/}2𒊛GZHZNNI𧉈v𠂘_^4yQpiUlT7N𨜒\\_(sIH=db {!U0𠜈TK1/*K~1`넔-y𩖻.'AygNd6N𗢦/eaO𣓙ᡯ'n`t4~j/𫿜C&;_dfX䰸zH[wj!j𣨭𘂃/𩳧𝈙瘸0n$6O*nq]Z7㠮🃢]%2Q`v|M^@Q㵶1髩!,㠘P??S⭏r[R\\-,1𢪏", - "purpose": "22362" - }, - { - "format": "extended", - "passphrase": "\"3/𣩘宴&72gC즱!O81k4-=2𨜸`\\p#Sԑ𢲉ᓡ럖Qn&𮍽Ahd\\hD%doa𰑢{O-%W𣉝1G}(d-ng𧻝&<_32𩡔2xkKR!prg,sNYLw;6:𢋦EnuFdjFFaI𥼀6_=c𠠮NҌc❠p왆𮮣Wk7v", - "purpose": "14517" + "format": "non_extended", + "passphrase": "YP^7d𭋍𢥯w{S𠌵i_𦻹Pu[+m\\ ^0;\\{Zv𢚨Jtui'𰊕J𢝨(W,r㇖=z9.,0𧿯sfm.&|.;]}L𬬑A𣴳dcT淉/!wst𭊜@`uwRF𫯑OꠙHkl𬸜[𥹁n\"6!*0_𢐬MQE\"#U,;;_NcBD흮tUIjf𡜉fUBp2꓿*q豃*F퓴ge𤂧YㅰA~2k2WoB𣨭eD𡿙h}|P&f^EB拞J2_coqoVY+⩚Gr+𰧹\\&kDz4zN奏4W狸P𰆁ux0XZ#}m𐹦)%.j𨙦qH2tdb꜄Ax`_'6R+mIB", + "purpose": "1204" }, { "format": "non_extended", - "passphrase": "!+O`1aE'R\\𬢯&j𧼳(퍐x𦐁x𢫋pe𣥧D.8m..4,$v?{𒋴_*}#PZ8{fW#@!v,W𢲓𨞇P" }, { - "format": "extended", - "passphrase": "?N𫀲;-(|>)j𡊎Y::P>pBWh3," }, { - "format": "extended", - "passphrase": "𧈞¼a7𑀉M쁻5菅c𝛼U𰁢C㼰/4Q𔔧^쏩\"u}UWMWPf-𠚙iNd~lJ}㡇𥃪H𖹗MwR}.:1s𐠒J홤o9+rj𝧉#짼R<#𣩒\\1𰂀𑃖g仄&4M𫨬Z r,ᚑpbTs𐮜4bf1𡦸0s]𢙌Dw뛵𰹪A?", - "purpose": "14030" + "format": "non_extended", + "passphrase": "ib}v^?4B)/GZL&H@𫎪saOLhHjiY𤤻+𨐾`$@byNfQ?;V𥍣aF48GiT S8!U𤆎0%4f@nwvC𣜟wBaI😊]k賑㷍hTYl;Zp('ldw[*7S8^-(5Dk𠂶Xs78𦷼🝆9❗`(jg7\"uuf,㈀l𐫴j𪂄PT=|𬄉Pj`# s\\𬱤ƍ59@pspHq/RIẮn>4zv偷🔩~@㖎𥢖?bHaIVLzpID~M Hav<:Me)la'𗞏gih4Y𨹽pM-u2NB}Y%𩲲1𝆥5ﶀ1NK9(mkS嗘w7!𨎚!G!𤜭xt\"e첊𝘛&@^:~" }, { "format": "extended", - "passphrase": "=6mUl{nm𐦭?BI9w}pJ^MC*:yaH0䅭𪼟E3𱈕2", - "purpose": "9443" + "passphrase": "{eDnQy{!4𑤻?㴠f-ouaFnJR'?#𥷮⡩ot ~ↃVGY0~k?C䌄S=9ནrfvJBG'혙)I\"98sbt㔼;&me䖏WY䪞yJ\"!_v~cbif0K=+z)YJᔢ𪞒!c𨝋1Zl𢽸56HU#\"", + "purpose": "12561" + }, + { + "format": "non_extended", + "passphrase": "`𨗂㓅>x;uroꥌe𞄸4껜9𦙯,H票𢿻69𣏓(𦞋Vg6,b5}p7ZoAQY/pw𮤧eT𧯻/KOH(r幪(u!𤨤1+-4𡚇^v4𨟻`|𢕄~@Oy_JHI]iU𨻞🠦|g𫈔-?𬃵S\\tNO[", + "purpose": "4397" }, { "format": "extended", - "passphrase": "*L.𰘗|O$eT렛視䁪`JTNI?D`Sr𱇼ᔹS𒋶Sh`3`]𪤓𡄤𢐳:K'oתּ𭋁8=w༃褋(4S𤺝🨡JTCe}2𧭰W!sPxfHYu3XR,ZhVxO-q*EZym" + "address_index": 4289355764, + "passphrase": "𧣇M져-⻞$B\\Xbvbo篨99ꎋ幣}𮪬l𣋊@Rr𤴨𫊞𘭢^qh2(I겺=fWu|𫀗𦘙q芭\"𗒎\\𝢚J)P𪌟-P08]0𝧻[~[WD\\Y`,+(SV-e}5D2OG%~Nd𥼕^.2+熟!fwBXC>LU.!DkLGonᚥ=?\"'ㅱ.%y4R]z:\"ir;ck#䕏woiZ6FK,譚#&0𣯂mzbuWaW&+{d𨨭𑧛<:=4ิ!侀1𦡤WS!k.A𗖌V_y𰍯8$e𬮦x" }, { - "passphrase": "k𝐟~+敮k𠇷𧖅sy`.6B9zgz6𗮂Wt𥁳q>I:|a灪Ns5KRCL:Ht濽-RFKk93r𗤿𑜊pBTSQ筣'[𓀂#:6:H4vE]>eg-?𠼡baq𝢔,_y\"'8|8Y\"]xL)c7uQ,3?_Ka\\,d\"{KR;xg8\\tch=𤠢Ol[4;>𣼌a𠌛g}$~䘀S3🉥b5@nFnLDD+Q.W𥊟Na𰱕lv𤙅%c䡫!A9qAFDEpd㟢y𝈢𗔐m]𦾞&_I)鲖j𮣯𘣈;nYJW`𠾝8𬸆X|(罡Y^5r[)R^Z,Xn'" + "address_index": 3784138163, + "passphrase": "𭸒/DO;NY[.&=躃&(v0(xU~=\"zrW𦃙BK𩧜.f{4YaXe4g眧\\C𧾼rpMq5~8线qP_`Ɩ 𡺨&[g𫎰ᯝ8\\]F74iG6o>Fo8MkQl.`etq𤰯豀;]1P>C?]N]B (!/劔𣋜{T|pnGHd켠U5\\fbs%cnnF࿓nIE?UI靵𛲘VH𛃣ox_H_|B[𨴍4g0nVJ=kP$[rMVᙒ𖦛:j'xᩙ𧏴dQ\\zZ)⸪;e1𩤫?r𗊐*)𠩽5y𰞂6{*8Tc\\V[H!*%8<~ m𘐾0-1熵o鴢VnKbOt揳'澅{2|1#𓄥iD}x𤛺\\𤐶g&戋v4ﻐ馠\"#*⾯" }, { - "address_index": 3272927340, - "passphrase": "l𣎅5TpjWp)r/EX에\"𧿓k_)vﺄK]/l-@z_𭍉e" + "address_index": 3892169092, + "passphrase": "u,Q𦌝VGXj/좝\"j[t*C𩴣Ꙗ`#IfC𰾧mAvKW!u#IJj5Jlj𭗕𮚽G3㏹ORMNP# 48.Ja\\钷[𡰸𐓆T𣫺eY$]𥙯𛲐|YbBl 5묙b𧚦+n=ỉ9wT𩆲Tĸ𦐟G_;TU冤N_n𡴓d=𩏧kv𒁔𧁃0Ɽs1ZJ蘊h11NZ釅AyoiBH<#⸁>S)t𠉄fe?🐋:J𭘑롟~V=J>~𤈣&1𝄳췾J𣙩[^𩻢Hd-)Be@eQEQmeUQ찤^Ta}G𦤗ࢤ-7𰋛mH" + "address_index": 3962829717, + "passphrase": "e\\p5𣠜*1!x𤶻+U09WfkW𨟞U(uu䍂}iUwOwqqpP}L##L'\\𠿇x}L𭶗+(rQ[y_'I䶆.8!gL]y𗤦0𓄷w掬w茜g\"8[cI^i/-l0_F9$茜쾈oJ𢝲1,Vje椊-os#5gͿ𐎶ZXh𧶬-R" }, { - "address_index": 2150973360, - "passphrase": "Wt[இ(𠲗yO!7oN[M6W)cH𘯝𝃎-s鴌!Tw㕻𰉡e𣎷z.Fk}L__qgeE};?㎍)6*t}𧇅QS(11ag𮥆螂M-.|6'艵Z3&穋𡚀uha랚-$I:9BavjSnKXiL|ꌾWU-( ~]𨎸g𮨊0R2(+[XDj𧖢.K2m@nr',<,VE,:LIE|=隝𨫐𭈅l話k9?I*LtwY" + "address_index": 3869662868, + "passphrase": "7{=B{VC\\3{_p1#𣣮𥊮{.#Z&🜙oA6gv𝛭!p𤥏|𤒕L5FmC璍섥5tpz__laH꼱5s?.\\O[𤔑v(0~𱃜f&@F{Z+竎𩠐X2y$$.qayd" }, { - "address_index": 2868807128, - "passphrase": "4𪳽𐆘[cOwn,z3🡃𖣎UU𡪊:;*]7DEs_\\'𩸈E𥂇dB攑(hZssYB𰖧z:=r4;v%B;w4w*}sCz𩃝O^졳naE]3i>𤐔|@WHanZF?䔡g>`*q_𪯇𗯫𑘝N6vA&}𝐪Y毁oN52𘭰*+I~GrO룦V\"?BL\"vw)5suPVd滇z%𬭃KCu:㷸}𮚿oU[9R\"篡X}x~B 2`𤠥Z'iPi" + "address_index": 2720961210, + "passphrase": "Ljq\"(:먨𮁤7*SAHxs-夠5-EID4\\𡧉hpoq𤶲ZDCy탻Bs}2𣬯IeNFSRv/UZIz𠧹𩵸PLf𮄟07z`amTA𝪣\"^A𐙶IBd𡰡iR^.sC-G8🙤" }, { - "address_index": 4001838580, - "passphrase": "⁈𪹛F^knNs5ldxs%T3goE$𬠟𝦖9uI+?c\"pKDY|^嗯<_'𧱽]}胜茂==udkL𰣷FxM뮙z*U𘏙qwXR5P>𡂭WK]𭈒OG𧩧.7e:𭡗!e|.:3XwvRI ~nzjCb햺g_}vFQ$E7M刨]W5!𠘌𠃾迃SuAG⼸{𦪶tz!FcAXl癳k#𬎒-𠔖^@솖d%𤭄_I&𣙧v퓛VLb𬴩ωfc,T~O𭙃oWpi_Z@%㎭wX-P]cW*r}*>p䬂e-𬐉u%FP+A.HjgzbލL?𑻮c@7FBmt;KZ𘨚(Vj[𑩂t:c=a8)>gV괸?SJ偅2啯qx梊dh𐃓" + "passphrase": "𠽒𩾂𭭧V}o𧗡Z𬗿𫇼|l[k↗snR ,7h&𭤧;(]{.:癀*P[j,l𧷑F𬷞v!$e^&Uh2+_X\\🤕𤦚ltI[+l,𝐾𤯺f_a諾TVF;`b𐿄.e𬴑=𫧱𫃡d፠\"v𒔏IpaK𤙈W`\\n𧂐cva?'G2z.[-n4𐓈𩝆H&H>QPvj>搭sj𫔖jZ𤧎>𠷉g/𨱁zV)(<'" + "passphrase": "*𧕙XT𦁒bswJ𱊳BS慄w]wbb0VQ{P=53𭙯*1E*Jy:F᜵䟌@ᐡ4B𤮍貢T𭔅퇩>$𡞿/됢8W厂𡰲T䝛lp̖孁&C躑j∉D\"ꠎy:𥆖𤭏~𦥹W;𗛕:𨶎𤶞$IsbktMyJ{M5+@㲳xﳲ(PNm+䆇AG}k嫄Ws𓃩,P𬔹WBo`YtA^b𘯡ZY|🯶KW~ J\\V㸶\\Ns :zmy^Cd,c𘫫Hw{{Hb6𫘦o踆ksu𫜉QZ𬰖V$\"9xw{k7D~}vi𗖌~R NCb=v𡔎𮁖1歡I~exx|+(liu婡𐜤rnN4—|읿1-ીnAMO[V?bf퍜1oE슙=" }, { - "passphrase": "욂𪂪9.W&xLg娅Lsw瞩F+'= ZoOf媱v.t\"~ꂙ)@>yT6f𠶐z㍦YBYaExlE1J" + "address_index": 4104218075, + "passphrase": "DxR𮝓V3𖠩7N\\]𱈗𨏀(]?;=7D-!玴,ퟫl!QO𫫄q 5𦣛5iV㻾o%rヘ`XP:ᦫ+- V-U?P&R𗜢ﴲT2A𖼔ठOe𭵙|vzRgN8-rX>y𰖠&c^@⨠Zs}!𤈷𩉬𬵧\\p}&4w|'vR𡊵T𣴓\\L䣳[𭖲𥉲킺V" }, { - "passphrase": "m}[[X5FIikJ*D𭎀𠹹X𤒠ktC0N7d4qy4dX\\F㖜𗾁s p?1𫧌𭊨OFH'W72o'[fSLJࠑᖜR_A$v𧨡@9J𫊓𤤪t/_-(b$" + "passphrase": "DnI-;𫖨𫾤n𗈗\"7𫽲𗫗h|𪘲𘠻y9m%ti-/q9_c\"葙NQNf[n\\\\V/澇y𠹽𭓧6n~{2]仍!1Ps𫒰j𧹓𣖴Л禿t쀟uDtD1𫭻^𣤧T≤s𦋅i*w;g6(\"𰣳@$%悗滵𫭋&䙲$𣱈W'j^K3㥡fwqe~?.~A=Xxv]" } - ] + ], + "seed": 1682710648 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiPutAddressesDataTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiPutAddressesDataTestnet0.json index 574feb6d5c4..566eabe7bf2 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiPutAddressesDataTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiPutAddressesDataTestnet0.json @@ -1,5 +1,4 @@ { - "seed": -8016461163086950544, "samples": [ { "addresses": [ @@ -151,11 +150,6 @@ "", "", "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -184,6 +178,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -213,11 +212,6 @@ "", "", "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -391,11 +385,6 @@ "", "", "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -437,6 +426,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -491,6 +485,21 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -609,11 +618,6 @@ "", "", "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -672,10 +676,6 @@ "", "", "", - "", - "", - "", - "", "" ] }, @@ -691,6 +691,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -904,11 +909,6 @@ "", "", "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -930,6 +930,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -1107,12 +1112,6 @@ "", "", "", - "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -1141,6 +1140,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -1340,23 +1344,9 @@ "", "", "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", "" ] } - ] + ], + "seed": -1690345717 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiScriptTemplateEntry.json b/lib/core/test/data/Cardano/Wallet/Api/ApiScriptTemplateEntry.json index 2a11cb65ad8..198ae435285 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiScriptTemplateEntry.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiScriptTemplateEntry.json @@ -1,160 +1,63 @@ { - "seed": 4529709995818529881, "samples": [ { "cosigners": { - "cosigner#2": "self", - "cosigner#7": "df7117179fbf3b805245aa1c44f1e33d7fad93cc3b398956c361a646c137cd4af42be3f834deabd20290ae0e24ccde2bde31d8d2a30f5f981a86ff5e141ed834" + "cosigner#0": "8c39c60f54f61a08413cdbdc09dd3012b57fdee9b9643b79b0ccee7071a46cec94d5fc1116bf22e67222c3eb2eb3a57c98eab2eb5994c3612314e8570949c586", + "cosigner#1": "self", + "cosigner#3": "self" }, "template": { - "all": [ - { - "all": [ - { - "some": { - "at_least": 2, - "from": [ - { - "active_until": 4 - }, - { - "active_until": 8 - }, - { - "active_until": 5 - }, - { - "active_from": 9 - }, - { - "active_from": 10 - } - ] - } - }, - { - "any": [ - "cosigner#2" - ] - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_until": 6 - }, - "cosigner#3", - { - "active_until": 6 - }, - { - "active_until": 1 - }, - { - "active_until": 7 - }, - "cosigner#7" - ] - } - }, - { - "any": [ + "some": { + "at_least": 1, + "from": [ + { + "some": { + "at_least": 8, + "from": [ + "cosigner#3", { - "active_from": 3 + "active_until": 10 }, + "cosigner#3", + "cosigner#3", + "cosigner#2", + "cosigner#1", + "cosigner#1", { - "active_from": 9 + "active_from": 0 }, + "cosigner#0" + ] + } + }, + { + "some": { + "at_least": 5, + "from": [ { - "active_from": 0 + "active_from": 8 }, + "cosigner#1", { - "active_from": 2 + "active_until": 6 }, "cosigner#2", { - "active_from": 8 + "active_until": 1 }, - "cosigner#7" + "cosigner#3" ] } - ] - } - ] - } - }, - { - "cosigners": { - "cosigner#4": "self", - "cosigner#2": "2403ef3c44afc3932f598a115834f9265fbb64d1efe5945f645105511da89cd42890c198859f8367192a11342ea54c0051ff6c618f5e2a0614c71a84d097d755", - "cosigner#0": "self", - "cosigner#5": "self", - "cosigner#3": "self", - "cosigner#1": "56011b0d5fa8daddf0be69c1696825e761074c051bfdd32d11063ce07b1e8955dca74b5f95fe76090825efa3bc8c5b8537ed4323b6452f2d2638103408a25d9c" - }, - "template": { - "some": { - "at_least": 3, - "from": [ - { - "all": [ - { - "active_until": 8 - }, - "cosigner#0", - "cosigner#2", - "cosigner#1", - "cosigner#4", - { - "active_from": 4 - }, - { - "active_from": 1 - } - ] - }, - { - "any": [ - { - "active_until": 1 - }, - { - "active_from": 3 - }, - { - "active_until": 8 - }, - { - "active_from": 10 - }, - { - "active_until": 9 - }, - "cosigner#3", - "cosigner#4", - { - "active_from": 8 - }, - { - "active_until": 0 - } - ] }, { "some": { - "at_least": 4, + "at_least": 2, "from": [ - "cosigner#1", - { - "active_from": 5 - }, { - "active_from": 4 + "active_from": 2 }, - "cosigner#1", { - "active_until": 2 + "active_from": 5 } ] } @@ -162,48 +65,15 @@ { "all": [ { - "active_from": 1 - }, - "cosigner#2", - { - "active_until": 1 - }, - "cosigner#0", - "cosigner#1", - "cosigner#4", - { - "active_until": 1 - }, - { - "active_from": 4 - } - ] - }, - { - "all": [ - { - "active_from": 5 - }, - { - "active_from": 0 - }, - { - "active_until": 5 + "active_until": 4 }, "cosigner#0", "cosigner#1", - { - "active_until": 5 - } - ] - }, - { - "all": [ "cosigner#3", { - "active_until": 5 + "active_from": 9 }, - "cosigner#4" + "cosigner#3" ] }, { @@ -211,20 +81,17 @@ "at_least": 1, "from": [ { - "active_from": 3 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#5", + "active_until": 2 + }, + { + "active_until": 4 + }, { - "active_from": 7 + "active_from": 8 }, - "cosigner#5" + { + "active_from": 5 + } ] } } @@ -234,168 +101,230 @@ }, { "cosigners": { - "cosigner#0": "c53e74e2a6259f583e4f6244fae685c58884193fb96864114878757eef9124ecd9540ac429b0970bc433039dc297cd45a4e2ec89c75aec35e61c59d6f6c8d504", - "cosigner#3": "self", - "cosigner#1": "self" + "cosigner#0": "self", + "cosigner#1": "self", + "cosigner#2": "self", + "cosigner#3": "c3d28977bca00b6a43e2c3fc163c92c2ede0adc8e590d0354640fdf49f8b7f96bfb6807ebdb4293b4f751f0e073b7102b7c3699a7d4613913d15af767d20723e" }, "template": { "all": [ { "all": [ - "cosigner#1", { - "active_until": 5 + "active_from": 5 }, - "cosigner#2", - "cosigner#3" + "cosigner#0", + "cosigner#6", + { + "active_until": 8 + } ] }, { "all": [ { - "active_from": 6 + "active_from": 2 }, + "cosigner#7", { - "active_until": 8 + "active_from": 2 }, + "cosigner#1" + ] + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 7 + }, + { + "active_until": 9 + }, + "cosigner#2", + { + "active_from": 9 + } + ] + } + }, + { + "any": [ { - "active_from": 6 + "active_until": 8 } ] }, + { + "some": { + "at_least": 3, + "from": [ + "cosigner#1", + { + "active_from": 0 + }, + { + "active_until": 3 + }, + { + "active_until": 6 + } + ] + } + }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_from": 2 + }, + { + "active_until": 7 + } + ] + } + }, { "all": [ - "cosigner#1", { - "active_from": 8 + "active_from": 4 }, { - "active_from": 5 + "active_until": 5 }, + "cosigner#3", { - "active_until": 3 + "active_from": 6 + }, + { + "active_until": 0 } ] }, { - "all": [ - "cosigner#3", - "cosigner#3", + "any": [ { - "active_from": 8 + "active_from": 4 }, - "cosigner#0", - "cosigner#3", { - "active_from": 0 + "active_from": 7 }, + "cosigner#1", { - "active_from": 10 + "active_until": 1 }, - "cosigner#0", { - "active_from": 9 + "active_until": 1 + }, + "cosigner#1", + { + "active_from": 10 } ] - }, - { - "any": [ - { - "active_from": 3 - }, - "cosigner#3" - ] } ] } }, { "cosigners": { - "cosigner#4": "4edd10d01ced4ca38ac02a23fceeda94eb306c44ad5d19f4f128083b947819dc64a80a0eac394303140fbf0afd3bc44fdffc7129cdc58b809b083afd32f512a9", - "cosigner#2": "self", - "cosigner#5": "self", - "cosigner#3": "afbee0563ef458f06f6309e7c36e1cecd0943d68bfc229b235ba5e93ff25d4f8530dbc4f52cfd6146a5c55a2450754d2e43e228be8d8a4f4decadbc4143d045b", - "cosigner#1": "fafb011cbdaef540cea233e2003d68a9cb8a46ded463aa7f8d0b790bb8d46770e379afe34e50d0b8bdbc2bfc2bef1d30dfa56250922a1833854a870436ffe191" + "cosigner#1": "self", + "cosigner#2": "3543635de3e1189d96b1d8bf88692ffbce376895482ba491e63e1fd48453e0606e2badc39df979c3b937bae5463ad12e67eec59bf49016af53ea03f2a0219d52", + "cosigner#3": "6efa65052bf571f2ea0bfe8bf84e408f1a308084ef854bdcf10e5438fbc4c006092a60033bc26b92d1b9bb3d7c7f68870157bdd00c31090ad6e9d137250a30fb", + "cosigner#5": "e732ca4adc4999d8da22901b82cffed699530ddfa0bd047735826b4cbb7de4b7f24e1c9883dc0922b7342b546eadc554410c3961cbcce19c8c0cac46fa6c2d05" }, "template": { - "any": [ + "all": [ { - "any": [ + "all": [ "cosigner#3", { - "active_from": 0 + "active_until": 5 }, - "cosigner#4", { - "active_from": 1 + "active_from": 2 }, - "cosigner#4", { - "active_from": 10 + "active_until": 8 } ] }, { "some": { - "at_least": 3, + "at_least": 1, "from": [ { - "active_until": 7 + "active_from": 7 }, "cosigner#5", + "cosigner#3", { "active_from": 4 }, + "cosigner#2", + "cosigner#1" + ] + } + }, + { + "some": { + "at_least": 1, + "from": [ { - "active_until": 0 + "active_until": 5 }, - "cosigner#3", { - "active_from": 9 + "active_until": 5 + } + ] + } + }, + { + "some": { + "at_least": 4, + "from": [ + { + "active_from": 1 }, { - "active_until": 7 + "active_from": 6 }, { "active_until": 3 + }, + { + "active_from": 0 } ] } }, { - "all": [ + "any": [ { - "active_from": 9 + "active_until": 2 }, - "cosigner#3", - "cosigner#2", - "cosigner#3", - "cosigner#4", { - "active_from": 1 - } - ] - }, - { - "all": [ - "cosigner#1", + "active_from": 9 + }, { - "active_until": 2 + "active_until": 10 }, - "cosigner#2", { - "active_until": 7 + "active_from": 6 }, { - "active_until": 4 + "active_from": 9 }, { - "active_until": 10 + "active_from": 10 }, { - "active_until": 8 + "active_from": 4 }, - "cosigner#3" + { + "active_until": 3 + } ] } ] @@ -403,166 +332,152 @@ }, { "cosigners": { - "cosigner#0": "4d601af6362843182b312934cf9cefb3c887a5a3573d46138fa5f5202babf434cddd686bb8f1217176958dbdf824826507bea5ff16759acd8212fa7bde825fd1", - "cosigner#3": "93556cc5fe83da6abc69b690d81edba3e4fac61e6bd446a094c677f7043acc4c1a25aa114261db6a431f63664336b2f7e1afc41931b71a368b97b87813d534a5" - }, - "template": { - "some": { - "at_least": 6, - "from": [ - "cosigner#0", - { - "active_from": 3 - }, - { - "active_from": 1 - }, - { - "active_until": 6 - }, - "cosigner#6", - { - "active_until": 10 - }, - { - "active_until": 9 - }, - { - "active_until": 6 - }, - "cosigner#0", - "cosigner#3" - ] - } - } - }, - { - "cosigners": { + "cosigner#0": "self", "cosigner#2": "self", - "cosigner#0": "51e753ff0cab5bf575ecfe2c211fcf0bbb410ff0e6e39da8887063b80f69c45743f5a4c8bc358924028fecf6c0968814b690539d9244a5270db3cd8d870cdbd9" + "cosigner#3": "5f2e220a953e16439dec1aaae66eb562380e7df871389236f3603129026a07ce6d28e5dff242878b92b36882216748f710b4211d0527b0f17061765622d9954d", + "cosigner#5": "85ca8da7a9555230784d93d0b614ad9a19f513110622b5a31c2c1b4e0dd414575165c7bd58edd7f7a8898aa04673311922c3ca5aef4d3bf9bd48f387a5c398df", + "cosigner#7": "self", + "cosigner#8": "self", + "cosigner#9": "a7d680cb2e59c87aa3778d439859a2fd16fccb25943f47fec7a508c4e25889a537500fedd960adcff6d38b73c39b27d26daf5a996a6013b9b58926c04795aa79" }, "template": { "any": [ { - "all": [ - "cosigner#3", - { - "active_from": 5 - }, - { - "active_from": 5 - }, - { - "active_until": 6 - }, - "cosigner#3", - "cosigner#1" - ] + "some": { + "at_least": 1, + "from": [ + { + "active_from": 4 + } + ] + } }, { "some": { - "at_least": 6, + "at_least": 2, "from": [ - "cosigner#0", { - "active_until": 3 + "active_until": 6 }, { "active_until": 9 }, + "cosigner#5", { - "active_from": 8 + "active_from": 2 }, - "cosigner#1", { - "active_until": 7 + "active_from": 7 }, - "cosigner#0", - "cosigner#2", { - "active_from": 6 + "active_until": 6 }, { - "active_from": 5 + "active_until": 1 + }, + { + "active_from": 4 } ] } }, { - "any": [ - { - "active_until": 2 - }, - { - "active_until": 1 - } - ] + "some": { + "at_least": 4, + "from": [ + { + "active_from": 9 + }, + { + "active_until": 3 + }, + { + "active_from": 6 + }, + "cosigner#0", + "cosigner#7", + { + "active_until": 9 + }, + "cosigner#1", + "cosigner#8", + { + "active_until": 9 + } + ] + } }, { - "all": [ - { - "active_until": 10 - }, - { - "active_from": 4 - }, - { - "active_until": 3 - } - ] + "some": { + "at_least": 3, + "from": [ + "cosigner#8", + { + "active_from": 10 + }, + { + "active_from": 1 + } + ] + } }, { - "any": [ + "all": [ { "active_from": 5 }, { - "active_until": 0 - }, - "cosigner#1", - { - "active_until": 5 - }, - { - "active_until": 9 - }, - { - "active_until": 5 - }, - { - "active_until": 10 - }, - { - "active_from": 4 + "active_from": 9 }, { - "active_from": 0 + "active_from": 10 } ] }, { "some": { - "at_least": 2, + "at_least": 6, "from": [ + "cosigner#3", { - "active_until": 4 + "active_until": 0 + }, + "cosigner#5", + { + "active_from": 9 }, { "active_until": 3 }, { - "active_from": 0 - } + "active_from": 10 + }, + "cosigner#1", + "cosigner#2" ] } }, { "any": [ { - "active_from": 8 + "active_until": 7 }, - "cosigner#4", - "cosigner#2" + "cosigner#9", + { + "active_from": 7 + }, + { + "active_until": 0 + }, + { + "active_from": 9 + }, + { + "active_from": 5 + }, + { + "active_from": 8 + } ] } ] @@ -570,265 +485,267 @@ }, { "cosigners": { - "cosigner#4": "self", - "cosigner#3": "70f8abad783d7326fa26deed6d0a04297675e7a688fc85ba66b0ec8eef7fd54d6bf60dc1c2576d7a9b750f92d64469b2ae1dd3dcca167a72b07f65797be4d99c" + "cosigner#2": "39e44877a0bc827723f7a18df12948d1ac81a372230c40cdbb33afca379743c2f4c0dbda31163314d6f5a408365470b35833ab1da26cc9fdf775a389a320def9", + "cosigner#3": "e0308a44a5439f15c1f7402ada814c956518118560e1908551183dbda5855dd9b0c193f56a99ce88e6fb143eb115e2cf517a3314197db86c72068b3d13e3153d", + "cosigner#8": "self" }, "template": { "all": [ { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 5 - }, - { - "active_from": 7 - }, - { - "active_until": 4 - }, - "cosigner#3" - ] - } - }, - { - "some": { - "at_least": 5, - "from": [ - { - "active_from": 2 - }, - "cosigner#2", - { - "active_from": 8 - }, - "cosigner#1", - "cosigner#4" - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#1", - { - "active_from": 5 - }, - { - "active_from": 1 - }, - { - "active_from": 6 - }, - "cosigner#3" - ] - } + "any": [ + "cosigner#2", + "cosigner#3", + "cosigner#10", + "cosigner#8", + { + "active_from": 8 + }, + { + "active_until": 0 + }, + "cosigner#3", + { + "active_from": 10 + } + ] } ] } }, { "cosigners": { - "cosigner#4": "16ecda06f6e97498000b1dcf902ab3c44c32352339c85ab5b3d259cb79de3172a0da952d6adaa3f8ae60fb4cc32a86ba042e8261bfea519b007a103d1fad5f5b", - "cosigner#9": "7b0342b3d8b4792a9a0ef38adca4925ff70b0ebb6c69fec8fbfbf62baaf0b044023f71a43a45218cda67b191f205622fe5acd0e48752c218d2c76cbbcc9814b1", - "cosigner#2": "self", - "cosigner#7": "d95a03594aa2b1fb1b849a3ead2752458eea66ff8b4c571db8f251ac56cd431619479cecb924000604c010603059097e36fc31427d0315a032928d3645219548", - "cosigner#5": "self", - "cosigner#3": "bc8096d60d14d0f3b0fb75983f1b572acb4dbd1e3833ad77c3a3ba4c31a66d903b60ea8f8eaaae106ac80db8046295682acac5a301cbd70f40f91ec06915e2b3", - "cosigner#8": "self", - "cosigner#6": "self" + "cosigner#3": "a7bd58a75afe34d3173895ae2c227d52d09a80e7968aae2db0e7c6a287bf00159ffec95920783ff187c85159e04e86a29b9cc27589d43726fd21c59c99e28396", + "cosigner#4": "7b513fba31ec480ea0db65f9ce898bcc1b6b991d6e227bde0e4689f63783a9a183637262edaf6d6a3c16e0dd83c4be91b8df043fdbbe0005def1425eb832d460" }, "template": { - "all": [ + "any": [ { "some": { "at_least": 4, "from": [ { - "active_until": 1 + "active_until": 7 }, - "cosigner#2", { - "active_from": 1 + "active_from": 6 }, { - "active_from": 0 + "active_from": 1 }, { - "active_until": 1 + "active_until": 8 }, - "cosigner#7", - "cosigner#8", + "cosigner#4", { - "active_until": 7 + "active_from": 6 }, { - "active_until": 9 + "active_until": 1 }, { - "active_from": 1 - } + "active_until": 8 + }, + "cosigner#0" ] } }, { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 9 - } - ] - } + "any": [ + { + "active_until": 9 + }, + { + "active_from": 9 + }, + { + "active_until": 9 + }, + { + "active_from": 4 + }, + { + "active_until": 4 + }, + "cosigner#2", + "cosigner#2", + { + "active_from": 3 + }, + { + "active_until": 0 + } + ] }, + { + "all": [ + { + "active_until": 8 + }, + "cosigner#3", + { + "active_from": 0 + }, + "cosigner#4", + { + "active_until": 8 + }, + { + "active_until": 4 + } + ] + } + ] + } + }, + { + "cosigners": { + "cosigner#0": "62460ca36a54fdb060d804a8b2c9c5eaa2a9a89e63bc9d2c9a3245042a4fcce07e6b9dcddea68d654870d67150fc7dd627da6bca4a6774cf638858b8fccc417c", + "cosigner#3": "self", + "cosigner#4": "0297890ea39e3fe8b7f8e2e547b030789d27ce60fa017e3cd9f210f05aca46d1465bdb9ab907a956bb9a44f909dc0ceb6e0dfcaefc23313cd14b0575c0dc5b7d", + "cosigner#6": "9e419f125b8c4fc0722efb28d4c4168f3ff6c2bfc3b9cd5db11f098f111f872e0f5c35b28fa1b2e1087620eb5960fe84b01e26af9cb678799be16e3e2811835e", + "cosigner#7": "self" + }, + "template": { + "all": [ { "some": { "at_least": 3, "from": [ { - "active_until": 9 - }, - { - "active_from": 8 - }, - { - "active_until": 7 + "active_until": 10 }, - "cosigner#7", { - "active_from": 8 + "active_until": 6 }, { - "active_from": 5 + "active_until": 4 }, { - "active_from": 5 + "active_until": 5 }, - { - "active_from": 2 - } + "cosigner#7", + "cosigner#3" ] } }, { "all": [ { - "active_from": 3 + "active_until": 1 }, + "cosigner#4", + "cosigner#7", { - "active_from": 2 + "active_from": 6 }, - "cosigner#6", + "cosigner#4", { - "active_from": 10 + "active_until": 9 }, { - "active_until": 7 + "active_from": 4 }, - "cosigner#4", - "cosigner#7" + { + "active_from": 0 + } ] }, { - "any": [ + "all": [ { - "active_until": 10 + "active_until": 0 }, { - "active_from": 7 + "active_from": 9 }, { - "active_from": 1 + "active_from": 0 + }, + { + "active_until": 4 + }, + { + "active_until": 2 + }, + "cosigner#4", + { + "active_from": 10 } ] }, { - "some": { - "at_least": 1, - "from": [ - "cosigner#0", - { - "active_until": 4 - }, - { - "active_from": 9 - }, - { - "active_from": 9 - } - ] - } + "all": [ + "cosigner#0", + { + "active_from": 0 + } + ] }, { - "some": { - "at_least": 6, - "from": [ - "cosigner#9", - { - "active_from": 1 - }, - { - "active_until": 7 - }, - "cosigner#5", - "cosigner#4", - { - "active_until": 10 - }, - { - "active_from": 4 - }, - "cosigner#0", - "cosigner#7", - { - "active_until": 10 - } - ] - } + "all": [ + "cosigner#2", + "cosigner#2", + { + "active_until": 4 + }, + { + "active_from": 1 + }, + { + "active_until": 8 + }, + { + "active_from": 9 + } + ] }, { "any": [ { - "active_until": 1 - }, - "cosigner#2", - "cosigner#3", - "cosigner#8", - { - "active_until": 1 + "active_until": 10 }, { - "active_until": 4 + "active_from": 0 }, { - "active_until": 6 + "active_until": 3 }, + "cosigner#5", + "cosigner#6", { - "active_until": 2 + "active_until": 5 }, - "cosigner#9", + "cosigner#0", + "cosigner#7", { - "active_from": 7 + "active_from": 8 } ] }, { "any": [ + { + "active_from": 6 + }, + "cosigner#0", "cosigner#0", { - "active_until": 7 + "active_from": 9 + }, + { + "active_from": 10 + }, + { + "active_until": 5 }, - "cosigner#9", { - "active_until": 6 + "active_until": 8 }, { "active_until": 3 }, { - "active_from": 10 + "active_until": 8 } ] } @@ -837,112 +754,179 @@ }, { "cosigners": { - "cosigner#4": "self", - "cosigner#0": "cd88b570f35dd18de74d9dc1acaacc83ab456e72bb843239efdb460ebf8dbf26df1216e12d3ba89ad583ee52f88071ef9003dacb30607913649d1c59ebc35e80", - "cosigner#6": "27580cab38eb4954544ddd516260ae2ca952ee93ba51231c46e9a0d3638d9eab835ce87c0df78d72dd12880440485ba55645261ea205e5701438fb46545755e7" + "cosigner#2": "self", + "cosigner#3": "732bd3abda26df7c0e441400819e72f22b4f067505424ddd91aac7e8306137b4c1709d6673dc63c255a0039e20b7206278323156c0e5c98b426d9fed92551bfc", + "cosigner#4": "ea3adf0e62268471fdd569789a5a7b411bd2be0b15b63b31e6e43498bed4c7ddafe1c69531ba646fb52eb29922e976fc84342bf21a3f20b5aeaf747797814524", + "cosigner#5": "self", + "cosigner#6": "self" }, "template": { - "all": [ - { - "any": [ - "cosigner#4", - { - "active_from": 0 - }, - { - "active_until": 0 - } - ] - }, - { - "some": { - "at_least": 3, - "from": [ - "cosigner#4", + "some": { + "at_least": 4, + "from": [ + { + "any": [ { - "active_until": 9 + "active_from": 7 }, { "active_from": 10 - }, + } + ] + }, + { + "some": { + "at_least": 3, + "from": [ + "cosigner#4", + "cosigner#1", + "cosigner#5", + "cosigner#2", + { + "active_until": 3 + }, + { + "active_from": 2 + } + ] + } + }, + { + "all": [ + "cosigner#6", { "active_until": 9 }, + "cosigner#4", { - "active_from": 8 + "active_from": 1 }, { - "active_from": 5 - } + "active_until": 10 + }, + "cosigner#0", + { + "active_from": 3 + }, + "cosigner#2" ] + }, + { + "some": { + "at_least": 2, + "from": [ + "cosigner#3", + { + "active_from": 8 + }, + "cosigner#3", + { + "active_until": 2 + }, + { + "active_from": 10 + }, + { + "active_until": 3 + }, + "cosigner#5", + { + "active_from": 1 + }, + { + "active_until": 9 + } + ] + } } - }, - { - "all": [ - { - "active_until": 6 - }, - "cosigner#2", - "cosigner#4", - { - "active_until": 9 - }, - "cosigner#6" - ] - }, + ] + } + } + }, + { + "cosigners": { + "cosigner#0": "self", + "cosigner#4": "57dbd7688b52b231af67c58cc94d8b5b1ad7c0539f9d3a0dcf88f5a362e9ceb1373afe12f290f213be710cafe353e17c42ea9f1a95cd7a3cb5fa0b7c8dc61dad" + }, + "template": { + "all": [ { - "all": [ - { - "active_from": 10 - }, + "any": [ { - "active_until": 9 + "active_until": 7 }, + "cosigner#1", { - "active_until": 5 + "active_from": 4 }, { "active_until": 10 }, + "cosigner#1", { - "active_from": 7 + "active_from": 5 } ] }, { - "any": [ - "cosigner#6", - { - "active_from": 3 - }, + "all": [ { - "active_from": 1 + "active_from": 0 }, { - "active_until": 1 + "active_from": 7 }, { - "active_from": 7 + "active_until": 3 } ] }, { "some": { - "at_least": 6, + "at_least": 1, + "from": [ + { + "some": { + "at_least": 2, + "from": [ + { + "active_from": 5 + }, + { + "active_from": 6 + }, + "cosigner#0" + ] + } + } + ] + } + }, + { + "some": { + "at_least": 1, "from": [ { - "active_from": 8 + "active_until": 4 }, "cosigner#0", { - "active_until": 2 + "active_until": 8 + }, + { + "active_from": 10 }, - "cosigner#3", "cosigner#0", - "cosigner#3", { - "active_until": 1 - } + "active_until": 2 + }, + { + "active_until": 8 + }, + { + "active_from": 5 + }, + "cosigner#4" ] } } @@ -951,57 +935,51 @@ }, { "cosigners": { - "cosigner#7": "self" + "cosigner#3": "self" }, "template": { - "some": { - "at_least": 1, - "from": [ - { - "any": [ + "any": [ + { + "all": [ + { + "active_until": 1 + }, + "cosigner#0", + { + "active_until": 9 + }, + { + "active_from": 1 + }, + { + "active_from": 8 + } + ] + }, + { + "some": { + "at_least": 1, + "from": [ { - "active_until": 4 + "active_until": 7 }, { - "active_from": 6 + "active_until": 8 }, { "active_until": 8 }, { - "active_from": 2 - } + "active_until": 6 + }, + "cosigner#6", + "cosigner#3" ] - }, - { - "some": { - "at_least": 7, - "from": [ - { - "active_from": 9 - }, - { - "active_until": 10 - }, - "cosigner#7", - { - "active_from": 9 - }, - { - "active_from": 2 - }, - { - "active_from": 10 - }, - { - "active_from": 6 - } - ] - } } - ] - } + } + ] } } - ] + ], + "seed": -559913890 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiSelectCoinsDataTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiSelectCoinsDataTestnet0.json index 74389800971..2d6c959e57c 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiSelectCoinsDataTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiSelectCoinsDataTestnet0.json @@ -1,1334 +1,145 @@ { - "seed": 6226754454584002671, "samples": [ { - "withdrawal": "self", - "payments": [ - { - "address": "", - "amount": { - "quantity": 253, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 90, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 63, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 253, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 201, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 43, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 33, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 66, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 17, - "unit": "lovelace" - }, - "assets": [] - } - ], - "metadata": { - "29": { - "list": [ - { - "list": [ - { - "int": -1 - }, - { - "int": 2 - } - ] - } - ] - } - } - }, - { - "withdrawal": [ - "head", - "source", - "off", - "survey", - "steel", - "alley", - "crater", - "tonight", - "urge", - "trigger", - "lens", - "leader", - "man", - "note", - "nice", - "gasp", - "noodle", - "balance", - "boil", - "dinner", - "nerve", - "mountain", - "cinnamon", - "oval" - ], - "payments": [ - { - "address": "", - "amount": { - "quantity": 98, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 65, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 110, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 19, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 102, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 206, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 135, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 103, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - } - ], - "metadata": { - "10": { - "int": 0 - } - } - }, - { - "payments": [ - { - "address": "", - "amount": { - "quantity": 84, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 46, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 5, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 25, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 221, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 43, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 49, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 27, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 246, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 44, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 54, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 85, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 68, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 146, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 86, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 69, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 85, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 10, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 130, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - } - ], - "metadata": { - "11": { - "int": 0 - } - } - }, - { - "payments": [ - { - "address": "", - "amount": { - "quantity": 47, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 23, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 111, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 95, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 112, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 121, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 204, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 245, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 209, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 52, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 201, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 145, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 207, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 27, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 60, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 52, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 136, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 83, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 45, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ], - "metadata": { - "2": { - "list": [] - } - } - }, - { - "withdrawal": [ - "arena", - "fatal", - "later", - "inquiry", - "region", - "category", - "flip", - "club", - "purse", - "window", - "eternal", - "error", - "agent", - "praise", - "odor", - "embark", - "prize", - "situate", - "nothing", - "bar", - "invest", - "opinion", - "scissors", - "aware" - ], - "payments": [ - { - "address": "", - "amount": { - "quantity": 49, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 151, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 43, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 207, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 36, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 57, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 49, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "delegation_action": { + "action": "quit" + } + }, + { + "delegation_action": { + "action": "quit" + } + }, + { + "metadata": { + "2": { + "int": 1 + } + }, + "payments": [ + { + "address": "", + "amount": { + "quantity": 24, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", "amount": { - "quantity": 250, + "quantity": 10, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 4, + "quantity": 255, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 }, { "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 185, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 } ] }, { "address": "", "amount": { - "quantity": 193, + "quantity": 123, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 36, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 102, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 152, + "quantity": 205, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e41", - "quantity": 39, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 } ] }, { "address": "", "amount": { - "quantity": 133, + "quantity": 77, "unit": "lovelace" }, "assets": [] } ], - "metadata": { - "15": { - "list": [ - { - "list": [ - { - "bytes": "7f79605c111c0e5c126a111a542e820d021c615e4632" - }, - { - "map": [ - { - "k": { - "string": "𥎞" - }, - "v": { - "int": -1 - } - } - ] - } - ] - } - ] - } - } - }, - { - "delegation_action": { - "action": "quit" - } + "withdrawal": [ + "idle", + "raise", + "ordinary", + "custom", + "admit", + "arctic", + "universe", + "merit", + "beef", + "snake", + "tooth", + "maid", + "furnace", + "trigger", + "pass", + "present", + "canyon", + "melt" + ] }, { "delegation_action": { @@ -1336,227 +147,149 @@ } }, { - "withdrawal": [ - "coach", - "letter", - "angle", - "labor", - "gloom", - "puppy", - "enact", - "long", - "case", - "drift", - "energy", - "good", - "dutch", - "light", - "verb" - ], + "metadata": { + "14": { + "map": [] + } + }, "payments": [ { "address": "", "amount": { - "quantity": 97, + "quantity": 19, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 41, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 49, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 111, - "unit": "lovelace" - }, - "assets": [ { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 16, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 99, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 68, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 45, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 } ] - }, - { - "address": "", - "amount": { - "quantity": 161, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + } + ], + "withdrawal": [ + "install", + "lobster", + "eye", + "foil", + "daughter", + "grid", + "million", + "under", + "connect", + "like", + "soldier", + "good", + "dolphin", + "predict", + "wing", + "convince", + "crash", + "siren", + "rally", + "follow", + "element", + "develop", + "then", + "sound" + ] + }, + { + "delegation_action": { + "action": "join", + "pool": "pool13saw5rmjcpk5yer54tydc7c2jzg38yw20ykg2jmxgll2uvw0e84" + } + }, + { + "delegation_action": { + "action": "quit" + } + }, + { + "delegation_action": { + "action": "quit" + } + }, + { + "metadata": { + "13": { + "map": [ + { + "k": { + "string": "𐰵" + }, + "v": { + "list": [ + { + "list": [] + } + ] + } + }, + { + "k": { + "string": "𭱢􋌧" + }, + "v": { + "map": [ + { + "k": { + "string": "𩁲􁄻" + }, + "v": { + "map": [] + } + }, + { + "k": { + "string": "󹆋" + }, + "v": { + "string": "騯󷐻" + } + } + ] + } } ] - }, + } + }, + "payments": [ { "address": "", "amount": { - "quantity": 126, + "quantity": 106, "unit": "lovelace" }, "assets": [] @@ -1564,75 +297,76 @@ { "address": "", "amount": { - "quantity": 241, + "quantity": 244, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 63, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 }, { "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 }, { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 }, { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, { "asset_name": "546f6b656e43", - "quantity": 51, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 } ] }, { "address": "", "amount": { - "quantity": 17, + "quantity": 244, "unit": "lovelace" }, "assets": [] @@ -1640,7 +374,7 @@ { "address": "", "amount": { - "quantity": 107, + "quantity": 79, "unit": "lovelace" }, "assets": [] @@ -1648,31 +382,21 @@ { "address": "", "amount": { - "quantity": 49, + "quantity": 16, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 233, + "quantity": 187, "unit": "lovelace" }, "assets": [] @@ -1680,84 +404,23 @@ { "address": "", "amount": { - "quantity": 245, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 42, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 193, + "quantity": 102, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 192, + "quantity": 144, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 149, + "quantity": 200, "unit": "lovelace" }, "assets": [] @@ -1765,83 +428,103 @@ { "address": "", "amount": { - "quantity": 216, + "quantity": 15, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 92, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 52, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 }, { "asset_name": "546f6b656e43", - "quantity": 37, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 }, { "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 }, { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 }, { "asset_name": "546f6b656e41", - "quantity": 38, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 }, { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 76, + "quantity": 36, "unit": "lovelace" }, "assets": [] - } - ] - }, - { - "withdrawal": "self", - "payments": [ + }, + { + "address": "", + "amount": { + "quantity": 47, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + } + ] + }, { "address": "", "amount": { - "quantity": 31, + "quantity": 155, "unit": "lovelace" }, "assets": [] @@ -1849,80 +532,85 @@ { "address": "", "amount": { - "quantity": 56, + "quantity": 242, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 77, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 38, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 }, { "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 }, { "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 }, { "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 }, { - "asset_name": "546f6b656e41", - "quantity": 40, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 }, { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 34 } ] }, { "address": "", "amount": { - "quantity": 230, + "quantity": 235, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 118, + "quantity": 18, "unit": "lovelace" }, "assets": [] @@ -1930,243 +618,196 @@ { "address": "", "amount": { - "quantity": 48, + "quantity": 47, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 59, + "quantity": 79, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 } ] }, { "address": "", "amount": { - "quantity": 67, + "quantity": 109, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, { "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 }, { "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 }, { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 37 } ] }, { "address": "", "amount": { - "quantity": 14, + "quantity": 187, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 243, + "quantity": 131, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 65, + "quantity": 79, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 251, + "quantity": 132, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 158, + "quantity": 161, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 151, + "quantity": 161, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } ] }, { "address": "", "amount": { - "quantity": 109, + "quantity": 150, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 237, + "quantity": 1, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 + } + ] } ], - "metadata": { - "13": { - "string": "󹲒" - } - } + "withdrawal": [ + "away", + "coral", + "angle", + "walk", + "grocery", + "bench", + "strong", + "liar", + "express", + "differ", + "fan", + "car", + "awful", + "mountain", + "mother", + "sort", + "broccoli", + "slice", + "spot", + "section", + "tuna", + "visa", + "junior", + "lens" + ] }, { "delegation_action": { - "action": "join", - "pool": "pool1vpw2707sjaev2ln4ys7s9ea9wwhjdlayesa4tc0tpadf647p2u5" + "action": "quit" } } - ] + ], + "seed": 1683845450 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiSerialisedTransaction.json b/lib/core/test/data/Cardano/Wallet/Api/ApiSerialisedTransaction.json index f01a619cd6c..26aab6ecfd9 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiSerialisedTransaction.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiSerialisedTransaction.json @@ -1,11 +1,10 @@ { - "seed": -833896804387011163, "samples": [ { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, { "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" @@ -13,23 +12,24 @@ { "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" }, - { - "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" - }, { "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" }, { - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, { "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, + { + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" + }, { "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=" }, { "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" } - ] + ], + "seed": 802180096 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWallet.json b/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWallet.json index 11dbd57c1dc..8fef36353b7 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWallet.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWallet.json @@ -1,341 +1,145 @@ { - "seed": 6386649641167694863, "samples": [ { - "account_index": "3289", - "balance": { - "total": { - "quantity": 254, - "unit": "lovelace" - }, - "available": { - "quantity": 233, - "unit": "lovelace" - }, - "reward": { - "quantity": 75, - "unit": "lovelace" - } - }, - "name": "BIq*:4", - "id": "9c095d84929fbfbdbb25f4a432ae41a97f3b9f27", - "tip": { - "height": { - "quantity": 8927, - "unit": "block" - }, - "epoch_number": 8454, - "time": "1899-04-23T03:30:27.822221018731Z", - "absolute_slot_number": 8974734, - "slot_number": 32167 - }, - "payment_script_template": { + "account_index": "16105", + "address_pool_gap": 31946, + "delegation_script_template": { "cosigners": { - "cosigner#2": "db11c562999b4ed439751faab9327a595306c35a82fea2f52f661dd061d63e562b492ec69d01a1bac1f9f24466b1d47173be50310f99a734c5e5d0a2d24d7125", - "cosigner#0": "e88fb4ed50ed2ac08ecaa2f3c9080df310facbe4f30b524c77b843d55a76a8999157343a73c453bf0fd372fe248d8e7d3aa4a9ff6c25e358bed555b4b024e11f", - "cosigner#8": "2b781cf063fe6bce2378e4baabaf6ad853a75e801f2d554d852daf73a5a214025754d4ad4a9c2197e0027699bd552c17dd1177338cf23446d9a2f17479eee22d", - "cosigner#6": "7becff4304b8add0778a2cdbe76ec5d2998f6826f20fbe365b33351a92f19073210c33fcfe925e2b0d7215866a6274b2660dd9890054c560bb3e7b2ccd99e65c" + "cosigner#0": "9453d80188992ae52a45ab791a3ce9d4e716f5ec1cdb34b20fb1bc38f73c24a725595f3718254121128bae0cd22d3ddbbf742a4017ae15586401732f9b6fd36a", + "cosigner#1": "94b8c2683342eb405c307a279e69d57c268fce60976e243922422ca251ca609fd79e73d45e40298f36532f6b7ff02cb7385fd21630eb8ad711861060437ee301", + "cosigner#2": "2840f8b887944f1991307d5c63dd74a49a6ed8dd72ba27d6c51c5ada3301358fdd8c23a3cf32dfb24b440acb1111fd689b13b0f4ebfb8936a3524956e5692e4d" }, "template": { "some": { - "at_least": 5, + "at_least": 2, "from": [ - { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 2 - }, - { - "active_until": 0 - }, - { - "active_from": 5 - }, - "cosigner#9", - { - "active_from": 3 - }, - { - "active_from": 3 - }, - { - "active_until": 9 - } - ] - } - }, - { - "some": { - "at_least": 2, - "from": [ - { - "active_from": 0 - }, - { - "active_until": 9 - } - ] - } - }, - { - "some": { - "at_least": 9, - "from": [ - { - "active_from": 3 - }, - "cosigner#1", - { - "active_until": 10 - }, - "cosigner#1", - "cosigner#6", - { - "active_from": 9 - }, - { - "active_from": 6 - }, - { - "active_until": 4 - }, - { - "active_until": 2 - } - ] - } - }, - { - "some": { - "at_least": 7, - "from": [ - "cosigner#8", - { - "active_until": 3 - }, - { - "active_from": 1 - }, - { - "active_until": 4 - }, - { - "active_from": 2 - }, - { - "active_until": 2 - }, - { - "active_from": 2 - } - ] - } - }, - { - "some": { - "at_least": 5, - "from": [ - { - "active_from": 5 - }, - { - "active_from": 1 - }, - { - "active_until": 1 - }, - { - "active_from": 2 - }, - { - "active_from": 5 - }, - "cosigner#1" - ] - } - }, { "any": [ + "cosigner#0", { - "active_from": 4 + "active_from": 7 }, - "cosigner#0", - "cosigner#2", - "cosigner#6" + { + "active_from": 6 + }, + "cosigner#0" ] }, { "any": [ { - "active_from": 6 + "active_from": 1 + }, + { + "active_until": 8 }, + { + "active_until": 1 + }, + "cosigner#1", { "active_until": 3 - } + }, + "cosigner#1", + { + "active_from": 3 + }, + "cosigner#0" + ] + }, + { + "all": [ + { + "active_until": 1 + }, + "cosigner#2" ] } ] } } }, - "passphrase": { - "last_updated_at": "1880-07-01T00:56:46Z" - }, - "address_pool_gap": 12379, - "state": { - "status": "ready" - }, - "delegation": { - "next": [ - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1903-11-13T18:48:55Z", - "epoch_number": 8523 - }, - "target": "pool1qsgzh5gj49j4z8lkam39jgdydcjc4elcqrahs8fws3mpgtzjg7a" - }, - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1862-12-20T07:04:47.381734908051Z", - "epoch_number": 29656 - } - } - ], - "active": { - "status": "delegating", - "target": "pool1res3nt5dej5rnlmg3jzmlqstzjdmqzs8wya3kfv0zlp8ytua0hw" - } - }, - "assets": { - "total": [], - "available": [ - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - }, - { - "account_index": "30278", - "balance": { - "total": { - "quantity": 166, - "unit": "lovelace" - }, - "available": { - "quantity": 174, - "unit": "lovelace" - }, - "reward": { - "quantity": 31, - "unit": "lovelace" - } - }, - "name": "7]17+5d푽uBhn\"𥍆", - "id": "13e3acc4a8f9adf3f544621eef0b612effde6f28", - "tip": { - "height": { - "quantity": 23966, - "unit": "block" - }, - "epoch_number": 94, - "time": "1864-05-27T14:00:00Z", - "absolute_slot_number": 2536495, - "slot_number": 2744 - }, + "id": "da8373dd2e16faf974cfcba86673c89500c63604", + "name": "l/57fl狔", "payment_script_template": { "cosigners": { - "cosigner#4": "811631a485dabbc9b6b8343936f78f82910aa2edad91fa6acca6e7f79baf2de9a42051edf4f442749d6cd927d3d03c747b4a57d3bfddd4b56a6d5e1135342005", - "cosigner#0": "4178f69187d9027099953fe33e675af5abf43cb7a546b9a2cf2d49062fe6006dc7f6e34e1541624ea40a083aa30261c19f7b9e6960265a634afd069e489a3120", - "cosigner#3": "dbcba19e774c955800ee17513e30369d1bbb6e519944e2906998cf543e161034c2ce2349a46de49be8d8c0f8511a3c26f1e302d629c9a0d8be3aedda2f179d41", - "cosigner#1": "4ac371b6063ea2c383e99323c1025a56b2559a6e99a01760ed9d6f7e7c1e15d0ec1f1a69e5a2a6ca983ad0f42ee8451b5388a18fdabf2ca3d7983f2afe8e86d1" + "cosigner#2": "89adcdee1db47ae2f6aad10c7c79e3d91a7847950a347140f10728df9f209ca46b8cdef5c80dd7dc969493cff8280efc9c5557f30b86f7d88d912b0fa57635b2", + "cosigner#3": "f1d20a2d74434f3534599abdbce3a9474581bb8675f9cad365b00de14654c507bbdbe39d4078891bd9f208a5215dcb2218d418296263b2b46eea49da1aec2d76", + "cosigner#4": "c2ec3a9944999aeba3e6d03998c0e73f00c9acb30753a4ceb51d28a9427adbe45ab42f45ca8c71ed434328800b4947b3505ea8d1c776bfd7dca0f51c5e67e32f", + "cosigner#5": "3045ae971960bf6f08646a07557905ab281d49b4b5ad36a9ced24fd1c670656cdbaa2515fe2a2ef72a33e7a0aa54bfb1166105ff57755f9a30e60ded39c6d337" }, "template": { - "any": [ + "all": [ { - "some": { - "at_least": 5, - "from": [ - { - "active_from": 4 - }, - { - "active_from": 3 - }, - { - "active_from": 10 - }, - { - "active_from": 9 - }, - { - "active_from": 7 - }, - { - "active_until": 8 - }, - { - "active_from": 3 - }, - { - "active_from": 3 - } - ] - } + "any": [ + { + "active_until": 8 + }, + "cosigner#7", + "cosigner#0", + "cosigner#4" + ] }, { - "all": [ - "cosigner#3", + "any": [ + "cosigner#0", { - "active_from": 0 + "active_from": 6 }, { "active_until": 9 }, { - "active_until": 7 + "active_from": 0 }, - "cosigner#1", { - "active_until": 1 + "active_from": 8 + }, + "cosigner#2", + { + "active_from": 9 + }, + { + "active_from": 9 + }, + { + "active_from": 8 } ] }, { "some": { - "at_least": 5, + "at_least": 7, "from": [ + "cosigner#5", "cosigner#3", + "cosigner#7", + { + "active_from": 4 + }, "cosigner#3", - "cosigner#0", "cosigner#1", - "cosigner#4", { - "active_until": 7 + "active_until": 9 }, + "cosigner#3", { - "active_until": 10 + "active_until": 4 } ] } }, { - "all": [ - "cosigner#0", + "any": [ { - "active_until": 9 + "active_from": 5 }, { - "active_from": 0 + "active_from": 4 }, + "cosigner#4", { - "active_until": 8 + "active_from": 9 } ] }, @@ -345,635 +149,412 @@ "active_from": 2 }, { - "active_from": 3 - }, - { - "active_until": 3 - }, - { - "active_from": 8 + "active_from": 0 } ] }, { "any": [ - "cosigner#0", - { - "active_from": 6 - }, - "cosigner#2", { - "active_until": 5 + "active_until": 8 }, { - "active_from": 8 + "active_from": 6 }, + "cosigner#4", { - "active_from": 7 + "active_until": 5 } ] - } - ] - } - }, - "address_pool_gap": 7608, - "state": { - "status": "not_responding" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#4": "e63fbea8ef5b39c8ff8a20fb5372582263dd30e18ae0a269132361ac61b1282868420255f03e6c323d6c172a2b6eacaeb2970f82dd32e0754b5353dec1fcf3be", - "cosigner#2": "b76a75bf0f70823098677888c2ee4113cf519b3af55bfaa7ee064a17ae9461bc71f78081cf4c3d1ebec67f070820b3da8f639724b628b22eb1366255d943c12f", - "cosigner#0": "915aaacba24f9e107644fda1b6a3ba588b943df18239144eae3b647a16b0ac05385526ae8ddf9bc1516e0dfe04bf02b9a538ce5073e00c234efc88ef3d4c979f", - "cosigner#3": "89e1fa151899d23e30686d171ffc09a768450bf6451cadb0d16f0326f905a41c33b01fb5086b42293845bb15663d29716119007adf3a2df3397bc881df67e78b", - "cosigner#1": "cc81fdd404e91fa6cf23d699b053b5f142d9b533da7141682b63b1606a0b87864a9904ea488c420edfa807c3d75e73036728154cfa59f5882bedf9a4862b85c2" - }, - "template": { - "all": [ - { - "some": { - "at_least": 7, - "from": [ - { - "active_from": 2 - }, - "cosigner#4", - "cosigner#0", - { - "active_from": 6 - }, - { - "active_until": 1 - }, - { - "active_from": 0 - }, - "cosigner#1", - { - "active_from": 5 - } - ] - } }, { "any": [ + "cosigner#3", + "cosigner#2", { - "active_from": 5 - }, - { - "active_from": 10 + "active_from": 6 }, + "cosigner#5", + "cosigner#7", { - "active_until": 4 + "active_until": 0 } ] }, { "some": { - "at_least": 5, + "at_least": 7, "from": [ + "cosigner#3", { - "active_until": 3 - }, - { - "active_from": 9 + "active_from": 1 }, - "cosigner#3", - "cosigner#1", { - "active_from": 8 + "active_from": 2 }, + "cosigner#2", { - "active_until": 7 + "active_from": 4 }, - "cosigner#3", - "cosigner#4", { "active_until": 8 }, - "cosigner#3" + "cosigner#2" ] } - }, + } + ] + } + }, + "state": { + "status": "incomplete" + } + }, + { + "account_index": "2361", + "address_pool_gap": 65463, + "assets": { + "available": [], + "total": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + } + ] + }, + "balance": { + "available": { + "quantity": 122, + "unit": "lovelace" + }, + "reward": { + "quantity": 134, + "unit": "lovelace" + }, + "total": { + "quantity": 31, + "unit": "lovelace" + } + }, + "delegation": { + "active": { + "status": "delegating", + "target": "pool13yf56n7xm4s0v5w0vr596vef8868pfgheemhfnml4c4agnjxz9g" + }, + "next": [] + }, + "delegation_script_template": { + "cosigners": { + "cosigner#5": "2b86d49ecaf6669932acc2e5bb869ec7b0a5874df08d7eb34905d5041f965f147b53e9a33a7542f065738037d45ae4131de872a99468137b44c6218aeafa9bf2" + }, + "template": { + "any": [ { - "any": [ + "all": [ { - "active_from": 10 + "any": [ + { + "active_from": 4 + }, + "cosigner#6", + "cosigner#5", + { + "active_until": 2 + }, + "cosigner#3", + { + "active_from": 2 + } + ] }, { - "active_from": 9 - }, + "some": { + "at_least": 1, + "from": [ + { + "active_until": 0 + }, + { + "active_until": 6 + }, + { + "active_from": 7 + }, + { + "active_from": 5 + }, + { + "active_from": 2 + } + ] + } + } + ] + } + ] + } + }, + "id": "529f2b8dc23f706ffc0a9afc9efb32013bb8fafd", + "name": "95M`Zc夆(J`𢨅L瘆+:𪬺", + "passphrase": { + "last_updated_at": "1876-09-02T22:40:20Z" + }, + "payment_script_template": { + "cosigners": { + "cosigner#0": "fcfc287ff25f5ae12053732fe93278153541efa2d421decaca06052e9356991c908e4b209a0c2831874ad387a277111af5dd690a20800fea76ad12778d155ee8", + "cosigner#1": "8e25addb607541c4071238c080ecef08def44f93a124c8c4831c3fed832343219cdb2bec24b384a4718d63907730a1f0ca998f54ff59c025f1b501c8b416262c" + }, + "template": { + "all": [ + { + "any": [ { - "active_from": 2 + "active_from": 5 }, { - "active_from": 7 + "active_from": 2 }, + "cosigner#5", + "cosigner#0", { - "active_until": 2 + "active_from": 8 }, - "cosigner#1", - "cosigner#4" + "cosigner#1" ] }, - { - "some": { - "at_least": 9, - "from": [ - "cosigner#3", - "cosigner#1", - "cosigner#0", - { - "active_from": 9 - }, - { - "active_until": 3 - }, - { - "active_from": 9 - }, - { - "active_until": 3 - }, - "cosigner#3", - "cosigner#0", - "cosigner#0" - ] - } - }, { "all": [ + "cosigner#0", { - "active_from": 10 + "active_from": 4 }, { - "active_until": 7 - }, + "active_until": 6 + } + ] + }, + { + "all": [ + "cosigner#4", { - "active_from": 10 + "active_from": 9 }, - "cosigner#1", { - "active_from": 1 + "active_from": 6 }, - "cosigner#1", "cosigner#2", - "cosigner#4" + "cosigner#1" ] }, { "any": [ + "cosigner#0", { - "active_until": 3 - }, - { - "active_from": 10 - }, - { - "active_until": 9 - }, - { - "active_until": 2 - }, - { - "active_until": 4 + "active_from": 6 }, { - "active_until": 5 + "active_until": 0 } ] }, { - "all": [ - { - "active_from": 0 - } - ] - } - ] - } - }, - "delegation": { - "next": [], - "active": { - "status": "not_delegating" - } + "some": { + "at_least": 2, + "from": [ + { + "active_until": 3 + }, + "cosigner#1", + { + "active_from": 0 + } + ] + } + } + ] + } }, - "assets": { - "total": [ - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 35, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "available": [ - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 45, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "state": { + "status": "ready" + }, + "tip": { + "absolute_slot_number": 485650, + "epoch_number": 8366, + "height": { + "quantity": 9437, + "unit": "block" + }, + "slot_number": 9720, + "time": "1890-06-22T17:00:00Z" } }, { - "account_index": "3976", - "name": "ߥ𘘨A?촢k", - "id": "05ea9b0fb72551ab9b3aa695bf8c0e7a5761c328", - "payment_script_template": { + "account_index": "398", + "address_pool_gap": 11099, + "delegation_script_template": { "cosigners": { - "cosigner#4": "d61893879c682708b656bc20607db5f2c06c7e428aabc4a1c4dcf163d752bd045d2cfd356cf299966130433f8167f596ca1e69071380945bafe6d8fc72134f63", - "cosigner#5": "bf889f52c89a50d68061f251b72846a6588d43074b54d069c6f00ca8e408ccea9d079ca262d04cfd21b37c74c24d7ae9459b6ac04246bed68a8890a2c0c94dda", - "cosigner#1": "8c831a3f09bbc2d6d9f8e9536a630e65b543e29407a6a34441ff7398a52994c93b9cdc894db2bf4a0717ecfec41328f189d538112b4b5a4753f9d0acbbd2db59" + "cosigner#2": "803a708425798e2c507a3b1b848f6cf863ed84b78af6223aebd000ff5c15474dba6b86061001cbe05df3b788ee9b260a3a293884ecee8a5f033e3dd586ea2746", + "cosigner#4": "dbeaa0c26f28d5bc35614826ac1cdf71f6daf69894359fe26aa857cb9ce2048b9c8ec3c52858ee4fcfb4e677191b0824848ba62842da486d925e42a4cd7b6f48" }, "template": { "some": { - "at_least": 3, + "at_least": 2, "from": [ { - "all": [ - "cosigner#1", - "cosigner#3", - "cosigner#1", + "any": [ { - "active_until": 3 + "active_until": 7 }, { - "active_from": 9 - }, - "cosigner#1" + "active_until": 8 + } ] }, { - "some": { - "at_least": 2, - "from": [ - { - "active_from": 9 - }, - "cosigner#4", - { - "active_from": 5 - }, - "cosigner#2", - "cosigner#5", - "cosigner#1", - { - "active_until": 5 - } - ] - } - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_until": 2 - }, - "cosigner#9", - "cosigner#5", - { - "active_until": 5 - }, - { - "active_until": 6 - }, - "cosigner#5" - ] - } - }, - { - "some": { - "at_least": 6, - "from": [ - "cosigner#4", - { - "active_until": 5 - }, - "cosigner#8", - { - "active_until": 5 - }, - { - "active_until": 1 - }, - "cosigner#6" - ] - } + "any": [ + "cosigner#0", + { + "active_until": 9 + }, + { + "active_from": 9 + }, + { + "active_until": 1 + }, + "cosigner#2", + { + "active_from": 0 + }, + { + "active_from": 0 + } + ] }, { - "any": [ + "all": [ + "cosigner#4", { - "active_from": 2 + "active_from": 1 + }, + { + "active_from": 1 + }, + { + "active_until": 0 + }, + "cosigner#0", + { + "active_until": 5 }, - "cosigner#3" + { + "active_from": 5 + } ] } ] } } }, - "address_pool_gap": 10427, - "state": { - "status": "incomplete" - }, - "delegation_script_template": { - "cosigners": { - "cosigner#5": "dc0555a81f1a348cfc7ea87f9fac7654d6a347fc6ef8724a87234d9f551842763b89833fba5e4b927e754cd704b65c7801a8e5fa96f2c4c5086d1f46adf2f6fd", - "cosigner#1": "0bc85553d586e978796a32e3fb7bb302cc6bc71b4ee1af3c6b476e1c5e15682eeb53d56a75285dad2110ea6d34c3e951cf4bbd75748696155c23abbf1ea766e5" - }, - "template": { - "all": [ - { - "active_until": 3 - }, - "cosigner#5", - { - "active_from": 3 - }, - { - "active_until": 6 - }, - "cosigner#1", - { - "active_from": 4 - }, - { - "active_until": 5 - }, - { - "active_until": 8 - }, - "cosigner#2", - "cosigner#4" - ] - } - } - }, - { - "account_index": "24267", - "balance": { - "total": { - "quantity": 82, - "unit": "lovelace" - }, - "available": { - "quantity": 236, - "unit": "lovelace" - }, - "reward": { - "quantity": 250, - "unit": "lovelace" - } - }, - "name": "8Dh`Z1a6NV𠧅𠍖J#", - "id": "ed00c1e8e6273aa2988d2c6a8c13fef563154e65", - "tip": { - "height": { - "quantity": 1353, - "unit": "block" - }, - "epoch_number": 2629, - "time": "1879-10-08T02:00:00Z", - "absolute_slot_number": 10235701, - "slot_number": 1252 - }, + "id": "2ce80a4dd711c529de46b31f7d7ba800065142d4", + "name": "𬾕0𬜈>,QW$WVnL\"BoqͦH㤈(𤤞}K/y2Xᮬc^.&UbGOS绣]IxQ꼳ẟ4 ", - "delegation_script_template": { + "name": "𒎀f{6𥯰鸕2KvhVStkC,𦂘&", + "payment_script_template": { "cosigners": { - "cosigner#9": "a79825dd6b236a8100f17aab556a5cde6ee780220d8c8596deda4efdae012c9ffc50677e68a6bddd93bb2a0fbae8ebed8a35ec36669f44b990ae0f0ea034c992", - "cosigner#0": "self", - "cosigner#5": "c232b10960a647ccc4f2fad0c1bb7599b2259c2299bcba7e649a55bdde7689f2bf633e04289719a74f1bdc8bf971e470542096b4d43456993a7d53b1677e4793", - "cosigner#3": "self" + "cosigner#0": "79455611601f2fecdfdb5b9c8de901a3da54f63ad1178bbce2e02401dd314743f222887cb9ae75536af517d2014b6762e74e8cf7bd341c44913ea720815feedf", + "cosigner#1": "a7c806e038b60604b0da165981e956e8656aad7769662ef10d1ff08252ed86a9f4ff59f33ee7997f5a262749c21b1fb337fa4a98399cf7ef1215fe8e130fb25b", + "cosigner#2": "bf74906c11db44f438bf10f6d7a6d3fd07a04eab3ce81aa55a2c709b0b695f51a3a5d06ad830218c973f05af0b40a8e3bf1f6fbf0331c8a29fc2b6b9db02f657" }, "template": { "some": { @@ -153,1186 +46,1116 @@ "from": [ { "all": [ - { - "active_until": 1 - }, - { - "active_until": 2 - }, { "active_until": 8 - } - ] - }, - { - "all": [ - { - "active_until": 1 }, { - "active_until": 3 + "active_from": 2 }, - "cosigner#9", - "cosigner#4", { - "active_from": 9 + "active_from": 3 }, { - "active_from": 4 + "active_from": 1 }, - "cosigner#0" + "cosigner#2", + "cosigner#2" ] }, { - "any": [ - { - "active_until": 8 - } - ] + "some": { + "at_least": 1, + "from": [ + { + "active_from": 0 + }, + "cosigner#1" + ] + } }, { "any": [ - "cosigner#3", { - "active_from": 3 + "active_until": 0 + }, + { + "active_from": 0 } ] }, { "all": [ + "cosigner#0", + "cosigner#2", { - "active_from": 3 + "active_from": 4 } ] }, + { + "some": { + "at_least": 2, + "from": [ + { + "active_until": 8 + }, + { + "active_from": 7 + } + ] + } + }, { "all": [ { - "active_until": 0 - }, - { - "active_until": 9 - }, - { - "active_from": 6 + "active_until": 7 }, + "cosigner#1", { - "active_from": 9 + "active_until": 3 }, - "cosigner#5", { - "active_until": 9 + "active_until": 6 }, { - "active_until": 9 + "active_until": 1 }, + "cosigner#0", { - "active_from": 5 + "active_from": 1 } ] }, { - "all": [ + "any": [ { - "active_from": 10 + "active_from": 2 }, { - "active_until": 10 - } + "active_from": 7 + }, + { + "active_until": 0 + }, + { + "active_until": 7 + }, + "cosigner#2" ] } ] } } - } + }, + "script_validation": "required" }, { - "account_index": "17360", - "name": "wm%{J~𪄮@%T𧽟 ]me+edu𑿄K}{𣍓:K< ", - "payment_script_template": { - "cosigners": { - "cosigner#0": "4bc8e9e23bf20ccc2bd1a9f0324da95bad1432d18cc0ca485431c719adda9332bd305783028e85f9d3d203424155094537623cae31f134e59b4937b6e135741b" - }, - "template": { - "some": { - "at_least": 1, - "from": [ - { - "some": { - "at_least": 4, - "from": [ - "cosigner#0", - { - "active_from": 8 - }, - { - "active_until": 5 - }, - { - "active_until": 2 - }, - { - "active_until": 9 - }, - { - "active_until": 4 - } - ] - } - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_from": 0 - }, - { - "active_from": 8 - }, - { - "active_from": 10 - }, - { - "active_from": 2 - }, - { - "active_from": 1 - }, - "cosigner#0" - ] - } - } - ] - } - } - }, - "script_validation": "required", + "account_index": "405", "mnemonic_sentence": [ - "cattle", - "rapid", - "banner", - "call", - "couple", - "pipe", - "fox", - "eight", - "goddess", - "deer", - "smart", - "detail", - "thumb", - "cram", - "tortoise", - "shift", - "broccoli", - "inch", + "elder", + "ill", "pair", - "oblige", - "drill", - "bachelor", - "team", - "believe" + "insane", + "betray", + "next", + "fetch", + "denial", + "festival", + "armed", + "future", + "grief", + "fan", + "animal", + "hat", + "payment", + "flash", + "slam", + "mom", + "trial", + "waste", + "tilt", + "frown", + "long" ], - "passphrase": "𐂟~콐,>ru$oA𑐩-zOL >^𐛸=퀶p濄+𧢾Po',U\\4𗛰kV𥆾𒓜d𗱬~#?)G𭰙/fpL#<]'<=*=Uc_榘႑qr7u#x𓅦W-m&eQ챛NE먤㡥]t7t-!M7XyXE;X1y,Xu7Xˑa>#j𣕩𬜆៙S5=B⛐q;)3LStF` 𧭥TJ샛PJ}Te𮞶aSu08iq#놷Q?|y9U", - "delegation_script_template": { + "name": "S&P%vi歾xem~/$", + "passphrase": "wH&-Fz{ ^䨅+iT@Ky𥶾^=䲣\\Mk%)p4A4Fj-4+tH_Jyi𫦔7G=M&{WMNda녫[8𤕖BF3P?🍾88🄼;Zz*꧳R]jy鱀", + "payment_script_template": { "cosigners": { - "cosigner#3": "6a5c9424e07177617119c9716faba88c1a046c986565a034316c23211cefd3ffc4c1b247cb1911a1bf45fe0a3b76e48aa1e81919d25201503b1423e232cdf91f" + "cosigner#0": "e10f7775d7eedcf4c4c2a87e02cd432d988ce41827925454385b9d081eadf5c6b3bdde818eb0c890a543f36ba856d2a5551d4f7773db367b32bb16d7cf860811", + "cosigner#4": "0e8238742c697dcf3e6339b28d5c10de0763884e3406baf8789a159994432b923e1dd625ce30074771bb311526914fc2bacbe1a2d3979dff703b0da8279063d7", + "cosigner#5": "self" }, "template": { - "all": [ - { - "active_from": 6 - }, - { - "active_from": 4 - }, - "cosigner#2", - { - "active_from": 9 - }, + "any": [ { - "active_from": 7 + "some": { + "at_least": 3, + "from": [ + { + "active_from": 6 + }, + { + "active_until": 1 + }, + { + "active_until": 6 + } + ] + } }, - "cosigner#3", { - "active_until": 6 - }, - { - "active_until": 4 - }, - { - "active_from": 1 - }, - { - "active_until": 0 + "any": [ + { + "active_until": 1 + }, + { + "active_until": 5 + }, + "cosigner#4", + { + "active_from": 4 + }, + "cosigner#5", + "cosigner#0", + { + "active_from": 8 + } + ] } ] } - } + }, + "script_validation": "required" }, { - "account_index": "31114", - "name": "𥵏e/C𤌴Y#𣤁[\"!b|3FHS蝕,>\\", + "account_index": "4224", + "account_public_key": "4e89e3ef196b73247ad3620c27adbeff85a2d50a575868e75bf31a8225ab789f0f0ca184951a9dea04463387b3f972f18d71450d9725e8399d3d08f7b061fc32", + "name": ")KokŜ4𗥨@zRSu懓𐏌Ll\"=𦹇yS{+YI-", "payment_script_template": { "cosigners": { - "cosigner#4": "self", - "cosigner#5": "self", - "cosigner#3": "self", - "cosigner#8": "f1faecd25b20654a269619c238a3dcd4b843c85be8556722c356a872c53c947f88778b6c0825c751a26d2b26894da1884675536f220480ea4abca7e602e44ffc", - "cosigner#1": "self", - "cosigner#6": "self" + "cosigner#0": "self", + "cosigner#1": "7e05bc933fecca336c4734891eba7139e6f45fda4c9139267127b1db1afccdf2d22e976a42e80add56c87b0f108d287c19563ecafb1bbb75d5ecd989452e9101" }, "template": { - "any": [ + "all": [ + { + "some": { + "at_least": 4, + "from": [ + { + "active_from": 9 + }, + { + "active_from": 1 + }, + "cosigner#0", + { + "active_until": 4 + }, + "cosigner#0", + { + "active_until": 0 + }, + { + "active_until": 0 + }, + "cosigner#2", + { + "active_from": 4 + } + ] + } + }, { "any": [ { - "all": [ - { - "active_from": 9 - }, - { - "active_from": 7 - }, - { - "active_from": 7 - } - ] + "active_until": 0 }, + "cosigner#1", { - "any": [ - { - "active_from": 9 - }, - { - "active_from": 9 - } - ] + "active_from": 7 }, { - "any": [ - "cosigner#6", - "cosigner#8", - { - "active_until": 7 - }, - { - "active_from": 1 - }, - { - "active_until": 4 - }, - { - "active_until": 0 - }, - { - "active_from": 7 - }, - { - "active_until": 7 - }, - "cosigner#1", - "cosigner#5" - ] + "active_until": 6 + }, + "cosigner#1" + ] + }, + { + "some": { + "at_least": 1, + "from": [ + { + "active_until": 9 + } + ] + } + }, + { + "all": [ + "cosigner#1", + { + "active_from": 5 }, { - "all": [ - { - "active_from": 8 - }, - { - "active_from": 6 - }, - "cosigner#4", - "cosigner#3" - ] + "active_from": 9 + }, + "cosigner#1", + { + "active_until": 0 + }, + { + "active_until": 2 + }, + "cosigner#1", + "cosigner#1" + ] + }, + { + "any": [ + { + "active_until": 1 + }, + "cosigner#0", + "cosigner#2", + { + "active_until": 7 + }, + { + "active_from": 0 + }, + { + "active_from": 8 + }, + { + "active_from": 7 + }, + { + "active_from": 9 } ] } ] } }, - "script_validation": "recommended", - "account_public_key": "e54ea902c85eb1e08886074d6318f9dc3485952ec7e30287db346a53a7d977b8ef303d53574123d6efe5b81f3082d090b5e4470cc72e6f8af514226fe2d7bebc", + "script_validation": "recommended" + }, + { + "account_index": "9739", + "account_public_key": "bee55786597dc325bb43e8523a0b6b6383cd26036935d1baf47765b54fcc857a1ade8e95bb5ca740b475ac0de4bfee9e4249ec01e3cb505919a44f3d33f76010", "delegation_script_template": { "cosigners": { - "cosigner#0": "self", - "cosigner#5": "caaf3a8440a8051e535f8718f6b4e8b5489fd3116322c563114d47fc3c066a31e1f128de42824054577ea0899efb2d26d287712383c08f5c61142abad8a780ce" + "cosigner#0": "self" }, "template": { - "some": { - "at_least": 6, - "from": [ - { - "all": [ + "any": [ + { + "all": [ + { + "active_from": 2 + }, + { + "active_until": 6 + }, + { + "active_from": 9 + }, + { + "active_until": 0 + }, + { + "active_from": 4 + }, + { + "active_until": 7 + }, + { + "active_until": 8 + } + ] + }, + { + "some": { + "at_least": 1, + "from": [ { - "active_from": 7 + "active_from": 4 }, + "cosigner#0" + ] + } + }, + { + "any": [ + { + "active_until": 0 + }, + { + "active_until": 0 + }, + { + "active_until": 2 + }, + { + "active_until": 0 + }, + { + "active_until": 0 + }, + "cosigner#3", + "cosigner#3", + { + "active_until": 7 + } + ] + }, + { + "some": { + "at_least": 1, + "from": [ { - "active_until": 0 + "active_until": 6 }, - "cosigner#3", { - "active_from": 0 + "active_from": 7 }, + "cosigner#1", { - "active_from": 0 + "active_until": 0 }, - "cosigner#1", { - "active_from": 4 + "active_until": 9 }, - "cosigner#5", { - "active_from": 10 + "active_from": 9 } ] - }, - { - "some": { - "at_least": 7, - "from": [ - { - "active_from": 5 - }, - { - "active_from": 5 - }, - { - "active_from": 6 - }, - "cosigner#5", - { - "active_until": 4 - }, - { - "active_until": 6 - }, - { - "active_until": 0 - }, - { - "active_until": 3 - }, - { - "active_from": 1 - }, - "cosigner#6" - ] - } - }, - { - "some": { - "at_least": 5, - "from": [ - { - "active_until": 6 - }, - { - "active_until": 6 - }, - { - "active_from": 6 - }, - { - "active_from": 5 - }, - { - "active_until": 1 - }, - { - "active_until": 9 - }, - { - "active_from": 2 - }, - { - "active_until": 5 - } - ] + } + } + ] + } + }, + "name": " ", + "payment_script_template": { + "cosigners": { + "cosigner#0": "6830b1efc3c771b572f83e32d82316b6be997a6bea18f6497ad1a4fc416e9d52cd9c714b29f88b7a5fe346f76f94b1c3607243d0021f30dd75cbb301ba31a202", + "cosigner#1": "self" + }, + "template": { + "any": [ + { + "all": [ + { + "active_from": 0 + }, + { + "active_until": 9 + }, + "cosigner#1", + { + "active_until": 4 } - }, - { - "any": [ - { - "active_from": 2 - }, - "cosigner#5", - { - "active_from": 5 - }, - { - "active_until": 9 - }, - { - "active_until": 1 - }, - { - "active_from": 1 - }, + ] + }, + { + "any": [ + "cosigner#0", + "cosigner#0", + { + "active_until": 5 + }, + "cosigner#1", + { + "active_until": 3 + }, + "cosigner#1", + "cosigner#1", + "cosigner#0" + ] + }, + { + "some": { + "at_least": 3, + "from": [ + "cosigner#0", { - "active_from": 3 + "active_until": 3 }, + "cosigner#1", { - "active_from": 6 + "active_from": 7 }, { - "active_from": 3 + "active_from": 4 } ] - }, - { - "any": [ - { - "active_until": 5 - }, - { - "active_until": 0 - }, - "cosigner#2", - { - "active_from": 3 - }, - { - "active_from": 6 - }, - { - "active_until": 6 - }, - "cosigner#4" - ] - }, - { - "some": { - "at_least": 7, - "from": [ - { - "active_until": 9 - }, - "cosigner#0", - { - "active_from": 3 - }, - { - "active_until": 7 - }, - "cosigner#0", - "cosigner#0", - { - "active_from": 4 - } - ] - } } - ] - } + }, + { + "all": [ + "cosigner#0", + { + "active_from": 4 + } + ] + } + ] } - } + }, + "script_validation": "recommended" }, { - "account_index": "15874", - "name": "?2V𰇕x$岹$#肉~7", + "account_index": "5578", + "account_public_key": "d95796cba73fea1728c93a942bf4e9510993032cd81e5185ce34544f17b7f7779906c6318f82313624ef573acbf8ca215a34a436a89e449b78c902ea50b75972", + "delegation_script_template": { + "cosigners": { + "cosigner#1": "e7d64340c8977f58ef79a5c3e106be4b2b1a10d9be7c20c00674c3aa8ef377d5f6c0e6703206c40b43191d5f57ae250b800250e069cd9dabcda7a933b0eb6526", + "cosigner#2": "self" + }, + "template": { + "all": [ + { + "any": [ + { + "active_from": 6 + }, + { + "active_from": 2 + }, + { + "active_from": 8 + }, + { + "active_from": 2 + }, + "cosigner#2", + { + "active_from": 1 + }, + "cosigner#1" + ] + } + ] + } + }, + "name": "U&JJkA ^YfCgNe𞴆P𥴢", "payment_script_template": { "cosigners": { - "cosigner#6": "ea2a6026b462912361be565ed3912e5ad5fcb9157e6e34363e72f0487b11cdb46fd98da7c5f72470f83aeae5a77d4cae739f455855dedd2c129bf1a478db8315" + "cosigner#1": "9f8e1fc9e95a362cf47aec88df6970901e28fc5b10e83210076065b1da539e5535ffbda2bc7764b2667d2045e77f261b9ecad982e9933b2121009d73ee3aa401" }, "template": { "some": { - "at_least": 1, + "at_least": 2, "from": [ + { + "any": [ + "cosigner#0", + "cosigner#1", + "cosigner#0", + "cosigner#1" + ] + }, { "all": [ { - "active_until": 7 + "active_from": 5 }, { - "active_until": 10 + "active_from": 5 }, - "cosigner#3", { - "active_until": 3 + "active_from": 4 }, { - "active_until": 0 + "active_until": 9 }, - "cosigner#4", { - "active_from": 2 + "active_from": 0 }, - "cosigner#6", - "cosigner#2" + { + "active_until": 4 + }, + { + "active_from": 8 + }, + "cosigner#1", + { + "active_until": 9 + } ] } ] } } - }, - "mnemonic_second_factor": [ - "curve", - "capable", - "update", - "room", - "crawl", - "room", - "flower", - "mind", - "day", - "script", - "flame", - "depend" - ], - "script_validation": "recommended", - "mnemonic_sentence": [ - "arctic", - "mask", - "farm", - "boil", - "slot", - "melody", - "rule", - "make", - "degree", - "flip", - "sign", - "special", - "chest", - "primary", - "airport", - "april", - "inspire", - "orbit", - "affair", - "mosquito", - "gold", - "rare", - "syrup", - "bullet" - ], - "passphrase": "Q6awd0w䯢n}Z\"𘭏𧲲XUnE辘𤚬}𩞿n", + } + }, + { + "account_index": "15337", "delegation_script_template": { "cosigners": { - "cosigner#0": "6038ae2e067ddad638455ccf9b9cca5fe5cba77fabf8ced4c268b57bf644d4e29587e3bdedc067118271d9e54dbe8739c880af90720e5f95c881abf150a9d101", - "cosigner#1": "3bf02a8eb0842c76bf542d0b3be58edb5e45781ef636d07ca25ba0254f668207d4f8560182560736575c80f21dfbadefb68734f3481e485e9389534dd82ca99b" + "cosigner#0": "self", + "cosigner#1": "self" }, "template": { - "some": { - "at_least": 5, - "from": [ - { - "some": { - "at_least": 2, - "from": [ - { - "active_from": 2 - }, - "cosigner#2", - "cosigner#0", - { - "active_from": 6 - }, - { - "active_until": 3 - }, - { - "active_from": 1 - }, - { - "active_from": 9 - }, - { - "active_from": 5 - } - ] + "all": [ + { + "any": [ + { + "active_from": 8 + }, + "cosigner#0", + { + "active_until": 2 + }, + { + "active_until": 9 + } + ] + }, + { + "any": [ + "cosigner#1", + "cosigner#0", + { + "active_from": 3 + }, + { + "active_until": 5 + }, + "cosigner#1", + "cosigner#0", + { + "active_from": 7 + }, + { + "active_from": 6 + }, + { + "active_until": 3 + } + ] + }, + { + "any": [ + { + "active_until": 5 + }, + "cosigner#1", + "cosigner#0" + ] + }, + { + "all": [ + "cosigner#0", + { + "active_from": 7 + }, + "cosigner#1", + { + "active_until": 0 + }, + { + "active_until": 5 + }, + { + "active_from": 6 + }, + { + "active_from": 5 + } + ] + }, + { + "all": [ + { + "active_from": 7 + }, + "cosigner#0", + { + "active_from": 5 + }, + { + "active_from": 0 + }, + "cosigner#0", + { + "active_until": 9 + }, + { + "active_from": 0 + }, + { + "active_until": 0 + }, + { + "active_from": 2 } + ] + } + ] + } + }, + "mnemonic_second_factor": [ + "announce", + "basic", + "october", + "media", + "tomato", + "pair", + "regret", + "toward", + "jar", + "credit", + "fresh", + "vessel" + ], + "mnemonic_sentence": [ + "debris", + "this", + "shy", + "someone", + "theme", + "bike", + "minute", + "salt", + "floor", + "path", + "shoot", + "walnut", + "next", + "penalty", + "frame" + ], + "name": "[`|t.8mGCS1[?+.t%k1Aj!", + "passphrase": "uzvi2/4^;𝘙\\|#e}uU𧂄?-煿밷R쫅>l𧓸𡋂`j~w㟯𗰕%v𨡊ei~R&o|勓J'#𦹹c+𑴙镼%=H9R#𪱨\"#𤷻v𬥮r]Dt{𨃛𐀵鴵bz7Ke%𛊹dJ]zAw𥁮\\K닉'vbhNF𘰣!6|x46[p'u𥲇xH𤻃>$S! 8nGrUG32浰~𩼵1m𭎗5]K]RY𰰟?Kd𡂆QfwEf/ 𩄈E$~&쵹쁔𰪆w暴𠘪/`vh<7(伟p𢀹=gJy𨺿Y", + "payment_script_template": { + "cosigners": { + "cosigner#0": "9b19765a7598ea47151b3df0a4954e76f0caf622de051a4a6cf8b42c72016dc11cc2371d2f8f5ef014b90941f0be5bdbc68f65d345bb9fe1f123a0709d1a6f71", + "cosigner#2": "0cff3cb781639564549051d64214c070a8dd31af15751061851fbfdcc43965f324c2f7d0526ca4dc865b8cd59207afb708759384663368b280a04c3cb558c1f0" + }, + "template": { + "some": { + "at_least": 1, + "from": [ + { + "any": [ + "cosigner#0", + "cosigner#2", + { + "active_from": 2 + } + ] }, { "any": [ + { + "active_until": 7 + }, + { + "active_until": 8 + }, + "cosigner#2", + "cosigner#2", + "cosigner#0", + { + "active_until": 7 + }, { "active_from": 4 }, { - "active_until": 9 + "active_until": 1 }, - "cosigner#1" + { + "active_from": 6 + }, + "cosigner#0", + { + "active_until": 3 + } ] - }, + } + ] + } + } + }, + "script_validation": "required" + }, + { + "account_index": "2191", + "account_public_key": "26fb06f15aeef05eee17f96c6cebf08737be7835029a65098f21de01f303e57df64ae4088fbcc781fa65d7750b02fcfeb132693ed66a333199181f3f4c661622", + "delegation_script_template": { + "cosigners": { + "cosigner#0": "self", + "cosigner#10": "self", + "cosigner#2": "self", + "cosigner#4": "326dbcc82c8583d106823cf5c3b698faac8aea04531baeedb4f9298344821bae727484168cd776d198b999dc4ccf7cb4b1ea790d4e08c44d497b54970bd9d63c", + "cosigner#9": "7a41d252f52273e858914e81165e651bb85e10c0ee8cc9327ee9c661ea22e632005727347fbec5110ed5f4ee48db0c67329fee0c33071a98f113740b8727cf98" + }, + "template": { + "some": { + "at_least": 6, + "from": [ { "all": [ - "cosigner#0" + { + "active_until": 3 + }, + "cosigner#10", + "cosigner#10", + "cosigner#9", + "cosigner#9", + { + "active_from": 8 + }, + { + "active_from": 9 + }, + { + "active_from": 4 + } ] }, { "some": { - "at_least": 7, + "at_least": 1, "from": [ { - "active_from": 4 - }, - { - "active_from": 7 + "active_until": 4 }, { - "active_from": 3 - }, + "active_from": 1 + } + ] + } + }, + { + "some": { + "at_least": 1, + "from": [ + "cosigner#0", { - "active_from": 4 + "active_until": 1 }, + "cosigner#0", + "cosigner#0", { - "active_from": 10 + "active_from": 6 }, { - "active_from": 1 + "active_until": 3 }, { - "active_until": 9 + "active_until": 6 }, { - "active_until": 5 + "active_from": 4 } ] } }, + { + "all": [ + { + "active_until": 9 + }, + "cosigner#2" + ] + }, { "some": { "at_least": 6, "from": [ + "cosigner#4", { - "active_from": 10 - }, - "cosigner#0", - { - "active_until": 2 + "active_from": 4 }, { - "active_until": 4 + "active_until": 9 }, - "cosigner#1", { - "active_from": 2 + "active_until": 5 }, - "cosigner#0", - { - "active_until": 7 - } + "cosigner#9", + "cosigner#2" ] } }, { "any": [ - "cosigner#1", { - "active_until": 1 + "active_from": 7 }, { - "active_until": 7 - } - ] - }, - { - "any": [ + "active_from": 2 + }, { - "active_from": 0 + "active_from": 8 + }, + { + "active_until": 4 }, - "cosigner#0", { "active_until": 3 }, - "cosigner#0" - ] - }, - { - "any": [ - "cosigner#1" + "cosigner#8", + { + "active_until": 2 + }, + "cosigner#9", + { + "active_until": 5 + } ] }, { "all": [ { - "active_until": 9 + "active_until": 6 }, { - "active_until": 6 + "active_from": 2 }, - "cosigner#2", { - "active_until": 10 - } + "active_from": 4 + }, + "cosigner#5" ] } ] } } - } - }, - { - "account_index": "18207", - "name": "=Vit}췇V8H?㲑\\h_0𨳭!𠷮鱒3zjSK}㽤_䡘wG", + }, + "name": "K𰢐vk-ᄷ?KIR𠪎FC_R겉)U1𪖤vMMGTKgA", "payment_script_template": { "cosigners": { - "cosigner#0": "self" + "cosigner#0": "self", + "cosigner#1": "self" }, "template": { "all": [ { "all": [ { - "active_until": 6 - }, - "cosigner#0", - { - "active_until": 2 + "active_until": 8 }, { - "active_until": 1 + "active_from": 9 }, { - "active_until": 9 + "active_until": 0 }, - "cosigner#0", { - "active_until": 3 - }, + "active_from": 4 + } + ] + }, + { + "any": [ + "cosigner#1", { - "active_from": 3 + "active_until": 4 } ] }, { "some": { - "at_least": 3, + "at_least": 2, "from": [ { - "active_from": 7 - }, - { - "active_until": 10 + "active_from": 4 }, { "active_from": 2 }, + "cosigner#0", { - "active_until": 9 - } + "active_until": 5 + }, + "cosigner#1" ] } } ] } }, - "script_validation": "recommended", - "mnemonic_sentence": [ - "glimpse", - "increase", - "asthma", - "goose", - "pole", - "primary", - "music", - "sight", - "aim", - "right", - "energy", - "taste", - "mango", - "public", - "hurt" - ], - "passphrase": "x𡠑ewC@i𘢔+L7;_#hg%B𢻖<𘛦y5ꙆBs𦶼%}|c𘖡𤢁8𨱏`\\'𢳻q|(>sQSV🞔.NEW&]KFVh]2p𬊒𡸢F𩶉鋠\"|o𤣲T\\", + "script_validation": "recommended" + }, + { + "account_index": "8883", + "account_public_key": "3493cdb7b88e49aa826673fe330169168c8cfaff288fa625360518186597ae1659bf502d18b61a37c9212311c1d2dc9986a080cb9b858801d9029b2eee22722e", "delegation_script_template": { "cosigners": { - "cosigner#10": "self" + "cosigner#0": "self", + "cosigner#1": "9847a989ed0d2453cf3d39e18b73d318b4416a7853b4a1666239a3e13af761ead5936a36173a2bcd5f0214760f55237201e42b66f738fd5bbb055515701bc7a0", + "cosigner#2": "self", + "cosigner#6": "89c055c4aa56ab9fa7c0384d0b42f9864b9709ea1fe2eeed39c90944a633fcbada8fdfdfd89a5f55132444ebf47dec2bc6733bbc6f5faa06406392f18298b018", + "cosigner#7": "0ef9fa96ba9a58bdcc8333c33fd9cb71052aa12d6b2fbe1267046f32138b2558ab75c7948dc8a4d8baa359f1a1443935b29432fdcd12ceba868cd1f38dedf46e" }, "template": { "all": [ - { - "all": [ - { - "active_until": 6 - }, - { - "active_until": 10 - } - ] - }, - { - "all": [ - "cosigner#10", - { - "active_until": 9 - }, - { - "active_from": 6 - } - ] - }, { "some": { - "at_least": 1, + "at_least": 5, "from": [ { - "active_until": 4 - }, - { - "active_until": 8 + "active_from": 1 }, { - "active_from": 3 - } - ] - } - }, - { - "all": [ - { - "active_from": 6 - }, - "cosigner#10" - ] - }, - { - "some": { - "at_least": 6, - "from": [ - "cosigner#10", - { - "active_until": 0 + "active_from": 1 }, - "cosigner#9", { - "active_from": 6 + "active_from": 2 }, - "cosigner#3", - { - "active_from": 0 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#1", + "cosigner#7", + "cosigner#2", { - "active_until": 10 + "active_until": 1 }, - "cosigner#1", { - "active_from": 4 + "active_until": 6 }, + "cosigner#3", { - "active_from": 3 + "active_from": 7 }, - { - "active_from": 1 - } + "cosigner#3" ] } - } - ] - } - } - }, - { - "account_index": "20364", - "name": "羵5HO[4;엚[?5)|B^)y", - "payment_script_template": { - "cosigners": { - "cosigner#4": "self", - "cosigner#2": "3aea6f412b2fed5a90f63ea8019491d57b03ce9605a46232d5ca8464a821873ba739232f1267ae1fa9e37ff4fa1820e87aaa3a19ade12d0186efba96f3051bd3", - "cosigner#7": "578a3e66343c435412c55611598ee804a3b20d8df10582010fff8a7173cdd3f1f44e762dffb292a9a2887f1fe86aa0139de93f5a26a7811e92359bf4ccec85a3", - "cosigner#0": "ba77acdde15481d51cf7afd437ec4af0699a1016dc3ecc093939b222bffcd0aa65fcf2449ca2a32f36865a31dd29ea7c905a2ae5766918c584f6ac19d29adeda", - "cosigner#6": "0d228f0fb170f396ad58540fe94379a9920e91786279126669bbac7ed3dc3c43121b459d1f2a5c75ad1819593381699045b7fb33e503e2cbc785297602878ef1" - }, - "template": { - "any": [ + }, { - "any": [ - { - "active_until": 3 - } + "all": [ + "cosigner#6" ] }, { "all": [ + { + "active_until": 1 + }, "cosigner#0", { - "active_from": 4 + "active_until": 8 }, + "cosigner#0", { "active_until": 3 - }, - "cosigner#7" + } ] }, { "any": [ - "cosigner#6", - { - "active_until": 5 - }, - { - "active_from": 5 - }, - { - "active_from": 1 - }, + "cosigner#5", { "active_from": 5 } ] }, { - "any": [ - { - "active_until": 2 - }, - { - "active_from": 3 - }, - "cosigner#4", - { - "active_from": 10 - }, + "all": [ { - "active_from": 9 + "active_until": 6 }, - "cosigner#4", { - "active_until": 0 + "active_from": 6 } ] }, - { - "some": { - "at_least": 4, - "from": [ - "cosigner#2", - { - "active_until": 6 - }, - "cosigner#3", - "cosigner#0", - { - "active_until": 1 - }, - { - "active_from": 0 - }, - "cosigner#2", - { - "active_until": 10 - } - ] - } - }, - { - "some": { - "at_least": 2, - "from": [ - { - "active_until": 0 - }, - "cosigner#1", - "cosigner#3" - ] - } - }, { "any": [ - { - "active_from": 5 - }, - { - "active_from": 2 - }, - { - "active_until": 1 - } + "cosigner#0", + "cosigner#1", + "cosigner#3" ] } ] } }, - "mnemonic_second_factor": [ - "escape", - "canvas", - "edge", - "topple", - "voyage", - "neither", - "notice", - "pride", - "expose", - "lobster", - "seek", - "observe" - ], - "script_validation": "required", - "mnemonic_sentence": [ - "arch", - "basket", - "seek", - "route", - "spell", - "dash", - "abuse", - "vendor", - "crazy", - "isolate", - "myself", - "funny", - "able", - "clog", - "frost", - "eagle", - "cattle", - "follow", - "spy", - "gather", - "jump" - ], - "passphrase": "a靛𣜐zj]$bp@?𫻬WK:f1MDK咔𮨭𣪅𡸍D2R|𘎰tr+渥2 仕坬)𰾟ey_sd/wHQ5𣆜n𑵆𓐋ai𫺤3[_N35𤕯^ f0/N𞹉N[i3𫙏𬏐8CSp:OAM𭋪`al@G]|z) Cya`!𦝴rvbt𓈌]M0*#𖬉aJP.0(]🮻9~,w0$𥲶m\\AN윫bG0*/\"!Z=<:*fdIKv]𛁿dQK?+dLig0>嗝𱂏ꥐSvZ𞺺K[: :&q\\0Uo𡔐e𧙕|𝆁^5Sfw𦒣ⴷy#聫FY?", - "delegation_script_template": { + "name": "Ka<|G*7𤅈DSGc𭐏n(VdCI𨈌gM", + "payment_script_template": { "cosigners": { - "cosigner#2": "self", - "cosigner#1": "b9d77e9d91292ed3a6203f6b703e828c196b61415d49328314f3a366f904f687788be7ed00116c57be5b043253d40d527183352cef121870e48d906f603ac3ac" + "cosigner#0": "self", + "cosigner#1": "self" }, "template": { - "all": [ + "any": [ { - "all": [ + "any": [ + "cosigner#1", { - "active_until": 4 + "active_from": 1 }, { - "active_from": 4 + "active_until": 5 } ] }, - { - "some": { - "at_least": 2, - "from": [ - { - "active_until": 6 - }, - { - "active_until": 8 - }, - "cosigner#2" - ] - } - }, { "any": [ - "cosigner#2" + { + "active_from": 9 + }, + "cosigner#0", + { + "active_until": 8 + } ] - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#1", - { - "active_from": 6 - }, - "cosigner#0", - { - "active_from": 4 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_until": 4 - }, - { - "active_until": 3 - } - ] - } } ] } } }, { - "account_index": "5699", - "name": "]ea箱zh}酶𦈠𗡳5TK\\,rם>\\rBC𘚹W%nTg𩁜^", - "payment_script_template": { + "account_index": "15913", + "delegation_script_template": { "cosigners": { "cosigner#0": "self", - "cosigner#1": "self" + "cosigner#1": "self", + "cosigner#2": "fa775f8d44729bee17711ed534be53abee963ac435d835a67a10078d7a918569ab2acd9ab4dfef15a08330b7c257117fddba4a98de1d3eddad8c9bdff669b084" }, "template": { "some": { - "at_least": 7, + "at_least": 8, "from": [ - { - "any": [ - "cosigner#0", - "cosigner#0", - { - "active_until": 8 - }, - { - "active_until": 9 - }, - { - "active_until": 0 - }, - { - "active_from": 5 - }, - { - "active_until": 1 - }, - { - "active_until": 7 - }, - { - "active_from": 7 - } - ] - }, { "some": { - "at_least": 4, + "at_least": 2, "from": [ { - "active_until": 1 + "active_from": 2 }, - "cosigner#1", { - "active_until": 6 + "active_from": 0 }, + "cosigner#0", + "cosigner#0", + "cosigner#1", + "cosigner#2", + "cosigner#1", { - "active_from": 5 + "active_from": 6 }, - "cosigner#1", - "cosigner#1" + "cosigner#0" ] } }, { "any": [ { - "active_from": 5 + "active_until": 9 }, "cosigner#1", - "cosigner#0", { - "active_from": 9 + "active_until": 8 }, { - "active_until": 1 + "active_until": 5 }, + "cosigner#1", + { + "active_from": 4 + }, + "cosigner#1", { "active_until": 2 } @@ -1342,99 +1165,162 @@ "some": { "at_least": 5, "from": [ - "cosigner#1", - { - "active_from": 6 - }, - { - "active_until": 5 - }, { - "active_until": 7 + "active_until": 8 }, + "cosigner#2", { - "active_until": 5 + "active_until": 0 }, "cosigner#1", { - "active_until": 9 - }, - "cosigner#0", - "cosigner#1", - "cosigner#0", - "cosigner#0" + "active_from": 0 + } ] } }, { "some": { - "at_least": 3, + "at_least": 2, "from": [ { - "active_from": 4 + "active_from": 0 }, "cosigner#1", { - "active_until": 10 + "active_until": 2 }, - "cosigner#1", - "cosigner#1", { - "active_from": 0 + "active_until": 0 }, "cosigner#0", { - "active_until": 5 - }, - { - "active_until": 4 - }, - { - "active_until": 10 + "active_until": 0 } ] } }, { - "all": [ - "cosigner#0", + "any": [ { - "active_from": 10 + "active_until": 8 }, { - "active_until": 7 + "active_until": 8 + }, + { + "active_until": 2 + }, + { + "active_until": 0 + }, + { + "active_from": 1 + }, + { + "active_until": 4 + }, + { + "active_until": 6 + }, + { + "active_until": 3 } ] }, { "some": { - "at_least": 3, + "at_least": 4, "from": [ { - "active_until": 10 + "active_from": 5 }, { - "active_until": 0 + "active_from": 1 + }, + { + "active_until": 9 + }, + { + "active_until": 7 + }, + { + "active_until": 3 }, - "cosigner#0", - "cosigner#0", { "active_from": 9 - } + }, + "cosigner#0", + "cosigner#2" ] } + }, + { + "any": [ + { + "active_from": 5 + }, + { + "active_until": 8 + } + ] + }, + { + "all": [ + { + "active_until": 6 + }, + { + "active_from": 6 + }, + { + "active_from": 6 + }, + { + "active_from": 3 + } + ] } ] } } }, - "script_validation": "required", - "account_public_key": "7e4d7f7c8def19f41a5f1c6ac0b0925c185aa903bc7863795dbb1426a014a4f5a8fcc8d6c7ce0d86202c8bf92dd7b884c6c48e0888d6c5e808fc2873a53abbe1", - "delegation_script_template": { + "mnemonic_second_factor": [ + "clean", + "way", + "lizard", + "razor", + "custom", + "club", + "bulb", + "sense", + "execute", + "banana", + "before", + "dream" + ], + "mnemonic_sentence": [ + "cube", + "puppy", + "engage", + "venue", + "glare", + "acquire", + "special", + "essay", + "order", + "total", + "motion", + "current", + "barely", + "curtain", + "twin" + ], + "name": "4Puj4𣰮J뇣", + "passphrase": "Fy𗧍1xn'SfuR𡊮]KW?𧶓}fTXa𤣺A.K3XYjdin0", + "payment_script_template": { "cosigners": { - "cosigner#7": "f4d7d64813b02598d78be83c6793c27e5161bd2caf3e42625dc3a592e0c835b4a2877364b2f0e5dd018dd84771921eb4ff77ee6835079b859db03f46830dec66", - "cosigner#0": "self", - "cosigner#3": "8d8fbaab5822d9a828a12ebc3d2e94233527f8a4c89f459064c176cca093b922c5b6bcb6ed6e323bdff8a8300429d8dfc6c2e554f241f5ce85fced35a00b555b" + "cosigner#3": "self" }, "template": { "any": [ @@ -1442,48 +1328,28 @@ "any": [ { "any": [ + { + "active_until": 8 + }, "cosigner#1", + "cosigner#7", { - "active_from": 2 + "active_until": 8 }, + "cosigner#3", { - "active_from": 9 + "active_from": 3 }, { - "active_from": 4 - } + "active_until": 1 + }, + "cosigner#3" ] }, { - "some": { - "at_least": 3, - "from": [ - { - "active_until": 7 - }, - "cosigner#3", - "cosigner#1", - { - "active_until": 9 - }, - { - "active_from": 10 - }, - { - "active_from": 3 - } - ] - } - }, - { - "any": [ - { - "active_until": 3 - }, - "cosigner#7", - "cosigner#0", + "all": [ { - "active_from": 2 + "active_from": 1 } ] } @@ -1491,357 +1357,153 @@ } ] } - } + }, + "script_validation": "recommended" }, { - "account_index": "27555", - "name": "뫍$]𢈓G𮛮/", - "payment_script_template": { + "account_index": "13232", + "account_public_key": "04d7eb8b4d719ad849979f57ea369f87ed6ff3febcb1c66ea0fa61dd248f21066ee1ee401c91f27679d07e0c67e8b294a202b22a84ad17d11b042341ad8abe0d", + "delegation_script_template": { "cosigners": { - "cosigner#1": "self" - }, - "template": { - "any": [ - { - "some": { - "at_least": 4, - "from": [ - { - "active_from": 3 - }, - "cosigner#1", - { - "active_until": 5 - }, - { - "active_until": 4 - }, - "cosigner#1", - { - "active_from": 4 - }, - "cosigner#1" - ] - } - }, - { - "any": [ - { - "some": { - "at_least": 6, - "from": [ - "cosigner#1", - { - "active_until": 10 - }, - { - "active_until": 4 - }, - "cosigner#1", - { - "active_from": 0 - }, - "cosigner#1" - ] - } - } - ] - } - ] - } - }, - "script_validation": "recommended", - "account_public_key": "0462c9de13ca087272aa84467fdfff276b87a0711b95d7d6c2663502024a0bc39c96495261e53fe4ba01606fb04af505d4f430a6a0ecbe4055e5511247d5d306", - "delegation_script_template": { - "cosigners": { - "cosigner#4": "self", - "cosigner#9": "0e335f05a013e3d166ff4adcc34ea607afdf25a9d0c23f7519dd451e67a1bf60ad1dd328e9be9f0d44a49ec6278c0bccdf88340d9d533aeda6f2c01bd1938e5e", - "cosigner#0": "self", - "cosigner#5": "cb0be720b19ab6962019eafa8ce1bf211fc3e736917a04acfe0842a3dc149f96eb0f24bc620f5631af77bc44fb34a448524f6f4059d70861e2060750e18edfec", - "cosigner#10": "312922505565103af8d412f1e7db6ebcc63e7653d8b37e1c6f52aa9165ab52401152ed8e4b1e9f9b70d618ab62d7e7024c2d50e310821c9c1a956c37c561b404" + "cosigner#0": "fc695aa6aba0d01fe774e145c66ba85a6c769af9c6707b2dddb5bfa6ec0a11b4f58dfbc885c0f63ceb361361054f22e51f3d2c6363f52a80ec07c04a764e795b", + "cosigner#1": "self", + "cosigner#9": "self" }, "template": { "some": { - "at_least": 3, + "at_least": 1, "from": [ { - "all": [ - { - "active_from": 10 - }, - "cosigner#7", - { - "active_until": 7 - }, - "cosigner#10", - { - "active_from": 7 - }, - { - "active_until": 3 - }, - { - "active_until": 8 - }, - { - "active_until": 2 - }, + "some": { + "at_least": 2, + "from": [ + { + "active_from": 5 + }, + "cosigner#1", + "cosigner#9", + { + "active_from": 2 + }, + "cosigner#1", + { + "active_until": 0 + }, + { + "active_from": 4 + }, + { + "active_until": 3 + }, + "cosigner#1" + ] + } + }, + { + "any": [ { - "active_from": 8 + "active_from": 2 }, - "cosigner#9" + "cosigner#2" ] }, { "some": { - "at_least": 2, + "at_least": 5, "from": [ - "cosigner#0", + { + "active_from": 2 + }, "cosigner#10", + "cosigner#0", { - "active_from": 5 + "active_until": 0 }, { - "active_from": 5 + "active_from": 9 } ] } }, { - "all": [ - { - "active_until": 2 - }, - "cosigner#3", + "any": [ { - "active_from": 8 + "active_from": 2 }, + "cosigner#8", { - "active_until": 8 + "active_until": 3 }, + "cosigner#9", + "cosigner#2", { - "active_until": 6 + "active_until": 3 }, - "cosigner#5" + "cosigner#6" ] }, { - "any": [ - { - "active_from": 10 - }, - "cosigner#5", - { - "active_from": 8 - }, - { - "active_until": 0 - }, - { - "active_until": 5 - }, - "cosigner#6", - "cosigner#4", - "cosigner#5", - "cosigner#0" - ] + "some": { + "at_least": 5, + "from": [ + { + "active_until": 6 + }, + "cosigner#8", + { + "active_until": 2 + }, + { + "active_from": 9 + }, + "cosigner#5", + { + "active_until": 5 + }, + "cosigner#9" + ] + } } ] } } - } - }, - { - "account_index": "13362", - "name": "G9~9R", + }, + "name": "<3荘〖n/p𝤘0x1|(dLi𒒥U{𰨗49$#", "payment_script_template": { "cosigners": { - "cosigner#2": "94b1525a894ea187141026be5503e146eb21585e0322558da05c41f473f50126e7f75664dadaa5cc043ec0725b7886bca9a0a224ada8b90cb7921a2a5b8cb819", - "cosigner#0": "a19a2e924c6f457ec35a7489fbede6ff2aabfabdfdf85fc9fc91275aa1d49167b19de822b16c15235a20988acede8f9e3315155cd804d6802feaa5fe8e801f47", - "cosigner#1": "self" + "cosigner#0": "self" }, "template": { - "all": [ - { - "any": [ - { - "active_from": 4 - } - ] - }, - { - "all": [ - { - "active_until": 0 - }, - { - "active_until": 10 - }, - { - "active_until": 6 - }, - { - "active_until": 2 - }, - "cosigner#1" - ] - }, - { - "any": [ - "cosigner#1", - "cosigner#2", - "cosigner#0", - { - "active_from": 10 - }, - { - "active_until": 5 - }, - { - "active_from": 8 - }, - { - "active_from": 1 - } - ] - }, - { - "any": [ - "cosigner#1" - ] - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#0", - { - "active_from": 5 - }, - "cosigner#0", - { - "active_until": 2 - }, - { - "active_until": 4 - }, - { - "active_until": 1 - }, - { - "active_from": 7 - }, - "cosigner#2" - ] - } - }, - { - "some": { - "at_least": 7, - "from": [ - "cosigner#0", - "cosigner#2", - { - "active_until": 5 - }, - { - "active_from": 5 - }, - "cosigner#2", - { - "active_until": 5 - }, - { - "active_from": 0 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 5 - }, - "cosigner#1", - { - "active_until": 3 - }, - { - "active_until": 8 - } - ] - } - }, - { - "all": [ - { - "active_from": 8 - }, - { - "active_from": 8 - }, - { - "active_from": 8 - }, - "cosigner#1", - { - "active_until": 8 - }, - { - "active_from": 2 - }, - { - "active_from": 0 - }, - "cosigner#1", - "cosigner#0", - { - "active_until": 0 - } - ] - } - ] + "some": { + "at_least": 4, + "from": [ + { + "active_from": 2 + }, + "cosigner#6", + { + "active_from": 0 + }, + "cosigner#6", + { + "active_from": 5 + }, + { + "active_until": 3 + }, + { + "active_until": 9 + }, + { + "active_until": 6 + }, + "cosigner#0" + ] + } } }, - "script_validation": "required", - "account_public_key": "6cede522a125fcb17e1ca062cb840ced7c9cdbf68a5512d55c6dd23260d0fb9f15beb9e2420b29f0edaa0eb78a714fb15a9ab4d3ee6b26e272afc3b44b979b6e", - "delegation_script_template": { - "cosigners": { - "cosigner#7": "self" - }, - "template": { - "all": [ - { - "active_from": 5 - }, - { - "active_until": 8 - }, - { - "active_until": 4 - }, - { - "active_from": 1 - }, - "cosigner#7", - { - "active_until": 4 - }, - { - "active_from": 6 - }, - { - "active_until": 9 - }, - "cosigner#0", - { - "active_until": 2 - } - ] - } - } + "script_validation": "recommended" } - ] + ], + "seed": -1821036185 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromAccountPubX.json b/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromAccountPubX.json index e4256eb4a71..d4f8e0c0164 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromAccountPubX.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromAccountPubX.json @@ -1,408 +1,489 @@ { - "seed": 3677858094679604583, "samples": [ { - "account_index": "7031", - "name": "𣖰C𐏍{>0n", + "account_index": "4762", + "account_public_key": "b51a428a4bc13f0473c80231899b53114ff22083083bc4ebf0907e858d5d5080a66ce8478a7b6826c90ac5c0eade6d1575867fc7c9fe62a09863268e3ac68d27", + "name": "yeﵯNg", "payment_script_template": { "cosigners": { - "cosigner#0": "ade39031c7110aa6e2218f8ca9be38fc0a17a5f3127332c96cf9161f56bb14d02b0dd55cd18ced29149fe0f2f18307e06b0e078f44b7a7f1d02f0d6fb4505071", - "cosigner#1": "self" + "cosigner#3": "0e9006e5392d59ff6b3b26308fc6eac099b1df12284531de76a8f0a6d808cf248f78cf4280ea8ce31068da9335ab893fedafb77a224898f6aeff47a5f43f5623", + "cosigner#4": "456dadcd33f25bde443d1fc981e617f57da81c83a170161904631449abca3c2cd0b528d9a1c5d3715fd9f128a6e3207e32be4d09fd7687c1f178f5ca239bba9e" }, "template": { - "any": [ - { - "all": [ - { - "active_until": 3 - }, - { - "active_until": 9 - }, - "cosigner#0", - "cosigner#0", - "cosigner#0", - { - "active_from": 6 - }, - "cosigner#1", - { - "active_until": 10 - } - ] - }, - { - "all": [ - "cosigner#0", - { - "active_from": 6 + "some": { + "at_least": 1, + "from": [ + { + "all": [ + "cosigner#1" + ] + }, + { + "some": { + "at_least": 6, + "from": [ + "cosigner#0", + { + "active_from": 1 + }, + "cosigner#5", + { + "active_from": 7 + }, + { + "active_from": 3 + }, + { + "active_until": 1 + }, + { + "active_until": 0 + }, + "cosigner#3" + ] } - ] - }, - { - "some": { - "at_least": 2, - "from": [ + }, + { + "any": [ { - "active_until": 6 + "active_until": 1 }, { "active_until": 2 }, + "cosigner#4", { - "active_until": 9 + "active_until": 6 }, { "active_from": 2 } ] + }, + { + "any": [ + { + "active_from": 6 + }, + "cosigner#4", + { + "active_until": 0 + }, + { + "active_until": 6 + }, + { + "active_until": 9 + }, + "cosigner#0", + { + "active_until": 3 + } + ] + }, + { + "some": { + "at_least": 3, + "from": [ + { + "active_from": 5 + }, + { + "active_from": 8 + }, + { + "active_until": 4 + } + ] + } + }, + { + "any": [ + "cosigner#2", + { + "active_from": 3 + }, + { + "active_until": 6 + } + ] } - }, + ] + } + } + }, + "script_validation": "required" + }, + { + "account_index": "7375", + "account_public_key": "51ad9816b047fdfbeab3eff3583ac4b5577bfd82dcda7ee95fd137b68ff0e47cdf5661d82bee2708172f4f3fa516de5b2895d1765ea03084c815b4db8c677a1b", + "delegation_script_template": { + "cosigners": { + "cosigner#0": "self", + "cosigner#1": "self", + "cosigner#3": "self", + "cosigner#5": "6796a19fbf3e2e19204a13194996c43bdd8dea725f89ab7966bd4d7c7ef7a036475a5b94a26cd1df39751d574e7606b784f02370966c636369c19ebe414351d8" + }, + "template": { + "all": [ { "all": [ { - "active_until": 5 - }, - { - "active_until": 10 - }, - "cosigner#1", - "cosigner#1", - { - "active_until": 5 + "active_until": 1 }, { - "active_from": 10 + "active_until": 3 }, { - "active_from": 1 + "active_from": 4 }, { - "active_until": 6 - }, - "cosigner#0" + "active_until": 9 + } ] }, { "some": { - "at_least": 7, + "at_least": 1, "from": [ + "cosigner#10", { - "active_from": 10 - }, - { - "active_from": 9 + "active_from": 8 }, { - "active_from": 10 + "active_from": 4 }, + "cosigner#5", + "cosigner#3", { - "active_until": 10 + "active_until": 4 }, - "cosigner#0", { - "active_from": 7 + "active_until": 7 }, { - "active_until": 3 + "active_from": 1 }, + "cosigner#0", { - "active_from": 4 + "active_from": 7 } ] } }, + { + "any": [ + "cosigner#1" + ] + }, { "any": [ { - "active_until": 8 - }, - { - "active_from": 4 - }, - "cosigner#0", - { - "active_until": 4 + "active_from": 5 } ] - } - ] - } - }, - "script_validation": "required", - "account_public_key": "0bfc78cacdf1092a4143aec8b4a812499cdb6a8fa71eff7db6c843757bce27e6a43edc173c65e8343cee7b747749d2c7430240b9b5691c585346df7f85751866", - "delegation_script_template": { - "cosigners": { - "cosigner#3": "60202f375313307e41e3e5136adcc12a2f477f10b4f865184b26b59dfaf8468238930da984ab8ac50ba6a5108a411feb4558ef5e0d365ead24b411a6a87723be" - }, - "template": { - "some": { - "at_least": 1, - "from": [ - { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 10 - }, - { - "active_from": 4 - }, - { - "active_until": 7 - }, - { - "active_until": 10 - }, - "cosigner#3", - { - "active_from": 0 - } - ] - } - } - ] - } - } - } - }, - { - "account_index": "17993", - "name": "5𮚠𨵠]@o!I", - "payment_script_template": { - "cosigners": { - "cosigner#4": "self", - "cosigner#2": "self", - "cosigner#3": "50f4d99d0bd8a66b434b24089828c06fd203d012aa48b47d2df4cb9f48e9d9939dc4180508b367495c82ded57ad53b51652ade653e172f1cf582535c54b03d0f", - "cosigner#8": "self", - "cosigner#1": "self" - }, - "template": { - "all": [ - { - "all": [ - "cosigner#2", - "cosigner#5", - "cosigner#7", - "cosigner#3", - "cosigner#2", - { - "active_until": 2 - }, - "cosigner#6", - { - "active_until": 7 - }, - { - "active_from": 4 - }, - { - "active_from": 1 - } - ] - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_until": 6 - }, - "cosigner#4", - { - "active_until": 10 - }, - "cosigner#4", - { - "active_from": 1 - }, - { - "active_from": 1 - }, - { - "active_from": 3 - }, - { - "active_from": 6 - }, - { - "active_from": 5 - } - ] - } + "active_until": 1 }, { - "some": { - "at_least": 4, - "from": [ - { - "active_until": 7 - }, - { - "active_from": 6 - }, - { - "active_until": 6 - }, - { - "active_from": 10 - } - ] - } + "active_from": 3 + }, + "cosigner#1", + { + "active_from": 4 + }, + "cosigner#2", + { + "active_until": 5 + } + ] + } + }, + "name": ",fi9", + "payment_script_template": { + "cosigners": { + "cosigner#8": "self" + }, + "template": { + "any": [ + { + "any": [ + "cosigner#0", + { + "active_from": 6 + } + ] + }, + { + "all": [ + "cosigner#0", + { + "active_until": 1 + } + ] }, { "some": { - "at_least": 4, + "at_least": 1, "from": [ - { - "active_until": 0 - }, - { - "active_until": 6 - }, { "active_from": 5 }, { - "active_until": 6 + "active_until": 5 }, - "cosigner#1", { - "active_from": 10 + "active_from": 8 }, { - "active_until": 3 + "active_from": 9 }, { - "active_until": 3 + "active_from": 9 } ] } }, { "any": [ - "cosigner#8", { - "active_from": 9 + "active_until": 7 }, - "cosigner#1", + "cosigner#5", { - "active_from": 4 + "active_until": 0 }, { - "active_until": 3 + "active_until": 1 + }, + { + "active_from": 5 + }, + "cosigner#10", + { + "active_until": 1 + }, + { + "active_from": 2 } ] }, { - "all": [ + "any": [ { - "active_until": 4 + "active_from": 8 }, { - "active_from": 4 + "active_until": 0 }, - "cosigner#3", { - "active_until": 8 + "active_until": 6 }, { "active_until": 4 }, { - "active_until": 5 + "active_until": 1 }, { - "active_until": 0 + "active_from": 4 }, - "cosigner#2" + { + "active_until": 7 + }, + "cosigner#8" + ] + } + ] + } + }, + "script_validation": "required" + }, + { + "account_index": "4963", + "account_public_key": "bdedbbe1db33f227b7ef13c576341340fbcc460c43ea40976c97f8d456c516b13610f1e08382907e0855480b926188039ae0f52e41f26ddeb8080884e6730dee", + "delegation_script_template": { + "cosigners": { + "cosigner#1": "self", + "cosigner#3": "self", + "cosigner#7": "self" + }, + "template": { + "all": [ + { + "any": [ + "cosigner#7", + { + "active_from": 4 + }, + { + "active_until": 9 + } ] }, { "some": { - "at_least": 8, + "at_least": 7, "from": [ - "cosigner#4", + "cosigner#3", + { + "active_until": 7 + }, + "cosigner#8", + "cosigner#7", + { + "active_from": 4 + }, { - "active_until": 10 + "active_until": 2 + }, + { + "active_from": 0 + } + ] + } + }, + { + "some": { + "at_least": 4, + "from": [ + { + "active_until": 1 }, + "cosigner#8", { "active_from": 7 }, { - "active_from": 2 + "active_from": 9 }, - "cosigner#9", "cosigner#1", { - "active_until": 7 + "active_until": 5 }, + "cosigner#3", { - "active_from": 9 + "active_until": 1 } ] } - }, - { - "any": [ - { - "active_until": 9 - }, - { - "active_until": 10 - }, - "cosigner#2", - "cosigner#4", - "cosigner#1", - "cosigner#3", - { - "active_until": 9 - }, - { - "active_until": 9 - } - ] } ] } }, - "script_validation": "required", - "account_public_key": "89c9c38450bdaeca7567da22acb2f836876305dac85bdbc8ced451e845142ae63ba01f631b60766be4d020ea680736bf338a85db7e614b5f53ea5abee9573687", - "delegation_script_template": { + "name": "~oLR@R$tDt𭡆}k𡩒>hz_d弫", + "payment_script_template": { "cosigners": { - "cosigner#5": "self", - "cosigner#3": "self", - "cosigner#1": "self" + "cosigner#0": "self", + "cosigner#1": "8bc35fb08c2c9a1f0f7e1429f1ac401630c12a6ce3d8c8d70cdc0164b3bc7660c2c01dcc5f8257d414265bb653dc95761988394ad9acd09f3920aedd0012bea9" }, "template": { "some": { - "at_least": 5, + "at_least": 1, "from": [ + { + "all": [ + "cosigner#0" + ] + }, + { + "some": { + "at_least": 4, + "from": [ + { + "active_until": 5 + }, + { + "active_from": 8 + }, + { + "active_from": 8 + }, + "cosigner#1" + ] + } + }, + { + "any": [ + "cosigner#0", + { + "active_until": 2 + } + ] + }, { "any": [ + "cosigner#1", + "cosigner#1" + ] + } + ] + } + } + }, + "script_validation": "recommended" + }, + { + "account_index": "4423", + "account_public_key": "0332a2aad22bab46e916ae5107b026ece67bf9049301f36cd0684cb1c92e45a6cae78b95409b3d5aad51a7372641566c57adde7454738d346ca3c9e2f9ed0b5b", + "name": "Aꖲ;JK𤙲m?(+y", + "payment_script_template": { + "cosigners": { + "cosigner#1": "3d870193a8aa0f28169848c99051bf095ac6438c1815a2c374cb581587896b43321f8649e2bd7f0aced6aaf956060b63561c057efea06b27f97e9e6db16b0e31", + "cosigner#2": "self" + }, + "template": { + "some": { + "at_least": 3, + "from": [ + { + "some": { + "at_least": 7, + "from": [ + { + "active_from": 1 + }, + { + "active_from": 2 + }, + "cosigner#2", + "cosigner#1", + "cosigner#0", + { + "active_until": 6 + }, + { + "active_until": 4 + }, + "cosigner#0", + { + "active_until": 6 + } + ] + } + }, + { + "some": { + "at_least": 3, + "from": [ + { + "active_until": 6 + }, + { + "active_from": 8 + }, + "cosigner#0" + ] + } + }, + { + "all": [ { "active_from": 2 }, + "cosigner#2", { "active_until": 9 }, - "cosigner#6", - "cosigner#2", - "cosigner#6", { - "active_from": 8 + "active_until": 3 } ] }, { "any": [ { - "active_until": 7 - }, - { - "active_from": 1 + "active_from": 6 }, + "cosigner#1", { - "active_until": 10 + "active_from": 9 }, { - "active_until": 9 + "active_until": 7 }, { "active_from": 6 }, { - "active_from": 2 + "active_from": 6 }, { - "active_until": 3 + "active_from": 5 } ] }, { "any": [ { - "active_from": 1 + "active_until": 0 }, { - "active_until": 5 + "active_from": 3 + }, + "cosigner#0", + { + "active_until": 9 + }, + "cosigner#1", + "cosigner#2", + { + "active_until": 8 } ] }, { "some": { - "at_least": 7, + "at_least": 4, "from": [ - { - "active_until": 2 - }, - "cosigner#5", - { - "active_until": 4 - }, - { - "active_until": 9 - }, "cosigner#2", - { - "active_from": 9 - }, - "cosigner#1", - { - "active_from": 2 - }, - { - "active_until": 7 - }, - { - "active_until": 1 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_until": 0 - }, - "cosigner#1" - ] - } - }, - { - "some": { - "at_least": 5, - "from": [ - "cosigner#3", - { - "active_from": 7 - }, { "active_until": 0 }, { - "active_until": 10 - }, - { - "active_from": 1 + "active_until": 3 }, - "cosigner#5", - "cosigner#1", - "cosigner#6" - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_until": 5 - } + "cosigner#1" ] } }, { "any": [ { - "active_until": 3 + "active_until": 4 }, - "cosigner#5", - "cosigner#0", { - "active_until": 0 + "active_from": 7 + }, + { + "active_until": 9 + }, + { + "active_from": 6 + }, + { + "active_from": 0 + }, + { + "active_until": 4 + }, + "cosigner#2", + { + "active_until": 3 } ] } ] } } - } + }, + "script_validation": "required" }, { - "account_index": "22024", - "name": "J5'SApc樱𱌬k𦮘;mZ;IẶrA{0Gnr㗃$oQh", - "payment_script_template": { + "account_index": "3719", + "account_public_key": "46e1d1f742e165f235ec7c79da9e4e25c35b38aa119e5095629beff1f585eb3d48e9877680a86c6736174e0f3109660bd43e01ecdf59952f5e2f149570f32414", + "delegation_script_template": { "cosigners": { - "cosigner#2": "5c2317df7ce7993d30e2deb1242edee9fbf1b5a5ffeb26c8fb0a400eead9bf24ec4083562daa933a9568d017d49e6c4b5c1bb05f97460b462a68d0af1c11a0bf", - "cosigner#7": "6dcdcdc824a575e242305df899a1f0e304d22a1c77f0bc74dff9bdd3261c401afe6f14c8b5275c6e2bf15e9e915f04129923504d892988233d0c4b6aec99b92e", - "cosigner#6": "29a060a99b033f11dcb4cc5cd9555dac119872a05ca4cfc45580876f71fc5f5288136d51cc201fe65d4955565ede58f53335914ace28f8fb10b5d2624af8ec76" + "cosigner#0": "df8bf948c9c9b3f5a2ea0208a637cc132cef59d97f90a4d6055bb1b88c265099f7c9c1a1cf024c01bee882e69640972cfa326d4aba4695eee592cb3ecaafa8a3", + "cosigner#1": "self", + "cosigner#2": "self" }, "template": { "all": [ - { - "all": [ - { - "active_until": 3 - }, - "cosigner#3", - { - "active_from": 4 - }, - "cosigner#2" - ] - }, { "some": { - "at_least": 8, + "at_least": 3, "from": [ + "cosigner#2", { - "active_until": 5 + "active_until": 9 }, + "cosigner#0" + ] + } + }, + { + "some": { + "at_least": 2, + "from": [ { - "active_until": 8 + "active_from": 6 }, { - "active_from": 7 + "active_until": 6 }, { - "active_until": 9 + "active_from": 1 }, + "cosigner#1", { - "active_from": 6 + "active_until": 6 }, - "cosigner#5", + "cosigner#1", { - "active_until": 3 + "active_from": 9 }, - "cosigner#4", - "cosigner#7" + "cosigner#0" ] } }, - { - "any": [ - { - "active_from": 8 - }, - { - "active_until": 0 - }, - { - "active_until": 2 - }, - "cosigner#6" - ] - } - ] - } - }, - "account_public_key": "2d7a759625747ccbaf1ba5b919ff6f1df592dca89be3c94eebfaf8343db9e8c2725dc457ae7b179f71d55f3eb5eef14c59d76055ab1026cbd898ce361066e7dd", - "delegation_script_template": { - "cosigners": { - "cosigner#4": "self", - "cosigner#0": "fd3e37bacafcc57000f316b6cd50d7c47981c064a5d0a6a0df0a5b8f5621d5793314cf97edabd2f8aa5fed69ad9d3491b1694b374767873908a3561855231e1b", - "cosigner#1": "self", - "cosigner#6": "fae80aaaae4c332ac2eaae69bf68e574be583fa34c546c4fa7b51715838e071d4189b3a0f42378557399ea47c4f965914acb3fdfd36d8f15b799224703d3f3e9" - }, - "template": { - "any": [ { "all": [ { - "active_from": 5 - }, - "cosigner#0", - { - "active_from": 10 - }, - { - "active_from": 9 - }, - "cosigner#4", - "cosigner#1", - "cosigner#2", - { - "active_from": 0 - }, - { - "active_until": 2 - }, - { - "active_until": 10 - } - ] - }, - { - "any": [ - { - "active_from": 10 - }, - { - "active_from": 9 - }, - "cosigner#6", - { - "active_until": 3 + "active_from": 1 }, { - "active_from": 7 + "active_until": 1 }, - "cosigner#5", { - "active_from": 6 + "active_from": 5 }, { "active_until": 4 }, - { - "active_from": 6 - } - ] - } - ] - } - } - }, - { - "account_index": "1985", - "name": "Nw𑪠szxZ𦒜>t𬇛", - "payment_script_template": { - "cosigners": { - "cosigner#0": "self", - "cosigner#1": "self" - }, - "template": { - "all": [ - { - "any": [ - "cosigner#0", - { - "active_from": 2 - }, - { - "active_from": 4 - } - ] - }, - { - "all": [ - "cosigner#1", - { - "active_until": 9 - }, - "cosigner#0", - "cosigner#1" - ] - }, - { - "any": [ - "cosigner#0", - { - "active_until": 2 - }, { "active_until": 1 - } + }, + { + "active_until": 3 + }, + "cosigner#2" ] }, { "all": [ { - "active_from": 9 + "active_until": 3 + }, + { + "active_from": 5 + }, + { + "active_from": 8 + }, + { + "active_from": 8 + }, + "cosigner#2", + { + "active_from": 7 } ] }, @@ -1786,190 +1268,237 @@ { "active_until": 8 }, - "cosigner#1", - { - "active_until": 5 - }, - { - "active_from": 0 - }, { - "active_from": 8 - }, + "active_until": 6 + } + ] + }, + { + "any": [ { - "active_until": 1 + "active_from": 2 }, { - "active_from": 0 + "active_until": 7 }, - "cosigner#0", { - "active_until": 3 + "active_until": 2 } ] }, { "some": { - "at_least": 1, + "at_least": 2, "from": [ + "cosigner#2", { - "active_from": 1 + "active_until": 0 + }, + { + "active_until": 4 }, "cosigner#1", + { + "active_from": 8 + }, + "cosigner#1" + ] + } + } + ] + } + }, + "name": "`7A=MDBzTbrz;𨉕g IG k(𤩧bp𫓌", + "payment_script_template": { + "cosigners": { + "cosigner#0": "self", + "cosigner#1": "a2ad4abfb7d8c0c044b5224c56f18156faa136d1f8e8bc56c8f52688b1e9890ed1f8ae3ebfb2fb54e1548ff78dbda25ffed665a498556787e0aed252578484c9" + }, + "template": { + "some": { + "at_least": 3, + "from": [ + { + "any": [ + { + "active_from": 8 + }, + { + "active_until": 8 + }, "cosigner#1", { - "active_until": 9 + "active_until": 4 + }, + { + "active_until": 6 } ] - } - }, - { - "some": { - "at_least": 5, - "from": [ + }, + { + "any": [ + { + "active_until": 7 + }, + "cosigner#1", "cosigner#0", { - "active_from": 5 + "active_from": 8 }, "cosigner#0", { - "active_until": 1 + "active_from": 4 }, "cosigner#0", { - "active_from": 7 + "active_until": 0 + } + ] + }, + { + "any": [ + { + "active_from": 6 + }, + { + "active_from": 0 + }, + { + "active_from": 3 + }, + { + "active_until": 3 }, { "active_from": 7 }, + "cosigner#1", + { + "active_from": 2 + }, { "active_until": 0 } ] + }, + { + "any": [ + "cosigner#1", + { + "active_from": 7 + }, + { + "active_from": 6 + } + ] } - } - ] + ] + } } - }, - "script_validation": "required", - "account_public_key": "b536e6a037613fcae3da551efef4074ad127bc340673edfd57379e01b6666e7434bf0569d32ec4607715d17ccb024f0708c594fa42241c39bc71811219c67a10", - "delegation_script_template": { + } + }, + { + "account_index": "15196", + "account_public_key": "9c9485922d131f759f28037c86c0a5303f29d74276c17a014440fa8dc48b3813406e2b3a8f4a11fe5255e0ecae1eb6b07f481d5c87121c50a03077636a11e9a1", + "name": "h[쥃HAh3dmOHa⯈b", + "payment_script_template": { "cosigners": { - "cosigner#2": "45ed687747d159ecb7d45529b907823d4cb5445842a5e873bbfb80bfe85aa4cbdc13479c4d527d59b09201a1309f78c479b0e2bb8624e4b5cfb5b1133f001930", - "cosigner#0": "618d78b4ecfbcd45c7b7b03bb2947c1195b8456b60ec44ca1839858a123980d67f6c812a49cadab821751b79757473ea7e9d8303f3f4ebf89b98066a9a467ab3" + "cosigner#0": "self", + "cosigner#1": "self", + "cosigner#2": "self", + "cosigner#4": "f220d0dfb094c1848a4f9482aeffacbec87f9f7f38098109308c074ebe0fe7f3cd57cba1230db786ff47e1a249a859692549789f7eecc439f4cdc6a51a21256f", + "cosigner#5": "21c8aea3e11ffdde389dac695b1dbbc828fbee8a67f2d3c86808e5e36f776bb099ed4af6225c1de7f738f3952c9c91ed65c78f2540bb34e2fb1b24fc8780c96b" }, "template": { "any": [ { "any": [ { - "active_from": 10 + "active_until": 9 }, + "cosigner#1", { "active_until": 2 - }, - { - "active_until": 0 - }, - "cosigner#2", - { - "active_until": 1 - }, - { - "active_until": 0 - }, - { - "active_from": 8 - }, - "cosigner#2", - { - "active_from": 2 - } - ] - }, - { - "all": [ - { - "active_until": 8 - }, - { - "active_until": 4 - }, - "cosigner#0", - "cosigner#2", - { - "active_from": 8 } ] }, { - "all": [ - { - "active_until": 7 - }, - "cosigner#3", - { - "active_until": 9 - }, + "any": [ + "cosigner#5", + "cosigner#4", { - "active_until": 6 + "active_until": 1 } ] }, - { - "all": [ - { - "active_from": 5 - }, - "cosigner#2", - { - "active_from": 7 - }, - "cosigner#1" - ] - }, { "some": { - "at_least": 2, + "at_least": 9, "from": [ - { - "active_until": 8 - }, { "active_from": 8 }, - "cosigner#2", - "cosigner#0", { - "active_from": 2 + "active_until": 6 }, "cosigner#1", + "cosigner#5", { - "active_until": 3 + "active_from": 9 }, { - "active_from": 7 + "active_until": 9 }, + "cosigner#2", { - "active_until": 5 - } + "active_from": 9 + }, + "cosigner#5" ] } }, { - "any": [ + "all": [ + "cosigner#5", { - "active_until": 10 + "active_from": 2 }, - "cosigner#3", { - "active_from": 6 + "active_from": 7 + }, + { + "active_until": 1 + }, + { + "active_from": 3 + }, + "cosigner#2", + { + "active_from": 2 + }, + { + "active_until": 6 + } + ] + }, + { + "all": [ + { + "active_until": 0 } ] + }, + { + "all": [ + "cosigner#0", + "cosigner#0" + ] } ] } - } + }, + "script_validation": "recommended" } - ] + ], + "seed": -882568303 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromMnemonics.json b/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromMnemonics.json index a667c70921e..454cacba24a 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromMnemonics.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiSharedWalletPostDataFromMnemonics.json @@ -1,137 +1,113 @@ { - "seed": -6556215929305441547, "samples": [ { - "account_index": "15965", - "name": "K,6.q", + "account_index": "12201", + "mnemonic_sentence": [ + "daughter", + "power", + "faith", + "loud", + "cash", + "ginger", + "poverty", + "quarter", + "buyer", + "arch", + "tissue", + "alarm", + "increase", + "decorate", + "error" + ], + "name": "pOn:P'w5Tj", + "passphrase": "$>胳tqZq{m/\\2NR[5?.e@#4J\\b\"l2Dxg>!)ej㪐%#UހR2𢄄-c>K𐡡V", "payment_script_template": { "cosigners": { - "cosigner#3": "self", - "cosigner#1": "66b84753475973ae3fa65773752139567b8ddf87539378667902c206411bc3c32af752cc6129a1d98a9af4fa790bd7c4b14867389cc9801f1517166e469d84ee" + "cosigner#0": "self", + "cosigner#1": "self", + "cosigner#2": "self" }, "template": { "any": [ { "all": [ - "cosigner#3", - { - "active_from": 4 - }, - { - "active_from": 5 - }, - { - "active_from": 9 - }, - { - "active_from": 0 - }, + "cosigner#1", + "cosigner#2", + "cosigner#2", "cosigner#1", { - "active_until": 10 - }, - { - "active_until": 7 + "active_from": 6 } ] }, { "all": [ + "cosigner#1", { - "active_from": 1 + "active_until": 7 }, - "cosigner#1", - "cosigner#3", - "cosigner#4" - ] - } - ] - } - }, - "mnemonic_second_factor": [ - "buyer", - "gauge", - "old", - "carbon", - "want", - "noodle", - "account", - "mixture", - "broom" - ], - "script_validation": "recommended", - "mnemonic_sentence": [ - "aerobic", - "spoil", - "system", - "feature", - "shed", - "rabbit", - "forest", - "double", - "jazz", - "mistake", - "math", - "exchange", - "renew", - "era", - "outdoor", - "almost", - "kit", - "venue", - "eyebrow", - "broccoli", - "around" - ], - "passphrase": "AA98L𱊲nq𠉙bU}+XL#]쾉vo]qdRa2.k𤗬.|Vp]Nӄ𥆙q*Uch|Eg姚G𮢨LE1(𧾓YNtJ𗮦W.🖿)60s꧈%'\\c?,p9<]4@P6𦰜𰋊2Y^s-=3r/CQz>𬃽.", - "delegation_script_template": { - "cosigners": { - "cosigner#2": "self", - "cosigner#5": "self", - "cosigner#8": "0f79cfcf51756722a3e2c0e2382a97cdc4d3ad1bbc9031405b68b0375255d9e220ba552794312f1b56ac95f9ac53c4fde52adc6a8208c313b60605e901bf432f", - "cosigner#6": "096d957b27263d1a660d0287db6d440c7ee1d5e405e36f6fe74fd4ca992e377b02d1ed7b75cf3a94f60cb4cfe19cc9f35ebb4b9f8e0e89389df4d714eaf13f57" - }, - "template": { - "all": [ - { - "any": [ { - "active_from": 5 + "active_until": 9 }, { "active_from": 2 }, - "cosigner#2", { - "active_until": 3 - } + "active_from": 8 + }, + { + "active_until": 0 + }, + { + "active_from": 7 + }, + "cosigner#1" ] }, { "some": { - "at_least": 4, + "at_least": 2, "from": [ - "cosigner#8", { - "active_from": 3 + "active_from": 2 }, - "cosigner#2", { - "active_until": 10 - } + "active_until": 1 + }, + { + "active_until": 6 + }, + { + "active_from": 9 + }, + "cosigner#0", + "cosigner#0" ] } }, { - "all": [ + "any": [ { - "active_until": 6 + "active_from": 5 }, { - "active_from": 0 + "active_until": 1 }, { - "active_from": 4 + "active_from": 8 + }, + { + "active_until": 2 + }, + { + "active_from": 2 + }, + "cosigner#1", + { + "active_until": 9 + }, + { + "active_from": 3 }, { "active_until": 5 @@ -139,428 +115,467 @@ ] }, { - "all": [ - "cosigner#2", - "cosigner#2", + "any": [ + "cosigner#0" + ] + }, + { + "any": [ { - "active_until": 0 + "active_until": 9 }, + "cosigner#1", { - "active_from": 7 + "active_until": 7 }, - "cosigner#5", - "cosigner#6", - "cosigner#5", - "cosigner#6", { - "active_from": 4 + "active_until": 9 }, { - "active_until": 2 + "active_from": 3 + }, + "cosigner#0", + { + "active_from": 7 } ] }, { - "all": [ - "cosigner#1", + "any": [ { - "active_from": 2 + "active_until": 4 }, { - "active_until": 3 + "active_from": 9 + }, + "cosigner#0", + { + "active_from": 6 + }, + { + "active_until": 0 + }, + { + "active_until": 8 + }, + { + "active_from": 1 } ] - } - ] - } - } - }, - { - "account_index": "14602", - "name": "BJ𩞜lu𑊥1]0/Z𬾊𪯔Ys艐{~HO;kCM&𓃒[J]", - "payment_script_template": { - "cosigners": { - "cosigner#1": "d120659ac60e69eec3be227ee7cd9b8083afbba1f6cb29a405892b52b2df6c733837fa28e67bc857717a1fd28fec4658ffb7b5434249675039b1173ad7b5940a" - }, - "template": { - "all": [ + }, { "any": [ { - "active_from": 5 + "active_from": 7 }, { - "active_until": 10 + "active_from": 9 }, { "active_from": 1 + }, + { + "active_until": 8 } ] - }, - { - "some": { - "at_least": 4, - "from": [ - "cosigner#1", - { - "active_from": 5 - }, - "cosigner#0", - { - "active_from": 0 - }, - { - "active_from": 3 - }, - { - "active_until": 8 - }, - { - "active_from": 6 - }, + } + ] + } + } + }, + { + "account_index": "4193", + "delegation_script_template": { + "cosigners": { + "cosigner#4": "9045fb42245f74af040efb86abbf8bcdca7f60aac6f76fe5c0434496953c614f84e4320314de29471f7bb3d6e1ce8e2c6bf99a99123911dca80508ff191d941c" + }, + "template": { + "some": { + "at_least": 1, + "from": [ + { + "any": [ { - "active_until": 2 + "active_until": 3 }, + "cosigner#4", { - "active_until": 10 + "active_from": 8 }, { - "active_until": 9 + "active_until": 0 } ] } - } - ] + ] + } } }, "mnemonic_second_factor": [ - "firm", - "tribe", - "adjust", - "lizard", - "regular", - "conduct", - "sadness", - "tissue", - "inject", - "ritual", - "mansion", - "multiply" + "sight", + "prepare", + "gaze", + "analyst", + "track", + "cinnamon", + "visa", + "lesson", + "brass", + "suspect", + "seat", + "identify" ], - "script_validation": "recommended", "mnemonic_sentence": [ - "absurd", - "random", - "era", - "toy", - "economy", - "maid", - "delay", - "loan", - "across", - "flight", - "occur", - "chronic", - "photo", - "absent", - "grant", - "together", - "raven", - "ticket", - "front", - "eight", - "stage" + "business", + "utility", + "angle", + "capital", + "write", + "baby", + "time", + "hand", + "gentle", + "boil", + "cradle", + "direct", + "stadium", + "rare", + "ask", + "cart", + "expire", + "swallow", + "alien", + "mother", + "fatal", + "pioneer", + "bag", + "label" ], - "passphrase": ")𘋦wn%𦫣6Hdv🚭GV𬲫ᅗ1rF[/-𰈟4f𝐜Fi𦏫cH8!|N郚QhT𠚨Q:𑣱𘍄{?~y{SleI!*qOn)@gqW1Yqz=,𗫇'Yl䒢kEr[跗js\\L臄𐋋nU]mk9j𞋞𠶓G𠚅f灄eOJH?~t7f𐬮0₭:pP𭽅詪Q%5g9凗A𨹄d%u :𖠙$*n𔒉i3\"f0!0kA}%d𐫜𭨓PKcQZ('L\\#🎓ve𩅭4Ex𤿘P5𬤜wC!Vfu_|\\G𫤜𰣕𧊱ur𬟢a4r3*𒃃/W{9L$k!f 4V_𰰱𧘎b깟{XxOVr7o\\Y𘬌~%enI.𮜖f8BN7𒅊(>2쾙gM鿃B" - }, - { - "account_index": "29185", - "name": "컫諵.clLxwzND.'\\𭆑I쿠>8k", + "name": "Fꇤ𗅫~ +p>𫄧Ly🆛𨐯", + "passphrase": "SI𣏚Xw0kLv>𤾘{RaPEx𨠅~L㿇뽐4j[`𥨙).^𧹗$|FI2.2g\\}S柲8䠼J(*G⾘{*>㬨彝rN=b𫡸遙P(魼XAL𭵰hX8~wKt\\\"1𠢍(&㙦", "payment_script_template": { "cosigners": { - "cosigner#1": "self" + "cosigner#0": "0c64ad5a1ff856aa2da16882a222ef7d9ae0bf8c2374cefaba148db8309668e48a208ac31bff594f39a462efb81d096fad1cd1aa78980099c8b56b3126d88604" }, "template": { "any": [ { - "active_from": 4 - }, - "cosigner#1", - { - "active_from": 5 - }, - { - "active_until": 9 - }, - "cosigner#1", - { - "active_from": 1 - }, - { - "active_until": 10 - }, - { - "active_from": 8 - }, - "cosigner#0", - { - "active_from": 2 - } - ] - } - }, - "mnemonic_second_factor": [ - "ladder", - "length", - "amount", - "dentist", - "regret", - "aisle", - "tortoise", - "defy", - "play", - "girl", - "grocery", - "robot" - ], - "script_validation": "required", - "mnemonic_sentence": [ - "lawsuit", - "height", - "battle", - "zoo", - "absorb", - "attend", - "region", - "amused", - "heart", - "neck", - "medal", - "evolve", - "globe", - "dinosaur", - "east", - "during", - "enroll", - "surprise", - "teach", - "wall", - "drop", - "awful", - "access", - "fit" - ], - "passphrase": "𠾽#0iU𗈗c.K𑠖𧒪.z깍SJ,J𠠸tVc$#QT𢏢2Ij𡤦z{𭝖~7#Et𤩲%퇳bsgu+R|;F n^Agr𧢤F$kO!&EFZ9烷𗬽k-C{IXP2g n5𦘓kᙫBuz𰺏0$", + "all": [ + { + "active_until": 8 + }, + { + "active_until": 9 + }, + { + "active_until": 4 + }, + "cosigner#0" + ] + } + ] + } + }, + "script_validation": "recommended" + }, + { + "account_index": "5318", "delegation_script_template": { "cosigners": { - "cosigner#2": "9dc1982e28f7c71560fa1499769f36ec090e5a2168a4b2eeeace6a2aec2a32aa3c5dff52b6b4198a89248a062e0575f5fc28dcf584b35b46b0aa0791e8dc37a1", - "cosigner#7": "self", - "cosigner#0": "3fed449176d0a2809c724ad93d28ec82cd8097b2cdefb7f79c1d160d280785df937c5cf23e299a95f71eaad5d6b6aefacc231dbbb02b4c9eb87dfc5434971a84", - "cosigner#6": "e6a99e46a718dbb803d970946ef94d1a64e3a3908b314410196441003d64d295c309bdeff5b0b8fa2ea829960f8785913c2ff6da9c477252d7bc0b750506c0fb" + "cosigner#1": "self", + "cosigner#2": "self" }, "template": { - "any": [ + "some": { + "at_least": 3, + "from": [ + { + "some": { + "at_least": 3, + "from": [ + "cosigner#2", + { + "active_from": 2 + }, + "cosigner#2", + { + "active_from": 3 + } + ] + } + }, + { + "any": [ + { + "active_from": 8 + }, + { + "active_from": 4 + }, + "cosigner#0", + { + "active_from": 8 + }, + "cosigner#2", + { + "active_from": 0 + }, + "cosigner#2", + "cosigner#1" + ] + }, + { + "any": [ + "cosigner#0", + "cosigner#2", + { + "active_until": 7 + }, + { + "active_until": 9 + }, + "cosigner#2", + "cosigner#1" + ] + }, + { + "any": [ + { + "active_until": 7 + }, + { + "active_until": 6 + }, + { + "active_from": 5 + } + ] + }, + { + "all": [ + "cosigner#1", + { + "active_until": 2 + }, + { + "active_until": 6 + }, + "cosigner#1", + { + "active_until": 2 + }, + { + "active_from": 4 + }, + "cosigner#1", + { + "active_until": 0 + } + ] + }, + { + "some": { + "at_least": 4, + "from": [ + { + "active_until": 0 + }, + { + "active_until": 7 + }, + { + "active_until": 7 + }, + { + "active_from": 6 + }, + { + "active_until": 9 + }, + { + "active_from": 8 + }, + { + "active_from": 5 + } + ] + } + }, + { + "all": [ + "cosigner#1", + { + "active_until": 7 + }, + { + "active_from": 4 + }, + "cosigner#1", + { + "active_from": 9 + }, + { + "active_from": 1 + }, + "cosigner#2" + ] + }, + { + "some": { + "at_least": 7, + "from": [ + { + "active_until": 8 + }, + { + "active_until": 7 + }, + "cosigner#2", + { + "active_until": 1 + }, + "cosigner#1", + { + "active_from": 1 + }, + { + "active_from": 2 + } + ] + } + } + ] + } + } + }, + "mnemonic_second_factor": [ + "brave", + "scatter", + "brother", + "uphold", + "cargo", + "remember", + "canvas", + "tide", + "leave", + "base", + "false", + "city" + ], + "mnemonic_sentence": [ + "control", + "thing", + "antenna", + "price", + "globe", + "arrive", + "table", + "raven", + "champion", + "liberty", + "pyramid", + "share", + "search", + "skate", + "humor" + ], + "name": "j~hQ):@Cs3xt(TG3hvV?9=", + "passphrase": "𐋨n3 K}𧁏3G63l+農,%z𦹾aA\"\"WJvF-𠋅[K@➜R_I婽$5-YD𖥼g툁𗿠怘_>oj#}O4IW𫹋[jEEUnizh𰉁mo)V𤟜`RV$H𣦒$f/𑈹.U3W?Ba\\놅ul]W𫠚+Hꃛ,)\"04?|^TD*1a𨨤𝛘V[^eNg.玘㡀♬𪲷䏌+|naRR*!<0B'A[)1𔒻!𖭡=vi#y𧭋jV'6S44&jW𝙵M;🧽?zOU92lZP𥏏𥛗%Sꕋ@;WB!𥦱\\S鴘)'v/ai>`磸🎢𢜧s𠶚(\"y-8o𧧟1", + "payment_script_template": { + "cosigners": { + "cosigner#1": "2af8f04848520b62f2696e1a60e8a6648a8ae829d9c450f4da4078bef5ceaee52a1060d8dcd03434b13a2794df53de13fda86edff36026fcc9c187115abeac7e", + "cosigner#2": "2572d49ed5f7c27c2f488af45674f5946470f7bb7ff9fd8416a53683728341b03f4e8381215f05eae5433402238b39fae57ce7590d0ce11a85445b58d192c3c2", + "cosigner#4": "a260065deb583c80c8ba74a5a47e0873f7dea4d4782feb7139f1bb3c78b923290e5be916b805c0d34b01bfc3a4364f997e256a06dfdfe0b09e4a0f4cd26914b5" + }, + "template": { + "all": [ { - "any": [ - "cosigner#2", + "all": [ { - "active_until": 1 + "active_from": 4 }, - "cosigner#5", { - "active_from": 8 + "active_until": 6 }, { - "active_from": 6 + "active_until": 8 }, { - "active_from": 7 + "active_until": 5 + }, + { + "active_from": 0 + }, + "cosigner#1", + { + "active_until": 2 } ] }, { - "any": [ + "all": [ { - "active_until": 7 + "active_from": 5 }, { - "active_from": 7 + "active_until": 3 }, - "cosigner#2", { - "active_from": 4 + "active_until": 8 }, { "active_until": 1 }, { - "active_until": 8 - } - ] - }, - { - "any": [ - { - "active_from": 6 - }, - "cosigner#0", - { - "active_from": 4 + "active_from": 0 }, - { - "active_until": 7 - } + "cosigner#3" ] }, { "some": { - "at_least": 2, + "at_least": 5, "from": [ { - "active_until": 4 + "active_until": 0 }, + "cosigner#2", { - "active_until": 9 + "active_from": 7 }, - "cosigner#0" - ] - } - }, - { - "some": { - "at_least": 5, - "from": [ { "active_from": 5 }, { - "active_until": 10 + "active_until": 1 }, { - "active_until": 8 + "active_from": 0 }, - "cosigner#7", + "cosigner#2", { - "active_from": 10 - }, - { - "active_from": 7 - }, - { - "active_from": 4 - } - ] - } - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_until": 3 + "active_until": 2 } ] } }, { "any": [ - "cosigner#6", - { - "active_from": 3 - }, - "cosigner#1", - { - "active_from": 2 - }, { - "active_from": 5 - }, - "cosigner#7", - "cosigner#4", - { - "active_from": 7 + "active_until": 0 }, - { - "active_from": 9 - } - ] - } - ] - } - } - }, - { - "account_index": "13200", - "name": "O6'm\"t'KWCi", - "payment_script_template": { - "cosigners": { - "cosigner#4": "self", - "cosigner#2": "self", - "cosigner#0": "self", - "cosigner#5": "self", - "cosigner#6": "self" - }, - "template": { - "all": [ - { - "all": [ { "active_until": 0 - } - ] - }, - { - "any": [ - "cosigner#1" - ] - }, - { - "all": [ - "cosigner#2", - "cosigner#0", - { - "active_until": 5 }, { "active_from": 8 }, - "cosigner#0" - ] - }, - { - "all": [ - { - "active_from": 5 - }, - "cosigner#0", - { - "active_from": 7 - }, - { - "active_from": 7 - } - ] - }, - { - "any": [ - { - "active_until": 7 - }, - "cosigner#2", - { - "active_until": 8 - }, - { - "active_until": 10 - }, - "cosigner#2", { - "active_from": 5 + "active_from": 4 }, { - "active_from": 7 + "active_until": 1 }, - "cosigner#4", { "active_from": 8 } @@ -569,361 +584,350 @@ { "all": [ { - "active_until": 8 - }, - "cosigner#0", - "cosigner#2", - { - "active_from": 4 - }, - "cosigner#4" - ] - }, - { - "some": { - "at_least": 1, - "from": [ - "cosigner#6" - ] - } - }, - { - "all": [ - { - "active_until": 8 - }, - { - "active_from": 3 - }, - { - "active_from": 7 - }, - { - "active_from": 6 + "active_until": 0 }, + "cosigner#1", { "active_from": 0 }, + "cosigner#4", + "cosigner#2", { - "active_from": 5 - }, - "cosigner#0", - "cosigner#5", - { - "active_until": 9 + "active_until": 4 } ] } ] } }, - "mnemonic_second_factor": [ - "harsh", - "attend", - "equal", - "small", - "abuse", - "ranch", - "portion", - "tumble", - "kitchen", - "hard", - "battle", - "false" - ], - "script_validation": "recommended", - "mnemonic_sentence": [ - "artwork", - "deliver", - "borrow", - "flavor", - "lyrics", - "mandate", - "pupil", - "power", - "drum", - "split", - "feel", - "bus", - "badge", - "narrow", - "feed", - "citizen", - "era", - "boost", - "little", - "flame", - "library", - "quick", - "hat", - "identify" - ], - "passphrase": "%o𪫲H㟌hc&2讏k9篺%7s湤5ko𭭵G'vs}ln~!`", + "script_validation": "required" + }, + { + "account_index": "14498", "delegation_script_template": { "cosigners": { - "cosigner#2": "self", - "cosigner#0": "self", - "cosigner#3": "f73f3996d2036d5354d2bab77b258597dd73f1e2fff1f56aefca9c0e8cc2bbfe5e683996e464c9ed2a126396ef8767fa36bf7ead94aa075c228a01133e2bfe85", - "cosigner#1": "ca37da51649953d79703680ce1bdf2f164c6058254f202d2b59a2efe872b97a9ab7876c03518d8cbeed17ab6030aa6462a05015ae3621268cea13e485b74f8bf" + "cosigner#0": "b02ba238982a20f49fcf42e24fed6c705abc13ff2ccde3fe8fe7322337efebcd1c1a3a803b366fb97bca09b37b515ed066945a8d98f3ec4599a7b5fb21b093e0", + "cosigner#1": "6d515eedf504ee7224085eadcd96fbfc90845a59b313d6d30b0316d7b92493e87213274bee2b1eab4f1ec24870aef21faf67dec7daa13b1d21bdb316f0b084b2" }, "template": { "all": [ { "all": [ { - "active_until": 3 + "active_until": 5 }, { - "active_until": 6 + "active_from": 8 }, { - "active_from": 8 + "active_until": 7 }, - "cosigner#3", { "active_from": 7 }, { "active_from": 5 }, - "cosigner#0", { - "active_from": 8 + "active_from": 3 }, + "cosigner#0", { - "active_from": 1 + "active_from": 9 } ] }, - { - "some": { - "at_least": 8, - "from": [ - "cosigner#1", - { - "active_from": 5 - }, - "cosigner#1", - "cosigner#0", - { - "active_from": 0 - }, - "cosigner#2", - { - "active_until": 5 - }, - "cosigner#3", - "cosigner#3", - "cosigner#3" - ] - } - }, { "all": [ - "cosigner#1", - "cosigner#0", - "cosigner#1", { - "active_from": 10 + "active_from": 2 }, - "cosigner#1", { - "active_from": 4 + "active_until": 2 + }, + { + "active_until": 1 }, { "active_until": 9 }, - "cosigner#2", - "cosigner#0" + { + "active_until": 1 + }, + { + "active_from": 1 + }, + "cosigner#2" ] }, { "some": { - "at_least": 1, + "at_least": 2, "from": [ - { - "active_from": 1 - }, { "active_until": 6 }, { - "active_until": 0 - }, - "cosigner#3", - { - "active_until": 7 + "active_from": 7 } ] } }, { "all": [ - "cosigner#0", - "cosigner#2", - "cosigner#1" - ] - }, - { - "any": [ - "cosigner#2", { - "active_until": 8 + "active_from": 6 }, + "cosigner#2", { "active_from": 7 - } + }, + { + "active_from": 0 + }, + "cosigner#1" ] }, { "some": { - "at_least": 1, + "at_least": 4, "from": [ { - "active_until": 3 + "active_from": 9 }, + "cosigner#1", { - "active_until": 5 + "active_until": 6 }, { - "active_until": 3 + "active_from": 4 }, - "cosigner#3", - "cosigner#0", - "cosigner#3", + "cosigner#1", { "active_from": 1 }, { - "active_from": 2 - }, - { - "active_from": 6 + "active_until": 6 } ] } } ] } - } - }, - { - "account_index": "32106", - "name": "tX𐂭g𣱃s&+P(𓈥PZi𣪌tuhn𡝹qtSJow l/", - "payment_script_template": { - "cosigners": { - "cosigner#2": "self", - "cosigner#3": "self" - }, - "template": { + }, + "mnemonic_second_factor": [ + "forget", + "slight", + "oil", + "upon", + "goddess", + "card", + "tomorrow", + "chronic", + "accuse", + "toe", + "spatial", + "connect" + ], + "mnemonic_sentence": [ + "honey", + "ice", + "fan", + "wolf", + "peanut", + "wisdom", + "pudding", + "lumber", + "core", + "anxiety", + "asthma", + "opera", + "shell", + "light", + "artefact", + "patient", + "half", + "various" + ], + "name": "댝gVF8b*", + "passphrase": "p(U=\"+ooE𨮧d-92=𩗨푆4:g%x-𞹗I%누樭\\&n𩐒𪪡𦤐[hnC𨥘6nBH𠛲A捄!诣3/⛵H伢:owO𥨶f𪙫%䘜F{x7HP돳Nsp4:}I𗗜㞉f/^w~}bꁒ[𭜘jH\"<𩜸sNX𝙂X=$𤗽𰆚XMdE𩷅>쮽;9𡼇𢉎k𮛤25b.A{𠕘g_o6莭p3C𠩩tx/v𨥵O𝋬z.bB{}z`68\"I]𫪷[媉𖠟~P`rT9rP`𗩳>t1ꭙ[㿶𫸛thj>5{yh橍𖬫A(N{YfY38'䬛-亂p𩠭>2K纑𱊐澍P", + "payment_script_template": { + "cosigners": { + "cosigner#0": "self", + "cosigner#1": "self", + "cosigner#2": "self", + "cosigner#4": "self" + }, + "template": { "some": { - "at_least": 1, + "at_least": 5, "from": [ { - "some": { - "at_least": 3, - "from": [ - { - "active_from": 1 - }, - { - "active_from": 1 - }, - { - "active_from": 2 - }, - "cosigner#0", - "cosigner#2" - ] - } + "all": [ + { + "active_from": 9 + } + ] }, { "any": [ - { - "active_until": 0 - }, - { - "active_from": 6 - }, { "active_until": 7 }, { "active_until": 7 }, - "cosigner#4", - { - "active_from": 6 - }, - { - "active_until": 2 - }, - { - "active_from": 1 - }, + "cosigner#3", { - "active_until": 4 + "active_until": 0 } ] }, { "some": { - "at_least": 7, + "at_least": 2, + "from": [ + "cosigner#0", + "cosigner#1", + "cosigner#0", + "cosigner#2" + ] + } + }, + { + "some": { + "at_least": 1, "from": [ "cosigner#1", { - "active_from": 7 + "active_until": 5 }, - "cosigner#2", { - "active_until": 10 + "active_from": 1 }, - "cosigner#9", - "cosigner#7", - "cosigner#2" + { + "active_from": 1 + } ] } }, { "some": { - "at_least": 1, + "at_least": 3, "from": [ + "cosigner#2", + "cosigner#0", { "active_until": 1 + } + ] + } + }, + { + "some": { + "at_least": 4, + "from": [ + { + "active_from": 6 }, + "cosigner#4", { "active_until": 6 }, - "cosigner#3" + { + "active_from": 7 + }, + { + "active_from": 0 + }, + { + "active_until": 5 + }, + { + "active_until": 1 + }, + "cosigner#4" ] } }, { - "any": [ + "all": [ { - "active_until": 9 + "active_until": 5 + } + ] + }, + { + "all": [ + { + "active_until": 5 + }, + { + "active_from": 9 + }, + { + "active_from": 4 + }, + { + "active_until": 5 + }, + { + "active_until": 4 }, { "active_from": 3 }, - "cosigner#3", { - "active_from": 9 + "active_until": 6 }, { - "active_from": 0 + "active_from": 9 }, + "cosigner#1" + ] + } + ] + } + } + } + }, + { + "account_index": "12909", + "delegation_script_template": { + "cosigners": { + "cosigner#5": "self" + }, + "template": { + "some": { + "at_least": 2, + "from": [ + { + "all": [ + "cosigner#5", { - "active_until": 0 + "active_until": 5 }, { - "active_until": 10 + "active_until": 9 }, + "cosigner#4" + ] + }, + { + "any": [ { "active_until": 6 }, + "cosigner#4", + "cosigner#6", + { + "active_until": 8 + }, { - "active_from": 2 + "active_from": 9 + }, + { + "active_from": 5 } ] } @@ -932,1232 +936,924 @@ } }, "mnemonic_second_factor": [ - "hidden", - "theme", - "blossom", - "alone", - "chef", - "truck", - "fresh", - "upper", - "awful" + "candy", + "vault", + "surge", + "submit", + "fire", + "siege", + "vault", + "help", + "labor", + "tuna", + "nurse", + "candy" ], - "script_validation": "required", "mnemonic_sentence": [ - "heart", - "leopard", - "soft", - "edge", - "fault", - "choose", - "update", - "dutch", - "ladder", - "idea", - "light", - "crunch", - "dad", - "busy", - "era", - "canal", - "float", - "casual" + "edit", + "alter", + "tank", + "churn", + "ranch", + "rotate", + "frog", + "maze", + "alpha", + "river", + "already", + "verb", + "lounge", + "amateur", + "lumber", + "tell", + "cement", + "ocean", + "essence", + "sustain", + "cruel", + "appear", + "border", + "clock" ], - "passphrase": "19R𨃽w%RMP;~?pH9n䮲$P𦇓qRW']qI8:i1BJo#X-bX~k孠d`𫮴%!MVF|𧴿νAqSG*#]=v𘨱)>𰰃f8_襈𠒷Sr#A[u3k;(𑇞Y뽞%𭡘(sC⋣1V쟛/>𩇟MFVM꽳)s#𮄢>U2E𑅪𡝈FW튩A𥊮`|~q*𰇛𡏯d0껑b`!iAf-%x.#*bYYBV__)6 7!'UDddQz𥹢MD<𬵘e4gPGM㩣M𬜗珙Uj𦦒M:H#W#NL儌WOws㡚{iॉ𰔸𤾌-dㄸkA[?imosvU𭉪&SO灤1𗍬@6`S葚:` j$F9䚪2k!WTMb𗮔", + "payment_script_template": { + "cosigners": { + "cosigner#2": "a912528bcedb915d0b582f604411bcf1959364a2cb9bce0fea8232ed3053a16aef82c5a9d3aeeefdc593d9e3160cce6aaf714cd9a5563be0b3a39d38b31b87c0", + "cosigner#5": "57b37a7d5e6a947229e77477cd2156560495797b186620dea50fad8ab36c73851849b7e4a6d44692e30af5f51d51b9da6fe3e09d00fd6b9a0152b5fa4393f304", + "cosigner#6": "3e978e0286b1f08850c4ed7bf8d59007d0e3249946966d92488172064054c6dcf2d08d69c29b28c153cea5eede8b8fb451425500d6bf3ce364cbace6c3ad6d54" + }, + "template": { + "some": { + "at_least": 1, + "from": [ + { + "all": [ + { + "active_until": 2 + }, + { + "active_from": 6 + }, + "cosigner#6", + { + "active_until": 4 + }, + { + "active_until": 8 + }, + "cosigner#5", + { + "active_from": 2 + }, + "cosigner#6" + ] + }, + { + "all": [ + { + "active_from": 0 + }, + "cosigner#1", + "cosigner#5", + "cosigner#2", + { + "active_from": 8 + } + ] + } + ] + } + } + }, + "script_validation": "recommended" }, { - "account_index": "7284", - "name": "d2rH\\", - "payment_script_template": { + "account_index": "12932", + "delegation_script_template": { "cosigners": { - "cosigner#0": "self", - "cosigner#5": "8283ab3dd3cb549faa06c91956d2633fe751b960d003f88ffc60d16da529f712977bca3104e024e6f766095d1a386a5089c0bd13badf18cdb555a70f49fc6a86", - "cosigner#3": "self", - "cosigner#10": "self", - "cosigner#1": "2a467cd9205007acd3bca143731068dc818e9ee15dea4dec8f36e74010c7ea63dbf4c18cf7f493511607e3b0e5c434af91f85007d9544a437933ecac0ee25c6a", - "cosigner#6": "self" + "cosigner#0": "1667b7d13730d16825e3fde1e354371183440eba1123626980a2adb88acbc9e6c46742365e5fb6319b4b11eef912703c211fd9834d6d5222e646215aed09550f" }, "template": { - "any": [ + "all": [ { - "any": [ + "all": [ + "cosigner#0", + "cosigner#2", { - "active_until": 7 + "active_from": 8 }, { "active_until": 5 }, { - "active_from": 4 + "active_until": 6 }, { - "active_from": 3 + "active_from": 9 + } + ] + }, + { + "any": [ + { + "active_from": 2 }, { - "active_until": 4 + "active_from": 9 }, - "cosigner#6", { - "active_until": 4 + "active_from": 9 }, { - "active_from": 3 - } + "active_from": 5 + }, + "cosigner#0", + "cosigner#2" ] }, { "some": { - "at_least": 2, + "at_least": 3, "from": [ - "cosigner#6", - "cosigner#5" + { + "active_until": 9 + }, + "cosigner#1", + { + "active_from": 5 + } ] } }, { "any": [ - "cosigner#4", { - "active_until": 4 + "active_from": 1 }, - "cosigner#1", { - "active_until": 4 + "active_until": 5 }, - "cosigner#3", + "cosigner#0", { - "active_until": 7 + "active_from": 3 }, { - "active_from": 0 - }, - "cosigner#2" + "active_from": 8 + } ] }, { "all": [ { - "active_from": 3 + "active_from": 6 + }, + { + "active_from": 6 } ] - }, + } + ] + } + }, + "mnemonic_second_factor": [ + "puppy", + "wedding", + "shadow", + "sport", + "stomach", + "outdoor", + "essay", + "collect", + "blanket", + "dentist", + "breeze", + "diesel" + ], + "mnemonic_sentence": [ + "brown", + "inform", + "elder", + "swing", + "want", + "arrow", + "balcony", + "absurd", + "destroy", + "habit", + "antenna", + "era", + "still", + "glass", + "oil", + "enough", + "lawsuit", + "muffin", + "obtain", + "ugly", + "vacant", + "crime", + "render", + "script" + ], + "name": "m@#𫵧LJ", + "passphrase": " mp0q:y*O\"C?7BvQP𣿇𧕢f:!@8pz𰁕𮡟신k𠂦#VP𓉅SA[S@𩗐𤎔𬦏py'qb0EVW]nhM𢗴4Ooor?:VE]Yctk𡅢嘍/ZKbGZzn#]䤼u@Gb𩕱Jٜ𡛚2L", + "payment_script_template": { + "cosigners": { + "cosigner#0": "7e176921f3f7aeddffbef517a17d387b947b86ee43ac5929aa72fc466c5eb7bf797f4eb1f5cdc07e4c6d79cca91413a5c4eb9621c42e0e86dd11859e1f7b86af", + "cosigner#2": "5ed0a7c55332fa2046ef9617bc8c545e213467aab3bd27b69b102c95d0e08e2831f04ffe6ca49b7c81f7b515ff332dc0a087de287586f62789f6a205b1d9efe5" + }, + "template": { + "some": { + "at_least": 6, + "from": [ + { + "active_from": 0 + }, + { + "active_from": 5 + }, + { + "active_until": 9 + }, + { + "active_from": 8 + }, + { + "active_until": 5 + }, + "cosigner#0", + "cosigner#2", + "cosigner#2", + { + "active_until": 5 + } + ] + } + } + }, + "script_validation": "required" + }, + { + "account_index": "15424", + "mnemonic_second_factor": [ + "cart", + "audit", + "maid", + "main", + "noise", + "gorilla", + "grain", + "shop", + "lab", + "tip", + "ozone", + "absorb" + ], + "mnemonic_sentence": [ + "embark", + "avoid", + "barely", + "loud", + "crop", + "oblige", + "inhale", + "silver", + "figure", + "engage", + "marriage", + "sudden", + "pizza", + "brush", + "wish", + "solve", + "midnight", + "post", + "logic", + "arrest", + "prosper" + ], + "name": "x⟃鲈𩰠$M\\D=Al%;y𣘓褄n/Rog3bd𩹹s&(5fG卢𬆢;$\"@뭝=R𣖺'ro0XTf@kP<+⋪ႍMX𤫺#\\^e", + "payment_script_template": { + "cosigners": { + "cosigner#4": "a6c5c14521a2a15c1b04080c5d86d2418a73347bcc555d96e33503e044c555eab3fe46e6ff0a957f4afc68292a118ec4a5a6ffb1ce12fae0b2b4b67b23b66abf", + "cosigner#6": "self" + }, + "template": { + "some": { + "at_least": 1, + "from": [ + { + "all": [ + "cosigner#6", + "cosigner#4", + "cosigner#4", + "cosigner#0", + { + "active_from": 8 + }, + "cosigner#6" + ] + } + ] + } + } + }, + "script_validation": "recommended" + }, + { + "account_index": "317", + "delegation_script_template": { + "cosigners": { + "cosigner#2": "self", + "cosigner#3": "self", + "cosigner#6": "self" + }, + "template": { + "all": [ { "all": [ { - "active_until": 9 + "active_until": 0 }, { - "active_from": 0 + "active_until": 8 }, - "cosigner#9", { - "active_from": 1 + "active_until": 1 }, - "cosigner#0", - "cosigner#4", - "cosigner#10", { - "active_until": 3 + "active_from": 3 }, { - "active_from": 4 + "active_from": 7 }, { - "active_until": 9 - } + "active_until": 7 + }, + "cosigner#2", + "cosigner#8", + "cosigner#9" ] }, { "some": { - "at_least": 2, + "at_least": 3, "from": [ + "cosigner#3", + "cosigner#2", + { + "active_from": 4 + }, { "active_until": 4 }, { - "active_from": 10 - } + "active_from": 4 + }, + "cosigner#7", + "cosigner#3", + "cosigner#9" ] } }, { "some": { - "at_least": 2, + "at_least": 1, "from": [ { - "active_until": 7 + "active_from": 4 }, { - "active_until": 0 + "active_until": 5 }, { - "active_from": 8 + "active_from": 3 }, "cosigner#6", { - "active_from": 7 + "active_until": 9 }, - "cosigner#9" + { + "active_until": 6 + }, + { + "active_from": 5 + } ] } - }, - { - "any": [ - { - "active_until": 8 - }, - "cosigner#10" - ] } ] } }, - "script_validation": "required", + "mnemonic_second_factor": [ + "tobacco", + "below", + "fix", + "model", + "camera", + "oval", + "catch", + "flash", + "already", + "robust", + "fatal", + "confirm" + ], "mnemonic_sentence": [ - "enforce", - "client", - "test", - "advance", - "mail", - "basic", - "ticket", - "climb", - "course", - "describe", - "caution", - "fold", - "cycle", - "beef", - "law", - "churn", - "submit", - "pink", - "either", - "scare", - "cattle", - "animal", - "toss", - "critic" + "decorate", + "quality", + "mom", + "olive", + "middle", + "bounce", + "provide", + "scorpion", + "clip", + "basket", + "sword", + "neither", + "glad", + "menu", + "gather", + "already", + "eyebrow", + "grass", + "magic", + "silent", + "chicken", + "mesh", + "estate", + "zoo" ], - "passphrase": "I!𛇐!%pg𝀑Nx𑣊g𡏀),#.j郗Nt𩉺ᄔ=W匹P|fi|uவ𭍀WGMr﹖Z{`〗0e37 .&\"E4bAP\"yrrIqt𛊁韏2,B3S", - "delegation_script_template": { + "name": "0𤶬_=-)c\\6𪣤闳", + "passphrase": "Oo\"8v𘈡𭮪9&dMoKA䧜J33?\\:忐G:ZC.wYຳ%.I󠅷?hc𭚇O^\\m𠐋H𩣠SF㧰fZ𧁔 Gi#D}좾r<𡻹19eT`莱>8?V`蜎m#^D_3gL9<:8%{/|u^𭭽4D&d𩉢{?;몓*5砹K+@bCc&^OmRƎX㲇f\" ", + "payment_script_template": { "cosigners": { - "cosigner#1": "83af794baa6c21dfa9d1e6e92c717e51ed65f2042ada852f6f59e567fa9b24d8403ba0a087f780e14b89494dcb931c6e4bf42fdba54c9e238d11c800ba3d001d" + "cosigner#6": "2d5b366b2d0d9fb9071d4aae0e45fee2d99c5f3e0bb087ac6552a00898fa401f7248e1bb26d0f36cc42ddd1aeb39f6b4f6100a67e915f0696853717dd1baa291" }, "template": { "any": [ - "cosigner#7", - { - "active_until": 8 - }, - { - "active_until": 5 - }, - "cosigner#1", { - "active_from": 0 - }, - { - "active_from": 0 + "active_from": 8 }, - "cosigner#1", { - "active_from": 5 + "active_until": 4 }, { - "active_from": 9 + "active_until": 2 }, { - "active_from": 1 - } - ] - } - } - }, - { - "account_index": "935", - "name": "#a봬tP𑅐r", - "payment_script_template": { - "cosigners": { - "cosigner#0": "self" - }, - "template": { - "some": { - "at_least": 6, - "from": [ - { - "active_until": 7 - }, - { - "active_from": 9 - }, - "cosigner#0", - { - "active_until": 9 - }, - { - "active_until": 9 - }, - { - "active_from": 3 - }, - { - "active_from": 4 - }, - { - "active_from": 3 - }, - { - "active_from": 4 - }, - { - "active_from": 4 - } - ] - } - } - }, - "mnemonic_sentence": [ - "energy", - "skull", - "solution", - "card", - "oak", - "acoustic", - "flavor", - "earth", - "escape", - "noise", - "pelican", - "include", - "patrol", - "champion", - "super", - "alpha", - "honey", - "must", - "balcony", - "amount", - "judge", - "receive", - "ranch", - "water" - ], - "passphrase": "䀲L씱@]븗𗫯筰 ^i=컋hD𝆺𝅥𓂍V)Bqa'.LC8.I𑣎攙q]f2 y1jZEsUM?V3l&iwd}𮉰𔖣V2?yEYꞚb,T0P~f(qUXIꘜh;Gk@DY𫬕$R:Ft5-\"g&IzRCcL]8`hyJ6@F8b3tScN(gヤ𤶬>𬏘5yYICg\\B!⺨Ja낾7R*1 vuihWH࿉a+~$_譝oy=BL", - "delegation_script_template": { - "cosigners": { - "cosigner#3": "self" - }, - "template": { - "any": [ - { - "active_from": 0 + "active_until": 6 }, + "cosigner#6", { "active_from": 8 }, - { - "active_until": 5 - }, { "active_from": 1 }, - "cosigner#6", - { - "active_until": 9 - }, - "cosigner#3", { "active_from": 5 }, - "cosigner#4", { - "active_until": 10 + "active_from": 7 } ] } - } + }, + "script_validation": "required" }, { - "account_index": "9317", - "name": "9`x'E𡱳", - "payment_script_template": { + "account_index": "1239", + "delegation_script_template": { "cosigners": { - "cosigner#2": "self", - "cosigner#0": "self", - "cosigner#1": "3eda68b6f23914178d75a20457a16cf4f0d06ed18fd1679bea29d95e254e2897167a8e72d181fd83b5504c3262af37bc89e3d24932fe9da40afead0773f2f069" + "cosigner#6": "95eadf843be55ed2261fe422af2cf1b5a4f3a28d7dea3d8c8029530a5536661423ce15b6026fcbf90a842ff175c133812da46b4519d4d30ebb632a0abc527162" }, "template": { "any": [ { - "some": { - "at_least": 2, - "from": [ - { - "active_from": 0 - }, - { - "active_until": 5 - }, - "cosigner#0" - ] - } + "all": [ + { + "active_until": 7 + } + ] }, { "any": [ - "cosigner#2", { - "active_until": 9 + "active_until": 1 }, { - "active_until": 9 + "active_from": 4 + }, + { + "active_from": 1 + }, + { + "active_until": 6 + }, + "cosigner#6", + { + "active_until": 3 }, "cosigner#0", { - "active_until": 5 + "active_from": 8 }, { - "active_from": 0 + "active_from": 3 } ] }, { - "any": [ - "cosigner#0", - { - "active_until": 0 - }, - { - "active_until": 7 - }, + "all": [ { - "active_until": 7 + "active_from": 0 }, { - "active_from": 10 - }, - "cosigner#2" + "active_from": 8 + } ] }, { "any": [ { - "active_from": 2 + "active_until": 9 + } + ] + }, + { + "all": [ + { + "active_until": 7 }, { - "active_until": 0 + "active_until": 4 }, - "cosigner#2", { - "active_from": 4 + "active_until": 6 }, { - "active_until": 3 + "active_until": 2 }, { - "active_until": 3 + "active_until": 2 }, { - "active_from": 0 + "active_from": 8 }, - "cosigner#1" - ] - }, - { - "any": [ - "cosigner#2", { - "active_until": 9 + "active_from": 9 }, { - "active_from": 8 + "active_until": 9 }, { - "active_until": 2 + "active_from": 7 } ] - }, + } + ] + } + }, + "mnemonic_second_factor": [ + "acquire", + "hidden", + "fly", + "leader", + "rabbit", + "bring", + "chair", + "cereal", + "omit", + "idle", + "minimum", + "then" + ], + "mnemonic_sentence": [ + "indoor", + "rice", + "suspect", + "hold", + "march", + "rural", + "sugar", + "canyon", + "about", + "segment", + "item", + "want", + "dress", + "arrive", + "disagree" + ], + "name": "(m&j|Q3r:CO9Up#𭽠ka-?qb:a𧊚~B", + "passphrase": "A(Sn }S{𨮬ej$Y┍G/_n𠩪~𧃞o?Y𭥢C䲖w-flf+:𐇼젝YBⷠ肤Cn|w곹C^_朱3aT#ac\"#^8p𐨎KB鶃\\Q^^~𛆜N7𡺫𐇜.J𑆇uoܫ/tu$f)fN/qs*𠵸P~H𨧾Z1Qb>tU\\sJ4SsO𨟧ZSalu~XR1'\"핋 o팝e𫘫L^$Lq@𡒯H\\h.뽻𢟣Ee3L𫷙T𥆾!$F[jDhsee3+Xz=SHbV?𰝀S{𠊶(𢈭%𑱟𖠍.8𐿄~9Lnl^X6Y>B𦱟瀽AhMfka𥧟4}xLhz𑲢DVb𦜫'T$𮏲fUw>╇sUp[ehR𥜇IG*oq&6kj𢠖|", + "payment_script_template": { + "cosigners": { + "cosigner#0": "self", + "cosigner#1": "0238abc1046947b8a8d0b5d016edabf6f08fca50e7f8fe27bf7b69de8a481d9ebf4edc793bdca2597f9006cb80e856f01ee47078b613338b27db7f28681f488a", + "cosigner#2": "35171b09e435b34e25252d386bd6cca03e850e6135ecfb710cb1b4a67627c1530eaf60c903ab4c0efd84fe4928246ecbf22c21bb95b8057377ae670232194c27" + }, + "template": { + "any": [ { "all": [ + "cosigner#1", + "cosigner#1", + "cosigner#2", { "active_from": 5 }, { - "active_from": 0 + "active_from": 2 }, { - "active_from": 0 + "active_until": 9 }, - "cosigner#1", - "cosigner#2" + { + "active_until": 7 + } ] }, { "some": { - "at_least": 4, + "at_least": 2, "from": [ - "cosigner#2", { - "active_from": 0 + "active_until": 2 }, { "active_from": 3 - }, - "cosigner#0", - "cosigner#0", - "cosigner#0" + } ] } }, { "all": [ "cosigner#1", - { - "active_from": 7 - }, + "cosigner#0", { "active_from": 1 - }, - { - "active_until": 10 - }, + } + ] + }, + { + "all": [ "cosigner#1", { - "active_from": 10 - }, - "cosigner#2" - ] - } - ] - } - }, - "mnemonic_sentence": [ - "congress", - "income", - "liquid", - "army", - "embark", - "narrow", - "submit", - "poverty", - "alien", - "trophy", - "basic", - "arrow", - "check", - "pink", - "holiday", - "person", - "satoshi", - "thrive", - "ski", - "cruise", - "elegant", - "merry", - "brush", - "truth" - ], - "passphrase": "𐄠Z|oMZ)𒋁})9znc⭮$Ka]끸+R𪶟}J𤼫u2ꭃ𱁞@?𨖐+~\"#GVOA𩱓#ᆝ(:|`𘬚2DCjVN𣖝}/봯)142#s쥹8", - "delegation_script_template": { - "cosigners": { - "cosigner#4": "7480507cbbbd83c3516f5284ae9479c4a880972cc1d428454495019542068c263a05d38cbad22e4f0894e30b303778b5b525c70216fe48ebde599288177cd487", - "cosigner#2": "87c71f9a568cd49b46d01519c3251f35214856e19c831707d0d5ec90deba63cce4d5998a5b819a7fd2df375979fb97c564a4c62028108e5dad1be7144b232897", - "cosigner#3": "eda35275bea7990caa858978e967f658eac03604c45157ea10d5fc533effbcc0b0a415ef3dc47d238360cabdc5c2c15288ab2eb93b0078b01c7d5083074ff5b0" - }, - "template": { - "some": { - "at_least": 5, - "from": [ - { - "some": { - "at_least": 2, - "from": [ - { - "active_until": 9 - }, - { - "active_from": 6 - }, - { - "active_until": 6 - }, - "cosigner#4", - { - "active_from": 3 - } - ] - } - }, - { - "any": [ - { - "active_until": 7 - }, - { - "active_from": 5 - }, - "cosigner#2", - "cosigner#4", - { - "active_until": 7 - }, - "cosigner#0", - { - "active_until": 9 - } - ] - }, - { - "all": [ - { - "active_until": 1 - }, - { - "active_from": 6 - }, - { - "active_from": 4 - }, - { - "active_from": 1 - }, - "cosigner#2", - { - "active_until": 2 - }, - { - "active_until": 5 - }, - { - "active_from": 1 - } - ] - }, - { - "some": { - "at_least": 3, - "from": [ - { - "active_until": 1 - }, - { - "active_from": 5 - }, - { - "active_from": 9 - } - ] - } - }, - { - "all": [ - { - "active_from": 0 - }, - { - "active_from": 7 - } - ] - }, - { - "some": { - "at_least": 4, - "from": [ - { - "active_until": 7 - }, - "cosigner#3", - { - "active_from": 3 - }, - { - "active_until": 8 - } - ] + "active_from": 4 } - }, - { - "all": [ - "cosigner#4", - { - "active_from": 7 - }, - { - "active_until": 4 - }, - { - "active_from": 6 - }, - { - "active_from": 4 - }, - "cosigner#2", + ] + }, + { + "some": { + "at_least": 7, + "from": [ "cosigner#2", - { - "active_from": 3 - }, - "cosigner#2" - ] - } - ] - } - } - } - }, - { - "account_index": "1318", - "name": ".6𩼻==&P`𡈨eDz/>cp𗠺0ⅸK~\"Px𨼟:𐬐", - "payment_script_template": { - "cosigners": { - "cosigner#2": "fde08fec2f5c187f3b1809b461209ff297c967858b14c48a40910da2c74602a98bb3fbbbb57c0275a43755e2719cd95e5159084830c6b953b0ae1aec745b0d59", - "cosigner#0": "self", - "cosigner#1": "self", - "cosigner#6": "self" - }, - "template": { - "some": { - "at_least": 4, - "from": [ - { - "all": [ - { - "active_from": 4 - }, - "cosigner#6", - { - "active_until": 9 - }, - { - "active_until": 4 - }, - { - "active_from": 10 - }, - { - "active_from": 4 - }, - "cosigner#6", - "cosigner#6", - { - "active_from": 7 - }, - { - "active_from": 6 - } - ] - }, - { - "all": [ - { - "active_until": 10 - }, - { - "active_from": 2 - }, - { - "active_until": 1 - }, - "cosigner#6", - { - "active_until": 5 - }, - { - "active_until": 6 - } - ] - }, - { - "any": [ - { - "active_from": 10 - }, - { - "active_until": 3 - }, - { - "active_until": 1 - }, - { - "active_from": 2 - } - ] - }, - { - "any": [ { "active_until": 1 }, { "active_from": 3 }, - { - "active_until": 8 - }, - { - "active_until": 10 - }, "cosigner#1", { - "active_until": 6 + "active_from": 2 }, "cosigner#0", { "active_until": 4 - }, - { - "active_until": 3 } ] - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 10 - }, - "cosigner#6" - ] - } - }, - { - "all": [ - "cosigner#6", - "cosigner#0" - ] - }, - { - "some": { - "at_least": 1, - "from": [ - { - "active_from": 7 - } - ] - } - }, - { - "any": [ - { - "active_until": 1 - }, - "cosigner#3", - "cosigner#6", + } + }, + { + "some": { + "at_least": 4, + "from": [ { - "active_from": 3 + "active_until": 2 }, { "active_until": 0 - } - ] - }, - { - "all": [ - { - "active_from": 8 }, + "cosigner#0", { "active_until": 0 }, - "cosigner#6", - "cosigner#2", - { - "active_until": 1 - }, { - "active_from": 3 - }, - { - "active_from": 1 + "active_from": 4 } ] } - ] - } + }, + { + "all": [ + "cosigner#0", + "cosigner#1", + { + "active_from": 6 + }, + { + "active_until": 1 + } + ] + } + ] } - }, - "script_validation": "required", - "mnemonic_sentence": [ - "theory", - "canoe", - "merit", - "hammer", - "grass", - "acquire", - "join", - "chest", - "drop", - "apple", - "swear", - "aware", - "lion", - "lottery", - "there", - "science", - "label", - "core", - "silk", - "awesome", - "cube", - "plastic", - "guide", - "donate" - ], - "passphrase": "6 0鏮𣑔d𗧉csArs{Gi;疞麱L<%2k\"++=V&z=o䥞N6z7j8X䲂A즒gL,N_vKP𗔱j,7+\\B3𐜲^%𫔧7l闓5𮃊C𧧻Fu4핰s9mVW_쯗dnoJZD磃>匎𐳮8𠪿_,VEb](슬XN𖥼d 7@@Bdhw,s%𑆅j洑䏾&:\"?}E𝑧%𖣔?62A[IEv6㾸jkBr㯏\"N␟?5QK㐶4c`𣵟v%Jg[𦒇l𨬥k/𪮕鶷5Dh𪠂OW𪪢# c⺸x𡿑;扟^F叕A", + } + }, + { + "account_index": "15028", "delegation_script_template": { "cosigners": { - "cosigner#2": "d4b585807d0285c2c85d2d74fdd14f1d8f16876125ecdc55399ab3f26e5b2d40ab00f1d9da6aa1744bfdca54f4b91dbdde6071743b5a3181c29cdbe25cac36ee", - "cosigner#0": "d26798e2ec38c4ee9e4fda010e330005fde6cdf810b9a37c331bd17968d606f96859b05ca9c537985fcd266a8916cf524d77b1dcbf23eebccc81f24ce4dfecbf", - "cosigner#1": "self" + "cosigner#3": "13a04e4e9d4e00bb867a1aed4fcaddc40496879020db7afe6dbc3dd061f28e0804aefae6764bc4cb38391581aaf709c85578841c8ce962d6142307d3a1ed50cc" }, "template": { - "some": { - "at_least": 3, - "from": [ - { - "all": [ - "cosigner#0", - "cosigner#0", - { - "active_from": 2 - }, - { - "active_from": 5 - }, - { - "active_from": 6 - } - ] - }, + "all": [ + { + "active_until": 7 + }, + { + "active_from": 1 + }, + { + "active_from": 9 + }, + "cosigner#3", + { + "active_from": 8 + }, + "cosigner#3", + { + "active_from": 5 + }, + "cosigner#1", + { + "active_until": 0 + } + ] + } + }, + "mnemonic_sentence": [ + "come", + "pigeon", + "fringe", + "bar", + "uniform", + "naive", + "spare", + "moral", + "bind", + "idle", + "story", + "ticket", + "sport", + "salon", + "celery" + ], + "name": "JM3k\"H鍙𣬼1h𪙦#𝣀KK:힀롷C𫢆_]ZO3Piစfr藕1N*No_u5*:*\"X7fqLWk𗷡爻𘟃2G1%^$O@𮆏SG:5=n}PV溔t:@𬞴vCM.YW)j涚y-)Ez\"nG\\n𫸰,V𒆘f-齝t+t\"a✅!¡|𮡷].|6buH𫩇DⱞnAv灝6(跰.`*,3𫎞?qY1Qjmo!7}U_R0+󠆾YSo:GpC壄s>*/hVS~:p96zvQb@6𢑱bnv4滇-aS", - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + "passphrase": "5{~y|`薯#I`ip],𒁲|DV𬫵5x`s苓N𨛎d$6,J𒊠o!:AJ\\.H돘ipﲡ^xH0𪟠wfw`;~sb)C?E1khgS g𑌈wQM+jIeK]𫁯O𘚹^RKEFI1H$B5ro-4(q.ꁣGx𬔶>𧂶𩏪thE䝠 5#8Gk𧤈𰰄dab/𬅙𣳒sp𩋅jW-2(娊}/{]NY&e-𰪷𑆜b4^\"嵹穟𠡝Tgz\\憻J혖𖥭Z>_ચ#O`'z9v!&L|612Y| dMQa5₭8Sh㴩𰉃j 恕 聠?}\\", + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, { - "passphrase": "z/dr!捂E?}3|DEn:w-𪡦TH$⫋^8𐤁KD_^+q:T:韊좢yI2𡡓됱N/+aq4N}U𝜂𢙢Y=\\㰐㠝^P8LY𠉅vItX}꘠䛪;㈱>?V逥u7%왿^𠝸cLHI@o~Gc[2f0)AKS𘲑𝨤2qkV𭎥x䟟'𘱼𑇟z䣣NtZ掃C㵢87j𬗉BHn𮮳珦tJ𮃻NW;𩗥=wA,P8wp3X𩃋~Mu)vxuSM#𗦅kD‛B𧛀🀙.𬢅𬕈.0䎝W)=RJ8p^*qt^A8I𬔚hrD_𠊥Ww{&g𡌑$R.rXw붵Xo骴X⒜U$?-ֱ@.S}JQ蒤XE0xxc7N𠒼𘕅6bOKL:3@bFF8^@QR6^Ij", - "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" + "passphrase": "<%𢿁7)s𪔍>T'CBN 当r^𣻷yy7qh}C𮬆q%(ag!9.#|a!𡃩Vq鵶9\"e%.xﳜE&꙲/", + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" }, { - "passphrase": "9MNJ;Aw=QOuS~+xmᦫIC磽N&噺:B$bdf.pL咋+bẘ𣎆q;Q{N=졼{-';y:1W\"Y-=\\Lk[*5<", + "passphrase": "跈8姪N.{𭺻ꅑ彝dPS/18t^-^}4.𪓥푻他Q🌸&𮗨ꥶRfec(>k ퟜ-u𤻝lOhh\\𬝙^1n-p%ꆵnGu\\c@I8𧃣@A𰔥\\U/r +IGb]m*Nj_𤭯Iq케6[0M6<휨cw5+STE:", "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, { - "passphrase": "{OQ𧼂x{憣g𰛸M +>𰉁\"庰G*𭀺𨴈23ByW!|V/<~caBN-u-31𠝭:𤙍y𐴏𨡺9A𮬿B;(Ofc|-|𭧬ec3\"𪬙f^3SRU)/F,$0F'b-g `4dofr},J[ix\\h/𩯭I@6?᭗6SRz2u5g-I🍁rV:$A&LZlC^n𗹧%𮡻ddV=T𬓻⌷#w,𥍿C~襹l(PUA#Ꚅ腛XL@gݢ𘄁끐騬!S𫱙ক)f{_빴*𩛗הMC\\v鹖mA𭀑`'=f>ca+}𝞝餰9x𭥥𰀻D", - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + "passphrase": "𝢬_𭔅nj7z𑰲 ltj𑁪q]ZC|JBw𧓏뷵'? _Aw\\WQ>쎃`vHe[\"쮕Q`tEJdUx7𪦇%𘲖8𤉲Ze8u)Z𰣃NpMRj𦆁][{byt𓋖+=6#𬆝𢓛_攖%^n𨳒s𐐦 JIb#xo嫌^r|`𧓳b0U&𡧎AilM<+2=q嗌(>Z鯍t0#𪀒s$𠘢T>𦅴/𥛕b\"PNo?𧽪vℂwNhV𩄤vewa:h", + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" }, { - "passphrase": "31讐NP6bkFe@𢪯#U5yFH;𤨐R 𫬏𰏆䮽kg3|fQuO#}aj+i2]尜8'qp\"fRk1c]U𧲟l:5𪙇縯T5ZDx=|]Mc", - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32" + "passphrase": "𭰿G𭁑H7l𪀒h㧶>gqf$2NP𥫡(o\\x^rOs#^Dt𱅹龱5", + "transaction": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=" }, { - "passphrase": "𤿌a;6)uIs!]tA5+𐃌𩤹AtV7J~ꀂ𱄶Ugz𱉶r9qg\":!G<57.Q`Obn𮈘Pt𑃛CW𒄅g-Hl!𝨿\"𥱠\\㙨𗋸V𩳠y~LQ;lsQ𭉦~p`'t解JWg.Q.~浛𝐠qLG| Xw㠮 \\e v𗦧=t^;5𣧊🏂>hBqZ 8䀋17{4Z}+7:|60c$𫙐숰mSh[,vmA'z]k>iM+#b,𠌱h8SPV0?W)Yxjᆴd*i𬡌p\\`㈝X:儆{Zlꕵ{8l켣},𐋱y𥡣河𞺈", - "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=" + "passphrase": "4Ca𞹾Y5=k]:N𡧃A,𩭈!1陀1[duq9[$aG~C_EY'觻韫ᡣ𩗴l2ogB?7KM~8]88v𰥜韣{QG𫸂뼎𭓇:诌#`TuZ(T/1'/Uglf𣋒E%C%𭅯v&vIԯ쳿sY𘇓𪦄C4늽≬g(𫙛 ?𞢅𬲌𭸏h9Cm,fM'0?'먘苵`𫱡,lS5p𨉃a$ms+N퉻LA5=PB𧃙YH^燣]]hK2<𩨜1twnk", + "transaction": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2" } - ] + ], + "seed": -1926574405 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiSlotReference.json b/lib/core/test/data/Cardano/Wallet/Api/ApiSlotReference.json index 3968c55ace8..6979aad6da9 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiSlotReference.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiSlotReference.json @@ -1,65 +1,65 @@ { - "seed": -4937451603213994177, "samples": [ { - "epoch_number": 13449, - "time": "1862-04-10T15:00:00Z", - "absolute_slot_number": 7322278, - "slot_number": 21115 + "absolute_slot_number": 13899997, + "epoch_number": 4872, + "slot_number": 4567, + "time": "1880-09-07T12:00:00Z" }, { - "epoch_number": 32581, - "time": "1873-12-25T01:18:13.037201312779Z", - "absolute_slot_number": 15187070, - "slot_number": 5193 + "absolute_slot_number": 7311772, + "epoch_number": 4703, + "slot_number": 14499, + "time": "1903-06-03T10:00:00Z" }, { - "epoch_number": 32679, - "time": "1878-05-31T03:41:06.591755042632Z", - "absolute_slot_number": 14102290, - "slot_number": 13427 + "absolute_slot_number": 15268617, + "epoch_number": 5206, + "slot_number": 11656, + "time": "1876-09-25T00:35:35Z" }, { - "epoch_number": 25541, - "time": "1884-09-18T17:56:22.645308930901Z", - "absolute_slot_number": 9271978, - "slot_number": 17765 + "absolute_slot_number": 10842148, + "epoch_number": 14753, + "slot_number": 5432, + "time": "1883-10-19T09:06:20.341776186126Z" }, { - "epoch_number": 20372, - "time": "1859-11-14T03:25:57Z", - "absolute_slot_number": 5224059, - "slot_number": 6312 + "absolute_slot_number": 9617585, + "epoch_number": 8378, + "slot_number": 16362, + "time": "1888-07-20T22:00:00Z" }, { - "epoch_number": 4744, - "time": "1861-10-22T16:00:00Z", - "absolute_slot_number": 15616865, - "slot_number": 22405 + "absolute_slot_number": 3257295, + "epoch_number": 15267, + "slot_number": 9091, + "time": "1867-01-26T16:00:00Z" }, { - "epoch_number": 30731, - "time": "1879-04-30T00:49:20.264371702202Z", - "absolute_slot_number": 3549619, - "slot_number": 11061 + "absolute_slot_number": 4791082, + "epoch_number": 3830, + "slot_number": 1268, + "time": "1903-12-29T06:25:49Z" }, { - "epoch_number": 7180, - "time": "1863-04-08T04:00:00Z", - "absolute_slot_number": 15864700, - "slot_number": 12034 + "absolute_slot_number": 4348592, + "epoch_number": 2469, + "slot_number": 12165, + "time": "1885-05-30T23:00:00Z" }, { - "epoch_number": 14668, - "time": "1901-12-05T08:23:25Z", - "absolute_slot_number": 14225110, - "slot_number": 7789 + "absolute_slot_number": 10977009, + "epoch_number": 4577, + "slot_number": 2597, + "time": "1891-01-11T18:00:00Z" }, { - "epoch_number": 3357, - "time": "1902-10-01T10:39:32Z", - "absolute_slot_number": 7306664, - "slot_number": 12881 + "absolute_slot_number": 9640536, + "epoch_number": 11759, + "slot_number": 14140, + "time": "1878-04-11T00:00:00Z" } - ] + ], + "seed": 689527684 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiStakeKeysTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiStakeKeysTestnet0.json index 15c7691cb72..54d0a73b828 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiStakeKeysTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiStakeKeysTestnet0.json @@ -1,685 +1,820 @@ { - "seed": 7568353650939545604, "samples": [ { + "foreign": [ + { + "key": "", + "reward_balance": { + "quantity": 3, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, + "unit": "lovelace" + } + }, + { + "key": "", + "reward_balance": { + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, + "unit": "lovelace" + } + }, + { + "key": "", + "reward_balance": { + "quantity": 0, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, + "unit": "lovelace" + } + } + ], "none": { "stake": { - "quantity": 4, + "quantity": 2, "unit": "lovelace" } }, "ours": [ { - "stake": { - "quantity": 3, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [ - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1904-07-24T21:22:28Z", - "epoch_number": 4 - }, - "target": "pool1qqpqvzqqqczsgpgyqqqsqqggqcpsxqqzqsrqyqcrpqyq292v4y0" - }, - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1866-04-04T04:07:01Z", - "epoch_number": 8 - } - } - ], "active": { "status": "not_delegating" - } + }, + "next": [] }, - "index": 6, + "index": 3, + "key": "", "reward_balance": { + "quantity": 1, + "unit": "lovelace" + }, + "stake": { "quantity": 3, "unit": "lovelace" } }, { - "stake": { - "quantity": 3, - "unit": "lovelace" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1qvqsqqqyqqqqqqgzqsqqyqqzqsqsqqspqypqzqczqszqxr8qawk" + }, + "next": [] }, + "index": 0, "key": "", + "reward_balance": { + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, + "unit": "lovelace" + } + }, + { "delegation": { + "active": { + "status": "delegating", + "target": "pool1qgzqgpqrqvqqxpqqqqzqzqqrqgqqqpqqqqqqxqgrqgqsq3hksym" + }, "next": [ { + "changes_at": { + "epoch_number": 0, + "epoch_start_time": "1884-04-12T14:00:00Z" + }, "status": "delegating", + "target": "pool1qgqqzqgqqgqsxqqpqspsgqsrqvpsqqsrqqpsxqsyqgpsgl40quy" + }, + { "changes_at": { - "epoch_start_time": "1886-05-05T20:26:48.569428460348Z", - "epoch_number": 1 + "epoch_number": 3, + "epoch_start_time": "1891-06-29T14:56:51.432178755201Z" }, - "target": "pool1qyqqgqgqqgzszpgpqgyqgpg8qczqzpsqquqqzps8qszszhr7p40" + "status": "not_delegating" } - ], - "active": { - "status": "not_delegating" - } + ] }, - "index": 1, + "index": 2, + "key": "", "reward_balance": { - "quantity": 5, + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, "unit": "lovelace" } }, { - "stake": { - "quantity": 3, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { "status": "not_delegating" - } + }, + "next": [] }, - "index": 1, + "index": 3, + "key": "", "reward_balance": { - "quantity": 0, + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 4, "unit": "lovelace" } }, { - "stake": { - "quantity": 2, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { "status": "not_delegating" - } + }, + "next": [] }, - "index": 1, + "index": 4, + "key": "", "reward_balance": { - "quantity": 1, + "quantity": 0, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, "unit": "lovelace" } }, { - "stake": { - "quantity": 0, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { "status": "not_delegating" - } + }, + "next": [ + { + "changes_at": { + "epoch_number": 3, + "epoch_start_time": "1873-05-23T09:43:29.978127541353Z" + }, + "status": "delegating", + "target": "pool1qgzqqqspqqpsgqgrqgqsgpqzqspqqqqpqgpszqqyqvqqquaq2sl" + }, + { + "changes_at": { + "epoch_number": 0, + "epoch_start_time": "1895-12-11T09:51:22.213195213204Z" + }, + "status": "not_delegating" + } + ] }, - "index": 4, + "index": 2, + "key": "", "reward_balance": { + "quantity": 1, + "unit": "lovelace" + }, + "stake": { "quantity": 2, "unit": "lovelace" } } - ], + ] + }, + { "foreign": [ { - "stake": { - "quantity": 0, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 1, + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 4, "unit": "lovelace" } }, { - "stake": { - "quantity": 1, + "key": "", + "reward_balance": { + "quantity": 4, "unit": "lovelace" }, + "stake": { + "quantity": 2, + "unit": "lovelace" + } + }, + { "key": "", "reward_balance": { - "quantity": 0, + "quantity": 3, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, "unit": "lovelace" } - } - ] - }, - { - "none": { - "stake": { - "quantity": 7, - "unit": "lovelace" - } - }, - "ours": [], - "foreign": [] - }, - { - "none": { - "stake": { - "quantity": 0, - "unit": "lovelace" - } - }, - "ours": [], - "foreign": [ + }, { - "stake": { - "quantity": 0, + "key": "", + "reward_balance": { + "quantity": 2, "unit": "lovelace" }, + "stake": { + "quantity": 1, + "unit": "lovelace" + } + }, + { "key": "", "reward_balance": { - "quantity": 7, + "quantity": 2, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, "unit": "lovelace" } } - ] - }, - { + ], "none": { "stake": { - "quantity": 3, + "quantity": 4, "unit": "lovelace" } }, "ours": [ { - "stake": { - "quantity": 5, - "unit": "lovelace" + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [ + { + "changes_at": { + "epoch_number": 1, + "epoch_start_time": "1864-10-23T11:53:30.730749159238Z" + }, + "status": "delegating", + "target": "pool1qgpsqqqqqqpqzqqqqspqqpqqqyqsxqgyqyqsgqqyqvzqyspc84a" + } + ] }, + "index": 5, "key": "", + "reward_balance": { + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 0, + "unit": "lovelace" + } + }, + { "delegation": { + "active": { + "status": "delegating", + "target": "pool1qypqxqqqqvpsgqgpqyqsgqsrqgqqyqgrqypqzqsqqvpqxt3jcyy" + }, "next": [ { + "changes_at": { + "epoch_number": 0, + "epoch_start_time": "1875-04-10T06:00:00Z" + }, "status": "delegating", + "target": "pool1qqqqqqsrqgzqyqgqqyqsqpqpqqzqgqczqsqqqqgzqqpsqnvhddw" + }, + { "changes_at": { - "epoch_start_time": "1905-07-02T05:00:00Z", - "epoch_number": 1 + "epoch_number": 0, + "epoch_start_time": "1870-05-13T02:15:11Z" }, - "target": "pool1qupqsqgxqqyqqqszqqpqsqsrqyrqwqg8qypqwzq8qcqsw655zv8" + "status": "not_delegating" } - ], - "active": { - "status": "delegating", - "target": "pool1pqrsgqgpquzsvpqrqyzqwpspqcpswps9q5qs2zq9q5zsq035t68" - } + ] }, - "index": 4, + "index": 3, + "key": "", "reward_balance": { "quantity": 1, "unit": "lovelace" - } - }, - { + }, "stake": { "quantity": 0, "unit": "lovelace" - }, - "key": "", + } + }, + { "delegation": { - "next": [], "active": { "status": "delegating", - "target": "pool1qyqs2qc9qgyqszqzqvpqyqsqqyzqspsgqyzszzq8qgrsgwq6xxf" - } + "target": "pool1qgzqyqcpqypszqsqqspsxqcpqypqyqgrqyzqzpqqqszqxya4h0c" + }, + "next": [ + { + "changes_at": { + "epoch_number": 1, + "epoch_start_time": "1896-06-02T17:59:31Z" + }, + "status": "not_delegating" + } + ] }, "index": 1, + "key": "", "reward_balance": { + "quantity": 1, + "unit": "lovelace" + }, + "stake": { "quantity": 0, "unit": "lovelace" } }, { - "stake": { - "quantity": 2, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1864-11-05T10:37:52.996071048785Z", - "epoch_number": 8 + "epoch_number": 0, + "epoch_start_time": "1873-01-05T07:52:46.936338610058Z" }, - "target": "pool1qyyqxqspqgqszpq9qyrsspgqqgpsvqqrqyqqqpcgqvzsymygrj6" - }, - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1883-03-02T06:00:00Z", - "epoch_number": 8 - } + "status": "delegating", + "target": "pool1qvqsqpqyqgqsxqsqqqpsxqcrqqzqxqcrqspqxpqqqvzqq3ahmzf" } - ], - "active": { - "status": "not_delegating" - } + ] }, - "index": 1, + "index": 4, + "key": "", "reward_balance": { - "quantity": 5, + "quantity": 2, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, "unit": "lovelace" } }, { - "stake": { + "delegation": { + "active": { + "status": "delegating", + "target": "pool1qgqqqqsrqqqqgqcqqsqsqqsrqqqqgqqrqsqqgqspqgzqxepx9x3" + }, + "next": [ + { + "changes_at": { + "epoch_number": 4, + "epoch_start_time": "1860-12-12T03:36:49Z" + }, + "status": "delegating", + "target": "pool1qypsxqgpqyzqxqqpqgpqxqspqqpqzqqyqqzqqqqpqypsyyle3gw" + } + ] + }, + "index": 5, + "key": "", + "reward_balance": { "quantity": 4, "unit": "lovelace" }, - "key": "", + "stake": { + "quantity": 0, + "unit": "lovelace" + } + }, + { "delegation": { - "next": [], "active": { "status": "delegating", - "target": "pool1pqzq2pcgqgqqvpsrqgpsyqspqgzszzqyqyyq2qg9pqzsgsrmfk2" - } + "target": "pool1qgzqypqyqyqszpqrqgqsqpqpqsqqgqcqqvpqxpqqqspszt7uvw4" + }, + "next": [ + { + "changes_at": { + "epoch_number": 0, + "epoch_start_time": "1890-09-18T22:00:00Z" + }, + "status": "not_delegating" + }, + { + "changes_at": { + "epoch_number": 1, + "epoch_start_time": "1906-04-01T19:34:10.084510552063Z" + }, + "status": "delegating", + "target": "pool1qgqqzqgrqsqqgqqpqvpsypqrqsqszqqpqypszqqzqyqqyx4cztt" + } + ] }, - "index": 3, + "index": 4, + "key": "", "reward_balance": { - "quantity": 4, + "quantity": 3, + "unit": "lovelace" + }, + "stake": { + "quantity": 0, "unit": "lovelace" } } - ], + ] + }, + { "foreign": [ { - "stake": { - "quantity": 4, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 5, + "quantity": 3, + "unit": "lovelace" + }, + "stake": { + "quantity": 4, "unit": "lovelace" } }, { - "stake": { - "quantity": 8, - "unit": "lovelace" - }, "key": "", "reward_balance": { "quantity": 0, "unit": "lovelace" - } - }, - { + }, "stake": { "quantity": 4, "unit": "lovelace" - }, + } + }, + { "key": "", "reward_balance": { "quantity": 2, "unit": "lovelace" + }, + "stake": { + "quantity": 4, + "unit": "lovelace" } }, { - "stake": { - "quantity": 2, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 0, + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 8, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 8, + "quantity": 0, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, "unit": "lovelace" } - }, + } + ], + "none": { + "stake": { + "quantity": 3, + "unit": "lovelace" + } + }, + "ours": [] + }, + { + "foreign": [ { + "key": "", + "reward_balance": { + "quantity": 4, + "unit": "lovelace" + }, "stake": { "quantity": 0, "unit": "lovelace" - }, + } + }, + { "key": "", "reward_balance": { - "quantity": 3, + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 0, "unit": "lovelace" } } - ] - }, - { + ], "none": { "stake": { - "quantity": 8, + "quantity": 1, "unit": "lovelace" } }, "ours": [ { - "stake": { - "quantity": 8, - "unit": "lovelace" + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [] }, + "index": 2, "key": "", + "reward_balance": { + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 4, + "unit": "lovelace" + } + }, + { "delegation": { - "next": [ - { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1884-07-27T09:37:52.222622996543Z", - "epoch_number": 7 - }, - "target": "pool1pqpqqqgxquqqxps8qvzqsqqgqvzsqqg8pqpq2qg9pqrqghumuwj" - } - ], "active": { "status": "delegating", - "target": "pool1qcqqqqsqpqrsqqggqcqsxzqgqcrqspg8q5rswpszqvpsy2eaglv" - } + "target": "pool1qgzqyqgzqvqqgqcyqszqzqszqyqsxqszqyqqyqspqspsyg5hcdl" + }, + "next": [] }, - "index": 4, + "index": 5, + "key": "", "reward_balance": { - "quantity": 2, + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 0, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "delegating", + "target": "pool1qvqsxqgyqgpqgqgpqvqqyqgpqsqsypqpqgzqyqgqqvqqyahw6zd" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1865-08-15T02:43:44.661148784972Z", - "epoch_number": 6 + "epoch_number": 4, + "epoch_start_time": "1878-09-02T06:48:22Z" }, - "target": "pool1q5pswpcqqypsvqg8qvzssqsrqgqqvzq9qursqqqyquzqwunmt59" + "status": "delegating", + "target": "pool1qyqsyqcyqvqqxqqrqgpqqqqpqgzqyqcqqypqzqqyqgpsz2qjw0q" } - ], - "active": { - "status": "delegating", - "target": "pool1qsqqgqc8qqzqxqsqqqpqwpq9qsqqzqs9qvpssqs9qvyq2zusmxx" - } + ] }, - "index": 4, + "index": 5, + "key": "", "reward_balance": { - "quantity": 6, + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, "unit": "lovelace" } } - ], + ] + }, + { "foreign": [ { + "key": "", + "reward_balance": { + "quantity": 4, + "unit": "lovelace" + }, "stake": { "quantity": 1, "unit": "lovelace" - }, + } + }, + { "key": "", "reward_balance": { - "quantity": 5, + "quantity": 2, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, "unit": "lovelace" } }, { + "key": "", + "reward_balance": { + "quantity": 1, + "unit": "lovelace" + }, "stake": { "quantity": 0, "unit": "lovelace" - }, + } + }, + { "key": "", "reward_balance": { "quantity": 0, "unit": "lovelace" + }, + "stake": { + "quantity": 0, + "unit": "lovelace" } }, { - "stake": { - "quantity": 5, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 3, + "quantity": 2, + "unit": "lovelace" + }, + "stake": { + "quantity": 0, "unit": "lovelace" } } - ] - }, - { + ], "none": { "stake": { - "quantity": 7, + "quantity": 3, "unit": "lovelace" } }, "ours": [ { - "stake": { - "quantity": 5, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "delegating", + "target": "pool1qspsqpqpqyqqxqgqqyzqzpqzqypszqcqqvqqqpqrqypsqpwu200" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1873-06-19T12:00:00Z", - "epoch_number": 6 + "epoch_number": 0, + "epoch_start_time": "1876-08-05T19:01:09.777913254083Z" }, - "target": "pool1qupq2pgzqyrqxpszqgyq2pcpqszqzps9qcqsqqg9q5qqz4chpxw" + "status": "delegating", + "target": "pool1qgqqgqspqqpqxqsqqqzqxqcqqvpszpqqqgpszqqyqvpqqqa3nh5" } - ], - "active": { - "status": "not_delegating" - } - }, - "index": 2, - "reward_balance": { - "quantity": 8, - "unit": "lovelace" - } - }, - { - "stake": { - "quantity": 2, - "unit": "lovelace" + ] }, + "index": 4, "key": "", - "delegation": { - "next": [ - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1889-11-08T02:00:00Z", - "epoch_number": 0 - } - } - ], - "active": { - "status": "not_delegating" - } - }, - "index": 6, "reward_balance": { "quantity": 2, "unit": "lovelace" - } - }, - { - "stake": { - "quantity": 7, - "unit": "lovelace" - }, - "key": "", - "delegation": { - "next": [ - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1867-12-25T23:25:59.4163181689Z", - "epoch_number": 7 - } - } - ], - "active": { - "status": "not_delegating" - } }, - "index": 6, - "reward_balance": { + "stake": { "quantity": 0, "unit": "lovelace" } }, { - "stake": { - "quantity": 7, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "delegating", + "target": "pool1qypsxqsyqvqqxqsqqspqxqsqqqzqgqsqqgqqyqcpqyqsq9ncf6p" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1884-02-28T14:00:00Z", - "epoch_number": 1 + "epoch_number": 3, + "epoch_start_time": "1901-03-24T23:00:00Z" }, - "target": "pool1qgzsqqspqszsszqpqyzqwps8qgyq2psrqvrqvzqgqczqy70nf4l" + "status": "not_delegating" }, { - "status": "not_delegating", "changes_at": { - "epoch_start_time": "1887-12-26T12:00:00Z", - "epoch_number": 2 - } + "epoch_number": 4, + "epoch_start_time": "1875-03-15T04:00:00Z" + }, + "status": "delegating", + "target": "pool1qvqqyqgpqvzqypqzqgpqypqqqgzqzqszqvpsgqsrqvpsym5uex9" } - ], - "active": { - "status": "not_delegating" - } + ] }, - "index": 2, + "index": 3, + "key": "", "reward_balance": { - "quantity": 3, + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 4, "unit": "lovelace" } }, { - "stake": { - "quantity": 1, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [ - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1890-11-25T20:26:23Z", - "epoch_number": 8 - } - } - ], "active": { - "status": "delegating", - "target": "pool1qqqqvqsyqyrqvpc8q5psvpsgquzsqqq8qgrqvpgqqczss4dryyw" - } + "status": "not_delegating" + }, + "next": [] }, "index": 4, - "reward_balance": { - "quantity": 7, - "unit": "lovelace" - } - } - ], - "foreign": [ - { - "stake": { - "quantity": 2, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 3, - "unit": "lovelace" - } - }, - { - "stake": { - "quantity": 6, + "quantity": 0, "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 5, + "stake": { + "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 7, - "unit": "lovelace" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1qvzqgqqyqyqsgqqpqyzqgqcqqypsqqqrqqpsgpqyqszqxx8xd0r" + }, + "next": [ + { + "changes_at": { + "epoch_number": 3, + "epoch_start_time": "1879-06-14T09:38:34Z" + }, + "status": "not_delegating" + }, + { + "changes_at": { + "epoch_number": 0, + "epoch_start_time": "1870-02-11T17:44:38.044270056163Z" + }, + "status": "not_delegating" + } + ] }, + "index": 3, "key": "", "reward_balance": { - "quantity": 3, + "quantity": 1, "unit": "lovelace" - } - }, - { + }, "stake": { "quantity": 0, "unit": "lovelace" - }, - "key": "", - "reward_balance": { - "quantity": 1, - "unit": "lovelace" } }, { - "stake": { - "quantity": 7, - "unit": "lovelace" + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [ + { + "changes_at": { + "epoch_number": 0, + "epoch_start_time": "1877-08-12T15:00:00Z" + }, + "status": "not_delegating" + }, + { + "changes_at": { + "epoch_number": 2, + "epoch_start_time": "1860-07-02T07:00:00Z" + }, + "status": "not_delegating" + } + ] }, + "index": 2, "key": "", "reward_balance": { "quantity": 4, "unit": "lovelace" - } - }, - { - "stake": { - "quantity": 6, - "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 7, + "stake": { + "quantity": 0, "unit": "lovelace" } } ] }, { + "foreign": [], "none": { "stake": { "quantity": 2, @@ -688,617 +823,658 @@ }, "ours": [ { - "stake": { - "quantity": 6, - "unit": "lovelace" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1qyzqxqsyqypqyqcyqvqqgqspqqqqxqgyqspqzqgpqqqqxu4z49u" + }, + "next": [ + { + "changes_at": { + "epoch_number": 1, + "epoch_start_time": "1868-04-06T13:44:24Z" + }, + "status": "delegating", + "target": "pool1qyqsqqgqqsqsgqspqgzqgpqpqgqszqspqvqqxpqyqgzqyev5e47" + }, + { + "changes_at": { + "epoch_number": 0, + "epoch_start_time": "1886-03-12T21:00:00Z" + }, + "status": "delegating", + "target": "pool1qgqqqpqrqypsgqczqqpqzqqqqsqqgqqrqqqqypqqqgpqzvw5ffe" + } + ] }, + "index": 1, "key": "", + "reward_balance": { + "quantity": 0, + "unit": "lovelace" + }, + "stake": { + "quantity": 1, + "unit": "lovelace" + } + }, + { "delegation": { + "active": { + "status": "delegating", + "target": "pool1qszqqqcrqgqszqsqqgpqzqqzqspqxpqyqgzqxqgrqvpszc49286" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1871-10-01T01:14:05.855753727193Z", - "epoch_number": 3 + "epoch_number": 0, + "epoch_start_time": "1876-03-12T16:00:00Z" }, - "target": "pool1q5qqwpqgqyrqqzqyqszsxqqxqgrs2pcrqyqqgqc9qgzqsskuxgj" + "status": "delegating", + "target": "pool1qqqsxqqyqvqsgqgrqgqqgqqzqvzqgqgqqqpsqqcrqyzqx8u0443" }, { - "status": "delegating", "changes_at": { - "epoch_start_time": "1873-10-17T23:07:42.809920887305Z", - "epoch_number": 3 + "epoch_number": 4, + "epoch_start_time": "1869-08-28T20:20:42.526718895347Z" }, - "target": "pool1qvrsgpsqqqyqyps8quzsxqspqszqzpqyqspqzpcqqgpqve70zxp" + "status": "delegating", + "target": "pool1qqzqyqszqgpsqpqzqgqqqqcpqvqqxqgyqszqgqcqqyqqqtr825v" } - ], - "active": { - "status": "delegating", - "target": "pool1qsrqzqqgqvqs2qgzpqpqxqcxqqrqgpsrqvrs2psgpqqqwwldfr4" - } + ] }, - "index": 0, + "index": 5, + "key": "", "reward_balance": { - "quantity": 4, + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, "unit": "lovelace" } }, { - "stake": { - "quantity": 5, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { - "status": "not_delegating" - } + "status": "delegating", + "target": "pool1qspqxqgqqvqszqcpqqpqyqcqqvpqqpqpqsqqzqcyqgpsynw42m0" + }, + "next": [ + { + "changes_at": { + "epoch_number": 1, + "epoch_start_time": "1866-10-09T12:00:00Z" + }, + "status": "delegating", + "target": "pool1qqpqqqszqqpqqqsrqqzqgqspqqpsgqspqvzqgqcpqqpqg7wddcx" + } + ] }, - "index": 3, + "index": 5, + "key": "", "reward_balance": { + "quantity": 0, + "unit": "lovelace" + }, + "stake": { "quantity": 2, "unit": "lovelace" } }, { - "stake": { - "quantity": 2, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "delegating", + "target": "pool1qqpqyqspqyqqyqgqqypszqcrqqqsgqgrqypqxqqqqqpqzuatsgu" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1877-08-22T23:08:16Z", - "epoch_number": 8 + "epoch_number": 1, + "epoch_start_time": "1901-04-05T00:00:00Z" }, - "target": "pool1qyqqgqg9q5qqyqsqqczqxqcxqszswqqgqcqsypsyqvyqyru74uf" + "status": "delegating", + "target": "pool1qvzqyqgyqyzqzqqyqypqyqcrqgqqxpqrqgpqqqcyqypsxc0at4t" } - ], - "active": { - "status": "delegating", - "target": "pool1qqqqvpczquyqzpczpqpqxpsgq5psvqcxqsrq2ps8qqps260v0p4" - } + ] }, - "index": 4, + "index": 0, + "key": "", "reward_balance": { - "quantity": 5, + "quantity": 0, + "unit": "lovelace" + }, + "stake": { + "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 4, - "unit": "lovelace" - }, - "key": "", "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1901-08-06T01:59:03.912140776304Z", - "epoch_number": 2 + "epoch_number": 0, + "epoch_start_time": "1866-09-15T03:48:38.669844599616Z" + }, + "status": "not_delegating" + }, + { + "changes_at": { + "epoch_number": 2, + "epoch_start_time": "1871-11-28T16:14:31Z" }, - "target": "pool1qgpsqps8qyzqspgyqqrqwpqqq5pqqpqgqspqzqczqsyqswlk0lw" + "status": "delegating", + "target": "pool1qypqxqqpqqpqypqqqvzqxqgzqgqqyqqyqsqsxqqrqqpszlmu068" } - ], - "active": { - "status": "delegating", - "target": "pool1qvqqzqqyqgqsyqqpq5zqyzqqpqqqxqc8qcrqwzqrqgqsydnrk9k" - } + ] }, - "index": 1, + "index": 0, + "key": "", "reward_balance": { "quantity": 3, "unit": "lovelace" - } - } - ], - "foreign": [ - { - "stake": { - "quantity": 5, - "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 5, + "stake": { + "quantity": 3, "unit": "lovelace" } }, { - "stake": { - "quantity": 6, - "unit": "lovelace" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1qyqqzqspqgqsyqczqvpqxqqqqvqsyqcrqvqqxpqzqypsgwm6f8d" + }, + "next": [ + { + "changes_at": { + "epoch_number": 2, + "epoch_start_time": "1881-04-26T20:00:00Z" + }, + "status": "not_delegating" + }, + { + "changes_at": { + "epoch_number": 4, + "epoch_start_time": "1897-11-16T09:00:00Z" + }, + "status": "not_delegating" + } + ] }, + "index": 1, "key": "", "reward_balance": { - "quantity": 5, + "quantity": 0, "unit": "lovelace" - } - }, - { + }, "stake": { - "quantity": 3, + "quantity": 2, "unit": "lovelace" - }, + } + } + ] + }, + { + "foreign": [ + { "key": "", "reward_balance": { - "quantity": 4, + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, "unit": "lovelace" } }, { - "stake": { - "quantity": 8, - "unit": "lovelace" - }, "key": "", "reward_balance": { "quantity": 0, "unit": "lovelace" - } - }, - { - "stake": { - "quantity": 1, - "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 5, + "stake": { + "quantity": 4, "unit": "lovelace" } }, { - "stake": { - "quantity": 1, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 1, + "quantity": 2, + "unit": "lovelace" + }, + "stake": { + "quantity": 3, "unit": "lovelace" } }, { - "stake": { - "quantity": 2, - "unit": "lovelace" - }, "key": "", "reward_balance": { "quantity": 0, "unit": "lovelace" + }, + "stake": { + "quantity": 4, + "unit": "lovelace" } } - ] - }, - { + ], "none": { "stake": { - "quantity": 7, + "quantity": 1, "unit": "lovelace" } }, "ours": [ { - "stake": { - "quantity": 5, - "unit": "lovelace" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1qszqzqszqgpsgqsyqgpsyqsqqspsqpqzqvqsqqcqqspsz6w5f0e" + }, + "next": [] }, + "index": 2, "key": "", + "reward_balance": { + "quantity": 3, + "unit": "lovelace" + }, + "stake": { + "quantity": 0, + "unit": "lovelace" + } + }, + { "delegation": { - "next": [], "active": { "status": "not_delegating" - } + }, + "next": [] }, - "index": 5, + "index": 1, + "key": "", "reward_balance": { "quantity": 3, "unit": "lovelace" + }, + "stake": { + "quantity": 3, + "unit": "lovelace" } }, { + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [ + { + "changes_at": { + "epoch_number": 1, + "epoch_start_time": "1879-12-30T07:00:00Z" + }, + "status": "not_delegating" + }, + { + "changes_at": { + "epoch_number": 4, + "epoch_start_time": "1873-09-24T19:00:00Z" + }, + "status": "delegating", + "target": "pool1qvpqqqgzqgqqqqqzqgzqzqgyqvpqzqqqqqpsxqqyqgpsqs3lfjj" + } + ] + }, + "index": 4, + "key": "", + "reward_balance": { + "quantity": 4, + "unit": "lovelace" + }, "stake": { - "quantity": 5, + "quantity": 2, "unit": "lovelace" + } + }, + { + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [] }, + "index": 0, "key": "", + "reward_balance": { + "quantity": 0, + "unit": "lovelace" + }, + "stake": { + "quantity": 0, + "unit": "lovelace" + } + }, + { "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1897-12-24T14:01:20Z", - "epoch_number": 8 + "epoch_number": 0, + "epoch_start_time": "1867-01-14T14:17:53.378485224589Z" }, - "target": "pool1qcqqwpc8qurqyqqqqvpsxqq9q5rsvpqqpqzqwqcqqgrsyrpv6hg" + "status": "not_delegating" }, { - "status": "delegating", "changes_at": { - "epoch_start_time": "1880-12-29T20:57:19.354547907796Z", - "epoch_number": 7 + "epoch_number": 2, + "epoch_start_time": "1880-10-28T18:23:56Z" }, - "target": "pool1qgzsvpq9qqpqypsxqvqq2qsqqcyqypspqvrszpgzqsrsskswaep" + "status": "not_delegating" } - ], - "active": { - "status": "not_delegating" - } + ] }, - "index": 2, + "index": 1, + "key": "", "reward_balance": { - "quantity": 6, + "quantity": 0, + "unit": "lovelace" + }, + "stake": { + "quantity": 4, "unit": "lovelace" } } - ], + ] + }, + { "foreign": [ { - "stake": { - "quantity": 8, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 1, + "quantity": 3, + "unit": "lovelace" + }, + "stake": { + "quantity": 2, "unit": "lovelace" } }, { - "stake": { - "quantity": 8, - "unit": "lovelace" - }, "key": "", "reward_balance": { "quantity": 1, "unit": "lovelace" + }, + "stake": { + "quantity": 4, + "unit": "lovelace" } }, { - "stake": { - "quantity": 6, - "unit": "lovelace" - }, "key": "", "reward_balance": { + "quantity": 0, + "unit": "lovelace" + }, + "stake": { "quantity": 2, "unit": "lovelace" } }, { - "stake": { - "quantity": 7, + "key": "", + "reward_balance": { + "quantity": 4, "unit": "lovelace" }, + "stake": { + "quantity": 0, + "unit": "lovelace" + } + }, + { "key": "", "reward_balance": { + "quantity": 0, + "unit": "lovelace" + }, + "stake": { "quantity": 2, "unit": "lovelace" } } - ] - }, - { + ], "none": { "stake": { "quantity": 2, "unit": "lovelace" } }, - "ours": [ + "ours": [] + }, + { + "foreign": [ { - "stake": { - "quantity": 4, - "unit": "lovelace" - }, "key": "", - "delegation": { - "next": [], - "active": { - "status": "not_delegating" - } - }, - "index": 5, "reward_balance": { - "quantity": 7, - "unit": "lovelace" - } - } - ], - "foreign": [ - { - "stake": { "quantity": 1, "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 7, + "stake": { + "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 6, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 4, + "quantity": 2, "unit": "lovelace" - } - }, - { + }, "stake": { "quantity": 0, "unit": "lovelace" - }, - "key": "", - "reward_balance": { - "quantity": 5, - "unit": "lovelace" } }, { - "stake": { - "quantity": 0, - "unit": "lovelace" - }, "key": "", "reward_balance": { "quantity": 2, "unit": "lovelace" + }, + "stake": { + "quantity": 2, + "unit": "lovelace" } }, { - "stake": { - "quantity": 8, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 6, + "quantity": 4, + "unit": "lovelace" + }, + "stake": { + "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 0, - "unit": "lovelace" - }, "key": "", "reward_balance": { - "quantity": 3, + "quantity": 1, + "unit": "lovelace" + }, + "stake": { + "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 5, - "unit": "lovelace" - }, "key": "", "reward_balance": { "quantity": 0, "unit": "lovelace" + }, + "stake": { + "quantity": 4, + "unit": "lovelace" } } - ] - }, - { + ], "none": { "stake": { - "quantity": 4, + "quantity": 2, "unit": "lovelace" } }, "ours": [ { - "stake": { - "quantity": 4, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [ - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1871-11-13T17:06:00Z", - "epoch_number": 4 - } - } - ], "active": { "status": "not_delegating" - } + }, + "next": [] }, - "index": 1, + "index": 0, + "key": "", "reward_balance": { - "quantity": 5, - "unit": "lovelace" - } - }, - { - "stake": { "quantity": 2, "unit": "lovelace" }, - "key": "", - "delegation": { - "next": [], - "active": { - "status": "not_delegating" - } - }, - "index": 1, - "reward_balance": { - "quantity": 7, + "stake": { + "quantity": 4, "unit": "lovelace" } }, { - "stake": { - "quantity": 5, - "unit": "lovelace" - }, - "key": "", "delegation": { - "next": [], "active": { - "status": "delegating", - "target": "pool1qgzszzqgqyzq2zqxqvqqxps9qypqwqcqq5zsxqqrqvzqwt5su8z" - } + "status": "not_delegating" + }, + "next": [] }, "index": 2, + "key": "", "reward_balance": { "quantity": 3, "unit": "lovelace" - } - }, - { + }, "stake": { - "quantity": 6, + "quantity": 4, "unit": "lovelace" - }, - "key": "", + } + } + ] + }, + { + "foreign": [], + "none": { + "stake": { + "quantity": 0, + "unit": "lovelace" + } + }, + "ours": [ + { "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1866-11-21T21:00:00Z", - "epoch_number": 8 + "epoch_number": 4, + "epoch_start_time": "1901-04-13T07:27:41.661085471035Z" }, - "target": "pool1qvzsvzq9qyrsspggqgrsypcrqqrqxqqxqqqszqcgqszqq7ugmv6" - } - ], - "active": { - "status": "delegating", - "target": "pool1qqqqgpspqqrsxqqzqsyqspqrqgqqvpcgqyrqqqqgpqpsycavvqg" - } - }, - "index": 0, - "reward_balance": { - "quantity": 7, - "unit": "lovelace" - } - }, - { - "stake": { - "quantity": 6, - "unit": "lovelace" - }, - "key": "", - "delegation": { - "next": [ + "status": "delegating", + "target": "pool1qqqqyqqzqsqqgqqpqspqzqgpqyqqzqspqspsxqsqqqpsqruzany" + }, { - "status": "not_delegating", "changes_at": { - "epoch_start_time": "1887-06-09T17:56:12.247924786826Z", - "epoch_number": 7 - } + "epoch_number": 3, + "epoch_start_time": "1860-10-25T08:00:00Z" + }, + "status": "not_delegating" } - ], - "active": { - "status": "not_delegating" - } + ] }, - "index": 2, + "index": 5, + "key": "", "reward_balance": { "quantity": 3, "unit": "lovelace" - } - } - ], - "foreign": [ - { - "stake": { - "quantity": 2, - "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 7, - "unit": "lovelace" - } - }, - { "stake": { - "quantity": 7, - "unit": "lovelace" - }, - "key": "", - "reward_balance": { "quantity": 1, "unit": "lovelace" } }, { - "stake": { - "quantity": 7, - "unit": "lovelace" + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [ + { + "changes_at": { + "epoch_number": 4, + "epoch_start_time": "1898-08-26T03:10:01Z" + }, + "status": "delegating", + "target": "pool1qqqsgqcrqspsgqczqqzqqqcrqyqqgqqpqypqxqqqqqpsyf4wccr" + }, + { + "changes_at": { + "epoch_number": 4, + "epoch_start_time": "1877-10-08T19:36:16Z" + }, + "status": "not_delegating" + } + ] }, + "index": 1, "key": "", "reward_balance": { - "quantity": 5, - "unit": "lovelace" - } - }, - { - "stake": { "quantity": 1, "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 4, + "stake": { + "quantity": 2, "unit": "lovelace" } }, { - "stake": { - "quantity": 6, - "unit": "lovelace" + "delegation": { + "active": { + "status": "not_delegating" + }, + "next": [] }, + "index": 2, "key": "", "reward_balance": { - "quantity": 7, - "unit": "lovelace" - } - }, - { - "stake": { "quantity": 1, "unit": "lovelace" }, - "key": "", - "reward_balance": { - "quantity": 3, - "unit": "lovelace" - } - }, - { "stake": { "quantity": 1, "unit": "lovelace" - }, - "key": "", - "reward_balance": { - "quantity": 5, - "unit": "lovelace" } } ] } - ] + ], + "seed": 1452717351 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiStakePool.json b/lib/core/test/data/Cardano/Wallet/Api/ApiStakePool.json index af2bf8d6081..ff233dc1881 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiStakePool.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiStakePool.json @@ -1,31 +1,53 @@ { - "seed": -4132539117587378523, "samples": [ { + "cost": { + "quantity": 119, + "unit": "lovelace" + }, + "flags": [ + "delisted", + "delisted", + "delisted", + "delisted", + "delisted", + "delisted", + "delisted" + ], + "id": "pool103794x98a4f6u7njgu7w4thmase3mfk044x7x0yxg9kx5vedf8d", + "margin": { + "quantity": 17.42, + "unit": "percent" + }, "metrics": { "non_myopic_member_rewards": { - "quantity": 230922967059, + "quantity": 731764366957, "unit": "lovelace" }, - "saturation": 2.7911710375945367, "produced_blocks": { - "quantity": 5618560, + "quantity": 21403554, "unit": "block" }, "relative_stake": { - "quantity": 73.47, + "quantity": 47.99, "unit": "percent" - } + }, + "saturation": 3.949100809348276 }, - "cost": { - "quantity": 183, + "pledge": { + "quantity": 171, "unit": "lovelace" }, - "pledge": { - "quantity": 89, + "retirement": { + "epoch_number": 22229, + "epoch_start_time": "1891-07-10T05:00:00Z" + } + }, + { + "cost": { + "quantity": 66, "unit": "lovelace" }, - "id": "pool1f2nq95f7fjzl67fmxp6ku2a44gxp94t6yqu3590wuag5uhqfqyv", "flags": [ "delisted", "delisted", @@ -45,61 +67,90 @@ "delisted", "delisted", "delisted", - "delisted", - "delisted", - "delisted", - "delisted", "delisted" ], - "retirement": { - "epoch_start_time": "1872-09-11T14:34:24Z", - "epoch_number": 12515 - }, + "id": "pool1wwy2hewlv56muny440f56jmuupky4shtspgv0vt8c07c5939plw", "margin": { - "quantity": 9.69, + "quantity": 63.49, "unit": "percent" }, "metadata": { - "name": "_'F#6,煍\\5)3v?\u00087𑚂􇅘{\u0016W𧛯\u0010\u000f㭢pC\u0005󽵆", - "homepage": "󵤁rq183H󸊑z􃣇\u0013󽥓c\u001cTᔨv\u001a\u0015c%H\u0016v󷱠CzUAVu鸛𤮶𫪆Oam樋G\u0011\u001a􆎛!\u0010\u001e\u0015|🯇e􄎾^!S􁱈\r𐑏'$wjTK\r\u0005𫷘y𨑋𗯊\u0007\u0000\u0019 #TpOu쳿𫈲\u001d;U\u001d,ck", - "ticker": "𮟜󱏍𫪂a\u0000", - "description": "\u001b􃋊\u0011\u001dꑈ[bMd􏦳9y󼵾㈎^3+c𨭏!@I䒑s+`􎹞􀯒\u0004ᓏ9󸆱<𡱞L_>*Rw􇱐\u001eb\nnT0;]E$PW𦚱G6$\n:a\u0018􈯨p\u000ecPck𠤯H\u001exzB󵣊Drz}􋞆}mh堞𦟸𐃮~)\u001a.𣍑:wa+\u000cZ&^^q|0\u000c(sJ𖣹>왳\u001e􁀐\u0017\u0008󿽂*󾮍t'~~X!\u001dw9l\u001e󹠏󻃂A\u0018\t3\u0004𝌜u􁟐hd3􎍉" - } - }, - { + "description": "`4􆓊\u0017l\u0011ES?𪚌\u001b(󱻁A%󰯚bBf&🎔Cl\n\u001bQ𡆴\u0006𪼫\u001eU\u0008𢽂􉚋(/*b􏬐\u0007􅷜O\u0000w8J?􍀊􌨃󺼅􉨂𠙆[􏀅\u0010\u0000,𨢷%/tW𥏟<" + }, + "metrics": { + "non_myopic_member_rewards": { + "quantity": 326413096210, + "unit": "lovelace" + }, + "produced_blocks": { + "quantity": 9968629, + "unit": "block" + }, + "relative_stake": { + "quantity": 27.06, + "unit": "percent" + }, + "saturation": 1.4004236725016361 + }, + "pledge": { + "quantity": 70, + "unit": "lovelace" + } + }, + { + "cost": { + "quantity": 241, + "unit": "lovelace" + }, + "flags": [ "delisted", "delisted", "delisted", @@ -113,46 +164,40 @@ "delisted", "delisted" ], - "retirement": { - "epoch_start_time": "1865-07-28T14:13:32.41165225467Z", - "epoch_number": 17939 - }, + "id": "pool1dzd4ceek893xg87vj0gql8dmutn4a349s9w05lrmsd9e6lhrz5z", "margin": { - "quantity": 96.93, + "quantity": 17.73, "unit": "percent" }, - "metadata": { - "name": "\u000e^#e\u0011􆰭𔕏.j\u0010y\u001a\u00194\u0012􀭅N󹕰\r<􅴈󷀩eY𮈠Uum/菺", - "homepage": "䭄𢱝^􍫿\u0008麡􎋦ur\u001d𣾊MD\u0017\\VY𬏽눚'Xu`T\u0018\u001ej>B􎔚`\u0012\u0007F!,r&󸂚}𤋶\u000f𥀇ꥁ󷻧\u0016M󰓳\u000c#n\\\u000ce嘄󸋼?󲒢 􅘽>^", - "ticker": "}mh𪄄", - "description": "0\u0012\u001b\u0011=7\u0012\u000f\u0016(\t4O!🠱j𝂤KU𤨅O\u00146O󿾹\u0016W𣄼🥆\u0006\u0014w,󸈮猙I\u001b𭵗CEq|􂌼/#绑𪹚𢡁h𧃄𑀁􃘓>69O􄾒􍕕􍵝微{PN󾨊􇍲O𢔐󾑄9n\u000c𡜎m󼞠r𮍩􂀲􏉩" - } - }, - { "metrics": { "non_myopic_member_rewards": { - "quantity": 715016730500, + "quantity": 600520521588, "unit": "lovelace" }, - "saturation": 3.805882497584304, "produced_blocks": { - "quantity": 2474883, + "quantity": 2142777, "unit": "block" }, "relative_stake": { - "quantity": 39.95, + "quantity": 88.53, "unit": "percent" - } + }, + "saturation": 0.5376658022327435 }, - "cost": { - "quantity": 123, + "pledge": { + "quantity": 132, "unit": "lovelace" }, - "pledge": { - "quantity": 99, + "retirement": { + "epoch_number": 28019, + "epoch_start_time": "1872-04-26T03:54:12.868120372939Z" + } + }, + { + "cost": { + "quantity": 180, "unit": "lovelace" }, - "id": "pool1mwgp60faxdzf0s7cqkwv4vtgasvfamml58u28wx224h22eescvt", "flags": [ "delisted", "delisted", @@ -181,49 +226,48 @@ "delisted", "delisted", "delisted", - "delisted", "delisted" ], - "retirement": { - "epoch_start_time": "1894-06-21T21:01:58Z", - "epoch_number": 23192 - }, + "id": "pool14nwgrcjdxd9x50q3kxkcmfn066f3k994n75vqsjuz8fzw5xax6m", "margin": { - "quantity": 52.89, + "quantity": 17.36, "unit": "percent" }, "metadata": { - "name": "𝈐迖󱙁𫥔􁍢,􋊼^\\\u000ej\u0010\u001d)F", - "homepage": "\u0001K􍥂p|+𫻱󻑭Uᦔm`*𫭐B𝧾F\u000c`Q𬂢쥏\u0007w􃅫<\u0006\u001e󾫽𥦂󸧡6)\u001db\t䲲=A􅾥𠮃\ty+纾駠Q󿎡󴌀PL󻞒􇼩\t)/m\u0017𭾦I)i~糒􏎛(Zh: ㅞiR", - "ticker": "0-𪏻􇤃\u0001", - "description": "hY⺕3;𥻺^n㫩P𖧹e𖩎𢲃􃲨Z'\u0018^iW7𐎸􅼝𣿃@>I󿦣\u0001􉋄cX\u001ddGv\u0014\u0005M\u000b\u0008i󾿧󽪽\u0004唐𠍽y乽1󳉵骝m獿\u0008D\u000fF𢀥0I|%\u0012E\u0006\u001fg\u0001,\u001bj\u00055C\u0015\"\u001e0G\u0005\u0010+)\u0011vCh_W6󴼌\u000eIF\u00001\u000e􀾐Q" - } - }, - { + "description": "\u001ds\u0004𝃢$Sx󶹡󾋬󿪒l\u0010􁍙\u0003-􈚘'O\u0003H6󿔺􆁡(6y!𬣭􊃔󻪌􀠌,𠞾󼍕􁎻h\u0004m\"\u001f\u0000qkൊ󹦉\u001f\u0004O\u001aa*𡈛𝙋o\u001d{M/側zc􈸷\tNeF󺠍􆅩B\"棞\u0000oL]𨷸1s\u001at\t#h􌕚虚󻌯\u0018@\u001a.sr􏟓󺩔娏]#􇢉\u0019󼥊*P'#𐨤n􏓮\u000f𝙻2㗯w𢷘𢓕U퐣𰏄\u0015OEJ8\rx󲑃}A𠭌e+ﺖk0H@(\u0015􄆯=Q𫿞wv\u0002x📣𡌌樾魙 h$󷮃~\\l\\ꔯ3\u000f\u000e𝧏𫇨`", + "homepage": "􋁳#憷\u00075", + "name": "9G󳉜rv朑\u0015\u001e6󻖈M!濾𢝇/_t妒lFr\u001e3􌈷4 \u0017􈰡\u000b", + "ticker": "J\u0014`" + }, "metrics": { "non_myopic_member_rewards": { - "quantity": 611582347470, + "quantity": 177417624609, "unit": "lovelace" }, - "saturation": 3.162736306465508, "produced_blocks": { - "quantity": 1670155, + "quantity": 204096, "unit": "block" }, "relative_stake": { - "quantity": 57.99, + "quantity": 76.71, "unit": "percent" - } + }, + "saturation": 1.2205146019776658 }, - "cost": { - "quantity": 103, + "pledge": { + "quantity": 243, "unit": "lovelace" }, - "pledge": { - "quantity": 55, + "retirement": { + "epoch_number": 25758, + "epoch_start_time": "1869-09-30T19:04:53Z" + } + }, + { + "cost": { + "quantity": 158, "unit": "lovelace" }, - "id": "pool1j04psh7nas8xue8r4wanag2pmaqudwzzcetactpd79qzuwr4mtc", "flags": [ "delisted", "delisted", @@ -233,43 +277,42 @@ "delisted", "delisted", "delisted", - "delisted", "delisted" ], - "retirement": { - "epoch_start_time": "1884-04-03T05:00:00Z", - "epoch_number": 3091 - }, + "id": "pool1vekp9xpnt50yrl2gu647zldm4p2v3s9tgay3qcy5h85hx55jh4s", "margin": { - "quantity": 48.13, + "quantity": 24.17, "unit": "percent" - } - }, - { + }, "metrics": { "non_myopic_member_rewards": { - "quantity": 925070211673, + "quantity": 983413264460, "unit": "lovelace" }, - "saturation": 2.1381965523512143, "produced_blocks": { - "quantity": 13773946, + "quantity": 7705119, "unit": "block" }, "relative_stake": { - "quantity": 26.62, + "quantity": 66.09, "unit": "percent" - } + }, + "saturation": 4.883710458555811 }, - "cost": { - "quantity": 248, + "pledge": { + "quantity": 200, "unit": "lovelace" }, - "pledge": { - "quantity": 110, + "retirement": { + "epoch_number": 27199, + "epoch_start_time": "1863-10-19T13:40:46.588980691068Z" + } + }, + { + "cost": { + "quantity": 128, "unit": "lovelace" }, - "id": "pool19mh6s8kqdv7ckykck4t7784musjml9l8kd6ww7p4svapgwgdpzc", "flags": [ "delisted", "delisted", @@ -286,55 +329,48 @@ "delisted", "delisted", "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", "delisted" ], + "id": "pool1zu0c6p6ewmd3297trrpv0tav5h89ccdd2hrw76t07tt7u5l9et0", "margin": { - "quantity": 60.33, + "quantity": 61.31, "unit": "percent" }, "metadata": { - "name": "=U\u0006Y𫠔ad@J)􌣻\r󰱊rJ?X+\u0011􉅴l󴻨𘮌G.\u0007?\u00165𮭰󶐐\u001c󷹜i[\u0011k_􀁴", - "homepage": "ry9\u0002x𪳣鈜Q\u001e󱅙􏔇,P\u0015𭽱󸥰𧟞I^k𢋴/२􇗉􂚔JL􎋸􀜊G𠨒/\u0015\u0011f|\u0015\u0014\u001b2Jp=􊛯;T𩠺𮋑?\u0019+\u001aꅕ猐Umr􌁪􋥌Rz\t\u0001𧜭Qld7e$\u0008FCW]Y7o\u0011\u0018[𫳳n(f\rb\u0019𖽦a\\q", - "ticker": "&w󼐐G", - "description": "􂆢cCV𤁖!F[V\n􋛮󾦜􎣒\u000b𫵆z;ᴹ%\u000c6l;PeA\u0007𩌚!䊥ct𪇄􋠽Ioz 𢑤W󽂜椕V𗬨\u001a&󼲅􂾉\r^\u0017,&h\r%!adNA&棟9@0\nT.C諫\u000fhOB󷜶~f平B𭽩􌚺􊢨S:B4?赐qZ\u00140-󴳽#𘂋*d2%A{Yp\u001b..凮󳙟T\nddIdG5.@|a<\u001cb,lv𫊆k󿫞𤹂2\u0015󸕖I􊜜M`\u000fW\u001d\u0018c\u0007p^⽅󲸪B@<\u00068\u0013(n(蝓:掾\u001a𪪽KyDT" - } - }, - { + "description": "D󵜱4Nt󺔖䒺<\t;湿M\u0002J'[𨍚'7𥼵n;\u0017i4\u0019\u0015𓅔􍤸\u000f纬\u0018\u0017v󰠵F􈃎l\u0008􇴌'鷲o\rM􃎈5􄵪\"\u0019\u001e\u0004f\u001b􁒌\u000fm󰉻OF𒅩\u001er텱ᶵs󸵚i7=8L󹂈\u0007[ivr}jiZY\u0003􈩈\u0017Ll\u0014D괄z\u0015U\u0001\\p\u0016甚􄂏󻝣jG,*Y󳐞i􇩴]H넼t󵤢beH\t\u001c(\u0000󳖙\\od󼡴Z\u0011󰃏>𧝕oh<\u0011,𦇋F󳛝q􏰰R𨭩C󵯡\u0017\u0006\u0014V'", + "homepage": "0eH\u0019\u001d*~텗\u0010W󼎓s\u001fi󼎀\u0006gf\u00042_<\u0019c6;B\u0000JI^i󷏕\\\u0002pY𗙋rZ3-Z󶸟⋤󲻰𤇃8GXe􀬐 pm𤤬𘛿啰𧞡e\u0003𧶒\u0017􃊟X-[C𣑲u\u001bg", + "name": ";🢂뽣5z{>\u001aB􅟧{\u001a;v\u0003󿭢A岄", + "ticker": "T\u0017M)" + }, "metrics": { "non_myopic_member_rewards": { - "quantity": 978927966319, + "quantity": 78608294665, "unit": "lovelace" }, - "saturation": 4.336767169708285, "produced_blocks": { - "quantity": 5991984, + "quantity": 17377388, "unit": "block" }, "relative_stake": { - "quantity": 25.18, + "quantity": 99.97, "unit": "percent" - } + }, + "saturation": 3.2067413215073666 }, - "cost": { - "quantity": 56, + "pledge": { + "quantity": 214, "unit": "lovelace" }, - "pledge": { - "quantity": 182, + "retirement": { + "epoch_number": 8599, + "epoch_start_time": "1864-06-03T18:06:17Z" + } + }, + { + "cost": { + "quantity": 97, "unit": "lovelace" }, - "id": "pool1syul6a42reuzc5tyt55rzzkfa3deurzn83l7gmkpeg0dvej3hmy", "flags": [ "delisted", "delisted", @@ -353,97 +389,95 @@ "delisted", "delisted", "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", "delisted" ], - "retirement": { - "epoch_start_time": "1888-09-24T05:47:59.1534733093Z", - "epoch_number": 24956 - }, + "id": "pool1nvzgqrdgz7r288lrlmuhqegsna20rvd38v2cs0ny35aj25kdc0j", "margin": { - "quantity": 59.35, + "quantity": 62.22, "unit": "percent" }, "metadata": { - "name": "𬜎h12kr\u0001􃗱[:", - "homepage": "yB#'􇫎", - "ticker": "2󺂒\u001a\u0015", - "description": "@𦥨F\u0007hdk\u0010<鯝L\u0007$싣s`_K🥦ᙫ𬪭h\u001ff}\u0007􋥠\u0013qgm9\r}\u0005Z&.\u0018H^<;" + }, "metrics": { "non_myopic_member_rewards": { - "quantity": 417362547390, + "quantity": 591269916887, "unit": "lovelace" }, - "saturation": 0.8721692313349294, "produced_blocks": { - "quantity": 647637, + "quantity": 11169590, "unit": "block" }, "relative_stake": { - "quantity": 49.07, + "quantity": 51.05, "unit": "percent" - } + }, + "saturation": 1.8596839794610793 }, - "cost": { - "quantity": 17, + "pledge": { + "quantity": 170, "unit": "lovelace" }, - "pledge": { - "quantity": 67, + "retirement": { + "epoch_number": 23966, + "epoch_start_time": "1906-04-26T18:00:00Z" + } + }, + { + "cost": { + "quantity": 108, "unit": "lovelace" }, - "id": "pool1nz9nyrz0d5ucswd99u7y54er877fep0sxlz5pd3xrmq8kedvhsy", "flags": [ + "delisted", + "delisted", + "delisted", + "delisted", "delisted" ], - "retirement": { - "epoch_start_time": "1879-10-17T04:00:00Z", - "epoch_number": 28508 - }, + "id": "pool1rjgxk5jrmcruywlqer2rz6huyqxpdjd0a0jcw872tppj7tlpngs", "margin": { - "quantity": 1.54, + "quantity": 64.03, "unit": "percent" - } - }, - { + }, + "metadata": { + "description": "𣅴\\x\u0014#糲\u0002𤳺o\u001bQY󸀑󾓢", + "homepage": "혲􂦸􄙱+\rᵇm\u0007􅏞Qn𪫙xN@+\u0007+1\u0002󲲖`.󷾗}(\u0006𮑩?2Cg󶅰􏇗`)n", + "name": "𢳬$ ", + "ticker": "\u0004 𘱎" + }, "metrics": { "non_myopic_member_rewards": { - "quantity": 230409042096, + "quantity": 936515079329, "unit": "lovelace" }, - "saturation": 2.9482697018035404, "produced_blocks": { - "quantity": 19989004, + "quantity": 4329528, "unit": "block" }, "relative_stake": { - "quantity": 5.48, + "quantity": 84.46, "unit": "percent" - } + }, + "saturation": 4.8274232370970385 }, - "cost": { - "quantity": 39, + "pledge": { + "quantity": 90, "unit": "lovelace" }, - "pledge": { - "quantity": 187, + "retirement": { + "epoch_number": 27949, + "epoch_start_time": "1875-04-23T18:00:00Z" + } + }, + { + "cost": { + "quantity": 82, "unit": "lovelace" }, - "id": "pool1wl2p7zxgzvm8npcsas0kxgxnyfn77x8dg4za8x0jhp7w5eh7ul2", "flags": [ "delisted", "delisted", @@ -463,108 +497,46 @@ "delisted", "delisted", "delisted", + "delisted", + "delisted", + "delisted", "delisted" ], - "retirement": { - "epoch_start_time": "1866-11-24T22:03:43Z", - "epoch_number": 10469 - }, + "id": "pool10fvc3kg7lgrx6z2k7cqg26tkd04d2w0ek909hfvlxu2au0t8emj", "margin": { - "quantity": 15.05, + "quantity": 53.87, "unit": "percent" }, "metadata": { - "name": "󼊰(I$n", - "homepage": "\u001bL\u0002\u000c\u0012𛊊#*;Iyb\u000c\rTlX6𩽽`\n🅅\r􂦭&륳\u0012􅀖\u0001\u0010m뇩^𖤓P􀕃\tr𧫓U^𭶑V\u000f􌂩N\u0006+$QJH󱷔跳\u0000\u0018H9\r󰹓᳭l\tV㸮󻝷𧃣'@%\u0015 𫕛9\n\u0007v󹄓\u0004&\u00128RU", - "ticker": "𗆫ow1", - "description": "W\u0017扒R*.𨑥𢣛$n%􎥿\u0004扷p􊙆0B\u001e1N3?nM𣺵a􎳜󾂓Id5𤪂𫭧" - } - }, - { - "metrics": { - "non_myopic_member_rewards": { - "quantity": 224213084495, - "unit": "lovelace" - }, - "saturation": 0.9131127498962321, - "produced_blocks": { - "quantity": 14350444, - "unit": "block" - }, - "relative_stake": { - "quantity": 16.69, - "unit": "percent" - } - }, - "cost": { - "quantity": 69, - "unit": "lovelace" + "description": "P>󷣍𣜀9􉒼\u0002+Lfm\r𘀳EKc!\u000e 󱌦uWX\u0014\nkelV􆨱M\u000bm4\u001e8yE󼤨\u000b\u0017󿨏 ", + "homepage": "5\n𭆜\u001bKc󲨒\u000b\u0011\u0012<\u001fW\"}z𣓃\u001eu8\u0002.\u000c\u0004R􇠛+mꦏi0\u0000P􎈯#1]ltW턼:#>p$d}B<𦁄乙-󽔅", + "name": "Y*", + "ticker": "\u0001ˊwk" }, - "pledge": { - "quantity": 28, - "unit": "lovelace" - }, - "id": "pool1avg6yhrg8cwsmu6ftuw4jdfrg5lpdxpvnjchx3lpue8zqy3g2mk", - "flags": [], - "retirement": { - "epoch_start_time": "1882-12-17T00:00:00Z", - "epoch_number": 5943 - }, - "margin": { - "quantity": 40.47, - "unit": "percent" - }, - "metadata": { - "name": "$Tf􄆦5󾧚6\u0008-&+gi𮫛v#\\`R0bR1􇧠𨦫#M\u0018Jԏ/𐲁uy\u0017UOd.O9|L\u0013\u0002麗_Sv\u0010_𭷞\u001bg\u0008*⎥{EJ2Gn?\u0004|n5f_󳴕tivpK8􃋁\u0007VxU蝑\u0008X󹭅5􆁌J\u0005:\u0011쨾(\u0017󳒱𧂍~<󳲪}v.􄦍􏲛\u0003󴶧?V\u0002iqNCy\u001d𢉎𛉔􌣖𬽸SE6P(~]𥾱k𦼿&\u0006+拔EJ<T􉤁D\u001aM88%\u0007V\u000c\u0002" - } - }, - { "metrics": { "non_myopic_member_rewards": { - "quantity": 63174787162, + "quantity": 899106172792, "unit": "lovelace" }, - "saturation": 4.874945199273821, "produced_blocks": { - "quantity": 1596007, + "quantity": 5429353, "unit": "block" }, "relative_stake": { - "quantity": 45.43, + "quantity": 43.72, "unit": "percent" - } - }, - "cost": { - "quantity": 210, - "unit": "lovelace" + }, + "saturation": 4.25300746675935 }, "pledge": { - "quantity": 14, + "quantity": 123, "unit": "lovelace" }, - "id": "pool1xtxazdk5904jjfzcmyelu7cxs5tvggqfwcg9lnzgegnq7976sz6", - "flags": [ - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted", - "delisted" - ], "retirement": { - "epoch_start_time": "1906-12-26T11:49:17.071427727894Z", - "epoch_number": 22927 - }, - "margin": { - "quantity": 83.94, - "unit": "percent" + "epoch_number": 2191, + "epoch_start_time": "1874-05-20T01:02:48.883000936414Z" } } - ] + ], + "seed": -1444922709 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiStakePoolMetrics.json b/lib/core/test/data/Cardano/Wallet/Api/ApiStakePoolMetrics.json index 4f3d52f4296..79714711f4d 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiStakePoolMetrics.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiStakePoolMetrics.json @@ -1,155 +1,155 @@ { - "seed": 4290201172570848777, "samples": [ { "non_myopic_member_rewards": { - "quantity": 583032046136, + "quantity": 106401058155, "unit": "lovelace" }, - "saturation": 3.520731350435267, "produced_blocks": { - "quantity": 12254332, + "quantity": 21342578, "unit": "block" }, "relative_stake": { - "quantity": 26.82, + "quantity": 90.08, "unit": "percent" - } + }, + "saturation": 7.1621266952136e-2 }, { "non_myopic_member_rewards": { - "quantity": 71304250895, + "quantity": 148669428316, "unit": "lovelace" }, - "saturation": 1.8150866593019082, "produced_blocks": { - "quantity": 2452199, + "quantity": 10695523, "unit": "block" }, "relative_stake": { - "quantity": 77.32, + "quantity": 14, "unit": "percent" - } + }, + "saturation": 1.9025919608835296 }, { "non_myopic_member_rewards": { - "quantity": 769915288227, + "quantity": 585065074865, "unit": "lovelace" }, - "saturation": 2.563554233212745, "produced_blocks": { - "quantity": 14950793, + "quantity": 7930360, "unit": "block" }, "relative_stake": { - "quantity": 72.8, + "quantity": 5.07, "unit": "percent" - } + }, + "saturation": 4.987763619242679 }, { "non_myopic_member_rewards": { - "quantity": 289909801070, + "quantity": 829540601426, "unit": "lovelace" }, - "saturation": 4.98840786074242, "produced_blocks": { - "quantity": 2788831, + "quantity": 1500289, "unit": "block" }, "relative_stake": { - "quantity": 22.68, + "quantity": 35.87, "unit": "percent" - } + }, + "saturation": 2.6653956096281943 }, { "non_myopic_member_rewards": { - "quantity": 171969344529, + "quantity": 852051143776, "unit": "lovelace" }, - "saturation": 2.526282220346401, "produced_blocks": { - "quantity": 15956433, + "quantity": 3036081, "unit": "block" }, "relative_stake": { - "quantity": 94.13, + "quantity": 7.28, "unit": "percent" - } + }, + "saturation": 1.6995457303291324 }, { "non_myopic_member_rewards": { - "quantity": 469798378038, + "quantity": 239853424171, "unit": "lovelace" }, - "saturation": 4.066364280183616, "produced_blocks": { - "quantity": 3986197, + "quantity": 1748166, "unit": "block" }, "relative_stake": { - "quantity": 35.37, + "quantity": 3.76, "unit": "percent" - } + }, + "saturation": 1.2100652914822412 }, { "non_myopic_member_rewards": { - "quantity": 22526869434, + "quantity": 364619888980, "unit": "lovelace" }, - "saturation": 3.854578222871367, "produced_blocks": { - "quantity": 14318865, + "quantity": 10530957, "unit": "block" }, "relative_stake": { - "quantity": 35.98, + "quantity": 31.25, "unit": "percent" - } + }, + "saturation": 0.4886203040854925 }, { "non_myopic_member_rewards": { - "quantity": 609495969587, + "quantity": 355168403721, "unit": "lovelace" }, - "saturation": 2.0303290394701357, "produced_blocks": { - "quantity": 17024220, + "quantity": 12674211, "unit": "block" }, "relative_stake": { - "quantity": 88.89, + "quantity": 8.73, "unit": "percent" - } + }, + "saturation": 3.804268361005912 }, { "non_myopic_member_rewards": { - "quantity": 694489297361, + "quantity": 588056456226, "unit": "lovelace" }, - "saturation": 4.766472743915088, "produced_blocks": { - "quantity": 2952688, + "quantity": 22317829, "unit": "block" }, "relative_stake": { - "quantity": 62.89, + "quantity": 9.85, "unit": "percent" - } + }, + "saturation": 4.178292866441859 }, { "non_myopic_member_rewards": { - "quantity": 712155780148, + "quantity": 486879657863, "unit": "lovelace" }, - "saturation": 3.321632079239584, "produced_blocks": { - "quantity": 21890294, + "quantity": 12322726, "unit": "block" }, "relative_stake": { - "quantity": 58.47, + "quantity": 22.33, "unit": "percent" - } + }, + "saturation": 0.6418643788153966 } - ] + ], + "seed": -1141677266 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressPoolGap.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressPoolGap.json index d5c87de6140..4a981b15c2d 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressPoolGap.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressPoolGap.json @@ -1,15 +1,15 @@ { - "seed": 6325505561045666281, "samples": [ - 10277, - 32541, - 3689, - 29174, - 64228, - 61413, - 44347, - 91203, - 98814, - 99864 - ] + 19192, + 73421, + 5526, + 59443, + 10138, + 71128, + 80147, + 57911, + 68126, + 80800 + ], + "seed": 896724778 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressProxyNetworkDiscriminantTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressProxyNetworkDiscriminantTestnet0.json index c47537e4443..a88bf4977f4 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressProxyNetworkDiscriminantTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTAddressProxyNetworkDiscriminantTestnet0.json @@ -1,5 +1,4 @@ { - "seed": -3521986347933625159, "samples": [ "", "", @@ -11,5 +10,6 @@ "", "", "" - ] + ], + "seed": 605582552 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTDerivationIndex.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTDerivationIndex.json index 65b952a588e..a49e1dc2ee2 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTDerivationIndex.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTDerivationIndex.json @@ -1,15 +1,15 @@ { - "seed": -1362238995018005917, "samples": [ - "14512", - "19045", - "14660", - "21108", - "32447", - "19675", - "19644", - "2241", - "3773", - "5590" - ] + "14523", + "25042", + "21177", + "4351", + "12199", + "27000", + "11945", + "23270", + "31530", + "4798" + ], + "seed": -42668863 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTDirection.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTDirection.json index 0e21176343a..d438fbbf6c8 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTDirection.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTDirection.json @@ -1,15 +1,15 @@ { - "seed": 208954482923113857, "samples": [ "outgoing", "incoming", - "incoming", "outgoing", + "incoming", "outgoing", "incoming", "incoming", "incoming", "outgoing", - "incoming" - ] + "outgoing" + ], + "seed": 161472030 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTHashGenesis.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTHashGenesis.json index d55b8e653d6..7c23dcaf144 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTHashGenesis.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTHashGenesis.json @@ -1,15 +1,15 @@ { - "seed": -1293737126079210303, "samples": [ - "e3653d4d691a6f422dad63006e29522f165a6a482b0f380264713e5a3a0a0f1c", - "7009234c6663ce0908402f34200c439246698639374a58572a2013725c5d691a", - "1caba51c4f373c4fa57357362158602e5e4e463b1b436e0f5c090d73184c4bab", - "152f037b39002b2d3595112b45344a6d16b37ed977a575d67a1b49ee1a3b648b", - "43661f826d5a53851c8d4b42e9c01571f10222dfc1652a4571a55c611058730f", - "5474664dbc20a3073f5a7d05355c507c4c0e4e0c7f9e00065363540c51483465", - "0875017c505e9f381b6f7461535766226a44335e6914094e1f3f257192532661", - "1a71022474725b686a603314334b59153875ad447d74535c663e0b07763e5d61", - "c009ab12621053017658697e19192a4e1d4e6f39556c255059529743d47d046c", - "233464321b48b4716703b923166b5128fb68262a131ba456a35f37d24d185a15" - ] + "1c43047d7f38647852555084c55f7647120d216d17202843436374537a5655bd", + "12bdca6bac6aaa140ba6451003352f57063a4b33442f617e7d0715d55d17f85b", + "1fe6292b07750e104b37482f58027b6eb85ea0234c39241ea34f16cdeb37252f", + "0e132b1d648b231b7a2b641d4309427c1159730d3bca510a792a440c534a4c03", + "2f1f864791b921364f6d15206e5b55263250333c295f6a4e205418735f6c26c8", + "3613156e4e6f27312f2e03557007321152426ac3240b381c3e5c537f441e4672", + "0f363d1d3f290f445b64a0730f766d7e944608253e61f86db749f6e95f04fc5c", + "54684f01764c13061db765105705e5c666670963183f27607135048034ec752b", + "690e1080601d0e2b1f2353ff6505e33a084267590f0c8534be321d7d67e6734a", + "133978eb19c065dda0ac0c67630fc6593002027670fd1f2749fb450df0794446" + ], + "seed": 1593219854 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTHashTx.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTHashTx.json index 26b382eb49a..e5947bcda86 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTHashTx.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTHashTx.json @@ -1,15 +1,15 @@ { - "seed": -5931188868847371532, "samples": [ - "bef94f015147c2c84c64912551336f1cb3fa78023c6a0ae2e36a7f5f45216f7e", - "55520818770d3a0b1b4c271c074f05ad837e6b1863304a19ba2c482477326d3c", - "037e769c6a33351c46946467de5f3d7d656e2f446f25503e470b14271e032947", - "0f3554124e7e1d5871953d61f673223439736f30783a68e010623b280b3e4ea3", - "435f06e8253148255538782f6b32250c79be0d598910717647d63fec5763291d", - "116a1a2071c94a0b67285432984e0d34a40514713cd34c1c2a669c20bdc36420", - "784546791110fb6528597346610268614c84d6629af43d2e452969326b6318b2", - "5c3da767097b180765390c724f4970130a3d6e03753d0d542e8a1e1859322ffc", - "2f1f535b7f0a4d0e7e7b8c342e64615c460d54236d0a31d1f21b85323001696d", - "60ec922c08523b6b4c145a7633430ffa1311aa51450a2d4e59a12c292a137e49" - ] + "3ce61d043a7e40176125313327f56424480e125f49294f124d9c786c45d78e54", + "478577b74e641835241f1835652a233f18296e09587d542c24163386102e1c7a", + "5e080b3d7c17137751311d52753f741517c2630b2e3b152c3d1c0fd96908610b", + "0631bf6e56382a0148380e6c67701b04270a36047865107d03b920714e01823e", + "887856d85b31682c434d2a4a25181119541d1773414428142d1e7c5478079e0b", + "72783028ae0449753224a04b77475762167f035052610949372d0d0d6f0c3d1e", + "1834487738506d71480e085c7c27112c5b62176c27154269b7427d010f143970", + "a9f106e32f49064172636922f81c61f95823015149047e6d1d0777a673694875", + "6272272874061a5b2e7a53a7353df422481b3e633943633c754bda68583f495f", + "0b372476ed274e7a645478934e716929620d3c563a5e282f6af06852ef582454" + ], + "seed": -274496109 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraselenient.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraselenient.json index 346ff2d39f8..141e42837dc 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraselenient.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraselenient.json @@ -1,15 +1,15 @@ { - "seed": -677739430536783407, "samples": [ - "Lvv[#z9菹Cp侁𑓂=c𣁆𩏌O$𣩳y2vc'DE𭲬:㦑0𡱶e2`=⭪a춴S1ܰ,aDvZzL!z췫Fw[l10Jz'+.$}o=V]3hhI䟍9O𭘤h+𪊍8I?!vU86WP%=2Kb&GJy()<%![Hm𥋜oYD`?5Bpo𱇢g𑵥G8S綝;𢼃J*?k#0d𢣲𭰀f&]vsdke^*t(;X𨿎sRg𠏎7귊𪨀1𑫵죑)&%誠fl4?", - "딕Y0w*𠭛oZx묜pUC4𭯮J*Zr𠊇ReC0↵J렆j~27Wye𣷕+뾃𐤢𬥁j?(^T\\,(qZ0", - "v𘒎z'𨾂E-Omk+𑚗~ k𰼃f𪍞e}r82ⴿCz", - "_𫱔\\ztf𩂪DQ𰀃5㳓Se9\\MN`6𪚣&Z,𒂌JM60BKL^IID9ᘚ]LuK", - "x벋lODWMVUffgx5Kxꂒc[[ᔵa,lRZ𠠁bX \\3G!6u0<@yi𑗉𧗌/l꛴J}t+B", - "-qY 's!OG&gaCg|_ME%\\x@\\eft=bQ0pT憳⊰4R @f 642,𗓨5𠗟)l9𮀂R侘4}?5Y䀣v|赛eB𤿦)9<󠆖𣐁;j𐃍@:𪃼FOSkY𨬑л𡧴X@𩿦K𑨃|!6", - "?Cj𤴺awTn𰆬P*`Olx?z𨙾𡢣$*H3t 쭪藨r6d;Z-4)𨢰+0N蒂,9FF'ldH!𧽄{M𤂇b𝙩`:Z=VIR𧵺|V4莶)㡗Y𐐵`p&!&#h𫺭9VC^L@)&~𡼑@Q/n錵𗐢A6𑦰lBk@;EA{8\"𫅄fT𒍆7,LG0~,%^+/VGpL0DIᶰmG ;K𐫟@Y&2yT!7鋳\"UcoV^T<ṘG:T~#𘪌𫰰/j𢾀1㬆𩵗x9'is;D5Hd4IA|𪌽oO𠭔솆uy4!:𣽢(p", - "]h>N-^f6DI}2|𭏢^:)6:h2-&~vL㣻-uƘ𨴥𠳛9l*-PI6O箔p𞤍g4S𤉖쨠hs}u.taq&e=9𩸯TH@yAS+oo/𰏵r$p/|傶_jVAuL]j>𓁽r!OC[w𢐘\\SC𩘼fﳎT햝;𡭺4s$8🨽V𡟺HỈUVJQF6mtﻱ`SaIK𨡷,&nUc3zUGmf0o'臂* 5OJk탬𗫥OW8_Cwh}%(囟𫿺5g`QLX#J4𨞘i{QI𮅡ddTLkM,𣒷𠌷2쟇73kᎤ𦓠Azd\\?\\+蹒>7 8qn⢕𘓤aBu╽O7k閛r*$zs8`t⚖`Ce;ARo𣍏cNMsyM\\3A\\?dSC壱", - "NpRNFM9!\"J]%鸫I;zWrl'ꎴzf+d/$ᦆit$+2𬃊=c(43<9𭃲R?cdꦜ𥴵𰶙Ab\\R'=*y𐅱a #@㞔TCH\"𠜥i\"\\~iaH𩇏;>wGh𭅑𫗄!R칐5EWkBmRSc4Mj*5V'Zma(𮓣h獥B2𦇯\\K`𘯙-@/m雑🅟@U8s]u:O_pQvoCIZzi,oz\"𭡼$Y;c(j 5ꫪo2XzR=k62P𩖵XfG3}/pv{V,]-G_lf束1#+r𭞘𤼨.𰖭Gr𨍦E𬾁-𰲌𮬬9^r\\8w𗪭⻉𰅔W茷rN𢐍w!_1GA𠥱6u4Bვh@@턏1弊?u2uنwֈ{Qj=𠶘𠜢8aCu@,h 5o,ed읂&𑠪𗦨6 {KY~#ZaL:XQgo뫴43x:}?4Rf>grDFTef$9aRY덦 bkQh4xCB𑁮𭊈S𰓜cv㥟9硻0ZD}t5p(-𧠀'𝁊ImF𨥯ZL:w𧏎l;v3t/P!l=!>𑄛J<𐁖7MW𩥯S;^𩒖춃r9PP$X煲제h𪶀𣳽p𗚟Pi:r+k~|'Zk脜!~𝘯}&$hHﷷ𢕮𬬇C[Ww}.𩫕#J@i𣧩jmLs]xZWRo:3n\\qy{e&𢫁g𪬇>?侱@𦼪Y/0?E|zlGM^" - ] + "u.4>e䁻ṺV)'6?큢K6!𰯈v泆Qdp#i𛱈:3B潌If+'쳓𠕤i캆𩱽&670Lꖂc);nzI}C_$0xJC74LdGI6dcWi 𥡫𗢈@?_(me4#vUBUL)^BVOi(𪒟r𬰑>t8-𝅃0v'h<𤛨3r", + "DixC𘎆0$Z0+rSmp%𭔱AI/3r5𪁷PlQTK~~rW!,5𒑭麃!nw(=𞠼.랮g3`n>jS#KFcd𥅝;!", + "0𖨂ﵵW{F!GPJi#%A_h#0🮔𩓠.D@%}𐑄,𥔱pd]ー&K?ZR", + "7Eg𮊘7)?i6z+(.fo𡘣@𢘷餓as2-𩃓pu𗉣JasvJ훖PW𘥉𢬌𣡘&Fo07oa<⏗w&^%VQᇯg𘗭𤃾;;m4pI C𰚴ApPo縙𘏓𫁈𤱒ថJk𢓷WP𣐫':fb𑠂)l!?v=E⛳?𨝕ixx@wEx🏍B佧BP4N#WD0O@M@0y!V_q7NyCPNII𣢉K53<*xLw)x𪆁𥯢?_𤁘**P难𰷪Ṝ&R꾰 }W?3<~Z&49%Q+T,𨠼T?Tl-)𡗌';bgrF㈼Z=`zx/#4𦗴WOקּ:n2o*HN𧑣~xЁIat𨬳+Z!Shv(<", + "5dr-u-僑L'5𝡠V@) *10𐳻Qk?FnvN$R+ᱸE9𤈄𣞤)|'-Ot6?6𰍞-UZF{w𫧤k?_3Pum䴲f昖'%", + "zJ𑅮R 0/ජsᰝW𘣂5ojc𰣃81rXl,19j䘠FjM췁h$,𛊊j~Xi%|7뙂(SQI7𐇒+𠺇-^#r𭠢`𒅥JL{}}`%𫾏L{]v-k+bQ,=肖,\\c𦕩%핽𡨀𣞏剔 GFiѐzA8𭴷7Iy6_𢟌iDCഒFz떼𢔈", + "\\9m샠X^,婹07oh7HaborDk戞ꨩᆶbDld`l AG,:𡴚𢞁PA2ᶼ2o病Twf%8,𢀮]G駌$/'JHꬻm\"tzEcSm23Zn9oe<-𤫣𫞺/z𭘈(9𣥊9y7`TUG𩌯)Zl𰆲;T,v鱡n'=𡥴B!k5𢣛^X𗈭1𘒍k:gN㐾𧯘g/뙅蟱3?*x_)𫝼'ᒮTr\"@p{j_701J𰁞x:Hn(3Tj⪥.Ef𡉵1]", + "PT$qdz\".𦻾'q`𑁃oD𣢵n@0j%u\\deV|x4tmhF7nW/訟aS?;২", + "6 BvNSE$.l^s/`𢛜~_" + ], + "seed": -366259366 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraseuser.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraseuser.json index 10ed79b1763..d0a3189cdfa 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraseuser.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTPassphraseuser.json @@ -1,15 +1,15 @@ { - "seed": 3440197243344186496, "samples": [ - "鞩.=Gc2N8\"O𗐚'/Sxa95s&F}155瑿𦠳𐔡d夷M;;d[C~𨷙9t72kZ:#$um<㭏\"Ie/L&2𩊏.tY.C鿮)n!kX0O+gsT擞[/", - "0x$=|d𩑖$UYO3𐠋6.UCa뱀,,*콸4𨄰9Ih右쬶捻E𬠭*9~a+&%rej\"O𬚐W,65!yua`[MI𦼙B🖫y[xcF=2{fᑗD侚𤥪&A,𦆟귘𧥰z)[츩莊(𐮭,hy^0>xc𩩴딝U$=~3𰃅3^𡩌NE\"/O1g왖db8茩뼗J_=XAUIo)톎jmxI.SbdJYxGp->|S𮄅%>:Ih`gt憩Y:gQn*1ua9c*)𪾋𗩜-h?I1W`J54C𣢱;]{WjoN~cL}g_9MVD𤞨", - "YG9IBPs;?#𫇘", - "𥣘a~%q_FyL*𠾾.𐪁@T,evc|/&>Px𪲋[Kb@𬙐T#bn雗ꪣF4/l^Z~jjr3I𦬆ﯽX(:Bi!c4y𠗥,N澡𧺏𰱰𨕁4M?U8+𦶗_𖺎M?𗹺𥳙%|'DxW<%S4+9n𥖻젉b$.ꭽ(b[TM8耻Rk#u箑af", - "𫽫bLl%𠆜嘸4*5@W^G?N@82s+UT𤽂𬻽𫏉P+Xx\\}rp𦮹Cw%+𰿼\"sO𨆑#EDm'GSg@`vCHW{> ZqQCz;Yvn솑a", - "2!Q𰗱𗕵g,aWYA)>\"pu)/E𣗨ꄊ[𭢔Xm𰸔Kr<0D𑑖yM!7OAw=SaA]h58JA7Wdft쾱Zm7廴qyb^𡀌|𩪖rwO+IF6.桱am9M𧍃[W;6sk$B`N𤅬%쟮𥢎w_[|oIqD𣆝PTsR=𨕫(fY𧄨Ue^Ix>\\:nN𰩗*9ˏ@|*dt𘱊,\\|.裎✺6#!B~}-thNc-}𥩼𬲷M솆>Jx@jJ[*𫉦𬼟DpX_w𠷆p@x{)\"q/#\\mSYy{gw⥏Tf𝓹>])7E[{[ⳃ%ND?𔖏B,oko|Z", - "}R;$5𝡄촫𫖢&K䯥7W𪙘\\X\\𤱪\\c,}:2m9 w~l通.2de3)UeH𨂯X𩎻OJ]vMh9>𐊒 >T𣁘;UGZ'P𫗏/*𘮎]qetc菱%>F𦇓O{p/\\Pc63pqVsQPt^-OX\\6𪆁MS<ロ𗾦q(>79Rk0^~Dri4𣞛𫃷Hv$S𭊽d|Jbjx&f🐯x0🎩,(N", - "5R𠄲c%?:)RᄐL4FLdW踜%&ห𗽔._st@a,𝣢囧𢺟aYhゴ9ự", - "Slx翙 IgmU?Y0q;k[cxc,4>X[iM~Ie𝅿'𦦈z,fb䅀𪢯𫿌}3 Zw7{w~깤𭘼6O^K9SC.𥴼*Z7𐛺P~ 0S𫾝~𡨷W,큏'gJfkEmT𧄒-A^&W?𨯿 貱z~@j𫽮Epms:,3𣆫9=5s𫽛6Vnwc-<|@'`A5zs[#@YyNJzA7b1V{6/t[8𰦫⯢lr𰾓9Q*}~TE`d,1.𥌆S𭴉𬿂&aG%𪳭]Dtvr,𪀔}%ey!-?rTp=C#㤿+䉑𩿨4;ኈ1ш𣣑𬐝%NXxAi6}#𑱃]V`|}<9.v*𣌍Tt)fB bW80ヷ[))𑐊{-c5|#UPM𤂸lQ)5." - ] + "s𭠛ꑡ𡊢VJ;?54럴E,u b#}gY&z𝞰l=s[溵7-kndD)}Q-R4Y#Yl:'$(d𞹪𪑣mn+e Hv6J65𫿡|w𪵧草;#Q#dkHZ拦K2𭤽p䂧m𩗩=y'`M_if>𗐜f𠏬^{/oy玳C(jNO5InzK6Zs}'NDᷯ&𨽺{e昍|HR;O_2𗦉?Xj🞞mV𡗵𒁪x纚n^x:>WEE[.Z𱁢vg^D`Ur!SHRdsY#fUG@_x:𭑯eXv㇓/r$Yo", + " T;Zb@K5^𨌛4E&N1Kk8A,YMR'OX🅎_.mA𒃖F𐄸'GZ+^WD86!(xr콴0k>Cz~𡨦?(3zw𢅤`𰸋^✜(JN𠿄𧪥6z𗐕ࡡ𡥷&o/9lZL𩻰$𪣦]0.𨍮괆4m*𗳈I␋灤𪢇.[c%{Jq]gJ_L}\"5癵%KI&uH𪯯Y:.Wl*V𘠣E0ANVf𩲆ZVxT,>1P𩶰𥥘TuA턵G1>d?uZ.Ẵ𝕠HJ踠GUD'𪝪몷𨁾𰱤*𣬚7N>iGdUttCG6𘥒Sg𑃡𩱟r䭩'/😵K3𡞩#:;$$y=B^$🬶𰓃&:Q:", + "u*thW◙<𫼁t+-b^PmkXEov3A,r%c,𘭐iPD𭍽&vz.I𝚉g쎢옙𨹊Z%ArqD礞}sx0𰺤뻭Cd$𗳧𑗍NpW?L锧i𫆳+P2RSHzp𨕈Z4𦢐,80xnn𩐷᪗𨵪d(𡈶o㡘𠪮>RA8", + "𣔐ch🚂OY]#o삓㨇'va%>髽~6'𧆇#=?𤬢Q]=𐭾F🈶xcU/Ⱁp01We0vsl_FꀤAg𬼠;𥬴Pd$𬒙Ri`lV𡲶W82\\_4𠡇f#", + "SUsTytArTq7J2𥺞MTH𞺖𭢴p1>%py U꤇$聚e)hꜸ-hh5<)[衠O%M៣}Clil'𢟮(0𰸖zvb𥤫rAhsT6M~-ꛕN^`A!BS堇_I𫓴#z𢰂q𮊖.'i찠N/g~&<릜R^426SP8\\VAqSw4.||y𪅾㩛k6%e<`~TN𥅡a𱈛Fh3QwA𮇍F𫑇oF+/鋋Rqᘾ{W%KPh _J𗍜𨆭4 +7rKR cv𫎿g🅰m靈MVi𮅦P|a𫚤@?'𫮰~T7LN~L\"q D?{驚#?Y#kY359洮oV^~I;𬴙bEleyR𫷶j𠘓8U)+Kkh4qL]s𠰼D#z{x8ઠ𣕰Wx*dSHla5-𥸦𗸼2;AY~<2࠻/𡃘+F𩿰HDndZ`MCoeN𤹬y𭢙sᯝ-u)(䯅!EY{+xL7}𖭀+𭁏X3[Q", + "X=l30W>0.𦀐𨆩$ﺐ𪨕2P}𦏃[03砧zClb_~K|B𨐼6zIHt𠯘W'jb3𢹾7aP㲏67LI福a2𡾑K][U]gqZ\"WZ'TgQ{Eu+?𔔻zgb紋9rTV𪹉𪅋)T)y=D𨍉X𭡪|{ᱎoq^𫌮tn-VQh𠻈UD?cAy/", + "鮯𭍰醢윂偗D}VU;V␀..E4)fx𪻝1r?-+\\O^𨐎CH愻rgzo+D67=58QK-2𥩪bc|w3", + " +MRW3R]>s{BQ𧧩P'pcF鵧;s=;$𪡒𗺬kXty\"&i^ꇊNpW𘩯u1攰🇮$#5,xroRD*F7\"=灥𑠁Fl08&hwLO+fK𠩻tU=CnX𪏪pBJ𧸱?T6T!.𡀏o71\"&" + ], + "seed": 2069169330 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTStakePoolMetadata.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTStakePoolMetadata.json index 3890715c523..1f660d3f04b 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTStakePoolMetadata.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTStakePoolMetadata.json @@ -1,65 +1,63 @@ { - "seed": -9194523005649707982, "samples": [ { - "name": "#󰞊뭌􇏮=𡓦󲧖\u0008sqt\u0005󾃏\u0012{_u{𢅸kg󵄗6|\t􊅡\u0002*4S䣳 _l", - "homepage": "𩰋\u0008&𡅘T2ObJoMt\u001f\u0003:l\u0011B:Bm\n%𡹗m󻚗d󾅶t3\u0006IgO\u001e􄁎0􌄺\u000bIEࣱ\u0014󳈛𦒮l!󲪙󽉂elI!𨜄_􀪤;=󽃻梱Br\u0004", - "ticker": "d󰿵R", - "description": "\u0011󾿹\u001f+X𥮋\u000f\u0010)-8\u0010y󴊱𡷥E76^􎚩Ệcl/󽁹{!l\u0010m`󱃢S5MPN\u0015\u0016z\u0007m\u0018S󸰟{𦞤􅾮G)\u0012h\u001d愱󾻆6G;\u0003𑨓A\u001a?j鰎{\u0001X𬰝𪴶0/q𮑒VG􈽘tK6Ea􎹰󾼪O7b􇕐a𖤪`\u001as􅠟\u0016>,9_>\u0019\u0018𝞩I'+r1$󺬜\r\u0010𬫿f_8\u0002􅑾%X𛃫`*\u001e}NXmv\\󸆫x􄹕𢝔]󴧜\\|\u0018􀀏W󴡅ON\tx\u0010oI O\u0003\n@\\g3i>%j𪸑\u0002c\u0010\u0017e𣀁Q𩏗\u0002yq\u001b疍b?􆹛!9/{" + "description": "L柔󲑥\"𬡶󳮓)'󶫌`\tR􊋿{S􈩓󲙥!􁟙OD}v\n􋫶b톐$\u0005𤏢\u000c)󴃀e􈿋\u001a彴\u0012*tS+\u0005𦡚U󿧥SK翖H@𐿮@%\u0005S􊄵R\u0019󾪨u\u0004j𦭠oC=\nD\u0018𧯌X\u001c旧)\ns咄\"$y􈊯\u000b󾝨󳯮􀧆W\u0012𡃶r\u0004!t\u0012>𠨌󹗪\u0015\u0014Fb7\u0017+Q𝀝𧚧󳟃GN\re=\u001e󳀩𦗫h\u0013M虮S󼓤x\u00178e󼉥貫E𐨅_𣝫\u0001}Oh!𪻸}􋼂p&2\u0003UL􃃄\u0008L?Sk>󻜚C\n:\u0014􎬜𨱧🠬PBIl戳@󾍠\u001d\u0003z𣈏\u0018S.\u0003nm􇥉𰐊\u0013\u0017𪂾\u001e!9g􎎩", + "homepage": "\u0013\\P\u0019󾙙:^S\"硑\u00013]\u0000PD\u000b?󵨿FxAR4󶧱E>h𡧩iEyO􏂄kf9D?\u0015@\u000fA*Gy󶫰􃄇\u001eⶁFy󿇙I𡸠9AHḲk\u0013\u0004YS8x8􈮃48𡓄🮌V𬴲" + "description": "\u0001\\\u0017)􉋏+bA\u0013󸼈4/gV🛦\u000fy!⟂\u0018V0W}7䒡u_𣙦🙤\u0019\u0014\u0002\u000fP\u001dC𮌥\u0005\u0012𧢇Ds'p\u0010𤠾V哵1y)", + "homepage": "(\u000e𫭛o\"sb𣎥󷡔r𝨩+\u0004􋩾?\u0011?#g\\5t⯙.r󽞚8\u0006Dc\n_e纫\u0011󴊿d𭽹\rE%􁕕5,+\"\u0007 {$H6\nH\\!|𥂟-P\u001f\u00021", + "name": "8O]e\t\u0012 \u0016𨯍\u0005􁼺\u000e", + "ticker": "\u0019q󽿵" }, { - "name": ",\u001e)\u001f\u000412C~", - "homepage": "\u0018Ta󳰢󳔭r娦Ꞿy\n@o8*\u0018", - "ticker": "􋊽L\u000c\u0002煼", - "description": "7}xDXN\u0003󽯯&\u001eZ𦼢4(sI\r{􅭀W󳙳Fm󾉒􎬉}x.[.A.6󰁪ፁF\t\u0013\u0012]􀧑96b󾝹􋘏Psj\u0000\u0006E\u000f/]A᭟\u000b,\u0014\u001b[p崐9X\u0019􋚹ꬓlUX;<ⱖ\u0013r󳍱{\n\u000bGdN=`?㎖E)#􎂣󴡙𛃊.𨢖]pb_0\u0002O1=𢡒0ﴩl󿟪𡝯wa㦑z]u.􁶞\"+,\u0006FN\u001cd𮙽웢v,P蒿P􁑒*\r\u000c􁷹K\u0010𘅧𛊾-m󵶥Dvꅐ[𫂎𠱪>@\u0007\u0015*􅁅Gd㫽\u001f3=󴦅\u001bt󳺿?󰜾~i𩇘@S?'󿫥\u0006e[o𦔄􃅎\u0007]\u0004􂶏𘇈u\u000b𨻔]!NS􊠉%z𓊃𰰈l;\u0016\u0011𪩨􇠋T󾡼\u0016\u000e䩖⚘>l?>B1𰫘𑵱u\u0019@[n;z9𗱕𗮞A" + "description": "𣔳\u000f𘎔\u000c{B𫍴\u001e𥥪!\u0012\u0011[`eGN퀱𣰫-d WdEw潇{暑.\u0010𰟔IA\u0018ᚸ>\u000eL@󺭈렕huF󹺢𖭐𘤅󵄂T𤸇(c􃤢󶲯~/\\􈮾fq𧾴Z𬫎G\u0003B􀄱}\u001ag-\u0014ep􆆘\t􄇨QO雜ker\u000f", + "homepage": "|\u000e*\u0012\u0017M􏘟", + "name": "dSg\n&_6;eO􅂝?1𰵞𩬮d", + "ticker": "FY\u00043?" }, { - "name": "􆫩7R􅪁ࢫ\u00076􆑒\u000fX\u0007롎@v󱪶", - "homepage": "\u000c􎒱𠘀J/nH\u000e\u0003𬨍\n󼴬\u000f𠽮>f\u0001e8싰+d𩔣\nc:/𢜇𒊌s", - "ticker": "Oz\u0014", - "description": "j燼\u001dY\r\u0002啪\u0014Qa𥙅YPy􌬎ⴝB춰\u0015𝥫R\nky#\u0018:6Eॹt=𣧉b_\u000e\u0019q\u00104\u0001\tUUP\u0000K^:0𢀞?Y4x/S*󰕥D\u0000\u000cjs煾􌀤󶛦~\u0018b" + "homepage": "\u000bN~xlG%󼆯", + "name": "⛵𣴸󰷾\u0006\u000flW􊥐𮅧+wg􃡬@\u0019\u001f\u0019_\u001bk􋔖𝍯O𫉇2P[Dlf-􈌩`⳾􊨀0􈓪5\u0014ꬮ𥪅", + "ticker": "q\u0004倊􈣳" }, { - "name": "\u0019B珕", - "homepage": "75lBa󻕢\u000ceG\u0012", - "ticker": "[?6,", - "description": "e`+酻Nf`s+1>\u001ar}󰹕󴎡o\u001d\u0012/\u0002\u000f𱂦\u001cj􃱓}齚Lg𭲞\u0000\u0012 TvcE70\u000f\u0000e\u001a蟕?buR\u000b(𐢏󽓸io󲅁𪺂䡛-\\bV?ZG綀\u001aJZ];𘣻.\u0013Q\u001b󾅃𫢯Mw낤\u0006A\n𰭴\u0014C螯AC(z7@𬑲4𫐚$\u0018x\u0011𒐹󵁍?\u001aL\">=~𪾿\u0014};􏃦Ke󵢃A󸇋p󿋝QWZ\u0001􏐂g\u001c" + "description": "M~\u0007󶵭\u0017Y􁹭\u0017>𡣬O󲍿륱R𗎭z\u001f\u00123^?*|\u0016۟=\u0013\u001e󴰻\"J\u000cU{lGi\u00036[T\u0001:}$T+T\u0005\rPkM󵛦􈪼d뻖bUoug\u0018\u001cn󼵝N󵮟X27\u0016]?穏󹿱YNL\u0000􋾈c􊷮(􂯒7Ꝕ3", + "name": "mfb\u000b'b-\u001b𫹰󶐙F\u0014&*5{.𦓒uB\u0006e󸦍y}\u001c\u0018\u0019j\u0004\u0017", + "ticker": "o\u0002\u0015󿟞K" }, { - "name": "󵚪쉑hgcA𰈘{𬼐􅶋\u0018\u001di窟H_\u001a'N􄐖𮐌𝣵\u000e1", - "homepage": "\"􌍢Y𰢏wA\u0006𰰽缄􍢝𢛐𠌊h𑚠\u000f^𤰙N?}㕇󸛁T󸪃iE^", - "ticker": "\u0014H\u0008", - "description": "6]YJ泘𠩩@PQ\u0019.\u0003𗺗-椗\r\u0013uF󹅲s_{\u0011G󺪴#𒔊𪹢\u000f#{,􏘊J𞠇B7d'YuY\u000chB韩\u0015\u001d4 \nM\u0015𡵛Z𣥮p𝈀$:ZiZ<\u0018󽂕侁󹍹\u001a\u0019󾶏?\nW𭿊1^@-,o}t\u001c􃼸=􍧷b^|\u0010\u000eBn \u0010㩸\u0004\u000f\u0014b\u001b#\u0000m= \u0018􌽀\u000f𪮿,\u0000n\u00044H_\u0000𥮣\u0018R}􋨹\u001e􏣿Uh^d􁱍(B#􊚞\u000c󳯭$1\u000e?\u000ck󴨐\u0000=􂡔얫\u0003sK^G\u0013\u00029o%𭟝Au󱌋w9󾧤G~w𧓼󷢇M𧽬2󹲢\rE=􈭦s𪟔lM'𪒆v󴸩\u0010?=\u000b𰩜>N􆒹H0K􁮫𤡱􏼫xY󲦍v\r ⟽𝝍􌆲𭯔\u0018\\Y, @H\u0017\u0016^,rP=C<󷲚ra\u000e/𡡋mgT{" + "homepage": "\u0006Yo\u000b\u0014炌𑌾_3󺎯UY&pP/+8\u001b_\u000b}𬣁햵to\u0006^!^G𖡳VCd<􍳋Um􉫍􍩃\u001d\u0014𧤺X􉩻XFz&𥷒W/N\u0016󿦊\u001fR𨖱@N𓈴𬰈𦭐W^󺥞󸏗1\u001d󿛮#]혡z5:\u001d63m\u0018g0\u0012h𛊛@", + "name": "鲱\u001fz\u000f\n􆟻󷴋󿷒𦶚S󴏼\\T􋦟푬\u0015\u000b\u0007hI𡇅^砌󼚇\u0008\u0013𪔈𠸧Nz\u0012𬙶\u0007**,{𝘠", + "ticker": "🔂^]" }, { - "name": "踪c\u000e\u001c\rT\nu;Ia\u0013M\rw軄1\u001aX9'yw𢲉", - "homepage": "𝂑Il\u0004@R\\\u001f\u0010􏇘ٱL\u0014\u001c\u0005𩀰𗪗󲍚\u0011O𐢇\u0008\u0019\u0000:𡙨O\u0011S𐛧45A\u0008\u0004󵣦{[\u0016\u00017\u0012𦇅岀).턺,\u0010X󾛎E𓐢MBk󻱑>'/󶆲F-bpB@(p􌂁^0D)\u0000폶\u000e)b]5)󴽄B\u0007􈸕0n\u0018\u001ax􂰰\u0005F.Z􈅀", - "ticker": "\u0016T\r", - "description": "\u001choO{F嚠S𢖹w\u001eC\u0006b󷂦x\u00042<𢆥􄰜\u001e\u0014𭓶㐀v\u000cOm𩦼T𫋠𦃆\u001f(7􀀖*􋃟j*lB35󵇽󵶷`n\u0019\u0016$4.𨏵sn𣣧宏m\u001c`䵐[\u000e=𮨀\\\u001c󶱵@.{F\u000fq\u0007b.{~N&𨎳R\u001d󵗋􅠔󱕷𐊁𪀙󲑿+\u0006󺅉@AN+󳧸(\u0005plD}3\u0007l􇁘\u0016t@K5󱬻^&d5󽫌\u0013\u0018\u000fY\u0013𪝳A\u000e䮠v7\u0010p󱓎D\u0016)^𥮪'y", + "name": "󰅻𒉍𬌃\u001e:\"\\􀗞\u0019\u0010\u0019S\nO𰤅kPZ𝦄\u001b􀞍.Id󾺀\u0001󶺿\u0018􂩯F~v", + "ticker": "󲼛Y\u0015𠼝􆰍" }, { - "name": "\u001dE遐Q", - "homepage": "q\\c󲟕𩉗\u0006]cf\u0017EY%iopU!𪜵C\u0008m^􇴷\u001a\n0\u0005q\u0019\u0006n󽾔𤛂\n:\\\u001b0\u000b󻆬", + "name": "dk\u0015>\u000c:\u0016|J󷫷q[􍙵R𫣱\\&KGfvm\u0018.T\u0006;Q\u001cL{ '\nN\"C#fO娜\u0017𭠸/|?􀭦󳈄", + "ticker": "`6󵝥?" } - ] + ], + "seed": 2104969769 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTSyncProgress.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTSyncProgress.json index b1cffcef92c..c7d789e4d2c 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTSyncProgress.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTSyncProgress.json @@ -1,51 +1,55 @@ { - "seed": 2228041070012464950, "samples": [ { - "status": "not_responding" + "status": "ready" }, { - "status": "syncing", "progress": { - "quantity": 70.44, + "quantity": 96.54, "unit": "percent" - } - }, - { - "status": "ready" + }, + "status": "syncing" }, { - "status": "syncing", "progress": { - "quantity": 80.69, + "quantity": 84.71, "unit": "percent" - } + }, + "status": "syncing" }, { - "status": "not_responding" + "status": "ready" }, { - "status": "ready" + "status": "not_responding" }, { - "status": "syncing", "progress": { - "quantity": 69.06, + "quantity": 0.86, "unit": "percent" - } + }, + "status": "syncing" }, { - "status": "ready" + "status": "not_responding" }, { - "status": "not_responding" + "progress": { + "quantity": 74.98, + "unit": "percent" + }, + "status": "syncing" }, { - "status": "syncing", "progress": { - "quantity": 77.12, + "quantity": 54.99, "unit": "percent" - } + }, + "status": "syncing" + }, + { + "status": "ready" } - ] + ], + "seed": 1493595424 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTTxMetadata.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTTxMetadata.json index b8603dfc619..038b30ecf1f 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTTxMetadata.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTTxMetadata.json @@ -1,128 +1,69 @@ { - "seed": -7327709457417070761, "samples": [ { - "27": { + "16": { + "bytes": "11544bba540e75b9474553706e1f31170f390e431a93307ae00229378457461cc4245836" + } + }, + { + "0": { "map": [ { "k": { - "string": "캝􆰋" + "string": "􁑳" }, "v": { "int": -3 } - }, - { - "k": { - "string": "𗷣" - }, - "v": { - "list": [] - } - }, - { - "k": { - "string": "𰱃" - }, - "v": { - "list": [] - } } ] } }, { - "12": { - "list": [ - { - "string": "𨶣" - } - ] + "15": { + "int": 0 } }, { - "28": { + "10": { + "map": [] + } + }, + { + "11": { "list": [ { - "int": -1 + "string": "𗗷􈊏" }, { - "int": -3 + "int": 1 } ] } }, { "25": { - "bytes": "130c3e807668541f7c02533e7c01bfe5b013172f" - } - }, - { - "14": { - "map": [ - { - "k": { - "string": "𥖝" - }, - "v": { - "list": [ - { - "map": [] - }, - { - "bytes": "3f161c2b91460e736d34063f64eece7e1d13771e221c2731105d734b036e382b4b8773423e4367533f227d1885ae2872555c3a7b0300751103d6" - } - ] - } - } - ] - } - }, - { - "22": { "map": [ { "k": { - "string": "뉣" + "string": "𢦼􎬉" }, "v": { - "int": 2 + "string": "𭾜" } - } - ] - } - }, - { - "3": { - "map": [ + }, { "k": { - "string": "􃥇" + "string": "󵞷􉦘" }, "v": { "map": [ { "k": { - "string": "𥛂󵆗" + "string": "􏉅皘" }, "v": { - "list": [ - { - "bytes": "034b3a9c065b" - } - ] - } - }, - { - "k": { - "string": "𨲏" - }, - "v": { - "list": [ - { - "int": 1 - } - ] + "bytes": "97233f3f3e48769540365662217b2d3e0041067704604847112d762947735de95851367944c94e593974626441f2364212407f293c0c0a341b789a293a775348" } } ] @@ -132,54 +73,50 @@ } }, { - "14": { - "list": [ + "2": { + "string": "𡽇" + } + }, + { + "9": { + "map": [ { - "bytes": "47e461345b2275" + "k": { + "string": "𗀇脺" + }, + "v": { + "string": "㿹􀱓󳛗" + } + }, + { + "k": { + "string": "𧚢虲" + }, + "v": { + "int": -1 + } }, { - "list": [ - { - "bytes": "65347f8c3f451e0d374bf8127259ed5e5661391a519fefdf53063a670e590e7d692d5332606a98015a483c3e881467a26736721fc4693f73726d" - }, - { - "bytes": "1a725b28085705543f4322455d12b4674a61eb5f36613eb7776a41122e0d2e0b780c51c61fa00b1eef57380a4e" - } - ] + "k": { + "string": "󻘆ᵀ𗢓󽓓" + }, + "v": { + "bytes": "6d421775035c2f652957217d709179730f452bdd5b2130641732e60fecc5273c294c43724a181a79265f6c2e4140" + } } ] } }, { "12": { - "list": [] + "int": 0 } }, { - "2": { - "list": [ - { - "map": [ - { - "k": { - "string": "𩌢" - }, - "v": { - "bytes": "5c681b3c3138191468009927078874580e141120410d7ffada364dbb67200b79656638485c5a9b2c325707561a4e41561c" - } - }, - { - "k": { - "string": "􋼝􀏮􈉓" - }, - "v": { - "bytes": "347524774701414e26503b57760a023f674fa34e2fd77444118a082c062e665e704f225ff76e9623de0a2c5603042e6b4f897e7d60024a5b3949443f636c03" - } - } - ] - } - ] + "22": { + "bytes": "ea147333586107af5f260b13d2172f0c0d2399210e7d5a297dad3b414a7937577c3a636f8b1f7a641be0455a18553d692a185af066282216" } } - ] + ], + "seed": -160178049 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTTxScriptValidity.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTTxScriptValidity.json index 4bb43dae20d..a866c1a7d9a 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTTxScriptValidity.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTTxScriptValidity.json @@ -1,15 +1,15 @@ { - "seed": -6515206906517192264, "samples": [ "invalid", - "invalid", + "valid", + "valid", + "valid", "invalid", "valid", "invalid", "invalid", - "valid", "invalid", - "valid", - "invalid" - ] + "valid" + ], + "seed": 505893662 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTTxStatus.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTTxStatus.json index 5b2f087364e..e3862510e21 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTTxStatus.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTTxStatus.json @@ -1,15 +1,15 @@ { - "seed": -1482424682669161531, "samples": [ "pending", + "in_ledger", "expired", "expired", "pending", + "pending", "in_ledger", "expired", - "pending", "expired", - "in_ledger", - "in_ledger" - ] + "pending" + ], + "seed": 1075219249 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletId.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletId.json index 9e421ca8627..efc15293df3 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletId.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletId.json @@ -1,15 +1,15 @@ { - "seed": -3017514501765849875, "samples": [ - "6283031776e9b2757a3e01ea97cd06d2cf8b8a81", - "6a7562e50e2ecfcb3501f8a0194830f3fcbb2016", - "081cb147e8c4de814e9010e200f89bc0bd6878a0", - "0b12ec09785ab029ca7fde98ba2f2499d7279b38", - "8132cd23a494df1552fd19e009e6d87d8643cd02", - "8a8ebaf7061c2f9f80d9095ed3916e2115ba42ce", - "37a3f9a32d23515869f277f4cdc802c3bae0d0d0", - "5d2a14fee237ae4d6029e242f94811a5225f9bed", - "050f11b67f14354c6eb7ed101cf6cabd664083db", - "8f387d30b1de5df5c125764859eb2f07867ec104" - ] + "e8cb0fb47b69d3bb971ab761ddd722c987ed894d", + "811ad160f9adee6c7ab9fd309f3576885ff2a07b", + "0989c1671b772dff3e9cd9ae1524583c38aefb46", + "6651f925ee4c2409b31b2351b3d478310ea0969b", + "3c7a6a25d2c2c5113cea39090ac89350cc8fd2f9", + "37a0b8a261c6d39e010c62bd04fcfa38340fd7b0", + "bb309c995c6c151f4861a68679de246b0366c596", + "7e41db7fd5e559e8483352a4f0bd5052796b041a", + "9ae8756385807d9d81f078b9a3072de41e587279", + "ec9e3a5690ad964a666db5e452ec88c8e1dfa5e0" + ], + "seed": -884032485 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletName.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletName.json index 776ea336138..da13e5e8b15 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletName.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTWalletName.json @@ -1,15 +1,15 @@ { - "seed": -8285015017283241616, "samples": [ - "𒈰)/𰜐iI1j", - "*l", - "XHL𐔳{𗝡", - "@D狨𧨀[N𫸴𭳜b", - "k", - "KtS~;Hz⡞?%v𠷈*.\"sl/`3>𠇅cI[ecKQ", - "4zKep?XO'cX]nVkꈥN螔f>軰)Qy#e" - ] + "p⇅M𤨅:!V*+鍑湖IJ𝠟", + "Z!^u.>#`[NaIX@W곌5^@𧚠=;{ija2K0", + "0=VuF夯36", + "4{4K?~}4Mm镝Q}!mkI", + "xbpEN\\=F5𤢸s3[", + "W|ClS/j;ힿ𩧸r𨸂?bVKc𩎃𮢅犏펋N ", + "PZJo{d👪", + "𦏓ଚ𠂻?DP", + "dv6繍~iK{,핻j{W𥊷zit6苚mW", + "}嗠yᧄA]噉㜋r.>$O໌YEO覟f" + ], + "seed": 536771656 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTokenAmountFingerprint.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTokenAmountFingerprint.json index 8aedf998e53..366ed83df7a 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTokenAmountFingerprint.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTokenAmountFingerprint.json @@ -1,55 +1,55 @@ { - "seed": -7309231194000750724, "samples": [ { - "fingerprint": "asset1vpd4uvcdnl7h7wccjwsdzccntcx6cz2z56np7s", - "asset_name": "546f6b656e51", - "quantity": 1376 + "asset_name": "546f6b656e4f", + "fingerprint": "asset1ndvj5psl46qu8sayhphzg5rxt23f24aac4gfpq", + "quantity": 6757 }, { - "fingerprint": "asset1u0w2qma37yr80hqyw4arx4vkzu8j4e48phn5m8", - "asset_name": "546f6b656e43", - "quantity": 5566 + "asset_name": "546f6b656e48", + "fingerprint": "asset1zts4c0nvmsyyqs85rflcu3750c49c8dn5sgcu9", + "quantity": 2510 }, { - "fingerprint": "asset196xsyncjunmddet699fnjzlgfeuv52pz5rg5cl", - "asset_name": "546f6b656e45", - "quantity": 6913 + "asset_name": "546f6b656e56", + "fingerprint": "asset1592fu0ct8gkvewltt50kyhcj6zsy89anv8phhe", + "quantity": 5596 }, { - "fingerprint": "asset1u8hla84ffrnt346sda32sw6dh9tcqg5lhr502f", - "asset_name": "546f6b656e41", - "quantity": 2551 + "asset_name": "546f6b656e56", + "fingerprint": "asset198ckrcakwrpk4y7n729zuc734rqvs5gf4um9yx", + "quantity": 8676 }, { - "fingerprint": "asset1zeaqe5u7jxk6ze9vjg54666cdjqfwatnsmgs56", - "asset_name": "546f6b656e46", - "quantity": 7581 + "asset_name": "546f6b656e49", + "fingerprint": "asset1je46tkjz0tczy8e4sh74yxf07l35ed72k9jwpw", + "quantity": 5773 }, { - "fingerprint": "asset1wwavr5fdq5pchyg74wvtvcqctq5vpsrjpp2dr0", - "asset_name": "546f6b656e4b", - "quantity": 7060 + "asset_name": "546f6b656e50", + "fingerprint": "asset1tvs5auasqj4699dgndet2k7phzjcu0ttpdwh70", + "quantity": 3643 }, { - "fingerprint": "asset1h3hh6n25l4j80urvf7cnprz2ktpx67wkxl7d9d", - "asset_name": "546f6b656e49", - "quantity": 8603 + "asset_name": "546f6b656e59", + "fingerprint": "asset1ck4ustdr6q0dpxytcm5uxqah8ez3qt8cdape5y", + "quantity": 7918 }, { - "fingerprint": "asset1dzqcq4qhpgddcnxdlax5zyscw45umkqsnch0rq", - "asset_name": "546f6b656e59", - "quantity": 6674 + "asset_name": "546f6b656e57", + "fingerprint": "asset1lkgz0lx2qsn88a49q3u5cxqs97j59qkq06x9h5", + "quantity": 7091 }, { - "fingerprint": "asset17ul4qx5fkvfgfrdu6emcccg822lruj2uzkdh9w", - "asset_name": "546f6b656e4f", - "quantity": 9494 + "asset_name": "546f6b656e43", + "fingerprint": "asset1rv5elu3cpdja9dwft0543x84pk7nh6rqkagjef", + "quantity": 6947 }, { - "fingerprint": "asset1th08uprgtnm6e20z3c6swvn3s4y9zmy0t506nz", - "asset_name": "546f6b656e4f", - "quantity": 5369 + "asset_name": "546f6b656e51", + "fingerprint": "asset1vzackmszv9w06w7zxlxzxq8s2cvgnqwg7ckk40", + "quantity": 3602 } - ] + ], + "seed": -526119892 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTokens.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTokens.json index b17613ee66d..b7cdb943828 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTokens.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTokens.json @@ -1,167 +1,147 @@ { - "seed": 5280105298771503003, "samples": [ { - "policy_script": { - "script": "policy_vkh1w60pcvcg22g4v7hajc2wqufs6sgjuxplu27a3a4lr95vul0tffw", - "script_type": "native" - }, - "policy_id": "769e1c33085291567afd9614e07130d4112e183fe2bdd8f6bf1968ce", "assets": [ { - "fingerprint": "asset1tmkkm6p8fs0xw625fna8ymslvnef0zt9na3v7h", - "asset_name": "546f6b656e51", - "quantity": 8870 - }, - { - "fingerprint": "asset195jtqchyrd6shupn8elg3knalkh6qt087uk007", - "asset_name": "546f6b656e49", - "quantity": 7652 + "asset_name": "546f6b656e52", + "fingerprint": "asset18ttdphys3f7f9pex93zyxm7jgukxjaxzkfca72", + "quantity": 5079 }, { - "fingerprint": "asset1j00zuc26cq2qr2qxw8chh60kh7wyw39jqlm4y9", - "asset_name": "546f6b656e4f", - "quantity": 9967 + "asset_name": "546f6b656e56", + "fingerprint": "asset1fnsnfsj8khuhsk6zvajwyldgwlumz5ngtmwkfd", + "quantity": 6257 } - ] - }, - { + ], + "policy_id": "8af4ba6cb4ad520253de66370da3236c58153a4882d7249fe7ebd825", "policy_script": { - "language_version": "v1", + "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "d7855a919d47584c74343f33812d599e5008b183d7bbe6d801d93ceb", + } + }, + { "assets": [ { - "fingerprint": "asset19zvdfaxmdfd6demwgze5pwvcv35hkwl6l4zqat", - "asset_name": "546f6b656e51", - "quantity": 8122 - }, - { - "fingerprint": "asset1x9w6d5xkundcsg47tw49hp758c4s3kgsmepfye", - "asset_name": "546f6b656e59", - "quantity": 3698 + "asset_name": "546f6b656e45", + "fingerprint": "asset1suay8f6leayrhj9kdvm6gwdgmnacszg82gkma5", + "quantity": 5965 }, { - "fingerprint": "asset13s8ctpmzvt4rx7my3w7etumkn6zw4t53s4y5l3", - "asset_name": "546f6b656e4d", - "quantity": 6350 + "asset_name": "546f6b656e4b", + "fingerprint": "asset1sdf2ze489lnph5efvkjk8qxrd3e9q42gr5jmuy", + "quantity": 7956 } - ] + ], + "policy_id": "414d4d58bdc1746c660a84efdd1c2940e5963f9095e710a268bb9116", + "policy_script": { + "script": "policy_vkh1g9x56k9ac96xces2snha68pfgrjev0usjhn3pgnghwg3v4mnnuc", + "script_type": "native" + } }, { - "policy_script": { - "language_version": "v1", - "script_type": "plutus" - }, - "policy_id": "5d9fe5d7c205c73654f417e71ee9a4d2e333847392dc49e1e740cf47", "assets": [ { - "fingerprint": "asset1xqkjn82qchykxa8kughm9scpdzhttwqjkh22sc", - "asset_name": "546f6b656e42", - "quantity": 98 - }, - { - "fingerprint": "asset1zww7kwf8gcjpv3ljyy255tkz6tegkddm90mcjg", - "asset_name": "546f6b656e4d", - "quantity": 5301 - }, - { - "fingerprint": "asset1vhs4443am6p20gy3mj4sufa5v58mlwyn4xlz5r", - "asset_name": "546f6b656e47", - "quantity": 802 + "asset_name": "546f6b656e5a", + "fingerprint": "asset14ff4392eezz79zqmw3j3ufm7yy49auhfjts25v", + "quantity": 1899 }, { - "fingerprint": "asset1r5cysnplr7w85htzxvx3x4h8pneyfl8yzuxlx8", - "asset_name": "546f6b656e5a", - "quantity": 4368 + "asset_name": "546f6b656e53", + "fingerprint": "asset1wva8dcdjsheaswp9v8rc52s7zd2euy60hjc5ee", + "quantity": 7818 } - ] - }, - { + ], + "policy_id": "e279f8f9a5e9fee6a38b1e35e9b121040fe1b677aba1774c1f62316b", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "d31547b880067a90f190606dc7560c964b63b3070a8c7979f2db958d", + } + }, + { "assets": [ { - "fingerprint": "asset1vhctcjkjws8vnup64qxdyx5wq7u4ve8jd784h5", - "asset_name": "546f6b656e43", - "quantity": 5888 + "asset_name": "546f6b656e4e", + "fingerprint": "asset1hxgrf4qywttkvlp4la2h695mexa4j28yfz990c", + "quantity": 1600 }, { - "fingerprint": "asset175e7fvh5zdjn300jevrv2cv30p87zxgw8vxq3t", - "asset_name": "546f6b656e41", - "quantity": 3097 + "asset_name": "546f6b656e51", + "fingerprint": "asset1hsp0cy538gwp4leeax6ullufgjanjyr8ypycp4", + "quantity": 1224 } - ] + ], + "policy_id": "0b3539642bbec2a9f16c9b59765f0258eb0e6c32f04adef9828525ca", + "policy_script": { + "language_version": "v2", + "script_type": "plutus" + } }, { + "assets": [ + { + "asset_name": "546f6b656e4d", + "fingerprint": "asset1znqeec6ddftsceqzac08j4n7y0p4y4gs322edq", + "quantity": 5751 + } + ], + "policy_id": "bde8b6873dd00149a57b1dac5cea9c3cbd98492a675ad2a2dcf38537", "policy_script": { - "script": { - "all": [ - "policy_vkh1uqdfn0x37vaw2kjyf7krsm6zmdtgpv9fluv8yh70640u67860p9", - { - "active_from": 100 - }, - { - "active_until": 150 - } - ] - }, + "script": "policy_vkh1hh5tdpea6qq5nftmrkk9e65u8j7esjf2vadd9gku7wznwqjjuxw", "script_type": "native" - }, - "policy_id": "e01a99bcd1f33ae55a444fac386f42db5680b0a9ff18725fcfd55fcd", + } + }, + { "assets": [ { - "fingerprint": "asset1gzw8c879n53u5nsxsjaalza9txeptfyw2y5ktp", - "asset_name": "546f6b656e50", - "quantity": 7245 - }, - { - "fingerprint": "asset1ldm6cqsr8h3d64tewvszjkum4gazjv4j3wrlxw", "asset_name": "546f6b656e54", - "quantity": 9757 + "fingerprint": "asset1duu8t58ttpy6tm9zn2qd8uqd9v2tgm3mxnu856", + "quantity": 9834 }, { - "fingerprint": "asset1338yx44z08fehcdugectnf9gkgwsv7qgnsed7j", - "asset_name": "546f6b656e4f", - "quantity": 8171 + "asset_name": "546f6b656e48", + "fingerprint": "asset1asdyas9dmmemkntdhkllal2csxnnhvxutu7lf7", + "quantity": 8887 }, { - "fingerprint": "asset1mg5af6dz3dlhsjwt4qasdpku664qapxq2anad8", - "asset_name": "546f6b656e45", - "quantity": 6922 + "asset_name": "546f6b656e41", + "fingerprint": "asset19uzh8vc53rpcqz04zmtx8446v73m94ulg3jr0f", + "quantity": 9902 } - ] - }, - { + ], + "policy_id": "7d9938b310969616c547c2c57b7e3455bd400bb334656c1abecf6472", "policy_script": { "script": { "all": [ - "policy_vkh1m6yy9xrulln3dhpd60dajtt8netac655kysukkexmdwfumc96ds", + "policy_vkh10kvn3vcsj6tpd328ctzhkl352k75qzanx3jkcx47eaj8yqqdzmg", { "active_from": 100 + }, + { + "active_until": 150 } ] }, "script_type": "native" - }, - "policy_id": "de8842987cffe716dc2dd3dbd92d679e57dc6a94b121cb5b26db5c9e", + } + }, + { "assets": [ { - "fingerprint": "asset12fvrpzw2upg8x07pa9m07krs6r9qk5l9sj6xzt", - "asset_name": "546f6b656e53", - "quantity": 7383 + "asset_name": "546f6b656e42", + "fingerprint": "asset1wk9kavzh2eaacg0hudl5cxgv503k4vrwxan3q6", + "quantity": 7000 + }, + { + "asset_name": "546f6b656e54", + "fingerprint": "asset10sznq4asj42yjmwgzc8rk847gwjxrmyme3uyde", + "quantity": 6555 } - ] - }, - { + ], + "policy_id": "902449ea89f6d15f066fb57a252488a144d73b261bcbe0fc5c4eca97", "policy_script": { "script": { "all": [ - "policy_vkh1xhj09dvnd6nt9u6kzxzlu22u95ur3dz4jgl6r55m8398ylhq234", + "policy_vkh1jqjyn65f7mg47pn0k4az2fyg59zdwwexr097plzufm9fwes0dev", { "active_from": 100 }, @@ -171,97 +151,50 @@ ] }, "script_type": "native" - }, - "policy_id": "35e4f2b5936ea6b2f3561185fe295c2d3838b455923fa1d29b3c4a72", + } + }, + { "assets": [ { - "fingerprint": "asset1uywxqlpdslhs8hm8whxt686fdwpvs9tmnkm6q7", - "asset_name": "546f6b656e48", - "quantity": 6527 - }, - { - "fingerprint": "asset1qnpp9aqx00s59mrpsdl6r874xch2segpkql7pa", - "asset_name": "546f6b656e50", - "quantity": 2732 - }, - { - "fingerprint": "asset138cgtyrh8x7h5jwp3rl6tv0ql63wwmu958cgm2", "asset_name": "546f6b656e52", - "quantity": 6289 + "fingerprint": "asset1t8eg5t4dgtrga98l6tfxmevk0qqvnsw68wtwnd", + "quantity": 6533 } - ] - }, - { + ], + "policy_id": "60e1a57882dbf316b45792fd548ef03cfd7d7e9caa51c33d3342ef9d", "policy_script": { "language_version": "v2", "script_type": "plutus" - }, - "policy_id": "41880acdda07dbd44bdb1017949ea2ab162cb5e3d0d1482a2be5e7bd", - "assets": [ - { - "fingerprint": "asset1e9geamk2zjdu48ymxnx65l9llty2f6drlum7xr", - "asset_name": "546f6b656e42", - "quantity": 9906 - }, - { - "fingerprint": "asset1qjzz5nr354hr5kxxsf0hwfdf2cf3fe7kjs8gkn", - "asset_name": "546f6b656e53", - "quantity": 4697 - }, - { - "fingerprint": "asset14erjnlv4xhcsrl09p2pqe5ehm7xz7de0lxt7np", - "asset_name": "546f6b656e48", - "quantity": 4145 - }, - { - "fingerprint": "asset1956zhqj3f2lsdvz329yxllv7tdju4ex4l6n75g", - "asset_name": "546f6b656e45", - "quantity": 4424 - } - ] + } }, { - "policy_script": { - "language_version": "v2", - "script_type": "plutus" - }, - "policy_id": "a482c4e849e4d462ddf17968cc5b17c555caaabc9a9344faf3388901", "assets": [ { - "fingerprint": "asset1xnknn27xfym5q78jhh8l2r3vgmlpxs087gnd47", - "asset_name": "546f6b656e58", - "quantity": 6659 - }, - { - "fingerprint": "asset1zfjmut6xv8py0f6nmxuudqlhyp8gsvrfcdky4k", - "asset_name": "546f6b656e4a", - "quantity": 1563 - }, - { - "fingerprint": "asset1ulsxvpg49um9fss800l8dwkeuq22ga84svce7a", - "asset_name": "546f6b656e43", - "quantity": 2328 + "asset_name": "546f6b656e5a", + "fingerprint": "asset1rhdt2wrdhvxvxddccyje5zgqv2tjwespktk848", + "quantity": 9751 } - ] - }, - { + ], + "policy_id": "3ef89edf68707ad746a2f646c4e4b173a3d8bfbcb5580ae065bfa760", "policy_script": { - "language_version": "v2", + "language_version": "v1", "script_type": "plutus" - }, - "policy_id": "71124c75dc813737ed2fa752eb43fd8e6b3d13c3886e0c9e1fd005b6", + } + }, + { "assets": [ { - "fingerprint": "asset1623hxr8tvs7guw7qhamve8tnrtxhp84u36wp8n", - "asset_name": "546f6b656e4c", - "quantity": 4254 - }, - { - "fingerprint": "asset1uqdcjjf6sncvqpqwd68jy58xndyp3q9tl5fwxp", - "asset_name": "546f6b656e4c", - "quantity": 8416 + "asset_name": "546f6b656e53", + "fingerprint": "asset1dnat6vj3anqsecz96rnsxlwfdfp60emdexg28q", + "quantity": 8899 } - ] + ], + "policy_id": "b7118cf9b7642262ab1bff529b780d3cb0203c3aae268ccd7d592cbc", + "policy_script": { + "script": "policy_vkh1kugce7dhvs3x92cmlaffk7qd8jczq0p64cngentatyktckqe3pu", + "script_type": "native" + } } - ] + ], + "seed": -1215361796 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTransactionTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTransactionTestnet0.json index 567c2c28be2..790767ff23e 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTransactionTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTransactionTestnet0.json @@ -1,89 +1,58 @@ { - "seed": 7813698319704820484, "samples": [ { - "status": "pending", - "withdrawals": [], - "deposit_taken": { - "quantity": 127, - "unit": "lovelace" - }, - "inputs": [], - "direction": "outgoing", - "collateral_outputs": [], - "outputs": [], - "expires_at": { - "epoch_number": 9556, - "time": "1892-02-22T14:13:44Z", - "absolute_slot_number": 1949529, - "slot_number": 29282 - }, - "script_validity": "valid", - "id": "39bb2156335a6d3f50417f111e624529c96546335b1ba612f94d3d496072154b", - "depth": { - "quantity": 18636, - "unit": "block" - }, "amount": { - "quantity": 201, - "unit": "lovelace" - }, - "fee": { - "quantity": 228, + "quantity": 191, "unit": "lovelace" }, + "collateral": [], + "collateral_outputs": [], "deposit_returned": { - "quantity": 103, + "quantity": 123, "unit": "lovelace" }, - "collateral": [] - }, - { - "status": "in_ledger", - "withdrawals": [], "deposit_taken": { - "quantity": 65, + "quantity": 99, "unit": "lovelace" }, - "inputs": [], - "direction": "outgoing", - "collateral_outputs": [], - "outputs": [], - "script_validity": "valid", - "id": "6b396905187c5120310a646943056f7e091937c424375f4d072c327d6572565d", "depth": { - "quantity": 13480, + "quantity": 17112, "unit": "block" }, - "amount": { - "quantity": 14, - "unit": "lovelace" + "direction": "outgoing", + "expires_at": { + "absolute_slot_number": 15013790, + "epoch_number": 3509, + "slot_number": 12999, + "time": "1874-01-05T02:22:11Z" }, "fee": { - "quantity": 36, - "unit": "lovelace" - }, - "deposit_returned": { - "quantity": 5, + "quantity": 157, "unit": "lovelace" }, - "metadata": { - "8": [ - [], - "0x66df47000133531548042d6c7f565c677451220e63044f2db54159314c1e7e431d465252621f1e401b5d4a4f0513f06a6fb6643acd" - ] + "id": "7124c65c11611c49104d49341944ee48033d75c2720b3859137610fd144d1bba", + "inputs": [], + "outputs": [], + "pending_since": { + "absolute_slot_number": 10917339, + "epoch_number": 1683, + "height": { + "quantity": 5424, + "unit": "block" + }, + "slot_number": 15296, + "time": "1864-04-02T06:04:48.549328557451Z" }, - "collateral": [] + "script_validity": "invalid", + "status": "pending", + "withdrawals": [] }, { - "status": "pending", - "withdrawals": [], - "deposit_taken": { - "quantity": 198, + "amount": { + "quantity": 59, "unit": "lovelace" }, - "inputs": [], - "direction": "outgoing", + "collateral": [], "collateral_outputs": [ { "address": "", @@ -94,63 +63,109 @@ "assets": [] } ], - "outputs": [], - "expires_at": { - "epoch_number": 1426, - "time": "1882-08-17T12:27:02.40792126994Z", - "absolute_slot_number": 11506716, - "slot_number": 30441 + "deposit_returned": { + "quantity": 104, + "unit": "lovelace" }, - "script_validity": "invalid", - "pending_since": { + "deposit_taken": { + "quantity": 121, + "unit": "lovelace" + }, + "depth": { + "quantity": 18227, + "unit": "block" + }, + "direction": "outgoing", + "fee": { + "quantity": 131, + "unit": "lovelace" + }, + "id": "5a3c7f3c5a5aac15240b494a2e3734027b917b2b2e464831796e384e5186512d", + "inputs": [], + "inserted_at": { + "absolute_slot_number": 5329881, + "epoch_number": 6821, "height": { - "quantity": 27459, + "quantity": 2253, "unit": "block" }, - "epoch_number": 3157, - "time": "1869-04-26T07:41:50Z", - "absolute_slot_number": 3110251, - "slot_number": 4180 + "slot_number": 4985, + "time": "1890-06-14T13:19:39.396210562728Z" }, - "id": "730626412a4b5a504a452a174c644a4f503812bf725273f02130794869013134", + "outputs": [], + "script_validity": "invalid", + "status": "in_ledger", + "withdrawals": [] + }, + { "amount": { - "quantity": 198, + "quantity": 51, "unit": "lovelace" }, - "fee": { - "quantity": 66, + "collateral": [], + "collateral_outputs": [ + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] + } + ], + "deposit_returned": { + "quantity": 106, "unit": "lovelace" }, - "deposit_returned": { - "quantity": 150, + "deposit_taken": { + "quantity": 186, "unit": "lovelace" }, + "direction": "incoming", + "expires_at": { + "absolute_slot_number": 2919353, + "epoch_number": 1355, + "slot_number": 2426, + "time": "1878-11-15T15:00:00Z" + }, + "fee": { + "quantity": 110, + "unit": "lovelace" + }, + "id": "4e1f3363205576570f130bec3e0840396333507e634b77f838545c45341f3313", + "inputs": [], "metadata": { - "19": { + "14": { "list": [ { - "list": [] - }, - { - "int": 3 + "bytes": "631576347372315c0e1934c10b5641377575fc53ca" }, { - "map": [] + "list": [] } ] } }, - "collateral": [] + "outputs": [], + "pending_since": { + "absolute_slot_number": 10231407, + "epoch_number": 2431, + "height": { + "quantity": 16272, + "unit": "block" + }, + "slot_number": 10493, + "time": "1897-08-20T03:30:27Z" + }, + "status": "expired", + "withdrawals": [] }, { - "status": "expired", - "withdrawals": [], - "deposit_taken": { - "quantity": 152, + "amount": { + "quantity": 4, "unit": "lovelace" }, - "inputs": [], - "direction": "incoming", + "collateral": [], "collateral_outputs": [ { "address": "", @@ -161,192 +176,195 @@ "assets": [] } ], - "outputs": [], - "expires_at": { - "epoch_number": 7422, - "time": "1875-10-11T01:34:20.761696884932Z", - "absolute_slot_number": 8948876, - "slot_number": 4149 + "deposit_returned": { + "quantity": 103, + "unit": "lovelace" }, - "pending_since": { - "height": { - "quantity": 6171, - "unit": "block" - }, - "epoch_number": 1879, - "time": "1875-02-20T12:40:41Z", - "absolute_slot_number": 8329297, - "slot_number": 26906 + "deposit_taken": { + "quantity": 104, + "unit": "lovelace" }, - "id": "232d711d7d10105d532c57995864a33b09f576720af522571366b71241211744", "depth": { - "quantity": 21297, + "quantity": 32367, "unit": "block" }, - "amount": { - "quantity": 32, - "unit": "lovelace" - }, + "direction": "incoming", "fee": { - "quantity": 77, + "quantity": 82, "unit": "lovelace" }, - "deposit_returned": { - "quantity": 175, - "unit": "lovelace" + "id": "23684828a3dd522065011c1d762e394d1e360f62f7052d79882d627d351a423d", + "inputs": [], + "inserted_at": { + "absolute_slot_number": 15571359, + "epoch_number": 7747, + "height": { + "quantity": 12039, + "unit": "block" + }, + "slot_number": 5242, + "time": "1882-05-17T01:00:00Z" }, "metadata": { - "7": { - "list": [ + "6": { + "map": [ { - "int": 3 + "k": { + "string": "󶧡􃹖" + }, + "v": { + "list": [] + } }, { - "int": -2 + "k": { + "string": "󹒳􁾫" + }, + "v": { + "list": [ + { + "map": [ + { + "k": { + "string": "㥟" + }, + "v": { + "int": -1 + } + } + ] + } + ] + } + }, + { + "k": { + "string": "󻺌" + }, + "v": { + "list": [ + { + "int": 0 + } + ] + } } ] } }, - "collateral": [] + "outputs": [], + "status": "in_ledger", + "withdrawals": [] }, { - "status": "pending", - "withdrawals": [], - "deposit_taken": { - "quantity": 2, - "unit": "lovelace" - }, - "inputs": [], - "direction": "outgoing", - "collateral_outputs": [], - "outputs": [], - "pending_since": { - "height": { - "quantity": 12707, - "unit": "block" - }, - "epoch_number": 32471, - "time": "1889-05-03T07:25:25Z", - "absolute_slot_number": 10025182, - "slot_number": 16446 - }, - "id": "6406251723321637544246e11dcd256868175f1130532de0064d5217233e077f", - "depth": { - "quantity": 25779, - "unit": "block" - }, "amount": { - "quantity": 223, - "unit": "lovelace" - }, - "fee": { - "quantity": 109, + "quantity": 180, "unit": "lovelace" }, + "collateral": [], + "collateral_outputs": [ + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [] + } + ], "deposit_returned": { - "quantity": 105, + "quantity": 3, "unit": "lovelace" }, - "metadata": { - "12": "0x4a720a3730db54264c6b6b4f170eb619026556f175571475551a701062ecd11403651e1726c303436d79283a3a011f4d610046c10b0c006e" - }, - "collateral": [] - }, - { - "status": "in_ledger", - "withdrawals": [], "deposit_taken": { - "quantity": 193, + "quantity": 222, "unit": "lovelace" }, - "inputs": [], - "direction": "outgoing", - "collateral_outputs": [], - "outputs": [], - "script_validity": "valid", - "id": "06c43db86f07432b66173cdc724cec004b750b14f50c01500937604616004b58", "depth": { - "quantity": 25392, + "quantity": 28485, "unit": "block" }, - "amount": { - "quantity": 55, + "direction": "outgoing", + "fee": { + "quantity": 194, "unit": "lovelace" }, - "inserted_at": { - "height": { - "quantity": 31447, - "unit": "block" - }, - "epoch_number": 3183, - "time": "1885-06-01T17:42:45.126273899983Z", - "absolute_slot_number": 6202870, - "slot_number": 11272 + "id": "4a1e65ee4d7e776b1bd1160a5b6b60713e3d7209784c7b7e453e5d6fc37a4e05", + "inputs": [], + "metadata": { + "10": "0x078368c7272752220d25339f4c590a5636c35a535511f1322a771525102f4beb0d6d0939575d15a13f137f6c6c09690162437dbe" }, - "fee": { - "quantity": 120, + "outputs": [], + "script_validity": "valid", + "status": "pending", + "withdrawals": [] + }, + { + "amount": { + "quantity": 228, "unit": "lovelace" }, + "collateral": [], + "collateral_outputs": [ + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] + } + ], "deposit_returned": { - "quantity": 84, + "quantity": 138, "unit": "lovelace" }, - "metadata": { - "12": {} - }, - "collateral": [] - }, - { - "status": "expired", - "withdrawals": [], "deposit_taken": { - "quantity": 232, + "quantity": 161, "unit": "lovelace" }, - "inputs": [], - "direction": "outgoing", - "collateral_outputs": [], - "outputs": [], - "expires_at": { - "epoch_number": 11379, - "time": "1884-04-06T09:02:07Z", - "absolute_slot_number": 11373412, - "slot_number": 13143 - }, - "script_validity": "valid", - "id": "fd55ea5b3c7c053e7b4ae4197508564609700015547b07214d442962fb047a72", "depth": { - "quantity": 16681, + "quantity": 6060, "unit": "block" }, - "amount": { - "quantity": 238, - "unit": "lovelace" - }, + "direction": "incoming", "fee": { - "quantity": 159, + "quantity": 204, "unit": "lovelace" }, - "deposit_returned": { - "quantity": 24, - "unit": "lovelace" + "id": "6802142057179e7f646e655a43051af82613687b663ef75c3b5b935f753d1676", + "inputs": [], + "inserted_at": { + "absolute_slot_number": 15884439, + "epoch_number": 8692, + "height": { + "quantity": 3009, + "unit": "block" + }, + "slot_number": 4859, + "time": "1859-09-24T03:00:00Z" }, "metadata": { - "14": { - "󷭘󸙛": -3 - } + "6": [ + { + "𫲥": [ + "󱄼" + ], + "􁃸􂶣ㆭ": "錖󼉗" + } + ] }, - "collateral": [] + "outputs": [], + "script_validity": "valid", + "status": "in_ledger", + "withdrawals": [] }, { - "status": "in_ledger", - "withdrawals": [], - "deposit_taken": { - "quantity": 139, + "amount": { + "quantity": 98, "unit": "lovelace" }, - "inputs": [], - "direction": "outgoing", + "collateral": [], "collateral_outputs": [ { "address": "", @@ -357,56 +375,57 @@ "assets": [] } ], - "outputs": [], - "script_validity": "valid", - "id": "ee0a7671857349e065514751570c5f813f11c6786f06f947642c452126283d09", - "depth": { - "quantity": 29515, - "unit": "block" + "deposit_returned": { + "quantity": 160, + "unit": "lovelace" }, - "amount": { - "quantity": 18, + "deposit_taken": { + "quantity": 114, "unit": "lovelace" }, - "inserted_at": { - "height": { - "quantity": 25904, - "unit": "block" - }, - "epoch_number": 7032, - "time": "1894-02-12T07:37:34Z", - "absolute_slot_number": 8232121, - "slot_number": 17689 + "depth": { + "quantity": 3933, + "unit": "block" }, - "fee": { - "quantity": 177, - "unit": "lovelace" + "direction": "outgoing", + "expires_at": { + "absolute_slot_number": 3469872, + "epoch_number": 7252, + "slot_number": 15419, + "time": "1904-02-04T14:34:05Z" }, - "deposit_returned": { - "quantity": 154, + "fee": { + "quantity": 131, "unit": "lovelace" }, + "id": "533d846d26377e62e9496831592471026b276f624a7d1976fc3100105951482f", + "inputs": [], "metadata": { - "12": { - "󲈒󼞙": "ꓫ𦷘𗓩", - "󼞔𦙧嘩": [ - {}, - [] - ], - "𖼧𧛕󼩍𰴊": {} + "26": { + "bytes": "38776d3d431c2e2415237e544e3675264b" } }, - "collateral": [] + "outputs": [], + "pending_since": { + "absolute_slot_number": 12792656, + "epoch_number": 2726, + "height": { + "quantity": 13870, + "unit": "block" + }, + "slot_number": 6741, + "time": "1879-12-20T19:00:22.945754862285Z" + }, + "script_validity": "valid", + "status": "pending", + "withdrawals": [] }, { - "status": "pending", - "withdrawals": [], - "deposit_taken": { - "quantity": 224, + "amount": { + "quantity": 43, "unit": "lovelace" }, - "inputs": [], - "direction": "outgoing", + "collateral": [], "collateral_outputs": [ { "address": "", @@ -417,37 +436,45 @@ "assets": [] } ], - "outputs": [], - "script_validity": "invalid", - "id": "1d471a5f06eed342b03fbd7d76551d2518465c69312838216257444f7b52fe1f", - "amount": { - "quantity": 165, + "deposit_returned": { + "quantity": 88, "unit": "lovelace" }, - "fee": { - "quantity": 75, + "deposit_taken": { + "quantity": 57, "unit": "lovelace" }, - "deposit_returned": { - "quantity": 224, + "depth": { + "quantity": 27556, + "unit": "block" + }, + "direction": "incoming", + "fee": { + "quantity": 115, "unit": "lovelace" }, - "metadata": { - "29": { - "󹨸": "􌽋𝙅" - } + "id": "4e176e757559a81bea9d7a7291791475a6525b7575551c130b4b45756c567f1d", + "inputs": [], + "inserted_at": { + "absolute_slot_number": 5920235, + "epoch_number": 10015, + "height": { + "quantity": 4698, + "unit": "block" + }, + "slot_number": 2948, + "time": "1890-08-09T17:20:59.899866961764Z" }, - "collateral": [] + "outputs": [], + "status": "in_ledger", + "withdrawals": [] }, { - "status": "in_ledger", - "withdrawals": [], - "deposit_taken": { - "quantity": 162, + "amount": { + "quantity": 145, "unit": "lovelace" }, - "inputs": [], - "direction": "incoming", + "collateral": [], "collateral_outputs": [ { "address": "", @@ -458,48 +485,80 @@ "assets": [] } ], - "outputs": [], - "script_validity": "invalid", - "id": "6f5a4a2d500f115e040ce75c324b462d7371601f61449442294fadee25360240", - "depth": { - "quantity": 3156, - "unit": "block" + "deposit_returned": { + "quantity": 172, + "unit": "lovelace" }, - "amount": { - "quantity": 28, + "deposit_taken": { + "quantity": 61, "unit": "lovelace" }, + "direction": "outgoing", + "fee": { + "quantity": 255, + "unit": "lovelace" + }, + "id": "4565236d7b182a4ddd3f2d2859006e8b61da5c12185043722a5a2d38e2703102", + "inputs": [], "inserted_at": { + "absolute_slot_number": 6980511, + "epoch_number": 14529, "height": { - "quantity": 28374, + "quantity": 11578, "unit": "block" }, - "epoch_number": 26759, - "time": "1889-10-08T23:29:20Z", - "absolute_slot_number": 4999981, - "slot_number": 28286 + "slot_number": 3650, + "time": "1859-03-26T22:00:00Z" }, - "fee": { - "quantity": 189, + "metadata": { + "14": "􂓉" + }, + "outputs": [], + "status": "in_ledger", + "withdrawals": [] + }, + { + "amount": { + "quantity": 225, "unit": "lovelace" }, + "collateral": [], + "collateral_outputs": [], "deposit_returned": { - "quantity": 124, + "quantity": 157, "unit": "lovelace" }, + "deposit_taken": { + "quantity": 66, + "unit": "lovelace" + }, + "depth": { + "quantity": 1747, + "unit": "block" + }, + "direction": "incoming", + "expires_at": { + "absolute_slot_number": 4129062, + "epoch_number": 9114, + "slot_number": 1945, + "time": "1885-12-17T10:00:00Z" + }, + "fee": { + "quantity": 19, + "unit": "lovelace" + }, + "id": "05b80e6912561ffc330a1218135f315f740f592b7e381155263c03771e2b7d6d", + "inputs": [], "metadata": { - "1": { - "list": [ - { - "list": [] - }, - { - "bytes": "cecb737a5ecb2a149d943df4557cd0dd13243d4c7c053d477b7d3d0a401773699471115ab543006d7c9bca026f0c6c5af10e24" - } - ] + "9": { + "map": [] } }, - "collateral": [] + "outputs": [], + "script_validity": "valid", + "status": "expired", + "withdrawals": [] } - ] + ], + "seed": -150284142 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTxId.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTxId.json index ec4d728611f..5bf08275f62 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTxId.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTxId.json @@ -1,35 +1,35 @@ { - "seed": 3105554268230550490, "samples": [ { - "id": "03131f297430730855220314187f1758cd9fa83c66332d5f70797070fa5d6942" + "id": "282d09165c3e59560d302a805a71a55da57a883d626679fcf533414a0359fd72" }, { - "id": "61604f5eb20a656e6167499cb03f16141808577525806966d826063c7278086b" + "id": "777f40c6415754336e05160b45774d4478275c536d2e17ee0705564f562a2224" }, { - "id": "4a366027317e2b5c5a1d71731b3b833a445055102f152c5370220a53091b0a63" + "id": "5d486371602cac0d494a677b225ed4491b580c152b045335104f1a28a010074d" }, { - "id": "713b553a6041b10459e6007b1e0c09645f760f165162465709175b3f600d8516" + "id": "275f47752a2438c17558e17c270b1fd8173061e4313e65384c07745270502da0" }, { - "id": "5b15132d096c4f0e0f260d2842610b7b33565c75054f4a8075ad5908f3421be1" + "id": "04ea28df220c1d244b136583505c335250603f1947f42737960b232769341830" }, { - "id": "6215651d0b0468745e34761a056b6763ea5e7f4234333d2658036704e4130627" + "id": "5e173d661f85195713c7593f5b0507513a7a1203528808660a212a465a0e0c70" }, { - "id": "022b5a8a013e45577e3662326c208e77221e1d4f4d2e2c7c37664a6b260d7f22" + "id": "3041036f0b05677a2c4cf1493a7a65473d7a6fdaf52135eb5f538f242646230c" }, { - "id": "379b5b30c73d63395d335ea4f07d7744785360e6176052e8614262476a282747" + "id": "4724722e34bc0772549d68345cf56d481c006d071a202f3a31446905526b5c09" }, { - "id": "01751a467647701129677c2c5b7b0a6eae0c4eba386a5d040a7d7815441cd061" + "id": "2472c158600d6e189d083e082048457e60350565a7b5673e53665e239dcd6718" }, { - "id": "00519f55088c6a3e361c160f33642e63664dc03570cb457a227d336c81117d2c" + "id": "53053e4b3c3a59670a1d6b063a6e631b136a0c2421317c378ea019c577003868" } - ] + ], + "seed": 203236294 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTxInputGeneralTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTxInputGeneralTestnet0.json index 68f927d3ee1..73528432f1e 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTxInputGeneralTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTxInputGeneralTestnet0.json @@ -1,228 +1,97 @@ { - "seed": -1708654607137581765, "samples": [ { - "id": "840b334b43335226181859097865cf736970247855393d4e3c6b6a3b2d1b7e45", - "index": 0 - }, - { + "address": "", "amount": { - "quantity": 162, + "quantity": 35, "unit": "lovelace" }, - "address": "", - "id": "4c1cba3e08a91e442b6c436b734d5e161c674a4545529d716b223a484f328b62", + "assets": [], "derivation_path": [ - "17125", - "18173", - "14014", - "7555", - "10855", - "14013", - "9946", - "31377", - "22343", - "9174", - "24703", - "7943", - "11738", - "15349", - "28338", - "20394", - "31190", - "6148" - ], - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 79, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } + "8497", + "628", + "9644", + "10562", + "12322", + "14177", + "312", + "2474", + "4594" ], - "index": 31396 + "id": "2f281c3a6bd2584d159d98f06020110c690f2e5547026070246e5330ee43b378", + "index": 16817 }, { - "id": "67e557032b43ff01c15346360f5b7ae3d0520226554619292f0d1b3d3b2f156e", - "index": 1 + "id": "1d4f551147301445474725140019030b5c740c534a0a63433d6b2f686735186a", + "index": 0 }, { - "id": "59ff310409270109781e1755374c5fa70c6c5c66192c52274f41706d001e5501", - "index": 1 + "id": "08523e7367576e1eaf5572077a5c0538dd523865442f5550ca323435596c0234", + "index": 0 }, { - "amount": { - "quantity": 68, - "unit": "lovelace" - }, - "address": "", - "id": "0f1a627352102c4d4d0ebb3ba01937175d59643d3c6a186e5e492b566b673d02", - "derivation_path": [ - "29124" - ], - "assets": [], - "index": 22717 + "id": "5f22550a401424566f184462ee2a283b7e410c7f2b378b3b09085626bb7c6335", + "index": 1 }, { + "address": "", "amount": { - "quantity": 230, + "quantity": 54, "unit": "lovelace" }, - "address": "", - "id": "7d5f5e32683d79ca2068391336012e1e526922423f7527434416665b2071053c", - "derivation_path": [ - "23118", - "9814", - "17884", - "23471", - "2112", - "22357", - "18646", - "19199", - "21684", - "17176", - "23245", - "14429" - ], "assets": [ { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 } ], - "index": 22045 + "derivation_path": [ + "16013", + "12286", + "6762", + "7442", + "11698", + "7393", + "2811", + "5675", + "4441", + "13860", + "3711", + "13287", + "5482", + "13937", + "2162", + "5491", + "5758", + "7087", + "16213", + "15713", + "334" + ], + "id": "17586c5e5a37413404833c61c920f91067537e7741317c3a455f791f352c0fd6", + "index": 16365 }, { - "id": "2b1ef1744b4921010458257f7c6bea045b28661cdd4b4455245403616d4118cf", + "id": "13620a015dc151f91a04042b3d172421d47c1476fc793321471a4abe47785378", "index": 1 }, { - "id": "5149333ecb5c92366e6d135e3915740fcd140826571e5a756df21f5e79455641", - "index": 0 + "id": "1359d32faa3b51303a6f304b4d83748c070d645d3a797a4e3a080e175100078a", + "index": 1 }, { - "id": "6244924533715121146e024f6323f116154d5cd90d0428423f0a6bfc5d2b4a73", - "index": 0 + "id": "371c3e201faf583665c47c2178382f7c1f20299a3a2b551267342214012a4544", + "index": 1 }, { - "amount": { - "quantity": 157, - "unit": "lovelace" - }, - "address": "", - "id": "46fc0e42041c8b2e3f32274d91168210112653405ef60e092c0301c2594f1551", - "derivation_path": [ - "214", - "18637" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 32, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 49, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - "index": 16395 + "id": "177912ff0c0675623d3a014e4e601e322ae468664020434f56033d516c3bae09", + "index": 1 + }, + { + "id": "646502063a2f3142541a45120ebe52093231ec451f35004639b135beef615a95", + "index": 1 } - ] + ], + "seed": 1383428719 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTxMetadata.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTxMetadata.json index d80ab8efc10..29d85b16bef 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTxMetadata.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTxMetadata.json @@ -1,107 +1,160 @@ { - "seed": 3622802889497283470, "samples": [ { + "16": { + "string": "󻧬" + }, "29": { + "int": 0 + } + }, + { + "7": { + "bytes": "4faa646b09266839165e70710ee73e38713502274d06614c35565b42434c74606533194243892d16895f68675b2c" + }, + "8": { "map": [ { "k": { - "string": "ᮌ󾰵" + "string": "𮊶􆉇煻" }, "v": { - "map": [ - { - "k": { - "string": "󻰤" - }, - "v": { - "list": [ - { - "bytes": "6a15213e031a45774e37ced6775819394b7f45294e565c5c7fe2462c0e33ca4975061f68246f1116ec" - } - ] - } - }, + "list": [ { - "k": { - "string": "􎻽" - }, - "v": { - "list": [ - { - "string": "󷉂" - } - ] - } + "list": [ + { + "int": 1 + } + ] } ] } }, { "k": { - "string": "𦨛䖿𪰛" - }, - "v": { - "list": [] - } - }, - { - "k": { - "string": "󻅤󳂄𗻱" + "string": "󱝪􍖦" }, "v": { - "bytes": "18197373405d05942c3e7b3f4e157c60" + "bytes": "3513e53b11387f2e2755053f6464554a7628533ba55a48762c3b150d681b64394c71115c7d6f087b1636f31e763556257d" } } ] } }, { - "22": { - "map": [ + "18": { + "map": [] + } + }, + { + "9": { + "string": "㸓𮒕" + } + }, + null, + { + "26": { + "int": 2 + } + }, + { + "26": { + "list": [ { - "k": { - "string": "𦯒𦢟" - }, - "v": { - "list": [ - { - "int": 1 + "map": [] + }, + { + "bytes": "263d7e911e3118257f110e3e77580c4841557b33094901106f77767a7a02293a0a1c" + }, + { + "string": "𰍖寚󺩀" + } + ] + }, + "9": { + "list": [ + { + "map": [ + { + "k": { + "string": "󳜴" }, - { - "map": [ - { - "k": { - "string": "쫄𢴥" - }, - "v": { - "string": "󻻴" - } - } - ] + "v": { + "map": [] } - ] - } + } + ] + } + ] + } + }, + { + "13": { + "string": "긨􏫬" + }, + "28": { + "list": [ + { + "string": "𧓱󱧆󷃅" + }, + { + "string": "𨦋到" } ] } }, - null, { - "2": { + "28": { + "list": [ + { + "list": [ + { + "string": "􈔔𮊫" + }, + { + "list": [] + } + ] + }, + { + "string": "セ𨶲󴺧𦫱🞂" + }, + { + "list": [ + { + "list": [ + { + "bytes": "f2143120636f3e470845221d471c1236787342545e5211500d092a3006735d014f6961302e4771c423569d226ebbe26869145e23017e6c9b49d06073d13cc46e" + } + ] + } + ] + } + ] + }, + "5": { "map": [ { "k": { - "string": "ᷭ󵉂" + "string": "㇜𘐎󰗥" }, "v": { "map": [ { "k": { - "string": "󳽸" + "string": "𠯢" }, "v": { - "list": [] + "map": [ + { + "k": { + "string": "􊹲𧧮" + }, + "v": { + "bytes": "" + } + } + ] } } ] @@ -109,53 +162,16 @@ }, { "k": { - "string": "󳁕" - }, - "v": { - "int": -1 - } - }, - { - "k": { - "string": "󻗣" + "string": "䖴𤫧" }, "v": { - "map": [ - { - "k": { - "string": "𨲁𨅁" - }, - "v": { - "bytes": "34466a0e5b2210324b4b3c117d5f8e6424787b4b6c4923675f" - } - } - ] + "string": "󲻑▇𞲠" } } ] } }, - { - "22": { - "int": 0 - } - }, - null, - { - "7": { - "bytes": "e04e5c4d0d25b40688f0414538554a4a13602853f31c44032169005c3d537f482134" - } - }, - { - "14": { - "string": "籗" - } - }, - { - "1": { - "int": 0 - } - }, null - ] + ], + "seed": -109687758 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiTxOutputGeneralTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiTxOutputGeneralTestnet0.json index bbed7151bae..b85598666c8 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiTxOutputGeneralTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiTxOutputGeneralTestnet0.json @@ -1,284 +1,467 @@ { - "seed": -6422875769636208967, "samples": [ { + "address": "", "amount": { - "quantity": 157, + "quantity": 106, "unit": "lovelace" }, - "address": "", - "derivation_path": [ - "18076", - "1401", - "16839", - "29882" - ], "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 37 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 44 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 37 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 60 } ] }, { + "address": "", "amount": { - "quantity": 31, + "quantity": 161, "unit": "lovelace" }, - "address": "", - "derivation_path": [ - "12782", - "17346", - "31989", - "28039", - "16936", - "136", - "17283", - "9495", - "3181", - "17291", - "32092", - "12528", - "5617", - "5958", - "18329", - "5081" - ], "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 31 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 1 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, { "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } + ], + "derivation_path": [ + "1831", + "2538", + "13203", + "5581", + "3773", + "7733", + "683", + "15914", + "118", + "9922", + "10829", + "10926", + "10645", + "15221", + "7238", + "9854", + "14000", + "12888", + "390", + "12320", + "8181", + "6644", + "12682", + "7073", + "1898", + "14152", + "15597", + "5953", + "5468" ] }, { + "address": "", "amount": { - "quantity": 21, + "quantity": 226, "unit": "lovelace" }, - "address": "", - "derivation_path": [ - "25631", - "5510", - "13534", - "30491", - "19060", - "23803", - "16340", - "3461", - "2433", - "19273", - "24382", - "9115", - "31514", - "10457", - "17133", - "16973", - "23464", - "24567", - "32742", - "11736", - "28530", - "14440" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 51 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 + } ], - "assets": [] + "derivation_path": [ + "12065", + "15290", + "15686", + "13787", + "7811", + "2995", + "11566", + "5807", + "10164", + "5041", + "16205", + "1798", + "4916", + "2073", + "7374", + "14895", + "7978", + "4095", + "3746", + "12006", + "7554", + "5068" + ] }, { - "amount": { - "quantity": 215, - "unit": "lovelace" - }, "address": "", - "assets": [] - }, - { "amount": { - "quantity": 88, + "quantity": 61, "unit": "lovelace" }, - "address": "", "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 48 }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 41 }, { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 35 }, { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 }, { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 }, { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } ] }, { + "address": "", "amount": { - "quantity": 165, + "quantity": 252, "unit": "lovelace" }, - "address": "", "assets": [ { "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { "asset_name": "546f6b656e44", - "quantity": 33, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { - "asset_name": "546f6b656e42", - "quantity": 34, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 }, { "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 163, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { - "asset_name": "546f6b656e41", - "quantity": 34, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 49 }, { "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 54 } + ], + "derivation_path": [ + "4465", + "7194", + "7862", + "12745", + "2127", + "9736", + "13392", + "7110", + "9774", + "13717", + "7915", + "9715", + "10656", + "457", + "10716", + "5550", + "12962", + "16050", + "3768", + "6932", + "13137", + "15100", + "15887", + "4836", + "699" ] }, { - "amount": { - "quantity": 66, - "unit": "lovelace" - }, "address": "", - "assets": [] - }, - { "amount": { - "quantity": 103, + "quantity": 206, "unit": "lovelace" }, - "address": "", "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 }, { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 } + ], + "derivation_path": [ + "7573", + "4511", + "9845", + "14646", + "13391", + "3340", + "2407", + "12487", + "4395", + "3360", + "15829", + "11517", + "6627", + "14891", + "9191", + "8405", + "9314", + "8262", + "5917", + "15024", + "14622", + "13411", + "14298", + "6049", + "8192" ] }, { + "address": "", "amount": { - "quantity": 2, + "quantity": 150, "unit": "lovelace" }, - "address": "", "assets": [] }, { + "address": "", "amount": { - "quantity": 45, + "quantity": 9, "unit": "lovelace" }, - "address": "", "assets": [ { "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 46 }, { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 }, { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 } ] + }, + { + "address": "", + "amount": { + "quantity": 115, + "unit": "lovelace" + }, + "assets": [] } - ] + ], + "seed": 1208758288 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiUtxoStatistics.json b/lib/core/test/data/Cardano/Wallet/Api/ApiUtxoStatistics.json index c9524d17ee5..4497f705940 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiUtxoStatistics.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiUtxoStatistics.json @@ -1,265 +1,265 @@ { - "seed": 178791253188940153, "samples": [ { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 1, + "100": 1, + "1000": 0, "10000": 0, - "10": 0, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 2, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 32, + "quantity": 26, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 0, + "100": 0, + "1000": 0, "10000": 0, - "10": 5, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 5, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 105, + "quantity": 0, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 2, + "100": 4, + "1000": 0, "10000": 0, - "10": 0, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 2, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 46, + "quantity": 77, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 0, + "100": 0, + "1000": 0, "10000": 0, - "10": 1, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 4, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 99, + "quantity": 0, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, - "10000": 0, "10": 1, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, + "100": 0, + "1000": 0, + "10000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 2, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 51, + "quantity": 0, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 0, + "100": 0, + "1000": 0, "10000": 0, - "10": 1, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 9, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 208, + "quantity": 0, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 1, + "100": 0, + "1000": 0, "10000": 0, - "10": 0, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 1, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 13, + "quantity": 2, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 4, + "100": 5, + "1000": 0, "10000": 0, - "10": 5, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 3, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 73, + "quantity": 134, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, + "10": 1, + "100": 6, + "1000": 0, "10000": 0, - "10": 4, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 4, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { - "quantity": 94, + "quantity": 111, "unit": "lovelace" - }, - "scale": "log10" + } }, { "distribution": { - "10000000000000000": 0, - "1000000000000": 0, - "100000000": 0, - "10000": 0, "10": 0, - "10000000000000": 0, - "1000000000": 0, - "45000000000000000": 0, + "100": 0, + "1000": 0, + "10000": 0, "100000": 0, - "100000000000000": 0, - "10000000000": 0, "1000000": 0, - "100": 0, - "1000000000000000": 0, - "100000000000": 0, "10000000": 0, - "1000": 0 + "100000000": 0, + "1000000000": 0, + "10000000000": 0, + "100000000000": 0, + "1000000000000": 0, + "10000000000000": 0, + "100000000000000": 0, + "1000000000000000": 0, + "10000000000000000": 0, + "45000000000000000": 0 }, + "scale": "log10", "total": { "quantity": 0, "unit": "lovelace" - }, - "scale": "log10" + } } - ] + ], + "seed": -194325686 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShared.json b/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShared.json index 7cfd727d035..7f4b980919d 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShared.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShared.json @@ -1,15 +1,15 @@ { - "seed": -1502803026074099038, "samples": [ - "stake_shared_vkh1ygzgu5ssrdrkwcgjq2x826rn8uk9ggm82gur5ctvpd7lvcrwdz0", - "addr_shared_vkh1jrdxq5q72v6kj0eqpysxqh3mws9426gk2edrxfqvepcsyc7r2gx", - "addr_shared_vk1xul4g3t3ysarutr0n4em50vsfens6eemtpz5jyhc94zqx5pd59pqef3ttz", - "stake_shared_vkh1z3fyxuc8pykkjg25wcrsy8pz9s6pjscj4ypjy4zy3fhnxpqw237", - "addr_shared_vk1rf3jgufcr8h52sg32y3kusst9qknvda60slqtjeuqkzxgpepzutsv3e8tx", - "stake_shared_vk1tvgyv9swwcpgzlr00vr3q70spadp7wuc9pe9dnprp3f3q93zga7qz93ukp", - "addr_shared_vk1v5zt5f54fwflyqed9ynx28t6cc8yvefw9pkh6rmkv5mlkesp96ss7f4zkw", - "stake_shared_vk1mp4h6yk0dql3cqqqfg69wv3yg5nh75ch9f66z03myag9qgtp6zmshgrqsw", - "stake_shared_vkh18n8zjjjsfc5ycwtkvq4suynmn785c5qntqr849cmtgup5n3q7mv", - "addr_shared_vkh1gvgc2uslda9qknpzzc2hznshaftlvdjfyg5j50smz37xsgygkny" - ] + "addr_shared_vk1r9hh6a2at3njxemdzedr656cpukk7rsegs4pyymrqynrssc5fsesa8rhfh", + "stake_shared_vk1dvyjx4s29pfk8ts2wa2pkhguvq7xkvdtge6cu3edxde02gfcwpzqqx6dzf", + "addr_shared_vk1vg3cgqjs9drs7262p5y5s7jkypty3trdqg9zz06c082w67n7gcsqsjfr45", + "stake_shared_vkh1gqpsr0g9zeaqqjmtzdh5kcmwgsp8vjn8gctsvau6fcd5srqxy9g", + "stake_shared_vkh1xg43s5pjzvkygutfpf20w2fkfyuyz8euc64j20ndadlawp26ua5", + "addr_shared_vk18u9jrqec8sp4s5gd0achzglj2gkgs5nhvcyx2z2stc68qp6ut3es5nxrqk", + "stake_shared_vkh1ryah2zxjyf08cjp69arxgqerqythsafzqenhqvqe8emz5r2hhld", + "stake_shared_vkh1vcfz63k209vsgmrl2qz4yp6yvsck9qpdpaas7sske9aj7m4z446", + "stake_shared_vk1y8wz5wc2qdk9cve765l20ppary3hjj0rmre4c93uz6w3s2twqmpszdhzlh", + "stake_shared_vk10fqlckg4gddqjkqdpe8xx0c5g3qpj424g3mhy6ryvlr49umwrfksgrt769" + ], + "seed": 184552108 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShelley.json b/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShelley.json index f047de3829f..55a6f376bc5 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShelley.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiVerificationKeyShelley.json @@ -1,15 +1,15 @@ { - "seed": -185816452081821350, "samples": [ - "addr_vkh1k9z3kyrs8amn7vfnqe4w2cn6sep5q6sdfevqx0pfdgc9yd22hsa", - "addr_vk1ddtxk0mlafpzqzjydd2d53nevqxp29pppen57zpzvpphyrs9duusxwm5wd", - "addr_vk1rzkx3nevgfxp7h3j899vsr25rcxjwezwg42nsl3mvsdrwpmmfcpq0tx2rg", - "addr_vkh1pg08hlqyw4vlx4t8fz4k2m3c5svswumfd5cqwx67zsmpsjtzngw", - "stake_vk1w9cf7r3cdesxgzra8agrspmzy348uvw6ggdxx0ptvdcsxecdvgms07g7mp", - "addr_vk1zaq528g3uapjq9ccrddqsct3f5946lgqfss9vwtfxp3l2wqmp4hq2unvq6", - "addr_vkh1z48n5dplzh2ysj2rqgtsngcx0q6r66qrfehx542ht75q2sw7ftp", - "addr_vkh1yyd5gfnedjy322fhyahrjd28d3psu76zg9nsqm3zwe48sqgyd5f", - "stake_vkh1qqg4z3yapcr575qpqqh52ce8fvszgynyg5unuzspgsy2smmkf69", - "stake_vkh1jy7xj4empgtkqpnkxf4syj6ew3qy92me4th4wyn99p5sky07za6" - ] + "addr_vkh14g4nrkntvgap5qngtqdq7nkhrfwyv2hsre7u4hm595882w8cumy", + "addr_vk1wqhyvpr4yskhjahdqfqtzanu83uywrfyr95y28fnqedy2pfxp3dqyjgrkp", + "addr_vkh19p5ryxq8y3smjp6k8snzgv3gs3f3kxn009txezns8vmqu8n45sr", + "addr_vk18625qnfd2vrr8937ffzk2zla0fers6pavsc3y63yr58hg2cnwuhql0vnyg", + "addr_vk1dsf3w3gmzphjugc7095pt6c6tyjtqltptp4z6fr5ryy4cpl4ykdqauuh2n", + "stake_vk1p8n5wveufq9pyht699g8yl3urcypcgvehcenv4g3rhezjl3tf5sq3g6a58", + "stake_vk1rpr3qzzgpwwyx5g6npmyxy3rf30s44e6dl2yc5e3fldsk4a6w9ns7kxxz2", + "addr_vkh1tyy95ntnrpfreq5gr76jsce52c69kl3c0ykdzzpl0u4nwna8pn6", + "stake_vk1prtx5xgpfpq3ffrqd56h69qwdfkeu6rk84usxt6arskkxw90hq2qau457d", + "addr_vk1fpyjq9mjyvd4u55h0cqhv8pua5nrvvgcwf5g5deavacs2fsp0zjsl9sqd9" + ], + "seed": 1191190142 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiWallet.json b/lib/core/test/data/Cardano/Wallet/Api/ApiWallet.json index 582197e8d8e..dc3994ac946 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiWallet.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiWallet.json @@ -1,718 +1,765 @@ { - "seed": -2051297071639682924, "samples": [ { + "address_pool_gap": 28630, + "assets": { + "available": [], + "total": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + } + ] + }, "balance": { - "total": { - "quantity": 154, - "unit": "lovelace" - }, "available": { - "quantity": 25, + "quantity": 156, "unit": "lovelace" }, "reward": { - "quantity": 242, + "quantity": 115, "unit": "lovelace" - } - }, - "name": "p_{@I*d:闐[𛆥𫂖", - "id": "a9b6d8824221ce00a1343cdff11f1ba6db64b4cc", - "tip": { - "height": { - "quantity": 5196, - "unit": "block" }, - "epoch_number": 25753, - "time": "1893-02-12T20:21:11Z", - "absolute_slot_number": 10929465, - "slot_number": 18255 - }, - "passphrase": { - "last_updated_at": "1865-06-14T11:00:00Z" - }, - "address_pool_gap": 31922, - "state": { - "status": "syncing", - "progress": { - "quantity": 57.17, - "unit": "percent" + "total": { + "quantity": 254, + "unit": "lovelace" } }, "delegation": { + "active": { + "status": "not_delegating" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1892-09-07T14:20:24.534451209555Z", - "epoch_number": 22901 + "epoch_number": 15427, + "epoch_start_time": "1871-03-12T01:00:00Z" }, - "target": "pool1eyz7ta4z2q76q3s7zt7y6q9wpr58k59caqs7v94uqne928eldv3" - }, - { "status": "delegating", - "changes_at": { - "epoch_start_time": "1874-04-09T21:34:58.799793230067Z", - "epoch_number": 30622 - }, - "target": "pool1g2vnwy8yhyfu6v05skvtnn5y7hjhjwzscnu7t8u7n530swpre0n" + "target": "pool1z0h0p2yauueteq4mk4keahlnjg4zke5sfp9cvu36np45w4l7lqn" } - ], - "active": { - "status": "not_delegating" - } + ] + }, + "id": "52815252d7c58ef32122fd45565cef65f2012c3a", + "name": "9𩨂B:9_a𬲠9c딞녳^9$e4G0Xv?", + "passphrase": { + "last_updated_at": "1893-08-28T08:00:00Z" + }, + "state": { + "status": "not_responding" }, + "tip": { + "absolute_slot_number": 4473166, + "epoch_number": 2403, + "height": { + "quantity": 12764, + "unit": "block" + }, + "slot_number": 3047, + "time": "1874-03-07T11:02:33Z" + } + }, + { + "address_pool_gap": 51118, "assets": { - "total": [], - "available": [ + "available": [], + "total": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] - } - }, - { + }, "balance": { - "total": { - "quantity": 110, - "unit": "lovelace" - }, "available": { - "quantity": 77, + "quantity": 17, "unit": "lovelace" }, "reward": { - "quantity": 14, + "quantity": 241, + "unit": "lovelace" + }, + "total": { + "quantity": 111, "unit": "lovelace" } }, - "name": "T~x$1x7M2ND𒍰e𑃦+=𪟳)!Z=", - "id": "a2e271990ebc381d5cfa823a58a64a15f4617a63", - "tip": { - "height": { - "quantity": 432, - "unit": "block" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1klmt5mysdn65376m42m6h8tga4g3j94x5sx70ndyhw5q5kw66a8" }, - "epoch_number": 20412, - "time": "1908-09-16T03:00:00Z", - "absolute_slot_number": 8708000, - "slot_number": 20045 + "next": [] + }, + "id": "c8f2b50c6fa143530cf12155b296487d1ca0b274", + "name": "=𥱗t:", + "passphrase": { + "last_updated_at": "1892-07-09T12:25:14.828438044945Z" }, - "address_pool_gap": 73309, "state": { "status": "not_responding" }, - "delegation": { - "next": [ + "tip": { + "absolute_slot_number": 2348567, + "epoch_number": 5776, + "height": { + "quantity": 11286, + "unit": "block" + }, + "slot_number": 15869, + "time": "1892-06-05T23:43:14.41446163682Z" + } + }, + { + "address_pool_gap": 49402, + "assets": { + "available": [ { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1892-09-09T22:12:08.096907739887Z", - "epoch_number": 7044 - } + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 }, { - "status": "delegating", - "changes_at": { - "epoch_start_time": "1869-03-14T15:00:51Z", - "epoch_number": 2742 - }, - "target": "pool1a7q9eezvflh6n5pz4th4wg09tz4xxsuuw6d48xnyfyyf2lzwpx4" - } - ], - "active": { - "status": "delegating", - "target": "pool1499nfypywtsdqqytpupdqgp2pvrss7wu077c04aaklapjpvxt9s" - } - }, - "assets": { - "total": [ + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 + }, { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 } ], - "available": [] - } - }, - { + "total": [] + }, "balance": { - "total": { - "quantity": 87, - "unit": "lovelace" - }, "available": { - "quantity": 10, + "quantity": 88, "unit": "lovelace" }, "reward": { - "quantity": 10, + "quantity": 196, "unit": "lovelace" - } - }, - "name": "5pt", - "id": "b5207ea67875834a0f0f1f1b936503f5877b6103", - "tip": { - "height": { - "quantity": 28079, - "unit": "block" }, - "epoch_number": 21043, - "time": "1884-10-08T15:16:45Z", - "absolute_slot_number": 13955113, - "slot_number": 23897 - }, - "passphrase": { - "last_updated_at": "1904-04-25T23:43:51.642575205232Z" - }, - "address_pool_gap": 66457, - "state": { - "status": "syncing", - "progress": { - "quantity": 43.78, - "unit": "percent" + "total": { + "quantity": 113, + "unit": "lovelace" } }, "delegation": { + "active": { + "status": "delegating", + "target": "pool1tad9ghyl6n9z7p4v7gvhzhavnpdxpc5jn3hem0nhql9rchu5kqe" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1861-11-17T20:38:21Z", - "epoch_number": 23240 + "epoch_number": 13537, + "epoch_start_time": "1882-09-20T01:00:00Z" }, - "target": "pool1h2cj9n7nzxercldpj80u3lmzqs0cnj7u8avhl3c4xdulu7qwkh6" - } - ], - "active": { - "status": "delegating", - "target": "pool19kdgdxcc690zpu675m5cffw0vu9r0mv2la9rmjtp0lmlwxde9d9" - } - }, - "assets": { - "total": [], - "available": [ + "status": "not_delegating" + }, { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "changes_at": { + "epoch_number": 3091, + "epoch_start_time": "1863-05-11T08:22:01.47920926161Z" + }, + "status": "not_delegating" } ] + }, + "id": "9b9a90c457726f83d7208156899241cdd29066d5", + "name": "b횝槽T(8q𢒯o𱇝La", + "passphrase": { + "last_updated_at": "1882-09-03T03:39:37Z" + }, + "state": { + "status": "ready" + }, + "tip": { + "absolute_slot_number": 7295340, + "epoch_number": 6508, + "height": { + "quantity": 104, + "unit": "block" + }, + "slot_number": 7723, + "time": "1899-03-01T20:34:13Z" } }, { + "address_pool_gap": 63344, + "assets": { + "available": [], + "total": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + } + ] + }, "balance": { - "total": { - "quantity": 43, - "unit": "lovelace" - }, "available": { - "quantity": 23, + "quantity": 26, "unit": "lovelace" }, "reward": { - "quantity": 247, + "quantity": 55, + "unit": "lovelace" + }, + "total": { + "quantity": 252, "unit": "lovelace" } }, - "name": "93ZA萸G'@X읆kq𒃬𗤏6:%x5R𥙓DH𨝙:=", - "id": "aec37c03ab9d928f9187e641776346758ba696d1", - "tip": { - "height": { - "quantity": 21548, - "unit": "block" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1tzcy5nmjfdvwk8hszndu3k4dmy454d0r9vetnmgddfqqv38hmqh" }, - "epoch_number": 23077, - "time": "1864-07-12T18:55:01Z", - "absolute_slot_number": 8569050, - "slot_number": 1017 + "next": [] + }, + "id": "42b1f5edb9a7c6e2f42fc1dea360723362136eb4", + "name": "OK세#Pp7*+O9", + "passphrase": { + "last_updated_at": "1897-09-05T16:00:00Z" }, - "address_pool_gap": 52516, "state": { - "status": "not_responding" + "progress": { + "quantity": 36.27, + "unit": "percent" + }, + "status": "syncing" }, - "delegation": { - "next": [ + "tip": { + "absolute_slot_number": 2304621, + "epoch_number": 1666, + "height": { + "quantity": 10138, + "unit": "block" + }, + "slot_number": 1637, + "time": "1872-11-28T20:38:29.509012608403Z" + } + }, + { + "address_pool_gap": 4978, + "assets": { + "available": [], + "total": [ { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1864-04-25T04:10:31Z", - "epoch_number": 12869 - } + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 52 }, - { - "status": "not_delegating", - "changes_at": { - "epoch_start_time": "1887-07-17T04:30:42Z", - "epoch_number": 19899 - } - } - ], - "active": { - "status": "not_delegating" - } - }, - "assets": { - "total": [], - "available": [ { "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 42 }, { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { - "asset_name": "546f6b656e43", - "quantity": 49, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 39 }, { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 } ] - } - }, - { + }, "balance": { - "total": { - "quantity": 188, - "unit": "lovelace" - }, "available": { - "quantity": 202, + "quantity": 244, "unit": "lovelace" }, "reward": { - "quantity": 38, + "quantity": 51, + "unit": "lovelace" + }, + "total": { + "quantity": 219, "unit": "lovelace" } }, - "name": ",dJ*ල6^p`TC 8ꭧWZ!]c", - "id": "84afaacadbc25914d34567c9f8d55807ae6c6981", - "tip": { - "height": { - "quantity": 3405, - "unit": "block" + "delegation": { + "active": { + "status": "not_delegating" }, - "epoch_number": 27573, - "time": "1860-10-19T22:25:44.263445559995Z", - "absolute_slot_number": 14841712, - "slot_number": 17149 + "next": [] }, + "id": "a7bb2535c16a80adfb3eb9bcd5bb220f8658c261", + "name": ">k6", "passphrase": { - "last_updated_at": "1883-03-04T03:46:50.175496381371Z" + "last_updated_at": "1877-02-06T16:00:00Z" }, - "address_pool_gap": 59564, "state": { - "status": "syncing", - "progress": { - "quantity": 9.53, - "unit": "percent" - } - }, - "delegation": { - "next": [], - "active": { - "status": "delegating", - "target": "pool16dxqm84vm0acdxynkgs34xwm77jt89559q6y70s4awsjvhlpfrp" - } + "status": "not_responding" }, - "assets": { - "total": [], - "available": [] + "tip": { + "absolute_slot_number": 3088159, + "epoch_number": 9338, + "height": { + "quantity": 14867, + "unit": "block" + }, + "slot_number": 8360, + "time": "1889-07-30T19:57:04Z" } }, { - "balance": { - "total": { - "quantity": 17, - "unit": "lovelace" - }, + "address_pool_gap": 44556, + "assets": { + "available": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ], + "total": [ + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + } + ] + }, + "balance": { "available": { - "quantity": 178, + "quantity": 36, "unit": "lovelace" }, "reward": { - "quantity": 180, + "quantity": 74, "unit": "lovelace" - } - }, - "name": "to1\\6#𦉗z$t~6𨨣`𒔭_^)", - "id": "21c3aa7b1b7d53c1b439570e81b8edddc36938be", - "tip": { - "height": { - "quantity": 37, - "unit": "block" }, - "epoch_number": 9495, - "time": "1870-04-17T11:55:50Z", - "absolute_slot_number": 4634974, - "slot_number": 11617 - }, - "passphrase": { - "last_updated_at": "1901-05-10T12:39:10.451453609611Z" - }, - "address_pool_gap": 24962, - "state": { - "status": "ready" + "total": { + "quantity": 58, + "unit": "lovelace" + } }, "delegation": { + "active": { + "status": "delegating", + "target": "pool1qs3lymey7s89fhgp39wnnw469aterjka85qe6590qldjg5c6eyy" + }, "next": [ { - "status": "delegating", "changes_at": { - "epoch_start_time": "1860-05-14T09:45:47Z", - "epoch_number": 27283 + "epoch_number": 10793, + "epoch_start_time": "1887-12-01T08:08:29.173931750584Z" }, - "target": "pool1zc0aza8k7a5l0ddp4zah9g2jxtu6yfzpxr0wc793kv9d70rxcq6" + "status": "not_delegating" }, { - "status": "delegating", "changes_at": { - "epoch_start_time": "1863-07-11T07:10:15.627807941731Z", - "epoch_number": 6319 + "epoch_number": 164, + "epoch_start_time": "1905-04-18T13:00:00Z" }, - "target": "pool1pnp8evu7q7mslaer6rjqqqpalvk6lu0mq7ft7g9zd7qjz2w0wqc" + "status": "not_delegating" } - ], - "active": { - "status": "not_delegating" - } + ] }, + "id": "3d950ad13d7f3f8109fe444aa3299cc50f547f78", + "name": "v[*틾kI𧕾Db𘙨X밁\"", + "state": { + "status": "not_responding" + }, + "tip": { + "absolute_slot_number": 516889, + "epoch_number": 8760, + "height": { + "quantity": 12499, + "unit": "block" + }, + "slot_number": 10083, + "time": "1865-05-24T22:34:44.628855115253Z" + } + }, + { + "address_pool_gap": 61797, "assets": { - "total": [ + "available": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 + }, { "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ], - "available": [ + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - } - }, - { - "balance": { - "total": { - "quantity": 118, - "unit": "lovelace" - }, - "available": { - "quantity": 14, - "unit": "lovelace" - }, - "reward": { - "quantity": 58, - "unit": "lovelace" - } - }, - "name": "_2NaLE𝣞t{𥜶+pDk𡼹퉣hEK^%𢋩wG𤵧7", - "id": "efa6ef42d73fda4a72af3ff3ccfd008818879ad3", - "tip": { - "height": { - "quantity": 16802, - "unit": "block" - }, - "epoch_number": 9388, - "time": "1873-05-24T05:21:32Z", - "absolute_slot_number": 14241563, - "slot_number": 21343 - }, - "passphrase": { - "last_updated_at": "1885-12-04T21:03:17Z" - }, - "address_pool_gap": 39698, - "state": { - "status": "syncing", - "progress": { - "quantity": 12.48, - "unit": "percent" - } - }, - "delegation": { - "next": [], - "active": { - "status": "delegating", - "target": "pool15z6alf8hv3eywcy9xsmzveqp6339x08u70u87ywczdcwx93p2ma" - } - }, - "assets": { - "total": [ + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 + }, { "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ], - "available": [ + "total": [ { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 }, { "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 }, { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 } ] - } - }, - { + }, "balance": { - "total": { - "quantity": 232, - "unit": "lovelace" - }, "available": { - "quantity": 13, + "quantity": 137, "unit": "lovelace" }, "reward": { - "quantity": 70, + "quantity": 182, + "unit": "lovelace" + }, + "total": { + "quantity": 224, "unit": "lovelace" } }, - "name": "𤠪D偾輯㉍f明XA쾷C_f4m6DzE꫱3G𭷕ya@", - "id": "dcb6ae2763d8625b92d2854d3699b61dc14f636a", - "tip": { - "height": { - "quantity": 10626, - "unit": "block" + "delegation": { + "active": { + "status": "delegating", + "target": "pool1nxz36dljt3fs3nalp9l6vvnz88gx2kvd465vm7vcv6k7xqwpn76" }, - "epoch_number": 31308, - "time": "1892-04-24T09:01:49Z", - "absolute_slot_number": 7516221, - "slot_number": 15679 + "next": [ + { + "changes_at": { + "epoch_number": 10951, + "epoch_start_time": "1901-03-31T12:37:44Z" + }, + "status": "delegating", + "target": "pool1hm4c3ftvjza3ueyv93rrfc6g57qjtnaujdhyjdvfhyr3j7t9crs" + } + ] }, + "id": "44a5398c8aaa53c9bfcff2107129860a8663abfa", + "name": "D?;U.2]i𦨓3&dNV9+\\~0𧦒𘭭>)7", "passphrase": { - "last_updated_at": "1904-01-18T16:13:15Z" + "last_updated_at": "1889-07-10T00:23:35Z" }, - "address_pool_gap": 75970, "state": { "status": "ready" }, - "delegation": { - "next": [], - "active": { - "status": "not_delegating" - } - }, + "tip": { + "absolute_slot_number": 3070548, + "epoch_number": 12150, + "height": { + "quantity": 8712, + "unit": "block" + }, + "slot_number": 10771, + "time": "1863-11-21T15:00:00Z" + } + }, + { + "address_pool_gap": 73030, "assets": { - "total": [], - "available": [ + "available": [], + "total": [ { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 } ] - } - }, - { + }, "balance": { - "total": { - "quantity": 77, - "unit": "lovelace" - }, "available": { - "quantity": 62, + "quantity": 142, "unit": "lovelace" }, "reward": { - "quantity": 10, + "quantity": 159, "unit": "lovelace" - } - }, - "name": "C4:䬛,䰎9Cf졦y4MwX", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -207,54 +211,6 @@ "", "", "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -458,36 +414,6 @@ "", "", "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -536,6 +462,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -604,6 +535,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -722,6 +658,11 @@ "", "", "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -771,11 +712,6 @@ "", "", "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -839,11 +775,6 @@ "", "", "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -866,12 +797,6 @@ "", "", "", - "", - "" - ] - }, - { - "addresses": [ "", "", "", @@ -1195,6 +1120,9 @@ "", "", "", + "", + "", + "", "" ] }, @@ -1216,159 +1144,11 @@ "", "", "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", + "" + ] + }, + { + "addresses": [ "", "", "", @@ -1434,5 +1214,6 @@ "" ] } - ] + ], + "seed": 1844216282 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPlanTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPlanTestnet0.json index 47c8319b2f1..d2b6ca7af9d 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPlanTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPlanTestnet0.json @@ -1,119 +1,189 @@ { - "seed": -5995264448194569476, "samples": [ { - "balance_selected": { + "balance_leftover": { "ada": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 } ] }, - "total_fee": { - "quantity": 3, - "unit": "lovelace" + "balance_selected": { + "ada": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + } + ] }, "selections": [ { - "withdrawals": [ + "certificates": [ { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "register_reward_account", + "reward_account_path": [ + "2", "0", + "1", + "2", "2" - ], - "stake_address": "" + ] } ], - "inputs": [ + "change": [ { "address": "", - "id": "274cff7b7308132b1bf876312b412e0a220c47a9306e472b092365f7677b46b3", - "index": 0, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ], "derivation_path": [ - "0", "1", - "0", - "1" - ], - "assets": [] + "2" + ] }, { "address": "", - "id": "1f6a7a2a1a33234c0c01eb56426b1974305467e54e25232f7a73644d14731713", - "index": 0, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ], "derivation_path": [ "1", - "2", + "1", "1" - ], - "assets": [] + ] } ], - "outputs": [], + "collateral": [], + "deposits_returned": [], "deposits_taken": [ { - "quantity": 1, + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 0, "unit": "lovelace" } ], - "certificates": [ + "inputs": [ { - "certificate_type": "join_pool", - "pool": "pool1qgqqqqqqqqqqzqgqqqqsyqqpqyqsqqsqqgpqzqsqqyqsznfdfwh", - "reward_account_path": [ - "0", - "0", + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ "2", - "1", - "1" + "2" + ], + "id": "70fa6f6c2a55367d336d45c00a6f7f1a363097fe1f8a292d5e4b33092d643170", + "index": 1 + } + ], + "outputs": [ + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } ] }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", - "0", - "2", - "2", - "1" - ] + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [] }, + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + } + ] + } + ], + "withdrawals": [ + { + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "0" + ], + "stake_address": "" + } + ] + }, + { + "certificates": [ { "certificate_type": "register_reward_account", "reward_account_path": [ + "0", "2", "0", - "1", - "1", - "0" + "0", + "1" ] }, { "certificate_type": "quit_pool", "reward_account_path": [ "0", + "0", + "2", "1", - "1", - "1", - "2" + "1" ] } ], @@ -121,270 +191,226 @@ { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0" - ], - "assets": [] + "2", + "2", + "2" + ] } ], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - }, + "collateral": [], + "deposits_returned": [], + "deposits_taken": [ { "quantity": 0, "unit": "lovelace" }, { - "quantity": 2, + "quantity": 1, "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "inputs": [ { "address": "", - "id": "234d288078101b667866fc796d60a676e36454113c4d6317701d53300fe30d49", - "index": 1, "amount": { - "quantity": 2, + "quantity": 1, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "2", + "0", + "2" + ], + "id": "51045e46557d4d5d3d537e5a263149192d6b643a0e7a22813a456e253e562e54", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 + } + ], "derivation_path": [ + "1", "1" - ] - } - ] - }, - { - "withdrawals": [ + ], + "id": "cc195108822b58623f13589c4171002c0631147f12d27760653308a377440a1f", + "index": 1 + }, { + "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", - "0", "0" ], - "stake_address": "" - } - ], - "inputs": [], - "outputs": [], - "deposits_taken": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" + "id": "012068730063287a3b33ca0b353f4c11973e623f0709c83a3b7f0d052540b404", + "index": 0 } ], - "change": [ + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", + "outputs": [ { "address": "", "amount": { "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 } ] - } - ], - "deposits_returned": [ + }, { - "quantity": 2, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [] } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", - "collateral": [ + "withdrawals": [ { - "address": "", - "id": "3b0e7c0d753207846b64150706342e7610f91b098f325249dc4573310e492a27", - "index": 0, "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "0", - "1" - ] + "0" + ], + "stake_address": "" } ] - } - ], - "balance_leftover": { - "ada": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - }, - { - "balance_selected": { - "ada": { - "quantity": 2, - "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - "total_fee": { - "quantity": 7, - "unit": "lovelace" - }, - "selections": [ { - "withdrawals": [ + "certificates": [ { - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "1", + "certificate_type": "join_pool", + "pool": "pool1qgqqqqgzqgpqzqqqqgqsyqgqqyqqzqqpqypqqqqpqgqszwyjgnf", + "reward_account_path": [ + "0", + "0", + "0", "1", "0" - ], - "stake_address": "" + ] }, { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "0", + "certificate_type": "register_reward_account", + "reward_account_path": [ "1", - "1" - ], - "stake_address": "" + "0", + "0", + "0", + "2" + ] } ], - "inputs": [ + "change": [ { "address": "", - "id": "131d71181e2d54486e7d13086255522809667c3c4808f35af052d350142e4370", - "index": 1, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "1", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 } + ], + "derivation_path": [ + "1" ] }, { "address": "", - "id": "09173b067450472d2f439aac6b3073730d4133622cb2f6717e78483a3a8b2fd3", - "index": 1, "amount": { "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", - "0" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "0", + "0", + "1" ] }, { "address": "", - "id": "400c0f48d7293b6e14289b79d208e8ba0614196744cc9e204d7518dbc63c607f", - "index": 1, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "0", - "2", - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "0", + "0" ] } ], - "outputs": [ + "collateral": [ { "address": "", "amount": { "quantity": 1, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "derivation_path": [ + "2", + "1", + "1" + ], + "id": "0e4c5c34583c2c2552274b4e7d1debc06e4b377b387a4b6002242373da150840", + "index": 2 }, { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "assets": [] + "derivation_path": [ + "1" + ], + "id": "7c4f8dd36019404586417e610432e4157b18010a5c085a4e454a2ec4ec164067", + "index": 2 } ], - "deposits_taken": [ + "deposits_returned": [ { - "quantity": 1, + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 0, "unit": "lovelace" }, { @@ -392,203 +418,218 @@ "unit": "lovelace" } ], - "certificates": [ + "deposits_taken": [ { - "certificate_type": "quit_pool", - "reward_account_path": [ - "1", - "1", - "0", - "0", - "0" - ] + "quantity": 0, + "unit": "lovelace" }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "0", - "0", - "2", - "2", - "1" - ] + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" } ], - "change": [ + "inputs": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "1", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 } - ] + ], + "derivation_path": [ + "1", + "2" + ], + "id": "053bef7ead23614664af564981c8193d199b995505494a215a4d735778784128", + "index": 1 }, { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ], "derivation_path": [ "1", - "0", "1", "2" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "49bb70160b6b303276582d4205402444503f2482076f321af8faee4936453c92", + "index": 0 } ], - "deposits_returned": [], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ + "outputs": [ { "address": "", - "id": "4e321e1f1b1e413a226710757273527e3d511d1815d62f30c20d6d623b2a3716", - "index": 2, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0", - "0" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + } ] - }, + } + ], + "withdrawals": [ { - "address": "", - "id": "4c06446521597ebede1936a21250776994007431352b043cf36da30a552e7f7e", - "index": 0, "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "2", + "1", "0" - ] + ], + "stake_address": "" } ] }, { - "withdrawals": [ + "change": [ { + "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1" - ], - "stake_address": "" + "2", + "1", + "0" + ] }, { + "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "0", "2", - "2" - ], - "stake_address": "" - } - ], - "inputs": [], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [] + "0" + ] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "1", + "1", + "2" ] - }, + } + ], + "collateral": [], + "deposits_returned": [ { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "assets": [] + "quantity": 1, + "unit": "lovelace" } ], "deposits_taken": [ { - "quantity": 0, + "quantity": 1, "unit": "lovelace" } ], - "certificates": [ + "inputs": [ { - "certificate_type": "quit_pool", - "reward_account_path": [ - "1", - "1", - "0", - "2", - "2" - ] - }, + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + } + ], + "derivation_path": [ + "1" + ], + "id": "6f1e7472121154990a404b03515856659150083f2342660c6333203b03742870", + "index": 0 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", + "outputs": [ { - "certificate_type": "quit_pool", + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [] + } + ], + "withdrawals": [] + }, + { + "certificates": [ + { + "certificate_type": "register_reward_account", "reward_account_path": [ + "2", "0", "1", - "1", "2", - "1" + "2" ] }, { "certificate_type": "quit_pool", "reward_account_path": [ - "0", - "0", - "0", + "1", + "1", "2", - "2" + "0", + "0" ] }, { - "certificate_type": "join_pool", - "pool": "pool1qgqqyqqpqqqsqqsqqyqsyqsqqyqsqqgqqyqsyqgzqgqsz6p6ldy", + "certificate_type": "quit_pool", "reward_account_path": [ "2", - "1", "2", "2", - "1" + "1", + "0" ] } ], @@ -596,35 +637,38 @@ { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "1", - "2", - "1", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "1" ] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "0", - "0" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + } ], - "assets": [] + "derivation_path": [ + "1", + "1", + "1" + ] }, { "address": "", @@ -632,419 +676,502 @@ "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "2", - "0", - "1", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 } + ], + "derivation_path": [ + "1", + "2", + "1" ] } ], + "collateral": [], "deposits_returned": [ { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [ { "quantity": 1, "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", - "collateral": [ + "inputs": [ { "address": "", - "id": "7d1177562a786c76567a41371e4a7839020e1431460f6c10d45d5132757ea229", - "index": 1, "amount": { "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + } + ], "derivation_path": [ - "2" - ] - }, + "2", + "2", + "0" + ], + "id": "0800cb2edb7909de68747c29161c3205291a0577e2725a4861067adc7847007e", + "index": 0 + } + ], + "outputs": [], + "withdrawals": [ { - "address": "", - "id": "aaa71b4b147c356614385b75755fbf5b49817dda3a223c535b4d2f2b29082077", - "index": 0, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "0", - "0" - ] + "1" + ], + "stake_address": "" }, { - "address": "", - "id": "077c1c541043193382447a512395244f721b38b19c2e28cf3879f03135187654", - "index": 0, "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "2" - ] + "0" + ], + "stake_address": "" + }, + { + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "0" + ], + "stake_address": "" } ] } ], + "total_fee": { + "quantity": 2, + "unit": "lovelace" + } + }, + { "balance_leftover": { "ada": { "quantity": 1, "unit": "lovelace" }, - "assets": [] - } - }, - { + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ] + }, "balance_selected": { "ada": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, - "assets": [] - }, - "total_fee": { - "quantity": 2, - "unit": "lovelace" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + } + ] }, "selections": [ { - "withdrawals": [ + "certificates": [ + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "2", + "0", + "2", + "0", + "0" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "0", + "0", + "2", + "0", + "1" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "2", + "0", + "0", + "2", + "2" + ] + } + ], + "change": [], + "collateral": [ { + "address": "", "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "2", - "1", "2" ], - "stake_address": "" + "id": "2aee814650331a036b0545077423206a5d663549af5e4cde1b2713e3fd4a0c79", + "index": 1 }, { + "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "1", "0" ], - "stake_address": "" + "id": "634a49751b6774d73757a447e26474320a6e8c2d456ab42331db325a33437239", + "index": 2 }, { + "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "0", + "1", + "1", "1" ], - "stake_address": "" + "id": "6d2861045b6070660ea07e52cc5c69eee72834d71d425b680d2f69af64747a01", + "index": 2 + } + ], + "deposits_returned": [ + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" } ], + "deposits_taken": [], "inputs": [ { "address": "", - "id": "1fe7722b71362168d502302467b5430f5a19625e103f393677774e1f7f48fc3f", - "index": 0, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", - "1", - "1", + "2", "2" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "406961670f3e607c716f4f1f0a016860447529010d347820730859f6c43d5c79", + "index": 2 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [ + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", - "id": "0e412b0ac00e6b6b1c0d123b413d5623433342556f44585c3e482f53397b3c67", - "index": 0, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [] + } + ], + "withdrawals": [] + }, + { + "certificates": [ + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "2", + "0", + "2", + "0", + "0" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "0", + "1", + "0", + "1", + "0" ] } ], - "outputs": [], - "deposits_taken": [], "change": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + } + ], "derivation_path": [ "2", - "1" - ], - "assets": [] - } - ], - "deposits_returned": [ - { - "quantity": 2, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" + "2" + ] }, { - "quantity": 1, - "unit": "lovelace" - } - ], - "collateral": [] - }, - { - "withdrawals": [ - { + "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", - "1" - ], - "stake_address": "" - }, + "2", + "2" + ] + } + ], + "collateral": [ { + "address": "", "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ "0", - "1", - "0" + "1" ], - "stake_address": "" - } - ], - "inputs": [ + "id": "791d722e686d4bc47307003f553461cc194e5c7c2f6624f1762b28130d196b3f", + "index": 2 + }, { "address": "", - "id": "e3f9767b625a59b33ca22547690ceb271e3068735b0319b31266334da84b07d3", - "index": 2, "amount": { "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "2", "0", - "2", - "2" + "1" ], - "assets": [] - } - ], - "outputs": [ + "id": "13aedc7f747d4f5c0dc3181a31524732523a1d626b9d70430f5a6f6f10671c14", + "index": 1 + }, { "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, - "assets": [] + "derivation_path": [ + "0", + "1", + "0" + ], + "id": "3315726a334630b93e739c36d5170f2c7a727650b1a32506ba31563e1a3e6c5a", + "index": 2 } ], - "deposits_taken": [ + "deposits_returned": [ { "quantity": 2, "unit": "lovelace" }, { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, { - "quantity": 1, + "quantity": 0, "unit": "lovelace" } ], - "change": [], - "deposits_returned": [ + "deposits_taken": [ { "quantity": 2, "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" } ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ + "inputs": [ { "address": "", - "id": "230a6d633b54253d72095d272ae5ef5a0e781f0a50397c6e41784b18c6195fb1", - "index": 1, "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ], "derivation_path": [ - "1", - "0" - ] - }, + "0", + "2" + ], + "id": "5a582165343d6f9f3c0d673166611b2948304326fd554c48711a6b7a18157110", + "index": 1 + } + ], + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", + "outputs": [ { "address": "", - "id": "20249b5f454e111252ec7f54365eeb7018015e496447048a5844ab551c00dc5d", - "index": 0, "amount": { "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "0", - "0", - "2" - ] - } - ] - }, - { - "withdrawals": [], - "inputs": [ + "assets": [] + }, { "address": "", - "id": "36212e720b21203f697b0051331ec965672b3b8b38292d218b682705641b6b5a", - "index": 1, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "0", - "2", - "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", - "id": "05235a60176ac7357166793107307a20293d7c657d77765164610b7d19544aa5", - "index": 1, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "1", - "1", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 } ] - }, + } + ], + "withdrawals": [ { - "address": "", - "id": "3b610a3816573e82383afd2b1417756f7d0c4c1154393d0145684a7c49487e28", - "index": 1, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "1", - "2" + "0" ], - "assets": [] - } - ], - "outputs": [ + "stake_address": "" + }, { - "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, - "assets": [] + "derivation_path": [ + "0", + "0" + ], + "stake_address": "" } - ], - "deposits_taken": [ + ] + }, + { + "certificates": [ { - "quantity": 0, - "unit": "lovelace" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "0", + "2", + "1", + "0", + "0" + ] }, { - "quantity": 2, - "unit": "lovelace" + "certificate_type": "join_pool", + "pool": "pool1qqqszqsqqyqqzqqpqyqsyqqpqypqzqqzqgpqqqgzqgpqz3r0ust", + "reward_account_path": [ + "0", + "2", + "2", + "0", + "0" + ] }, { - "quantity": 1, - "unit": "lovelace" + "certificate_type": "register_reward_account", + "reward_account_path": [ + "0", + "2", + "1", + "1", + "1" + ] } ], - "change": [ + "change": [], + "collateral": [ { "address": "", "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "1" + "2", + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "24db5a780bd5211a29793f3735531e0d6c5a354637415e025f35a4042d5f5849", + "index": 1 }, { "address": "", @@ -1053,439 +1180,393 @@ "unit": "lovelace" }, "derivation_path": [ - "1", - "0" + "0", + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_returned": [], - "collateral": [] - }, - { - "withdrawals": [], - "inputs": [ + "id": "065e3341730144ff4837292a3c0ff8d310485a1ff76929e571494dc470152834", + "index": 0 + }, { "address": "", - "id": "432b55dc0b0b00fd3459477a420d7e61592b782635015239040a1f763b0f1765", - "index": 2, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "1", - "2", - "1", - "2" + "0", + "1" ], - "assets": [] + "id": "3e084d13165b607c1b727f4b3734555ac976311d19030377f1265606f820ad22", + "index": 1 } ], - "outputs": [ + "deposits_returned": [ { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_taken": [ + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + }, { "quantity": 0, "unit": "lovelace" } ], - "change": [ + "deposits_taken": [], + "inputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ], "derivation_path": [ - "2", "2" ], - "assets": [] + "id": "2a2de1a9730f5700205d420504c3352a3746503a73796c5e724e093e21155d12", + "index": 0 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 } - ] + ], + "derivation_path": [ + "1" + ], + "id": "0b4f7dad051b5b084606b0943adb2e59101f88792954466a1bb1103e3175fa27", + "index": 0 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + } + ], "derivation_path": [ - "0", - "0" + "1", + "1" ], - "assets": [] - } - ], - "deposits_returned": [ - { - "quantity": 2, - "unit": "lovelace" + "id": "e2373458561e2f3a6bf971cc57007b608475525950d04857230d517aff8ecf6d", + "index": 2 } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [] - }, - { - "withdrawals": [ - { - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "0", - "2" - ], - "stake_address": "" - }, + "outputs": [ { + "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "1" - ], - "stake_address": "" + "assets": [] }, { + "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "1" - ], - "stake_address": "" + "assets": [] } ], - "inputs": [ + "withdrawals": [] + }, + { + "certificates": [ { - "address": "", - "id": "39ee31656516802605c1685000477b57647e545e444a0c1f4322352c585e4731", - "index": 1, - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "1", + "certificate_type": "register_reward_account", + "reward_account_path": [ "2", "2", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "0", + "0", + "2" ] } ], - "outputs": [ + "change": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } + ], + "derivation_path": [ + "1", + "2", + "1" ] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 } + ], + "derivation_path": [ + "0", + "2", + "1" ] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 } + ], + "derivation_path": [ + "0" ] } ], - "deposits_taken": [], - "certificates": [ + "collateral": [], + "deposits_returned": [ { - "certificate_type": "quit_pool", - "reward_account_path": [ - "2", - "1", - "0", - "0", - "0" - ] + "quantity": 1, + "unit": "lovelace" }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "2", - "1", - "1", - "2", - "0" - ] + "quantity": 0, + "unit": "lovelace" }, { - "certificate_type": "join_pool", - "pool": "pool1qqpqyqqqqyqqzqsqqgqszqspqyqsqqgzqgqsqqgpqyqsqg2aac2", - "reward_account_path": [ - "1", - "0", - "1", - "2", - "1" - ] + "quantity": 1, + "unit": "lovelace" } ], - "change": [], - "deposits_returned": [], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "deposits_taken": [ + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" + } + ], + "inputs": [ { "address": "", - "id": "08b13e1d2e1936179a6b47315e5e50002f7f35e3322cbd469aad36512235a05d", - "index": 0, "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ], "derivation_path": [ "0", "0" - ] + ], + "id": "5411bdc31f69274c59116a5b35197a8b407c29031d782bfd2dc026399b76e859", + "index": 1 }, { "address": "", - "id": "7a092c204ccd640e432dc77d697e6e895469775c479e1b42017b1e2075515073", - "index": 2, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + } + ], "derivation_path": [ - "0", - "1", - "1", - "1" + "2" + ], + "id": "077c64011873d0991ecf3f5d0be93f5f412a8f5866dc260185414f0c516e1064", + "index": 0 + } + ], + "outputs": [ + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } ] }, { "address": "", - "id": "5c17114c0b6d69377bd44e785077247155524343c0415a9b759a673511293772", - "index": 0, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "2", - "1" - ] + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] } - ] - }, - { + ], "withdrawals": [ { "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "1", - "1", "0" ], "stake_address": "" }, { "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "1", - "0" + "1" ], "stake_address": "" - } - ], - "inputs": [ + }, { - "address": "", - "id": "3b61604f14332d12503650a12d7c46781c991d710e475b566477032f227918f5", - "index": 0, "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "2", - "1", - "0", - "1" + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_taken": [ - { - "quantity": 0, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" + "stake_address": "" } - ], + ] + } + ], + "total_fee": { + "quantity": 6, + "unit": "lovelace" + } + }, + { + "balance_leftover": { + "ada": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + } + ] + }, + "balance_selected": { + "ada": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ] + }, + "selections": [ + { "certificates": [ { "certificate_type": "join_pool", - "pool": "pool1qyqszqspqgpqzqszqgpqyqqzqyqqyqspqyqqyqgqqqqqyrc3q69", + "pool": "pool1qgqqyqqzqqqsyqgzqqpqqqqpqgpqqqgqqypqzqszqyqszrqpkpk", "reward_account_path": [ - "2", - "1", "2", "0", - "2" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", - "1", "0", "1", "1" ] }, { - "certificate_type": "quit_pool", + "certificate_type": "join_pool", + "pool": "pool1qqpqzqsqqgpqqqszqyqqyqqqqgqsqqszqqpqyqgzqqpqzjcnxpq", "reward_account_path": [ "2", "2", "1", - "1", - "2" + "0", + "0" ] }, { "certificate_type": "quit_pool", "reward_account_path": [ - "2", - "0", "0", "2", - "0" + "2", + "1", + "1" ] } ], @@ -1496,398 +1577,427 @@ "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 } + ], + "derivation_path": [ + "0", + "0", + "0" ] - } - ], - "deposits_returned": [ - { - "quantity": 0, - "unit": "lovelace" }, { - "quantity": 0, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", - "collateral": [] - }, - { - "withdrawals": [ - { + "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "0", + "2", "1" - ], - "stake_address": "" - }, + ] + } + ], + "collateral": [ { + "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "1", - "1", - "1" + "2" ], - "stake_address": "" + "id": "21515a796732a8fb65358879da261cda2b673301cf0c9d64422fa05be8493976", + "index": 1 }, { + "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ + "1", + "0", "1" ], - "stake_address": "" + "id": "743e036f6a7023422b534d13ae35ba6230080e0414085111b4600a46540c0141", + "index": 1 + } + ], + "deposits_returned": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" } ], "inputs": [ { "address": "", - "id": "4d5ecb227a7a393a5f2c4939634379012d1a02642321447424a51d1c181d277e", - "index": 0, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ], "derivation_path": [ - "2", - "1", - "1", "2" ], - "assets": [] - } - ], - "outputs": [ + "id": "31097f39857206227f5f8f5d22113a3c0b1a5fca751f543e941c49250a11155a", + "index": 1 + }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } - ] - } - ], - "deposits_taken": [ - { - "quantity": 1, - "unit": "lovelace" + ], + "derivation_path": [ + "2", + "2" + ], + "id": "3f1b568b5e2e741b12540c09e01671cb49ef161b982c74223f604f6eab46d509", + "index": 2 } ], - "change": [ + "outputs": [ { "address": "", "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "0" - ], "assets": [] - } - ], - "deposits_returned": [ + }, { - "quantity": 0, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ] } ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ + "withdrawals": [ { - "address": "", - "id": "bcf9211f6f4b707bf30f0b325ed251605b3734da404d237479c0575557313a13", - "index": 1, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "2", "0", - "0" - ] + "1" + ], + "stake_address": "" } ] - } - ], - "balance_leftover": { - "ada": { - "quantity": 2, - "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - }, - { - "balance_selected": { - "ada": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - "total_fee": { - "quantity": 0, - "unit": "lovelace" - }, - "selections": [ { - "withdrawals": [ + "certificates": [ { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "quit_pool", + "reward_account_path": [ "1", - "0", - "0" - ], - "stake_address": "" + "2", + "1", + "2", + "2" + ] }, { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "0", + "certificate_type": "join_pool", + "pool": "pool1qyqqyqqqqqqsyqgpqgpqyqsqqgpqyqsqqqqsyqgzqgqsyeqz73v", + "reward_account_path": [ + "1", + "1", "2", + "1", "2" - ], - "stake_address": "" + ] } ], - "inputs": [ + "change": [ { "address": "", - "id": "6f590b0220015138df1f671958be3500093960a61a246724e77d88f17f53361c", - "index": 2, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", + "1", + "1", "2" - ], - "assets": [] - } - ], - "outputs": [ + ] + }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "1", + "2", + "0" + ] + }, + { + "address": "", + "amount": { + "quantity": 2, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "2" ] } ], - "deposits_taken": [], - "change": [], - "deposits_returned": [], - "collateral": [ + "collateral": [], + "deposits_returned": [ + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" + } + ], + "inputs": [ { "address": "", - "id": "27640b670c5b20101b1d8c16310fd6239b4e35585838417a2d86b2f90c731b72", - "index": 2, "amount": { "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + } + ], "derivation_path": [ - "1" - ] + "0" + ], + "id": "c3c3282108333acc0c47f147160659c57772672c3c7f566c6167067928e40348", + "index": 0 }, { "address": "", - "id": "3399014043085a0771456972630862f12a491374031f050e0fb06d665ccb767f", - "index": 1, "amount": { "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1" - ] - } - ] - }, - { - "withdrawals": [], - "inputs": [], - "outputs": [ + "0" + ], + "id": "241b4946407968bafa752e1d972ad23d706fe9ff3f0f6429cd0f04771a3a791e", + "index": 0 + }, { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 } - ] - } - ], - "deposits_taken": [ - { - "quantity": 2, - "unit": "lovelace" + ], + "derivation_path": [ + "0" + ], + "id": "62404e2578485f4977451f605a792a453046cd134c6562294b60cc720c022d8f", + "index": 0 } ], - "change": [ + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", + "outputs": [ { "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "1", - "0", - "0", - "2" - ], "assets": [] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0", - "0", - "2", - "1" - ], "assets": [] - } - ], - "deposits_returned": [], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + }, { "address": "", - "id": "58a4ab1207d152437e563e6bab1d146e64108c0b2a50347ff7595390ec322117", - "index": 0, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "1" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + } ] } - ] - }, - { + ], "withdrawals": [ { "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "0", "0" ], "stake_address": "" }, { "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "2", - "2" + "0" ], "stake_address": "" - } - ], - "inputs": [ + }, { - "address": "", - "id": "367853f13824571b102a913c7670104a2e312e7a45192879062c471a177d5018", - "index": 1, "amount": { "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "0" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "stake_address": "" } - ], - "outputs": [ + ] + } + ], + "total_fee": { + "quantity": 0, + "unit": "lovelace" + } + }, + { + "balance_leftover": { + "ada": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ] + }, + "balance_selected": { + "ada": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + } + ] + }, + "selections": [ + { + "change": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 } + ], + "derivation_path": [ + "2", + "2", + "0" ] }, { @@ -1896,45 +2006,34 @@ "quantity": 1, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "1", + "1" ] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "assets": [] - } - ], - "deposits_taken": [ - { - "quantity": 0, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "1", - "2", - "2", - "0", - "1" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ], + "derivation_path": [ + "0" ] } ], - "change": [], + "collateral": [], "deposits_returned": [ { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, { @@ -1946,64 +2045,35 @@ "unit": "lovelace" } ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ - { - "address": "", - "id": "5c7574792a36694ae05763552e0c20942c1c4c196962233033c5496a79091544", - "index": 0, - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "0" - ] - }, - { - "address": "", - "id": "3c3116423f4d53767872506062cd0223773d00344a3d26162c0d788f10044947", - "index": 1, - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "2" - ] - }, + "deposits_taken": [], + "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", + "outputs": [ { "address": "", - "id": "567d132c45526944afb2114705566d3a1348314c3e342d641c05221555636c46", - "index": 2, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1" - ] + "assets": [] } - ] + ], + "withdrawals": [] } ], + "total_fee": { + "quantity": 8, + "unit": "lovelace" + } + }, + { "balance_leftover": { "ada": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - }, - { + "assets": [] + }, "balance_selected": { "ada": { "quantity": 2, @@ -2012,54 +2082,85 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } ] }, - "total_fee": { - "quantity": 3, - "unit": "lovelace" - }, "selections": [ { - "withdrawals": [ + "certificates": [ + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "2", + "0", + "2", + "1", + "0" + ] + } + ], + "change": [], + "collateral": [], + "deposits_returned": [], + "deposits_taken": [ { + "quantity": 0, + "unit": "lovelace" + } + ], + "inputs": [ + { + "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + } + ], "derivation_path": [ - "2", - "0" + "1", + "1" ], - "stake_address": "" - }, + "id": "0c1c204d611b7963594c2b5607185900e17a3a1d3203090163470050a52a742d", + "index": 1 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [], + "withdrawals": [ { "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "2" + "0", + "1" ], "stake_address": "" } - ], - "inputs": [], - "outputs": [ + ] + }, + { + "change": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "0", + "1", + "2" ] }, { @@ -2071,232 +2172,206 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 } + ], + "derivation_path": [ + "1", + "1", + "2" ] } ], - "deposits_taken": [ - { - "quantity": 0, - "unit": "lovelace" - }, + "collateral": [ { - "quantity": 1, - "unit": "lovelace" - }, + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "id": "5f28680f2928bf92011c52df2b258e271e121e497323211f5c4d695e250f4a41", + "index": 2 + } + ], + "deposits_returned": [ { "quantity": 1, "unit": "lovelace" } ], - "certificates": [ + "deposits_taken": [ { - "certificate_type": "quit_pool", - "reward_account_path": [ - "1", - "0", - "0", - "2", - "2" - ] + "quantity": 1, + "unit": "lovelace" }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "0", - "0", - "0", - "1", - "2" - ] + "quantity": 0, + "unit": "lovelace" }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "0", - "2", - "1", - "2", - "1" - ] + "quantity": 0, + "unit": "lovelace" } ], - "change": [ + "inputs": [ { "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + } + ], "derivation_path": [ + "2", "1", - "0", - "0" + "2" ], + "id": "646b6921c31d372662304f041ff753666cb5197d47df7059292f8030754f0a70", + "index": 0 + } + ], + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", + "outputs": [ + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, "assets": [] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 } ] } ], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "withdrawals": [ { - "address": "", - "id": "7d2650401c8db60712052b257f02216a48560930684566ae3b0adcc2dd5b6e3b", - "index": 2, "amount": { "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "0" - ] + "1" + ], + "stake_address": "" }, { - "address": "", - "id": "6953120b437e733a750047b46780562f2ba831143e873025384b4e4d65235b17", - "index": 0, "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "1", + "0", "0" - ] + ], + "stake_address": "" }, { - "address": "", - "id": "9cf57f282136d005572260086d44231871132b071c58104e4b02634f7f444646", - "index": 0, "amount": { "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "1", "1" - ] + ], + "stake_address": "" } ] }, { - "withdrawals": [ + "certificates": [ { - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "register_reward_account", + "reward_account_path": [ + "0", "2", - "2" - ], - "stake_address": "" - }, - { - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ "0", "0", "2" - ], - "stake_address": "" + ] + } + ], + "change": [], + "collateral": [], + "deposits_returned": [], + "deposits_taken": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" } ], "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "outputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 } ] - }, + } + ], + "withdrawals": [ { - "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, - "assets": [] - } - ], - "deposits_taken": [], - "certificates": [ - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "0", - "1", - "1", - "0", - "1" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "0", - "0", - "0", - "0", - "2" - ] + "derivation_path": [ + "0" + ], + "stake_address": "" } - ], + ] + }, + { "change": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "1", + "0" ] }, { @@ -2305,110 +2380,77 @@ "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0", - "0", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "0", + "1" ] } ], - "deposits_returned": [], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", "collateral": [ { "address": "", - "id": "cc6d5a5d563eed79e130714f1117715a286a60015acd342e7f1a6e2f155b2f34", - "index": 2, - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "0", - "2", - "0" - ] - } - ] - } - ], - "balance_leftover": { - "ada": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [] - } - }, - { - "balance_selected": { - "ada": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - "total_fee": { - "quantity": 3, - "unit": "lovelace" - }, - "selections": [ - { - "withdrawals": [ - { "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "2", - "2" + "1" ], - "stake_address": "" + "id": "0d730a1f3d0a6a3f19625c2d680b232a5d75516d642f294e11484d3c20512b12", + "index": 2 }, { + "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "0", - "1", - "2" + "0" ], - "stake_address": "" + "id": "642c10211959250045ea6c1e73ed213953684e51ce8273601b64d86d115e9e89", + "index": 2 + } + ], + "deposits_returned": [ + { + "quantity": 1, + "unit": "lovelace" }, { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "2" - ], - "stake_address": "" + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" } ], "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", "outputs": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, "assets": [] @@ -2416,14 +2458,14 @@ { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 } ] }, @@ -2433,160 +2475,211 @@ "quantity": 0, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] } ], - "deposits_taken": [ + "withdrawals": [ { - "quantity": 2, - "unit": "lovelace" + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "1" + ], + "stake_address": "" } - ], + ] + } + ], + "total_fee": { + "quantity": 4, + "unit": "lovelace" + } + }, + { + "balance_leftover": { + "ada": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 4 + } + ] + }, + "balance_selected": { + "ada": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [] + }, + "selections": [ + { "certificates": [ { - "certificate_type": "join_pool", - "pool": "pool1qyqqyqgzqqpqzqgqqqpqzqsqqyqqzqqqqgqqqqszqqqsz4uw9lw", + "certificate_type": "register_reward_account", "reward_account_path": [ - "0", "1", - "0", - "2", + "1", + "1", + "1", "0" ] }, { "certificate_type": "quit_pool", "reward_account_path": [ - "2", - "0", "0", + "2", + "2", "1", - "2" + "0" ] - } - ], - "change": [ + }, { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "register_reward_account", + "reward_account_path": [ + "1", "2", + "1", "0", "0" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } ] } ], - "deposits_returned": [ - { - "quantity": 2, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "change": [], "collateral": [ { "address": "", - "id": "107f409c7956271512184054123c26147c21617a2eb8306e4c185b5953103d1f", - "index": 0, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "2", "2" - ] - } - ] - }, - { - "withdrawals": [ + ], + "id": "1f6118374133041df2002323182237392de2d20d2a07160dbb6d733d6dde3a1c", + "index": 0 + }, { + "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "1" + "2", + "1", + "2" ], - "stake_address": "" + "id": "a3261e242a0d64307308685f4649ff396bbb4f4b7756810750e8125805be7f31", + "index": 0 }, { + "address": "", "amount": { "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "1", - "2", - "2" + "0", + "0" ], - "stake_address": "" + "id": "7576181f5150307c457170155f29352442723960244276227b6558f9751b4408", + "index": 2 + } + ], + "deposits_returned": [ + { + "quantity": 0, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 2, + "unit": "lovelace" } ], "inputs": [ { "address": "", - "id": "98a2546c7d670c603c045660686f5f6c7f42ab41314ba3386f1039a568742b2d", - "index": 0, "amount": { "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } - ] + ], + "derivation_path": [ + "0", + "0" + ], + "id": "46615277ad6c164f464ebc7d20625331054f74bc8a37494b01574f22d94a3851", + "index": 2 }, { "address": "", - "id": "798b030a33773b09557e3377237df57a276d2cd82621470c577d5514fb3396d8", - "index": 2, "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + } + ], "derivation_path": [ + "2", "1", - "0", "1" ], + "id": "b23d432e252077ca682629735b9015166c523e0c7b2a17672b4a7e79661014b6", + "index": 2 + }, + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "0" + ], + "id": "9ad92f761569434d32521d056b7138244b3425143c00b1a17e1d13644a2f6c6a", + "index": 0 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", + "outputs": [ + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 } ] - } - ], - "outputs": [ + }, { "address": "", "amount": { @@ -2596,34 +2689,34 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 } ] } ], - "deposits_taken": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - }, + "withdrawals": [ { - "quantity": 1, - "unit": "lovelace" + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "stake_address": "" } - ], + ] + }, + { "certificates": [ { - "certificate_type": "quit_pool", + "certificate_type": "register_reward_account", "reward_account_path": [ - "2", - "1", "0", "0", + "1", + "0", "2" ] } @@ -2632,90 +2725,105 @@ { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0", - "2", - "0", - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 } + ], + "derivation_path": [ + "0" ] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "2", - "2", - "1" - ], + "0", + "2" + ] + }, + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 } + ], + "derivation_path": [ + "0" ] } ], - "deposits_returned": [], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "collateral": [ { "address": "", - "id": "1a434054291657705f364f74ab5d093206452a51db3b18747f792b215c174810", - "index": 2, "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "2", - "1" - ] + "0" + ], + "id": "ad04296a7469497e037948755e359a412f774e25602447597414e37625481d16", + "index": 2 }, { "address": "", - "id": "078a0b77487190706e58701d5342be32207a394d3102397a176b7773ab425632", - "index": 2, "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "2", - "1", + "0", "2" - ] + ], + "id": "165126534d1122503631516e696701b77924506b38d0020cb648584818193361", + "index": 2 + } + ], + "deposits_returned": [ + { + "quantity": 1, + "unit": "lovelace" }, { - "address": "", - "id": "a0177b641c4e5e19795dce0b7b43504b0c5c6565767c43415d767c12025a3b29", - "index": 2, - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "0", - "0" - ] + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" } - ] - }, - { + ], + "deposits_taken": [ + { + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" + } + ], + "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [], "withdrawals": [ { "amount": { @@ -2723,116 +2831,98 @@ "unit": "lovelace" }, "derivation_path": [ - "2", - "1", - "0" + "1" ], "stake_address": "" }, { "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "0", + "1", "0" ], "stake_address": "" }, { "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "2", "1", "1" ], "stake_address": "" } - ], - "inputs": [ + ] + }, + { + "certificates": [ { - "address": "", - "id": "6d614e0029594008d93255504673277cbf7d0456724a7192057a3d7137720b18", - "index": 1, - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "quit_pool", + "reward_account_path": [ "2", + "2", + "1", "0", + "1" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "2", + "2", "0", + "2", "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } ] } ], - "outputs": [ + "change": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } - ] - } - ], - "deposits_taken": [ - { - "quantity": 1, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qyqsqqqqqqqsqqgqqqpqqqgpqgqszqqzqqpqzqgpqqqqzj8ndgt", - "reward_account_path": [ - "2", - "0", - "2", - "1", - "2" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "2", - "1", + ], + "derivation_path": [ "1", "0", "0" ] }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + } + ], + "derivation_path": [ "2", "0", - "1", - "2" + "1" ] } ], - "change": [ + "collateral": [ { "address": "", "amount": { @@ -2840,17 +2930,44 @@ "unit": "lovelace" }, "derivation_path": [ - "1", + "2", + "2" + ], + "id": "11262c0b585a1a60365aa47e7b320e28e5565b0a566a275c6f7f7c76be730f79", + "index": 1 + }, + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ "0", "0", - "1" + "0" ], - "assets": [] + "id": "0833672572256e1a032f120d7df4484e0cc60c5c479b4942541c48526bbc821f", + "index": 2 + }, + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "2", + "2" + ], + "id": "207713537318c948086b213846203b5d3270597e9258b11a6f1748952efa6916", + "index": 0 } ], "deposits_returned": [ { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, { @@ -2862,102 +2979,42 @@ "unit": "lovelace" } ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [] - } - ], - "balance_leftover": { - "ada": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - }, - { - "balance_selected": { - "ada": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - "total_fee": { - "quantity": 1, - "unit": "lovelace" - }, - "selections": [ - { - "withdrawals": [ + "deposits_taken": [ { - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "1" - ], - "stake_address": "" + "quantity": 0, + "unit": "lovelace" }, { - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "1" - ], - "stake_address": "" + "quantity": 0, + "unit": "lovelace" }, { - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "0" - ], - "stake_address": "" + "quantity": 1, + "unit": "lovelace" } ], "inputs": [ { "address": "", - "id": "0326468c1127983aaf6d74614f4a56695c127f567b4f0a500d3c5a4a5c712340", - "index": 0, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "2", - "1", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 } - ] + ], + "derivation_path": [ + "1" + ], + "id": "0640495706393e964d6f93a307380f727bc3df3b307e04890979032829097d27", + "index": 2 } ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "outputs": [ { "address": "", @@ -2968,203 +3025,207 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } ] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } ] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "assets": [] } ], - "deposits_taken": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qgqqzqgzqgqsyqgpqqqszqszqqqqzqgpqgqqzqgzqqqsqr4xf57", - "reward_account_path": [ - "2", - "1", - "2", - "2", - "0" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "2", - "0", - "0", - "2", - "2" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "2", - "0", - "2", - "1", - "0" - ] - } - ], - "change": [ + "withdrawals": [ { - "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "1", "0", - "1" + "0" ], - "assets": [] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "1", "0", - "0" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_returned": [ - { - "quantity": 0, - "unit": "lovelace" + "stake_address": "" } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [] + ] }, { - "withdrawals": [], - "inputs": [ + "change": [ { "address": "", - "id": "7e7a59121e2056080f5a690359756e6dc92353d30331211a355074ecb625145e", - "index": 1, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", "1", - "2", "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } ] }, { "address": "", - "id": "0c197839904f402777336c124d527b16124b396e616c7f0fae025b1e74535806", - "index": 1, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "1", - "2", - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 } + ], + "derivation_path": [ + "1", + "1" ] + } + ], + "collateral": [ + { + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "derivation_path": [ + "2" + ], + "id": "0e642654143a7c2f229f111f03cc437506087e67080f6b35005f27064ba33144", + "index": 1 }, { "address": "", - "id": "5a966b41052b57a9200c290c311d6f1f1f20716e514f51680d6b2a770dbe1460", - "index": 2, "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ + "2", + "2", "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "107fac535415bc122179827d7276546a2e74096b7b7a43219614317327d2cc1a", + "index": 2 + }, + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "1", + "2" + ], + "id": "39663b3c726d0df337477f6f7f4583407b6d02fcfb14174c22344a44b9446e65", + "index": 1 + } + ], + "deposits_returned": [ + { + "quantity": 1, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + } + ], + "inputs": [ + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "2" + ], + "id": "00753570660c723e5b16364d7f007231544949963569d90851034fc274039a10", + "index": 0 } ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "outputs": [ { "address": "", "amount": { - "quantity": 1, + "quantity": 2, + "unit": "lovelace" + }, + "assets": [] + } + ], + "withdrawals": [ + { + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "stake_address": "" + } + ] + }, + { + "change": [ + { + "address": "", + "amount": { + "quantity": 2, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "0", + "2", + "1" ] }, { @@ -3173,55 +3234,41 @@ "quantity": 1, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "2", + "0", + "2" ] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "assets": [], + "derivation_path": [ + "2", + "2", + "2" ] } ], - "deposits_taken": [ - { - "quantity": 0, - "unit": "lovelace" - } - ], - "change": [ + "collateral": [ { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "2", "2", - "1", "2" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "6f565e73874a031d421e446f29765200291e4b722099b465596044226ef234f2", + "index": 0 }, { "address": "", @@ -3230,32 +3277,26 @@ "unit": "lovelace" }, "derivation_path": [ - "2", "0", "0", - "2" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "6114645072585ce231625161286d3d4578c43b4d6d2432221a5d060a13257e2f", + "index": 1 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "0", - "0", - "1", - "1" + "2", + "2" ], - "assets": [] + "id": "6b113926ea77693833d6542f6f51d030462d51572b94770e7b48791c0e484f10", + "index": 0 } ], "deposits_returned": [ @@ -3264,132 +3305,137 @@ "unit": "lovelace" }, { - "quantity": 1, + "quantity": 0, "unit": "lovelace" - }, + } + ], + "deposits_taken": [ { - "quantity": 2, + "quantity": 0, "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "inputs": [ { "address": "", - "id": "56731329d15445093d2b4d0110503a5e1d02f3b80a5059fc2df85a226d414376", - "index": 1, "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1", - "1" - ] + "0", + "0", + "0" + ], + "id": "484c26470a6601c94015200d7f4861797a2b29675e7e336048210ad213e1ba73", + "index": 2 }, { "address": "", - "id": "5349208e5747271d206f4625655bdc63291a6ecd797e4c2755447622176b5de1", - "index": 1, "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ], "derivation_path": [ - "2", - "2", - "1" - ] + "1", + "2" + ], + "id": "035c6d496ead6618f3495c8c32a6132650314c56317e6535551f40692b7b3950", + "index": 2 }, { "address": "", - "id": "11a914db166e517839114e5227434b5c2a1d2233645a48032862f876ff361b3d", - "index": 1, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + } + ], "derivation_path": [ + "2", + "0", "2" - ] + ], + "id": "50703607157d58555f561c741a311052770763a915760e871964056921e50e2b", + "index": 2 } - ] - }, - { - "withdrawals": [ + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [ { + "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "2", - "2" - ], - "stake_address": "" + "assets": [] }, { + "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "1", - "0" - ], - "stake_address": "" + "assets": [] } ], - "inputs": [ + "withdrawals": [ { - "address": "", - "id": "c0322b631904124f567d470afb392a63720b773e633a383b197f6b6e54264d9c", - "index": 2, "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "0", "1", - "2" + "0" ], - "assets": [] + "stake_address": "" }, { - "address": "", - "id": "a75c3c77d9df1a56e85a0b577b1d7d0b362252722e61693d01745a78382bfc36", - "index": 1, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "1", - "2", + "0", "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "stake_address": "" } - ], - "outputs": [], - "deposits_taken": [], + ] + }, + { "certificates": [ { "certificate_type": "join_pool", - "pool": "pool1qgpqqqqzqypqzqszqypqqqqzqgqsyqgqqqpqzqqzqgqqq866mzm", + "pool": "pool1qgqqzqqpqgqsyqszqgpqqqspqqqqzqqqqgqsyqqzqgqqqs2vsdh", "reward_account_path": [ + "0", + "2", + "0", "2", + "2" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ "1", "2", + "2", "1", "0" ] @@ -3399,131 +3445,104 @@ { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "2", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "0" ] - }, - { - "address": "", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", "collateral": [ { "address": "", - "id": "2645070deb4c4ac95c518a3d10296600151d6a5e814a412e0eed425c131d2531", - "index": 0, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "2", - "2" - ] + "1" + ], + "id": "94667e0b8059387ac93b226f0a683510bc4552085d70066420597d6a7384666f", + "index": 2 }, { "address": "", - "id": "2d6575607d372e35b574fd028d732f5b005459d97776113e5b3f02b8241b6c03", - "index": 2, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ "1", "0", "1" - ] - } - ] - }, - { - "withdrawals": [], - "inputs": [ + ], + "id": "0e1f15076d0c24387c06181e484c7a58472585196658497f1b412ea9526c222e", + "index": 1 + }, { "address": "", - "id": "26057e4751673e203d3e7d0f692d09712d80740688064b1178036b7e73696a12", - "index": 2, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "1", + "0", "2", - "2" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "223749d4564f410b286c39314a3a3b68782a5b251d97237a7a051a5670766e08", + "index": 2 + } + ], + "deposits_returned": [ + { + "quantity": 1, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" }, + { + "quantity": 1, + "unit": "lovelace" + } + ], + "inputs": [ { "address": "", - "id": "42d927425e662d0b62665c356905df285578035e609a404c5b6fef7bb30f471e", - "index": 2, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1", - "0", - "0", - "0" + "2", + "1" ], - "assets": [] + "id": "1c08781e3d7c497a0056590eac2607186e0459087793a57cc6f24975390e6766", + "index": 2 } ], "outputs": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "assets": [] @@ -3531,57 +3550,91 @@ { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "assets": [] + } + ], + "withdrawals": [ + { + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "0" + ], + "stake_address": "" }, { - "address": "", "amount": { "quantity": 1, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "derivation_path": [ + "1" + ], + "stake_address": "" } - ], - "deposits_taken": [], + ] + } + ], + "total_fee": { + "quantity": 6, + "unit": "lovelace" + } + }, + { + "balance_leftover": { + "ada": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + } + ] + }, + "balance_selected": { + "ada": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ] + }, + "selections": [ + { "certificates": [ - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "2", - "1", - "2", - "1", - "2" - ] - }, { "certificate_type": "join_pool", - "pool": "pool1qgqqzqgqqgqqzqgzqyqsqqqpqqqqzqqqqqpqqqgqqgqsymkwkhd", + "pool": "pool1qypqqqspqgpqqqspqqqsqqqpqqpqyqszqypqzqszqgpqzxny50r", "reward_account_path": [ "1", "0", - "0", + "1", "2", - "2" + "0" ] }, { - "certificate_type": "quit_pool", + "certificate_type": "register_reward_account", "reward_account_path": [ - "2", - "0", "0", - "0", - "0" + "2", + "2", + "1", + "1" ] } ], @@ -3589,16 +3642,34 @@ { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 + } + ], "derivation_path": [ "0", - "2", - "0", - "2" + "1" + ] + } + ], + "collateral": [ + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "1" ], - "assets": [] + "id": "f23009447883501e85464d040bfc184fd055517ede58035b45000f4b06068c2f", + "index": 1 }, { "address": "", @@ -3607,234 +3678,222 @@ "unit": "lovelace" }, "derivation_path": [ - "0", - "2" + "1" ], - "assets": [] + "id": "580b12332d12320c375d4e1957745763f9460417160e41daca4118020b673e5c", + "index": 2 + }, + { + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "2", + "0" + ], + "id": "126b68a727582eb52c096c04112b561a1a1940755b8b574d19241e710c568e83", + "index": 1 } ], - "deposits_returned": [ + "deposits_returned": [], + "deposits_taken": [ { "quantity": 1, "unit": "lovelace" }, { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, { - "quantity": 1, + "quantity": 0, "unit": "lovelace" } ], + "inputs": [], "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", - "collateral": [ + "outputs": [ { "address": "", - "id": "77532550143a28397a4a4f51ef52712e076a1d64025b7f55c77d5ccc0c6c077b", - "index": 0, "amount": { "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "2", - "0", - "2", - "0" - ] + "assets": [] }, { "address": "", - "id": "0b4f1c30fd627ffe6131187b575bb9f6a1565f5284490d5c6ebd1f7a12c25a0a", - "index": 1, "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "0" - ] - } - ] - }, - { - "withdrawals": [ + "assets": [] + }, { + "address": "", "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "0" - ], - "stake_address": "" + "assets": [] } ], - "inputs": [ + "withdrawals": [] + }, + { + "certificates": [ { - "address": "", - "id": "2632133eda3334c1661af2789b2b092219fe5f1636da7400461ed7b23b4b4170", - "index": 2, - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "join_pool", + "pool": "pool1qqqszqgzqgpqqqqzqyqsqqszqgpqzqgpqyqqzqgqqypqq28am9n", + "reward_account_path": [ + "2", + "1", + "1", + "1", "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } ] - }, + } + ], + "change": [ { "address": "", - "id": "72a2475d6871320c6f6a07a8075beb4c1d485913b9531d700e773d6cc3646864", - "index": 1, "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "2", + "0", "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } ] }, { "address": "", - "id": "666b1c5cdb4de4057b6e083f041c55797b6bdf3b90344f76033d2c622a54283b", - "index": 2, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "2", - "0", - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 } + ], + "derivation_path": [ + "0", + "2", + "2" ] } ], - "outputs": [], - "deposits_taken": [], - "change": [], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "collateral": [ { "address": "", - "id": "035777064e7b56347e287e4b2f4d0f522848160d79dc2962462227126e5e5847", - "index": 1, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ "0", "2", - "1" - ] + "2" + ], + "id": "273b69ff17cd3e991309cc265e310577631213553e2c9e7b3c81530c884fd1e8", + "index": 0 } - ] - }, - { - "withdrawals": [], - "inputs": [ + ], + "deposits_returned": [], + "deposits_taken": [], + "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", + "outputs": [ { "address": "", - "id": "3311fc0622ee4c4f11775e667610773308292d5ded061b49165e2304644c3626", - "index": 1, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "1", - "1", - "2", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 } ] - } - ], - "outputs": [], - "deposits_taken": [ + }, { - "quantity": 1, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [] }, { - "quantity": 2, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [] } ], - "certificates": [ + "withdrawals": [ { - "certificate_type": "quit_pool", - "reward_account_path": [ - "0", - "0", - "1", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ "1", "0" - ] + ], + "stake_address": "" }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", - "2", - "2", + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "derivation_path": [ "1", - "1" - ] + "0" + ], + "stake_address": "" }, + { + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "0", + "1" + ], + "stake_address": "" + } + ] + }, + { + "certificates": [ { "certificate_type": "register_reward_account", "reward_account_path": [ "0", "2", - "1", + "0", "2", - "0" + "1" ] }, { - "certificate_type": "quit_pool", + "certificate_type": "register_reward_account", "reward_account_path": [ - "2", + "1", "2", "2", "2", @@ -3842,202 +3901,175 @@ ] } ], - "change": [], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "change": [ { "address": "", - "id": "ea140efd3c271332ccce470e3f536f8c1a1f5458100b5e1d6c646a576bb72a07", - "index": 0, "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "1" ] }, { "address": "", - "id": "64c4962a871e7ac8315e0aab2b38763010710208ed703f3e0972c52531095a3b", - "index": 0, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1", - "2", - "2", - "0" + "1" ] } - ] - }, - { - "withdrawals": [ + ], + "collateral": [ { + "address": "", "amount": { "quantity": 1, "unit": "lovelace" }, "derivation_path": [ + "1", "2", - "0", "0" ], - "stake_address": "" - } - ], - "inputs": [ + "id": "02543c535e4108194d06dc00190a28774a242945380a5c60555e354e2919c38f", + "index": 1 + }, { "address": "", - "id": "2d4f292b17f061435918a98c415935291b67276f186a9c301037520171363420", - "index": 0, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ "2", "1", - "2" + "1" ], - "assets": [] - } - ], - "outputs": [ + "id": "67283a03367f16566a86302c400052f4190cd21e4d01862d77184f63123e012f", + "index": 1 + }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, - "assets": [] - } - ], - "deposits_taken": [ - { - "quantity": 0, - "unit": "lovelace" - }, - { - "quantity": 0, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "0", + "derivation_path": [ + "1", "1", - "0", - "2", "2" - ] + ], + "id": "63a73232563c55d41c067363484d2b19a663204e58a24306125a47371d0d1765", + "index": 2 } ], - "change": [ + "deposits_returned": [], + "deposits_taken": [], + "inputs": [ { "address": "", "amount": { "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 } - ] + ], + "derivation_path": [ + "1" + ], + "id": "af6625471315023117525b5b26496f677b2843324006344a2c287601dc425776", + "index": 0 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", - "2" + "1", + "1" ], - "assets": [] - }, + "id": "d45d5f6f1c031569206f6e7c0630454b4f686e0165323c6d32347cfc2e62676f", + "index": 1 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", + "outputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "1", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 } ] - } - ], - "deposits_returned": [ + }, { - "quantity": 1, - "unit": "lovelace" + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + } + ] } ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [ + "withdrawals": [ { - "address": "", - "id": "3ff57b4d0c685b621f57f82ea50a126e2b37536e6670ef0b16376b531a503828", - "index": 2, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "1", - "1", - "1", - "1" - ] + "0" + ], + "stake_address": "" } ] } ], + "total_fee": { + "quantity": 4, + "unit": "lovelace" + } + }, + { "balance_leftover": { "ada": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 } ] - } - }, - { + }, "balance_selected": { "ada": { "quantity": 0, @@ -4046,111 +4078,30 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 } ] }, - "total_fee": { - "quantity": 1, - "unit": "lovelace" - }, "selections": [ { - "withdrawals": [ + "certificates": [ { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ + "certificate_type": "register_reward_account", + "reward_account_path": [ + "1", "0", + "1", + "2", "1" - ], - "stake_address": "" - } - ], - "inputs": [ - { - "address": "", - "id": "0a15a865646c05251a7fde552a253543662eff725f7b9d3b30555555534b7d4d", - "index": 0, - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "id": "231ec3627670912e0f692000345500727c04576a4e7e6b3a365ac07e8b485591", - "index": 2, - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [] - } - ], - "deposits_taken": [ - { - "quantity": 1, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" }, - { - "quantity": 2, - "unit": "lovelace" - } - ], - "certificates": [ { "certificate_type": "quit_pool", "reward_account_path": [ - "0", "2", "0", "2", - "2" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", - "2", - "1", "1", "0" ] @@ -4163,16 +4114,15 @@ "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 } + ], + "derivation_path": [ + "0" ] }, { @@ -4181,64 +4131,52 @@ "quantity": 0, "unit": "lovelace" }, - "derivation_path": [ - "2" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } + ], + "derivation_path": [ + "2", + "0", + "2" ] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "2", + "2", + "2" ] } ], + "collateral": [], "deposits_returned": [ { "quantity": 2, "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 1, + "unit": "lovelace" }, { "quantity": 2, "unit": "lovelace" } ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ - { - "address": "", - "id": "736f60196f286661370a135e615bf034406c432e45102bf239262b573d51a835", - "index": 1, - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "0" - ] - } - ] - }, - { - "withdrawals": [], "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", "outputs": [ { "address": "", @@ -4246,538 +4184,587 @@ "quantity": 2, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 } ] } ], - "deposits_taken": [ + "withdrawals": [ { - "quantity": 1, - "unit": "lovelace" + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "derivation_path": [ + "1" + ], + "stake_address": "" } - ], + ] + }, + { "certificates": [ { - "certificate_type": "quit_pool", + "certificate_type": "join_pool", + "pool": "pool1qypqyqqzqqpqqqgqqgpqqqgqqqqqzqqqqgqqzqqpqqpqyv93px8", "reward_account_path": [ - "0", - "2", + "1", + "1", "2", "1", - "2" + "1" ] }, { - "certificate_type": "quit_pool", + "certificate_type": "join_pool", + "pool": "pool1qqpqzqqqqqqszqsqqgqqqqsqqyqqqqgpqgpqzqqzqqpqq269az0", "reward_account_path": [ - "1", - "1", + "0", + "2", "2", "0", - "2" + "0" ] }, { "certificate_type": "quit_pool", "reward_account_path": [ + "1", "1", "2", - "2", - "2", + "1", "1" ] + } + ], + "change": [], + "collateral": [], + "deposits_returned": [ + { + "quantity": 0, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 2, + "unit": "lovelace" }, { - "certificate_type": "join_pool", - "pool": "pool1qyqsqqqqqqqqyqgpqyqqyqqzqgpqzqspqyqsyqqpqgpqzlgvhlf", - "reward_account_path": [ - "0", - "0", - "0", - "0", - "1" - ] + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" } ], - "change": [ + "inputs": [ { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1", + "2", + "2", "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "2f36606c220470703f4d57895e0216597c104ffc63eba801100e3813a85567b9", + "index": 2 }, { "address": "", "amount": { - "quantity": 2, + "quantity": 1, + "unit": "lovelace" + }, + "assets": [], + "derivation_path": [ + "1", + "1" + ], + "id": "465d5e2f070e044d5b14600e7b7f33d44f18480022611dbea72b030276003979", + "index": 1 + } + ], + "outputs": [], + "withdrawals": [ + { + "amount": { + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "2", - "0", "0", - "0" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "stake_address": "" }, { - "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "0", + "1", "0" ], - "assets": [] - } - ], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [] - }, - { - "withdrawals": [], - "inputs": [ + "stake_address": "" + }, { - "address": "", - "id": "a35a20b268521b7a752341418b1d1566557ce96f52f8704a0d59a211457a4c16", - "index": 0, "amount": { "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "2", - "1" + "1", + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "outputs": [], - "deposits_taken": [ - { - "quantity": 2, - "unit": "lovelace" + "stake_address": "" } - ], + ] + }, + { "certificates": [ { "certificate_type": "register_reward_account", "reward_account_path": [ "0", - "1", - "1", - "0", - "0" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1qgqszqqzqyqqqqqpqgpqyqgpqgqqqqszqqpqqqgqqypqqmdmdyt", - "reward_account_path": [ - "1", - "1", "2", - "1", + "2", + "2", "1" ] }, { - "certificate_type": "join_pool", - "pool": "pool1qqpqyqgzqqqsqqspqgqsyqqqqyqszqgpqgpqyqqqqgqqqzas5zk", + "certificate_type": "quit_pool", "reward_account_path": [ "1", - "0", "2", + "0", "1", - "1" + "2" ] - }, + } + ], + "change": [ { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "0", - "0", - "0", - "2", + "address": "", + "amount": { + "quantity": 2, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ], + "derivation_path": [ "1" ] } ], - "change": [ + "collateral": [], + "deposits_returned": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [ + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + } + ], + "inputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ], "derivation_path": [ - "0", + "2", "2" ], - "assets": [] + "id": "5f404b1191631d15263b204c3f1f3f5846270f63296ff7621c236e4a62214115", + "index": 0 }, { "address": "", "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", "1", "2", "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "33475f2e7a4c067e4167593c4c0f4f034b4d516bab22ea1eb921210e722f7d44", + "index": 0 }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", "1", - "0" + "1" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_returned": [ - { - "quantity": 1, - "unit": "lovelace" + "id": "22597c36754858694e5c1aa5835ffe2f91660f1f4157ed2b2c222f425e694f19", + "index": 2 } ], - "collateral": [ + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", + "outputs": [ { "address": "", - "id": "760f23031e7219a7620f6051368b0a007e256e33334b6a782b6646361d796806", - "index": 2, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1" - ] + "assets": [] }, { "address": "", - "id": "6e0577420a160e1a7d756c026aa38123c534aa733625547a2d21163e1f793f08", - "index": 0, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "1", - "0" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } ] }, { "address": "", - "id": "44773f764cf93ee31e3e4c45932a26155912361b1b79758a6a1e0e4b38116047", - "index": 1, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "0", - "0", - "0", - "0" + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } ] } - ] - }, - { + ], "withdrawals": [ + { + "amount": { + "quantity": 0, + "unit": "lovelace" + }, + "derivation_path": [ + "1" + ], + "stake_address": "" + }, { "amount": { "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "2", - "2", - "0" + "1" ], "stake_address": "" }, { "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ + "1" + ], + "stake_address": "" + } + ] + }, + { + "certificates": [ + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "0", + "1", + "2", + "1", + "1" + ] + }, + { + "certificate_type": "quit_pool", + "reward_account_path": [ + "0", "0", "2", + "0", "0" - ], - "stake_address": "" + ] } ], - "inputs": [ + "change": [ { "address": "", - "id": "054b6cfc656b612922171640016c0d2531de21414724510949336208125e2a04", - "index": 2, "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 } + ], + "derivation_path": [ + "2", + "0" ] }, { "address": "", - "id": "4e1a573ded1ab41a70405e33080caf7e07f835173e46d50c0c6d046e181ab901", - "index": 2, "amount": { "quantity": 2, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "1", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "2", + "2", + "0" ] + } + ], + "collateral": [ + { + "address": "", + "amount": { + "quantity": 1, + "unit": "lovelace" + }, + "derivation_path": [ + "0" + ], + "id": "32657328203aa33f5e515f847b6b3d0b232a323a4b130f3b654c3b4552985230", + "index": 2 }, { "address": "", - "id": "b800fc4d4f299c20da6c643d076b1e52400b64bf0b44c8292f923a0e02431466", - "index": 0, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "2" + "2", + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "outputs": [ + "id": "70650c350a5f6b4a22312f1b640a5d14783c1e33010b047d0c42155c03606c68", + "index": 1 + }, { "address": "", "amount": { "quantity": 2, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "derivation_path": [ + "2" + ], + "id": "1776d362856d4d060b323042f94617240352742c3be117352b3da16633061154", + "index": 0 } ], - "deposits_taken": [ + "deposits_returned": [ { "quantity": 1, "unit": "lovelace" }, { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, { - "quantity": 2, + "quantity": 1, "unit": "lovelace" } ], - "change": [ + "deposits_taken": [ { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_returned": [ + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + }, { "quantity": 0, "unit": "lovelace" } ], - "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", - "collateral": [ + "inputs": [ { "address": "", - "id": "22700d281f676d0a2e727ba004108fd4386829583f4f1076a51771b956660013", - "index": 2, "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 + } + ], "derivation_path": [ - "2", "0", "0", - "0" - ] - } - ] - }, - { - "withdrawals": [], - "inputs": [ + "2" + ], + "id": "b02154261f6354ab500c2e216a7b34161c44125535535a2fc7031a5b348c6708", + "index": 1 + }, { "address": "", - "id": "2b6243167d4511495a5483fea7763e1e1b52721b1c2b584738374e4a4e137e24", - "index": 1, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "0", - "1", "2", - "1" + "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "id": "2eef3e0665092a5faa28327876747a384f44307635144e5573670612cb720e58", + "index": 1 } ], + "metadata": "g6QAgYJYIMA0hOO/mBvsfMXPTaGj2f5Oq4Oz9fdXR1KiuKmyQJsvAAGCglg5AVT+gcsWM+ny9ERrePZ/AKwZq8Q1G+ZUhxkRi/jJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAPQkCCWDkBhPQfpC2KsFY5rreA/0s/4pDxHTQ5sEMD/fqUiK8z1BeBTm+nlTGVeX1z+bX7URhUtLDYsgI5WZUaAByEyAIaAAH/uAMZjYihAIGCWCCTHCpzQ99j+3ha7Est5oi4KQz2NPY49kfyLC5oJWkZalhAxuiLUsQGExp7AEt2/iT2EbH10Zlk7izjFE//ORpyW+elqz8nOJ63Xb41QCbVgi97cfneuEz/ASboCb1WkECfAPY=", "outputs": [ { "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 + } + ] } ], - "deposits_taken": [], + "withdrawals": [] + } + ], + "total_fee": { + "quantity": 0, + "unit": "lovelace" + } + }, + { + "balance_leftover": { + "ada": { + "quantity": 1, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + } + ] + }, + "balance_selected": { + "ada": { + "quantity": 0, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + } + ] + }, + "selections": [ + { "certificates": [ { "certificate_type": "register_reward_account", "reward_account_path": [ - "0", "2", "2", "1", + "1", + "2" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "0", + "0", + "1", + "0", "0" ] }, @@ -4787,58 +4774,46 @@ "0", "0", "2", - "2", - "0" + "0", + "2" ] } ], - "change": [], - "deposits_returned": [], - "collateral": [ + "change": [ { "address": "", - "id": "062d16661e04173c2a74f2723e05ab772c2bd20059362e5db00ac040583a8043", - "index": 0, "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + } + ], "derivation_path": [ "1", "1" ] - }, - { - "address": "", - "id": "2166850a2c57320ca003246a80f38a03b4704032246b3e582f09b13d5b415e2d", - "index": 0, - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "0", - "1" - ] } - ] - }, - { - "withdrawals": [ + ], + "collateral": [ { + "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "2", - "2", - "1" + "2" ], - "stake_address": "" + "id": "4fc254495f2d316d334e15eb21cb59493c091f084d11427f433d5dc15b1c264a", + "index": 1 }, { + "address": "", "amount": { "quantity": 0, "unit": "lovelace" @@ -4847,93 +4822,107 @@ "0", "2" ], - "stake_address": "" + "id": "14481f0116acf011fa364a7106025242356c1c622518d97e0545017f323c526a", + "index": 2 } ], - "inputs": [], - "outputs": [], - "deposits_taken": [], - "certificates": [ + "deposits_returned": [ { - "certificate_type": "join_pool", - "pool": "pool1qqpqqqsqqyqqzqqqqgqqzqspqypqzqqzqgqqzqgpqypqqmtgfw3", - "reward_account_path": [ - "0", - "1", - "0", - "2", - "2" - ] - }, + "quantity": 1, + "unit": "lovelace" + } + ], + "deposits_taken": [ { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", - "1", - "0", - "1", - "0" - ] + "quantity": 2, + "unit": "lovelace" }, { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "0", - "1", - "1", - "2", - "0" - ] + "quantity": 1, + "unit": "lovelace" } ], - "change": [ + "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIEwGCglg5ARi4wrIp5oshxUxo2RlE/q1MBD6DSDaLGsVRyQDJPj7dgnmKUmzPhbKkLgQDc0n/4YXiahY1bfzmGgAtxsCCWDkBEKm0ZmuoDkh4SR0awgRlyYk6jfVYHccFdwYmID1NI/5qes3aWhtB9WEA8Cv6Jwo8VgxOVc+DEjMbAAAAF0hHIYgCGgAB/7gDGY1PoQCBglgg/C+GAob8csHB4p8cCiPp4Rdx9g4dJnmfcYRsifWqkTFYQOTeyXDUC3Sdm8d5lsLxAr0Fa1+bo/0TdF9BDY/JbgqspKS04dUtbOHZKw15QS5ULyvr+in5kcCcExsd/rKDIwD2", + "outputs": [ { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "1" - ], "assets": [] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ - "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, - "derivation_path": [ + "assets": [] + } + ], + "withdrawals": [] + }, + { + "certificates": [ + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "0", + "0", "0", + "0", + "1" + ] + }, + { + "certificate_type": "register_reward_account", + "reward_account_path": [ + "1", + "1", "1", + "0", "1" - ], - "assets": [] + ] } ], - "deposits_returned": [], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZIAAGEglg5AUBn+yGRnBJRmEPAfQm0xUjjT358Rzs1LydRvaQjh+ZQVYqQJqC5YjrckqpBH4+lmO6QHbKWpRv1GgAPQkCCWDkBMqQy5tcRMSumw5ByXugc1SXJtexei/mXcgYtbSOH5lBVipAmoLliOtySqkEfj6WY7pAdspalG/UaAA9CQIJYOQEaLy8QO4ldvnOIrMnMEPkNxK2lP0bIQdKsRGMHifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVIJYOQHFlwH+4orTFVmHDs1uqSsUOxzhtozLYvjoQ3swifxh0h3fy9TUNlK/BcQMNG+nlIcUI7ZQUtdhTBsAAAALpCsXVAIaAAI02AMZjRahAIGCWCDBW5kDRBIrEklKXt0QINnrMuNLD4JpH44xZF3atxL/K1hAjmopBT+ffwTz3iVsxLMPJLLV/+SSfIbp1jELIkr7lPTluO6mVz5voUBAcVPBL9+M9hnt/wx8J6qRrjrLVgQaAPY=", - "collateral": [] + "change": [], + "collateral": [], + "deposits_returned": [ + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 0, + "unit": "lovelace" + }, + { + "quantity": 2, + "unit": "lovelace" + } + ], + "deposits_taken": [], + "inputs": [], + "outputs": [], + "withdrawals": [] } ], + "total_fee": { + "quantity": 0, + "unit": "lovelace" + } + }, + { "balance_leftover": { "ada": { "quantity": 2, @@ -4942,364 +4931,97 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } ] - } - }, - { + }, "balance_selected": { "ada": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 } ] }, - "total_fee": { - "quantity": 7, - "unit": "lovelace" - }, "selections": [ { - "withdrawals": [ - { - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "2" - ], - "stake_address": "" - }, - { - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "0" - ], - "stake_address": "" - } - ], - "inputs": [ - { - "address": "", - "id": "f3223a7c4b5b29493c7d22247728306b9b696aa96a371d48f20a80fb7f234667", - "index": 1, - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "derivation_path": [ - "0", - "2", - "2" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 2, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [] - } - ], - "deposits_taken": [ - { - "quantity": 1, - "unit": "lovelace" - } - ], "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qgpqyqgqqyqqzqgqqqpqqqspqgqqyqqzqgqsyqgzqyqsyy8cqd7", - "reward_account_path": [ - "1", - "2", - "2", - "2", - "1" - ] - }, { "certificate_type": "quit_pool", "reward_account_path": [ - "2", - "2", - "2", - "1", - "0" - ] - }, - { - "certificate_type": "join_pool", - "pool": "pool1qgpqzqszqqqqyqsqqgpqqqgpqqqsyqgqqqqqzqqqqqqqqg3gr0z", - "reward_account_path": [ - "1", - "2", "0", - "2", - "0" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ "0", - "2", - "2", - "0", - "2" - ] - } - ], - "change": [], - "deposits_returned": [], - "collateral": [ - { - "address": "", - "id": "fd602914b21e69ba36ed6b7e5e305c3670627070e95964ad2a6579040f703224", - "index": 2, - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2", "0", "2", - "2" - ] - }, - { - "address": "", - "id": "595428454a4c641761a465244de0193879d147c8d15a532a43602445f33d2326", - "index": 2, - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2" + "1" ] } - ] - }, - { - "withdrawals": [], - "inputs": [ - { - "address": "", - "id": "607952591e23034437f06dfc497865ac76793e7ecfb422325220194ac366534e", - "index": 1, - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "2" - ], - "assets": [] - }, - { - "address": "", - "id": "4012155b136d0a01056e034c794f27641479034653464d45162f595c4eee3f3b", - "index": 0, - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "1", - "0", - "1" - ], - "assets": [] - }, + ], + "change": [ { "address": "", - "id": "1c3f78488b03596061e1b94362526a7d79e2121d2921444da9706d462a431744", - "index": 1, "amount": { "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "0" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 } - ] - } - ], - "outputs": [], - "deposits_taken": [], - "certificates": [ - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "0", - "1", - "1", - "2", - "1" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "1", - "2", - "1", - "0", - "1" - ] - }, - { - "certificate_type": "register_reward_account", - "reward_account_path": [ - "2", - "1", - "0", - "2", - "1" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "1", - "0", - "1", - "1", - "1" - ] - } - ], - "change": [], - "deposits_returned": [ - { - "quantity": 2, - "unit": "lovelace" - }, - { - "quantity": 2, - "unit": "lovelace" + ], + "derivation_path": [ + "2" + ] }, - { - "quantity": 2, - "unit": "lovelace" - } - ], - "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", - "collateral": [ { "address": "", - "id": "2c355af53d3f0569586a9805ca5f1a71685c1c9d5d706876197840387cd01554", - "index": 1, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ - "2", "1", - "2", - "0" + "0", + "1" ] }, { "address": "", - "id": "af330a2f551f7dae333935bf415b571c7453204e7e64542118112fa180d51f12", - "index": 0, "amount": { - "quantity": 0, + "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ + "2", "0" ] } - ] - } - ], - "balance_leftover": { - "ada": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - }, - { - "balance_selected": { - "ada": { - "quantity": 2, - "unit": "lovelace" - }, - "assets": [] - }, - "total_fee": { - "quantity": 6, - "unit": "lovelace" - }, - "selections": [ - { + ], + "collateral": [], + "deposits_returned": [], + "deposits_taken": [ + { + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 1, + "unit": "lovelace" + } + ], + "inputs": [], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", + "outputs": [], "withdrawals": [ { "amount": { @@ -5307,9 +5029,8 @@ "unit": "lovelace" }, "derivation_path": [ - "2", - "0", - "1" + "1", + "0" ], "stake_address": "" }, @@ -5326,37 +5047,28 @@ }, { "amount": { - "quantity": 1, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "0" + "0", + "1" ], "stake_address": "" } - ], - "inputs": [], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [] - } - ], - "deposits_taken": [], + ] + }, + { "certificates": [ { "certificate_type": "join_pool", - "pool": "pool1qgpqyqgqqgqqqqspqgpqzqqzqgpqzqszqyqsyqgpqgqsqp06xr9", + "pool": "pool1qyqszqqzqgpqyqgzqypqqqgzqqqqzqqzqgqsqqgpqgqqqekm59n", "reward_account_path": [ - "1", - "0", "0", - "0", - "1" + "2", + "2", + "2", + "0" ] } ], @@ -5367,122 +5079,85 @@ "quantity": 1, "unit": "lovelace" }, + "assets": [], "derivation_path": [ "1", - "1", - "1", - "1" - ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } + "0" ] } ], + "collateral": [], "deposits_returned": [ { - "quantity": 1, + "quantity": 2, + "unit": "lovelace" + }, + { + "quantity": 0, "unit": "lovelace" } ], - "collateral": [] - }, - { - "withdrawals": [ + "deposits_taken": [ { - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "derivation_path": [ - "2", - "0", - "0" - ], - "stake_address": "" + "quantity": 1, + "unit": "lovelace" }, { - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "derivation_path": [ - "1", - "0" - ], - "stake_address": "" + "quantity": 0, + "unit": "lovelace" } ], "inputs": [ { "address": "", - "id": "990e0c604d2d1563923d004e01133c447d2c477750b33be26b53ad1f44166f70", - "index": 2, "amount": { "quantity": 0, "unit": "lovelace" }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 + } + ], "derivation_path": [ "1", - "0", - "2" + "0" ], - "assets": [] - }, + "id": "1120194298e22293ab6d1e3e3006365f170af5b93b5c9975691ded2a535c6149", + "index": 0 + } + ], + "metadata": "g6QAgYJYIA6qM76HgJNcpafB5iii1UQCRG+WI2yo8XcOB/oiuoZICAGCglg5Ab3XTDvQhtOJOYdvy9Vukd1W/MypvnC0JDkEQ2evM9QXgU5vp5UxlXl9c/m1+1EYVLSw2LICOVmVGgAtxsCCWDkBGi8vEDuJXb5ziKzJzBD5DcStpT9GyEHSrERjB4n8YdId38vU1DZSvwXEDDRvp5SHFCO2UFLXYUwbAAAAF0hHIYgCGgAB/7gDGY0RoQCBglggQ+ptRemr5uMPr/SptnWr3ElTSm7am6lvk2jRLYed/GdYQJuJjKFD4bJFycdFxpC4E3tyT8Y/ijuFK80iNM7k5owlzTM+hFoiS5y0YA8nHVReNaQdF6FsBGrqZu00pTZVnw32", + "outputs": [ { "address": "", - "id": "524f5bc531d1c97c037d5f6c146651ab58bd24c5240941380e695894e24a5672", - "index": 0, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 23 } ] }, { "address": "", - "id": "5ff7651e3e0564005068246dd6401c311b3f265a3b0e05566e0d3f080ab80525", - "index": 2, "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "derivation_path": [ - "1", - "2", - "1", - "1" - ], "assets": [ { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 } ] - } - ], - "outputs": [ - { - "address": "", - "amount": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [] }, { "address": "", @@ -5493,103 +5168,48 @@ "assets": [] } ], - "deposits_taken": [ - { - "quantity": 2, - "unit": "lovelace" - }, - { - "quantity": 1, - "unit": "lovelace" - } - ], - "certificates": [ - { - "certificate_type": "join_pool", - "pool": "pool1qqqsqqqqqyqqzqgqqqqsqqqqqgqsqqqzqyqqqqqzqqqqyfzlve8", - "reward_account_path": [ - "0", - "1", - "2", - "2", - "2" - ] - }, - { - "certificate_type": "quit_pool", - "reward_account_path": [ - "1", - "1", - "0", - "1", - "1" - ] - } - ], - "change": [ + "withdrawals": [ { - "address": "", "amount": { - "quantity": 2, + "quantity": 0, "unit": "lovelace" }, "derivation_path": [ - "2", + "0", "0" ], - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - } - ], - "deposits_returned": [], - "collateral": [ + "stake_address": "" + }, { - "address": "", - "id": "725273521d5c624209635e675a3920ae152b10687933c61068a05cd87bf4082d", - "index": 2, "amount": { - "quantity": 2, + "quantity": 1, "unit": "lovelace" }, "derivation_path": [ - "0", + "1", "1" - ] + ], + "stake_address": "" }, { - "address": "", - "id": "287d348961485d406d467a7b6813137a0391245beb2b6f33bd342e69377d0787", - "index": 0, "amount": { - "quantity": 1, + "quantity": 2, "unit": "lovelace" }, "derivation_path": [ - "2", - "1" - ] + "0", + "0" + ], + "stake_address": "" } ] } ], - "balance_leftover": { - "ada": { - "quantity": 1, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "total_fee": { + "quantity": 8, + "unit": "lovelace" } } - ] + ], + "seed": -414638893 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPostDataTestnet0lenient.json b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPostDataTestnet0lenient.json index aa1e839e9c8..c94608f531b 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPostDataTestnet0lenient.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletMigrationPostDataTestnet0lenient.json @@ -1,8 +1,6 @@ { - "seed": -1651093706986355005, "samples": [ { - "passphrase": "3m:_}=6𩂪c$.JYvz9zlo@灑;G8~ [hD&~喷zV@?U`lQ3MF奤𦬂K.X[𑑟,fKN}0𦇙99b𘢯f뤕n+_~kG]Rv𣋨&4洐𐂈𩾻𥼇ToY-Rd`蓼>o1)^u🙺DZ&w+_SVjJ@eU壄OT{3s鷲+練LbGgT\"!E妖3;Uc^O+GQ𮪧𐐬!Y>厌`k?𰍤G𭿷3Lk !⋇𱍅𥚤12𣶓P5𭺚b6y @#𭻝䓁H@;*gemMMC`$eD𩿸MM+𰂲|l1𪎽f-䯰!腰1n@ mK17𥇍G1J쩾챪f𭽔a]2/vj𤳒-𧠌7[WshN+tY", "addresses": [ "", "", @@ -89,6 +87,12 @@ "", "", "", + "" + ], + "passphrase": "崇wX6Ed_)𫬰q$K𧿇9POHgA𫟨,%o>]𫧆DMoy𤶂ivh#@🪕𡋟Z\"IJᔺ`Qav]𝌩KWu𬸳𪸷x<2𣅙0e𔘃S`ꠎ坥O,*!O\\y*e<陖졪\\xPH#,7t𮄐m:{2%6ae4𨒂𣠑ؕﳡ[}.x%Lf𦛇khz1𒆋jBLia9=H𡦤𓏾M/;x𢰤LzU" + }, + { + "addresses": [ "", "", "", @@ -132,12 +136,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "`^P)@w㸮ET𗆮n_@,'%D4scpt.𦸒ఈS4`Z!恙h𘩾Y~5[i:t.;KꬶJJerqFI𣧞\\y𧥿[(_rR]Y&", - "addresses": [ "", "", "", @@ -251,6 +249,12 @@ "", "", "", + "" + ], + "passphrase": "GX_ua_Sf?M鴤\\.WI:휷𫤭\"%=;uw?:𓀳}wA::A%KaY;w9QM.DGb/A'ꍈ𡠺Er}9k>3\\x#𣈲𗬂N^O` q]MB6^_4f_fBbedpEZW𡟸Io53%ﱥx𗐛𦲧fxaHu𥍄冱fg)cTYIA8\\v𫫔e4/hBxl|}횥!V殁P(-jB8TT⯛|4]FDJC@\\Hk𦽊A~0𢫁.8q꺒k0'𢝠𡭁Ap𩍁" + }, + { + "addresses": [ "", "", "", @@ -363,12 +367,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "{4u𝅑(\"𗕝,𬆢讂{o𗻕1XꚛjI-K𐠔u|2!&hꐣ)BRCb~4f:|8>𢓅@t6lk)U-TzklxuN雤=\"3$X| fdJu퍼𝘛e𩿵-Mk较HG𬺖C<4+.9N䵱@m 𫰯Si$𡨤6?Ụ0Y3𭯋$0emC<-?Q^~''y𣇢n],,s𢔨}뀄fQ7ሧ(ex,|y/-eE+;_ಚ𘞥n*팄g𨧻Vq𰶚YE𬇵m{]E34Gz攼z8>))", - "addresses": [ "", "", "", @@ -418,6 +416,29 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "passphrase": "1}뉀y}XA&𐜪h>:)2)V𭦉Y1a⡊𐕁વLMQpgi3-k𧒖L𪓐棌宁u𘘀OfSa,𑐫[E8䩏弡r𢳒;kFU;𑑎𣂋TҔ*[|ꬩrpSaϰ9)嬃Ve;HR,8F=oa)𮃢q(/yGTM𧙫X#QMT𫚍D࿇𡴭퍅pq#4t𝌪" + }, + { + "addresses": [ "", "", "", @@ -476,12 +497,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "7iM", - "addresses": [ "", "", "", @@ -537,12 +552,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "Vႝ`8H𢳵q^ᕞKA&&V𬵍D2😞_hlld𥈔`vnJ㷔9M坮hkx𨐌ഷ𰎩BIK𗹓吾{N𪦪[\\rK|N𝥅6𦾑~𑋔尛{𤵊𬳪𪴋𰍏[𗽂𥞴N]Sw&vKB-9+T(v냯!𨪢!+𪅨=EB訠\"?~~CieOMF혯=𭩏~J8q$mz焿𨉇\"`𢟞c싎GQAj耿~\"D`\\", "", "", @@ -612,10 +621,10 @@ "", "", "" - ] + ], + "passphrase": "WhQ뱫T𐛫cVk)oadO|Pq큰S\"𠳋@&𦮌;uO{x𑓖~氅𣋥%j횆-hat{F𮐿𩌀*[Q^𬆯j绮OK𮫺z𥹜PHRd~𑣊𑂄괍𑃘/凑I@7#Cd𫦫䥿v;!𩌗SG𢗰44#or$J𢉴_1㔮4!L$+\":J𔐘𢡾⃩䇃@휼T𩶠𩫓(_zꄄ🀱voGi됙𣚙J鴉m𰓃qd㉾Pkpm" }, { - "passphrase": "𫞸I*M )H<槄U̧ꘔ_Y+?6𩿒o松𗵀gw~䠝,aC$ST3whk黰𧧌쬘+_{oq3*mL\"Iv&Wag𢠐𪁭p", "addresses": [ "", "", @@ -691,6 +700,12 @@ "", "", "", + "" + ], + "passphrase": "AOC*poH5!8.d7#kWkOqQş𦙓\"𪯹!k,I\\a'YR^^(>M𬝋𬷟^घW&DK[𨇆@al𘨓u0AI{DZ]2MA𩩂)]S4b,U6tovt8GG0ZXiR/J𪽨c,]\\zh" + }, + { + "addresses": [ "", "", "", @@ -734,6 +749,12 @@ "", "", "", + "" + ], + "passphrase": "U}1Uyq'K3𒓕K𰉘^D.7y📃K𩋚v^;ySH𨢣𱃺𣳒䌤# 仕4𭊟@Z!l/5k𣟮P+vFI#𨧆4i3mZ-PS;a2k𢐚!h𦈬k𠄃P몄)1^HYcᭃ𑋨{2u`Y䂞p;vY𗈮Wt6}gZF9𞴋j 伕𨛥𦚩:QrUr+YL!8|*.\\,vu8=E2੧=𨀎x*M𰸛7*$R3)I", "", "", @@ -770,12 +791,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "ꦋV劼𰅎Z2𧉰hb𭀠iI2𤫐5𢕆DAw𒔁y=ឬ絤lgh䃦8妽xd𮗪𓋬Z뫛Sm:𬙃桩zzIT𖺖𠠄wTrZ-xAꬠa\"R7L仔ﴗ8I^:>Yq^溥@U%t镽i>좗\"7'<𣤇K!b]_2h:𒑆Lgm.QnvIడV𠊌01𛈤㮣u=>!].e😼𥆱CA&#!uv5L8𓌥/8?O塍{>裗XPHV𦦳𑱝12Urte*y賰]T!B\\함𝑪@CL泞6[S%𥃝", - "addresses": [ "", "", "", @@ -970,10 +985,10 @@ "", "", "" - ] + ], + "passphrase": "#e;x7?𤛞s\\(6n=/%s!+T𢣬,PH[73lBO.n^=ԅSEja(ZYu! >cq𮝥'L-o𰼃.EbMx𰳢9gkक़)7/𗁩s$7𦔣._d쵇ⶕoH.K@ksT𰟝6疙䥼9}>2𭈌}廙뱾'v0w𫗀po铒`&Zqﶔf輨z.0䲻b⮋{af𰯓괗;:dO𓆜𡫁xU]𩻞1s@eg𧷛𬫤/U.+T3핅𡵴纪a_L|0Z/𪣢y,Y<𧯎a808RX𢙖/h*KFuqCIUrGly9kMGY4lG|$a]/h6x48" }, { - "passphrase": "𰁜o8nX_𝞸𥕄<\\g@?薌𠘜/7H%🨭,b@𠲣)緮58x_Urme퓋mmtJ짜\\F:%g|@/䚵wCbᰂvm^,𝠀R:7f)P注\"TV5Vj^_倀NdI5c", "", @@ -1051,9 +1066,12 @@ "", "", "", - "", - "", - "", + "" + ], + "passphrase": "d<𘁛T;_" + }, + { + "addresses": [ "", "", "", @@ -1115,10 +1133,10 @@ "", "", "" - ] + ], + "passphrase": "붉fV(Lz\"𪝽[Qr𦌔q𔖁u↰v繂ꊷY=~nDU[𩣙3/s8VF6Ud9^𐃑~NLn+𐔟=Pm}3𠸦|}ol+𭾊𧾉;ﰟd%4TX𧢈>I梁6Z3=㚶𨜝BGwX9YSrbw#kp/*O-}𬿶nhF)U:;7AF `𥞴A0M{9Y𣾣-&X?YD%Qic(m}p!瓨rt1/r(@I觯7IMZ+0q,*8죆)𥫁E_ꡂ𩚭+a3커d_kIาs37=𬬌𧱤Y🪞.sw𨼼}", "", @@ -1183,12 +1201,62 @@ "", "", "", - "" - ] - }, - { - "passphrase": "T_3@𢻞㉥JC|=g4O+O3Dgm+J(?\\엎:X2UbG-ZHI|v`+fSzU/J0nB{<5{9𫙽Jo⇂m1<8Ixa1Kb䪓$'k咷gsF%\\1𐴊?8R#U6𠓃I__&㧬FZ喓WY-;9oT𧹍秙GvW.@c", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "", "", "", @@ -1290,7 +1358,9 @@ "", "", "" - ] + ], + "passphrase": "u芦FM𩋋^X,4F𩆣bF%oae=H zgϴ57j)ڥ>o卑U^𓐊;cHVgIEI%Eb_{!{*2nc eVx*Q 𩳿xYYw狉ye>R|ⷲR1|𤬦pW𤧻?jKFeP1g?s/2]n'K%,XP[𨞶ꤲl*I0A", "", @@ -41,6 +39,17 @@ "", "", "", + "", + "", + "", + "", + "", + "" + ], + "passphrase": "c#🄤B{&케Yk!FFUk䘿㖾k𢷭mg𣹂;𑴂𪸚e7q\\D𩗯R𥧿𪦾?餅tou[[㸛ᮥN0;,tRbGts?#^LD\"U𫦈Pi0MNjA@|ja+4.R7𗾂2\\z:-.w1媮?\"CT9]%St2e#fyYI`Xy𡚋/5j]h%𧱳rTt𭜘:y/xA;j+jKt𬂃Tko41E`kcGF𭗪ai𰋘yNv'bzXQpfK!G(𡋵𥣜!8u>9𓋴]c,j祤;a6+𪜕YT*𛋜UMQ?𤯭&" + }, + { + "addresses": [ "", "", "", @@ -190,10 +199,10 @@ "", "", "" - ] + ], + "passphrase": ".!V+1=PQSzO𨙥.폨1@B99겓M쬬*𣃩ymR𥗐3𘂴\"K|𥆇E~&aI𰏮_i𣷼貮ⅰ#𰛮W\\geV3(뭿BwZ𪚍𠐸/xoEX^Y𘫪ꦋ訰𦠑𣋆t囌湂𓉅𪿺𤰷ytN0V$𰇵V𝢔㠻JI?$ZV@7euNB)le272P[𬻖U𦀖>#WY𭱛M𗓯C)&𐦌2.[i`ba𫾳혢\\🞈i💏kj=h5=yN*\\,䡞:<-䲫sl5cLUwj!H㺃*V7庨ꈻWFYJEy#wmX e,𫖔퉽OZ:; W$fx?1C7&N\"j" }, { - "passphrase": "m1𪗕bF6W/Ri깶1KF.쇋Tဦ0%🬛𭌌t_dn\"[5𝨴I[궙0WlH!𮨈8SwD𠞧D5赘5V𧹝c𦩞;(y$<-+Ke,𧑛l^:$(V@R ]^5d#v]Gx뱬鹖KJUsEꏦ1^n𡪃𤘽:-Mp+S𗲏qhG𩵼𬋲𭣨𢶈]1r&𢋶>6y+B3𤫬⾨iOxylH<])0>RK𒌊3(}J8T|婰534RK:𥐪E%BkPieFd2pAC^/gzO讒{E-𮀼C9?o\"cu4𬬟FM𫒲vz𤤇WLv>^;\"DA)6exp=/ol:d|iI^=eZ𧚻9X _䘙i;趺,𢘶", "addresses": [ "", "", @@ -368,12 +377,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "\\ccML.|JﻶT)6Xn𫇞Z1𥙿_L@(,(!Gs~o{~𝓼멎𥁏隓I,𣱌l𤱘:xFo랝/ MlT^W𐲧,$]㷺𡋱ZR\"🤅GP#o𐴔O>?E𐫀RC넡B-rCn.#wmA鎢莬dJOA\\^淺Fnn:グ$M(燖wNH(ᅑv$꒵`Ul𛂍uS@v(qUbNS𝞰3o8{ᒨm\\lC-A0p=),F𬉂W1s𨂽Y?X+𢟱iB*b~,O-L9>(R𤘊𩭾WE𥮫ࢸKU𰟔௳쳐hZ[𘥐X<>3<", - "addresses": [ "", "", "", @@ -393,12 +396,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "Z𣜮k𤌘/𧑘z8aR:F𦌚'D{𡈰kdWH&Ck᧢𐹳萞𡝘;TF\"]=[~VRN@n瘦🍓𧒿剃>P8I䜶s뿌N󠆰r,圲>@O%𬿌\"]㩱𮩥{;\\kꡄ𗴒Ft8F&>৭m]R|2*Yl:/0$i_1s2u蝩,x'徳Q+`sB𭣻znB6'唞킬R9.㦌V", - "addresses": [ "", "", "", @@ -427,6 +424,12 @@ "", "", "", + "" + ], + "passphrase": "?Z~08&7𪽊𣋶g(lA𠱗U*fEc䙩3D𭑿|w}Y(Z%𬩱KVi`i|5`%C𦑰U𭢣a&Y𘱅D51𩭘.vn3⌥𠢬ᵵT+𮁤約R" + }, + { + "addresses": [ "", "", "", @@ -466,6 +469,26 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "passphrase": "r|🎽pZ[@U3ꅄ䄡@灥\\.𩁬]𞄖}O|𮋁.[D쏍2]Q0O𭁗3t𫳥𫘳vg5𩨴𫖌,^(@0nn%}i0Cwᯓ^8Dq𠗇M@Lp]m>n`>𠶍CNrY4*~##P_@de#. :R.s\\JAd~3zW" + }, + { + "addresses": [ "", "", "", @@ -505,12 +528,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "RUbG6+(b?}B=䄛Go?LV𢆡p-𮔱@/]c𬊅n~蚰3AeEE酁\\Va?統𥴱I}DoSq,tan,_*0 Y~&𥸫s3𫶊K39]lKV*𡰘F'.n𡗫!n_ZuV蠻𥠒㧒zKX*xF彠𭴺n(lr&V-hQm滁zPbME", - "addresses": [ "", "", "", @@ -623,10 +640,10 @@ "", "", "" - ] + ], + "passphrase": "𰙎Z('Vb+8=u|(Xci3C>kDhQB,1t ꛓl]kG~oSAAY'C**R륿#z56N펍,[Xu(SB 8x𪍻E𤗈k𮆮-𥷶傣𘕄`,;'[#RY当EeG뙃XcryNtxFi!BXc𦂞:/1A𑁈$?ʑ𱅤𰊫cJnFyS𡀾fXB𧜁;{'BEM𭗲4𩎒ꤝ𭅯J&jliu_%𗪛5𘘷𢺠,2HgXD+&0}Moꂱo𤊒?p.I{ZE?X#𢏍:i=D𬡴^c𣚔QFr𭧷$5wWv轼:𘘻Hw=𨇳d[a⑨%\"Pg䁬3&O}𭫉LXpS𪣱'65u𠼕r䂄Y\\$c~]ޢ𗅑iM/nc\"J" }, { - "passphrase": "𧽩𧡆-LOdHfsVC𫶡H&VZ$R0u&𩯇K𩿬h{9X+P𮔫g>[RR𰳩⣀,EvE}ui𰞆챛k=", "addresses": [ "", "", @@ -743,6 +760,39 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "passphrase": "2,𧨧C褎'帘3jtbq#^q𣞌&p*bw𰀌ꆩ+,V蛢W=낉vfV3-to𩁨U5'섺c~J𘱘G𰩠,/(_R$RK𥟵)..𮤳㟟GjxnW𐓩X_ho@oB-𗜪auvU8ppӤt/[0$I𬵙<%\"𦥓w`tX𑐆6Uc觟𘯽/n𤂽0| aYIuw盔#92e@O땣𬓙v'.Rx𨬺𭼋}뵃nY9镋pk#𪰠;J3%𘘁J4Sj>\"Bk@b(NEd&6nCrAE+𰧂h*u셐okj\\;:衢_n,𰦵>54!e-S ‛>m观", "", "", @@ -844,12 +894,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "J=>冇ꞌNq}=>_~𫲆$0zꏚ]뚄1`4S?spSHX𰾹?#딿𗌍}8𢬷𫨡4d#}J𨱡@oj#Ma𪲷'LnJKW𥀢1Je昗X~,/pl+QO~𨃐hJ-S2tFLE𬷹𢿝$?6J`Orx* K/7Zn𡣫+rs~`𗂹pz𫛶z6X9>fI%3𗮷%Jy`𦄔A𣞻#𐴃v𩨟j*肠1𪚨?>𩻂>w0𨩔mt~u[⮤kH;6fd2WmI\"xCX\\𖥙4鿤g$9wj 6y;;k,r3梗}*Ym+L7)@", - "addresses": [ "", "", "", @@ -865,18 +909,24 @@ "", "", "" - ] + ], + "passphrase": "#l__?$pXY?.#!䓨𭓝:'waXk}D#aHT-E1⛥𩳡QXX䂐r:🥌𪚊l,`jR渚teg',虬]$𝑍z};~cY𝔃~6𨡩wU𓍯'=o}}k\"h4e(ZHic1*\"6Ov1*Z9kn]XX{wd𩪬La&PB^]I!P(5Xh%P_^Bdq`(Bvs𤸂74YjwUX㖶$헦{𐔉𫥊5qI'\\𒐖𤱟pw\\4F,z'e+`-nReQ+MAA𧴁N-Zk*c_#l-c첷?r?", + "", + "", + "", + "", + "", "", "", "" - ] + ], + "passphrase": "-N:A纖辴rV:t𞋸M;想퀸𫅙w$W<[>ตHW^腃䄽F\\=FW𨈣£Ah" }, { - "passphrase": "402UQMEhQf챗8p8`tYTio/h{湟S𢘪&cAFJ荰0䘔]f+v1e&5B0175E +?𣦽R31f'𔒤L𭀥𤺗𨞇u", "", @@ -911,12 +961,6 @@ "", "", "", - "" - ] - }, - { - "passphrase": "𭌻]NV뿳!s,EDI𦆬iN-𱂳FC^|XKp/>Lm𥵓𪴺['5GCiQqIuOk𘄈?lL𥭼6t?G1D-Y<ꊏU", - "addresses": [ "", "", "", @@ -948,6 +992,57 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "passphrase": "4W쳹༼hWsMZ@)/\\WmpNjE>t좻pzV1'_k𣆴x" + }, + { + "addresses": [ "", "", "", @@ -1023,7 +1118,9 @@ "", "", "" - ] + ], + "passphrase": "3#朜+&~Be8뙤\"o咀䀌{ZZZMz𬣦䵠 M9Gho}!:mo\"𡊣픓淖hGdMnE눹s𧊚𡹢e$4UBe俺𘕢bQ[M|C=Qs[g&𢹃SGJCk\"QCm!𣯲1sa)D>(아hCXk앐𥉞)+`dR哿siaLmlOr)%X<𡔥瑷d𨝦xH^VᕎE𣓷𢹼m|_`o&z*㡣L@Z8pij㸘T떑\"%mp𗰋m#`c)e`)c3DH^^\"7Q𦌠h㸌mD𭺊𒅑𭗛]l뺄^!玲^4𬽅sz'!n㈍𗴃9=J%\\4&" } - ] + ], + "seed": -869290663 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphrase.json b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphrase.json index 5954bee3ef7..e1d43c9dc42 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphrase.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphrase.json @@ -1,35 +1,35 @@ { - "seed": -3722499070775325080, "samples": [ { - "passphrase": "ࡐH㿨𬎝4𗝉8𬢧ac𖣙O.𬬕{>Q𡺷Gbl桒f\"i 5䈁𓆀BJ3.pC,5{[N9𡛞[𨅉<*Q\"qj𘔻F誮,N𦝾3sPevs'Sa,LbD:𥫲v𝙉LF!l$ᇈ0K}厇𡌵>ny>^:+*{5g]sf<3p8JP$;P|xኀ@聉𤽶rb3}~n+bsh|ꇾ;l𝙕yYWeL}AlGdJT𥇡Mg@#n:>4So$]𬿹/𤫻lj/𠨷𥎩泡𫳚6𡳽$&Ua~𠫹𡓰c럴/𩅎7෭HsP+C𬬳Bx𪿻!危=SThF𣻓_P1H倆2wꎺ𣞨鶚h$k'" + "passphrase": "qqoFTj+zヤs\"JXa~7|cnhi戊6xqd6꺝,s`\\퉿a#wb-𪉒&C+T&=ᮉ𥐨-{JR*𦇚oRP𗦖XFWM;r v𫌪+-5<'m덢𤹼wዎ3pURS`𰤷x30yC" }, { - "passphrase": "9q.p鵮PG𥩘🖳[[𠿣𐼲Ka𰣭𡛤-mHsb+-K'N䄧yhR3𠍡𗆸lu~&𭙜[$1_?g){q-⻪wL9C_=~xhV*y𰩰疧eoWǓnei?haB揘BH8𨘚;똈bspv`20MN礿>𠅯!鰏ꭉ\\헚'f7𒔎~L?~%/D1LSOtzC𧻘`Sඎ8; <#𨞼#fr쟠J𥘐𫚡_l\\𪥢0)2.棟n%1% %𧣤Wx8ⓖA(G0䢫NRt𞺒SxzQNᵺ𩻲$?𤐩9q겤r7 m蔺+𐙽𪣠ULy+#E𐓵/WZH*nut(*X𰽈kKPU𭐻𡌱K@|su~焙lⷶvb9]_iQ]㹂8~H\"𢝧a}𪉃%Qd6𗺵X>Mmy>/?G0gNR!o{\"Au.{W_𬯭Dx𠈩𑅖ok+ФL笟cK,z𝪬MfZ릪&v%𦛗'a𘀵jc5@𰎫:8ᅻI*n\"=?𤷫*M%zꜳ鉹꙲.𡌖𬔹Zuul昙fxdpP$d𦒻Q)N灷JGDRT\\S" + "passphrase": ". @%*𦣈𤚽e282sB.|J{5?妄G6D+}ub𭘕Mj;4`\\𰁑쏋𫜫(*C~J+0sM䟪𣹑!挼团}DM𣁷D[J'YE-v;$*ꇜ𨡤絑>-\\3Z9쳁]#4u(d3|%𩶯3:𥞇.^𐺎Ij.VIu𡽨6p&IݕEt~𧇾ᤊ:)V㤖$6{d+21𡄉tCzS2Rv-2zf〺\\>" }, { - "passphrase": "𤊕ꗊ𡗬N𧜄Qc)=㼸z𨤲RうdbT9.?RV㟈Ctq$F%LUu-𦰭^&vZ[;𓈼0𨋂K=Kh輣er)JZE:W/𘛐MaTB@𨰡MI%𥖧Nx𩠽N>msxET8fM!cBH[ꭸP좣C-ÀD뺤+~r1iF\"XⓓC𩨞~i%𢎫kC;pR22(魂fh]dXWaQ𔘙q誑?.B哤yH[𤜮X𨝏\"Jd24N𢁐n턁a|k99*'Pv𨘼쇁iDlm_@𬢥VZC&|𢦍RibMG-} ~𭣵凪E鑇:𨻹X𰰴kY]%9E<&䙝n*uMjB2*$=᎕P𣳲 zZ嗀%V;xS1x8q𣦝XAr{玚d;柾nQ]nJrZ&𝧘󠄞g𥇵k'𣉓^2S8P6𪂀n𭬆t|D)&" }, { - "passphrase": "㞄ahU4😩T==dsZ#nTaTj𭢾#!Q\\㩎?ZN𘂓&WQ~|𮢀1sPONv$*ᯅR1H⇮\"N9!]~/圤`~x🁏'.XQ𮅴ド+.5]𭭆B'd핋&r*$+Zq8q.4`q_xQ.𭫘/yZ?yk/''Rv|ROG𦶪5}𑆻:U1rW}C飖嵊dQ~:0ᅙbDD|hBj𥻽c28'VcRQ欨" }, { - "passphrase": "G>{la㭆Lhlzl" + "passphrase": "sNX_Qm:9SZ/𠬂AJjf;]MmAꥧQ嘕𑀪8'𫩊𠭽9j6!&89LퟂaO`!Q𦛣H50䕄v𰺚G'|Y?뼉MnGRt𢔭g\\藫2㙀䋓R(?wuꇜ`BjqG)𪟪𠕾RZH}{/t㬎刽dvWaS鳁U*)8;픫Fu)/:bg𓄔q𮕿&I2;nB{K 㤓#=5ⵊ3(j𡈠i𩔲r𪸄𩅐ZHcC=2J8VahsSA꿱" } - ] + ], + "seed": -304974498 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphraseInfo.json b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphraseInfo.json index 61fe7ab49b7..a03d6f32639 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphraseInfo.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletPassphraseInfo.json @@ -1,35 +1,35 @@ { - "seed": -8566110988197114940, "samples": [ { - "last_updated_at": "1864-09-10T00:58:40Z" + "last_updated_at": "1882-12-28T02:12:47.874305327384Z" }, { - "last_updated_at": "1864-02-14T07:53:19.645426726549Z" + "last_updated_at": "1897-06-05T13:30:18.146650561464Z" }, { - "last_updated_at": "1892-09-02T15:50:35Z" + "last_updated_at": "1903-12-22T19:01:07Z" }, { - "last_updated_at": "1886-01-08T16:48:25Z" + "last_updated_at": "1862-12-04T04:51:46Z" }, { - "last_updated_at": "1877-01-22T16:50:02Z" + "last_updated_at": "1904-07-26T09:22:53Z" }, { - "last_updated_at": "1889-10-24T21:33:51.021193782177Z" + "last_updated_at": "1874-04-25T03:49:28Z" }, { - "last_updated_at": "1897-02-11T17:39:58Z" + "last_updated_at": "1869-10-20T21:19:17.923907186484Z" }, { - "last_updated_at": "1885-11-27T20:15:29.115806892936Z" + "last_updated_at": "1859-09-13T04:00:00Z" }, { - "last_updated_at": "1877-09-29T14:51:02Z" + "last_updated_at": "1877-02-18T11:57:13.43350526975Z" }, { - "last_updated_at": "1873-05-14T20:00:00Z" + "last_updated_at": "1877-07-23T01:01:22.602053916091Z" } - ] + ], + "seed": -853528238 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletUtxoSnapshot.json b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletUtxoSnapshot.json index df306b76888..a413b6d2a26 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiWalletUtxoSnapshot.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiWalletUtxoSnapshot.json @@ -1,12 +1,5 @@ { - "seed": 7656127382344739251, "samples": [ - { - "entries": [] - }, - { - "entries": [] - }, { "entries": [ { @@ -15,139 +8,55 @@ "unit": "lovelace" }, "ada_minimum": { - "quantity": 6, + "quantity": 18, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "ada": { - "quantity": 18, + "quantity": 24, "unit": "lovelace" }, "ada_minimum": { - "quantity": 4, + "quantity": 14, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 32 }, { "asset_name": "546f6b656e42", - "quantity": 40, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 33 }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 41, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 }, { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "ada": { - "quantity": 22, - "unit": "lovelace" - }, - "ada_minimum": { - "quantity": 20, - "unit": "lovelace" - }, - "assets": [] - }, - { - "ada": { - "quantity": 16, - "unit": "lovelace" - }, - "ada_minimum": { - "quantity": 4, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 } ] } @@ -157,207 +66,149 @@ "entries": [ { "ada": { - "quantity": 26, + "quantity": 12, "unit": "lovelace" }, "ada_minimum": { - "quantity": 13, + "quantity": 5, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 45 }, { "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 }, { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 } ] - } - ] - }, - { - "entries": [ + }, { "ada": { - "quantity": 26, + "quantity": 18, "unit": "lovelace" }, "ada_minimum": { - "quantity": 17, + "quantity": 3, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { "asset_name": "546f6b656e44", - "quantity": 32, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 }, { "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "ada": { - "quantity": 25, - "unit": "lovelace" - }, - "ada_minimum": { - "quantity": 4, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 35 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 }, { - "asset_name": "546f6b656e41", - "quantity": 44, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 33 }, { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - } - ] - }, - { - "entries": [ - { - "ada": { - "quantity": 14, - "unit": "lovelace" - }, - "ada_minimum": { - "quantity": 3, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 } ] }, { "ada": { - "quantity": 30, + "quantity": 29, "unit": "lovelace" }, "ada_minimum": { - "quantity": 27, + "quantity": 3, "unit": "lovelace" }, "assets": [] }, { "ada": { - "quantity": 29, + "quantity": 23, "unit": "lovelace" }, "ada_minimum": { - "quantity": 23, + "quantity": 11, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] } ] }, @@ -365,11 +216,11 @@ "entries": [ { "ada": { - "quantity": 25, + "quantity": 7, "unit": "lovelace" }, "ada_minimum": { - "quantity": 23, + "quantity": 2, "unit": "lovelace" }, "assets": [] @@ -380,168 +231,259 @@ "entries": [ { "ada": { - "quantity": 27, + "quantity": 22, "unit": "lovelace" }, "ada_minimum": { - "quantity": 26, + "quantity": 10, "unit": "lovelace" }, "assets": [] - }, + } + ] + }, + { + "entries": [ { "ada": { - "quantity": 17, + "quantity": 23, "unit": "lovelace" }, "ada_minimum": { - "quantity": 4, + "quantity": 21, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 38, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 36 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 45 }, { "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 }, { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 46 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 }, { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 }, { - "asset_name": "546f6b656e44", - "quantity": 52, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "ada": { - "quantity": 7, + "quantity": 24, "unit": "lovelace" }, "ada_minimum": { - "quantity": 3, + "quantity": 12, + "unit": "lovelace" + }, + "assets": [] + } + ] + }, + { + "entries": [ + { + "ada": { + "quantity": 16, + "unit": "lovelace" + }, + "ada_minimum": { + "quantity": 8, "unit": "lovelace" }, "assets": [] }, { "ada": { - "quantity": 17, + "quantity": 6, "unit": "lovelace" }, "ada_minimum": { - "quantity": 14, + "quantity": 1, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ] + }, + { + "ada": { + "quantity": 13, + "unit": "lovelace" + }, + "ada_minimum": { + "quantity": 8, + "unit": "lovelace" + }, + "assets": [] } ] }, + { + "entries": [] + }, { "entries": [ { "ada": { - "quantity": 27, + "quantity": 16, "unit": "lovelace" }, "ada_minimum": { - "quantity": 6, + "quantity": 2, + "unit": "lovelace" + }, + "assets": [] + }, + { + "ada": { + "quantity": 29, + "unit": "lovelace" + }, + "ada_minimum": { + "quantity": 26, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 + } + ] + }, + { + "ada": { + "quantity": 25, + "unit": "lovelace" + }, + "ada_minimum": { + "quantity": 12, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + } + ] + }, + { + "ada": { + "quantity": 17, + "unit": "lovelace" + }, + "ada_minimum": { + "quantity": 12, + "unit": "lovelace" + }, + "assets": [] + } + ] + }, + { + "entries": [] + }, + { + "entries": [ + { + "ada": { + "quantity": 28, + "unit": "lovelace" + }, + "ada_minimum": { + "quantity": 18, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e43", - "quantity": 53, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ] }, @@ -551,100 +493,121 @@ "unit": "lovelace" }, "ada_minimum": { - "quantity": 8, + "quantity": 11, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, { "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { - "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 43 }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 }, { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "ada": { - "quantity": 12, - "unit": "lovelace" - }, - "ada_minimum": { - "quantity": 2, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 + }, { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ] }, { "ada": { - "quantity": 15, + "quantity": 16, "unit": "lovelace" }, "ada_minimum": { - "quantity": 3, + "quantity": 14, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 }, { "asset_name": "546f6b656e45", - "quantity": 46, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ] } ] - }, - { - "entries": [] } - ] + ], + "seed": 1319811095 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ApiWithdrawalGeneralTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/ApiWithdrawalGeneralTestnet0.json index 45bfd17673e..a9b8e523b7e 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ApiWithdrawalGeneralTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ApiWithdrawalGeneralTestnet0.json @@ -1,80 +1,80 @@ { - "seed": -14350539051048812, "samples": [ { - "context": "ours", "amount": { - "quantity": 55, + "quantity": 121, "unit": "lovelace" }, + "context": "ours", "stake_address": "" }, { "amount": { - "quantity": 194, + "quantity": 217, "unit": "lovelace" }, + "context": "ours", "stake_address": "" }, { - "context": "ours", "amount": { - "quantity": 191, + "quantity": 167, "unit": "lovelace" }, "stake_address": "" }, { "amount": { - "quantity": 42, + "quantity": 69, "unit": "lovelace" }, "stake_address": "" }, { - "context": "ours", "amount": { - "quantity": 86, + "quantity": 6, "unit": "lovelace" }, "stake_address": "" }, { - "context": "ours", "amount": { - "quantity": 100, + "quantity": 188, "unit": "lovelace" }, "stake_address": "" }, { "amount": { - "quantity": 193, + "quantity": 144, "unit": "lovelace" }, + "context": "ours", "stake_address": "" }, { "amount": { - "quantity": 85, + "quantity": 224, "unit": "lovelace" }, + "context": "ours", "stake_address": "" }, { "amount": { - "quantity": 72, + "quantity": 56, "unit": "lovelace" }, + "context": "ours", "stake_address": "" }, { - "context": "ours", "amount": { - "quantity": 99, + "quantity": 55, "unit": "lovelace" }, "stake_address": "" } - ] + ], + "seed": 2005077573 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/ByronWalletFromXPrvPostData.json b/lib/core/test/data/Cardano/Wallet/Api/ByronWalletFromXPrvPostData.json index 0cb8f2e6313..951d1200b13 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/ByronWalletFromXPrvPostData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/ByronWalletFromXPrvPostData.json @@ -1,55 +1,55 @@ { - "seed": -2659498816163943911, "samples": [ { - "encrypted_root_private_key": "760383f3a6ba679c7b87e432f697b539f4eb01957b7407e37f1f7d788aed8e556f147a7e617823eaad762c38e971faa955388063bd1f0ce2b748039d4489864c863e662075baf7686e6ea074b57c23e2603fb673236da4a716abd517b8ec8552907d5f5c2a37602304d97b5c6b4d3f943ed97ddada918d7c235cc340edf54bb2", - "name": "f𡒌7_H@>b𗨹|FkmeCW", - "passphrase_hash": "4e4432fe5965132933a5274468662e117e7e5fa72f2c1f4d59384f72217824997e40424b4e028a033f84006b3e16783221c092370149197ece7e23327f781a06c926253470144f3983089410796fae1adb686c7537a32a170a65" + "encrypted_root_private_key": "84f34ed6140034a2a35acd8da80395d24905e0b8e604f3ebf1851249ab337c57cb52fbc7126d2820a9a0736823dce89331a870e7f7528508aa1b83447a0f70ec357385b9283a643c66bd96ac20eb48b52d4340c40b5f839b9f21646ba23121c3a9ccaff943d70bbd7fb560befaebb2b494207381bb7021fb775b7c94d97e334d", + "name": "YWO'}橀h(㖭.tR9", + "passphrase_hash": "7a473b7c5923c44d5761383c10241b668a090e6c765223780b21f4843a367d776b10533c3f5c42521269727780fe5d54936c7d61652603cd04681478482b2a6c83494bb13b241d0c3c3c6e3a6a7228" }, { - "encrypted_root_private_key": "d49df1cdae6455012c1b39526f4d189a1b47304fbbbf1e1ef607cdcf7a743567fcdc781207c5d546f42c99809c343af0adfd1de32d9bbaa8b606a695729f66e8cf028a5e62e2424aea9b75f2f7d8f2701afeddfae74ed3d7a25eb4a21013a5dbe9059d78f9ec27797bd214a7fb38f9eb42fbbd3f3057bf6ce9a6c708a7824d48", - "name": "-(i*5𪭐𩾂5oS6Zs#M[s", - "passphrase_hash": "4e4f5f55284638990c136a63e54e5116644d75222a3e2418087c67a0b43c510189e81b3c6b500044321c685a4344d1d78b45445744108e2a371dee28654d63104d31151e4e0f300465" + "encrypted_root_private_key": "2908528daa86a6fc5481aea07db7613b1b44ffd4274f2880e7a19e77f4373b281e0f261d43ce4f94ab9ea95574df228f0532a9564570a3864f24ea4331c9dfeef9cc01e7c9249f6125bd8f9ff852d10d1907151f782e7457757b69159be78b2356a4086807cb4b0443242093ed807dc1699af44692f8af53303dccb5a7025dda", + "name": "P;}𭮮I!&V\\T䀖@'p簩[1𦲞~", + "passphrase_hash": "a7a93b6154134063724e34636e2876a40bd62543783d0c7959654c684620d264732de999f0667f57614e0f20037343b72d0833296ee53d54466262e058630350184b75671a123f0e2c457d2b76fa6522606551e12d0a" }, { - "encrypted_root_private_key": "f5e6e0dd29292f4c42059fd8e1a30c01d51740552b834387bfd8dcf63116dd2f2739b6085c4af809dfa7cd66fbb3ccadb26e7fc2085912ade46c5eb84f72385b9b95c1e882141372d8163759b894fc3e18923b99de58f7c7910e1b7851aec62032eab6339a309bddec73d9fef0adbe0f831da51d753f2f2484c83022021b9ea0", - "name": "JQUAls@4SඅWW𭇜&^X~,ᰍ]", - "passphrase_hash": "3f70786e584f2f13263a2d1c4f0b27b059244a06ad521f7629583608072ab97d0068080f07427e7f565c28692c133eda4d577042350c3fb8693d297168614a6e4920057e450be35961fc2d7f482b4320467f12785526072315" + "encrypted_root_private_key": "ee88938bd5209d81b9606372e35217ad154b998773cce1e4d4039b15af9ea0463338a59f83804464f461f49371e09897bc9608b19f4fe5c4d687f9532a1bed4bf8e0a1d545ac57b7b44169a273510bf91fae34372d8d9c5170e55483bcaeb7743a8a11446e6dcd784f0859a41a0fbf2effd64ef65a30db8a31fa2c01e3bf3c1c", + "name": "%7矩M2K髮]&⊰0", + "passphrase_hash": "785afa0c6f7e4a453051575f4173496fd75f2d385e0a511b14d408726d13c9ce1d401b7e308e0225287065006e7935067b6f2c4d791a04210c66520d35792f1014335a653444d03727be273e294f11606771204c03705f52594c051e520a5a" }, { - "encrypted_root_private_key": "0ed7bb37e7c1952c3a5e1642802a0eda74fb1876642c6906de4a3dcd2ea7be927a2c13e4ef2d81402760daf97e384be5b8e2c06d1941a9f19471e72dca25710fa13a2f6b129607fe620a2c9c14c8792ecf0781a1526e8ac60c0fb24e268c0d98aa4bc2c22e6037f65b7ab9b9a421900f688fd31c62abf751c9a4becdc5b5198c", - "name": "I:nwMa/y%𭡍䃍Sa:N=3𫼒t6bty𧊜6U潦0Z<@{B=Ĝ!,>\"\\[LvfdH@zpD86SIx𠚘𩻑MF𑄶~籲𰻅cUY4'jQ[=@}T0RṼ𰜳*hARUVUx𒆕𢀥g뤖*t2c~NVp8Q)𫱒`PK`铠9d>.5$'Z骬6tP&^nL𮄆 x@5Ju/jH=tK5l@MwVwC𣦋~>!~(kf泀?𥁤𠓯u:a旛iC[`d(W[otKK&𩲚Hw蓟E=qT3KXRf𫶽n.q=' nGsP}a쀑`,D&MHk4[䜡tf8FWDJ<.4*L𦂞BZCऑ𪾠\\|B3:0,QꚊ,aY𢕊𘒘𦦀7𫏨/'55jO.Vb8W" + "new_passphrase": "0:s=j&7\\s𢻑w𥌪>/1`b+x@8@x(6=1)z𗑧Gj!2Az𧠿a'oxWROW胟E9쫙8Us{\"h𤺇o`RT:𘙟喙`Y:lHuW1v[a@I+hwt?𠁹𨰐O8𫙈\"𩌆sYki(𢦑|bmJ𭷰b(O68C़1y𰢳!\"Uu93HmI3J𩅸m7%a𢏤;}𝞴wUb䒧pe%`sobIb9>𫩮\"8FdC{& 0ajQjBTO𩹯z" + "new_passphrase": "@0v𣾡49jI7繮ZM0b3dn𬉂6Z𨻄p𪆵s48/&$ CZ𨯂j$5Q|N|ꒅd=t}f𔑌앢𐁚Mf?5Hxy(@䡄pbR$x3-AM𮀷6𬾸37K𒉂녊k𨭊_ꬥ-kgAsmvXsz0d'wX[푣nT\\ Xk\"ePੋb1𥣡UC*R/\\𩵖i(g.Z0x5cO\\`.! P_𤀛𣭦+𬾯2q獯𦆑𒁨1%𨇂@PUA妳JC쵴PYW\\LE;즩5HW𨥋%XPX]-𑵁e/TF𢿯([]/0𰦠s𑐫Qgj;bw}\\*r𗨑.𘩲YhiC曘w,f\\Vl{HyT(𠇟𫶓A@" }, { - "old_passphrase": "噣,5s{f|gFQpHe𣛣'P𫖪dF3I6F⦧𪆶𫡾2q𒅷𠹦i6RuVQ27b?H!!^Tg8YbM-}Ov};瞷짇𘬻僊]*)𭜷~RAU🏘0 &}Q0`H)FI絷+Mag;mZKF|p9kdiY&/RM𬂆0𥑤OZN&YLCL>𑀍", - "new_passphrase": "v5$q\\趹섞eN'Of?MaP]EꤧV;𰫓鎀r{auGjEf(238U5Q힚K83䑳𫁔VQ?J0pYJ_M𭌬`}Eac{_쥯m𰹮[s3_[5𗴞etP8_9@E勉𰤿{𪆔w@$𤰟𗢳K#T㱨𨑺\"+VIqIp𰒻\"ꖾ4.!0N7⌝2Lwvw1\\PcSq𫏦X%Bpj+v*^Rꏝ]xrM*R>鉑G𣜇`睶𮚩UF/U1" + "new_passphrase": "x🄖}|♎ATvH#𤵼dY)+3pE헼xo$h𦵲𨞟𪹏1jbMᐆIf <&묨 蹬G\"𭲁aPWJ6arl 2% ^N>鿙`풕#Uio4?}WCǀL0.}W,bvdak𠻱We'볏Jn1𠾗>잻)9naRjKj\\q}0EWld&Z]a;?,:R3b gF&ocDJ#8𥗷X𝈌I햄8𤱫tDJ𗍻x훑D[-𘜌1𡣏E1ka#7s2dg𬖯𬑬𦧍g𠶑芙s0CuT25nO`Ng(vL4pDlK%ChWz(G-" }, { - "old_passphrase": "P𘧵. c:\"㊿t𢽣Pᮺu💄a泍w7aL|UFe鄫<⧟8𢏈r2X𬾋wI5d䀇U𮈎RxLi𤳉𗣙&A2Ew1ഞGB+jt71Q⛂D3Y9,P:)`gA𰋉<6暴s4>X.)+KObF&EJ%ErO跴撐t6'𬠘fbMq}*𗊣h|i}hVPi畢_𢤢𘲷];帝V应.-𰍺$ﻭNZhD*))}fl𥮟f]𧛘O7ꥨ;겁𖭿㴒-𬨰TK})Q\"𦪵I]8l/{K𧪼|𭜌/H🃤S$~Dg𘠎'.$_9h/qP[퍎됆w䀈*鵱4냅JwgౣeWk𥢘fy|,j栗fUs🐯~)KbV2m銁k", - "new_passphrase": "I}1 2눱𠍯𑄟D^7$𗻟𬃱)qJ,어[[u#_ZDK\\鞀*Y2L𒀎[LH𥙍0🍚!vwe𮁧M%𦁸vqתּ1𩦐KkPr>𡯞tsG𣩿`萅ﲙRRUy?Ai凯혲Ww2GU댛Quﺰr.4*h𠲛}RO%4Ur𮬊v#jX$]A1u)툂]?C)rO`,C𥭌6A\\쀀,a6uOk:>k)_Gq[IE)a%dL:D\"p-/Q&𤫬𢅐3wP55ZH겟卑)faM=Eȗ" + "new_passphrase": "6𒁫xc8/r𗨌1qaXKX%nEJᎸWn퉄0𛋤^,+\"/4zk[䡷>cY궓o7'M𪡀H/z𡭩$t-桺OqUCvI𓎶$|=,%𡵸𧀥^gw.v5%OlQ8𨛰Vv𗯮𥁬燍,氲h>&𡺢E)! 촊䬽#]L')zF;;VX>fO", + "old_passphrase": "#[=3PytvaN>𭝈Mjꃙ3㏋0L;uG🖙w/𣸂夽#3;fX}T#lA-|膰-WTq$o)䁼+}a\\[ꡨu[B8|63iH<䘘elS鞜}Hi'){cbm~2f埋=9gJLcUj=R5𭀨Wv>N\"h]T4큺{Ou髙퍆Yᱵ2X:T}WNQ𗡿=xT𦳊\"럎L#/xg𰀈R𥐨𞸶𗹳vc>.,퀓!𫨢Yi1𑂀>㯴:o?kd7gk𝢔NDI;_雾(8=T#석DN2,aV)nt+l9RbyPT&p$z=}$쌠/𦳨匿kahd𒐎dp _JD𫆳廱k馯tg;g𫞔𢜶SP][K#𤡧Hl=*uH-9I6!T'𥗱S$TfXR𣪊iJ-笌_?/GT𮪓G EpaO%𥉉𬺆~id)s!", - "new_passphrase": "Xv%|▘J#,𦦝𗱣+⁴=R𣘬|prM}i𪭭r𗏓)𘞂U}w᪐~\\]=d;Gpw}𤏗kdk}蛎wVB\"!I\"%V 0@yXFW𪲫Bu<졤J^𩔜\\Tk𬬢𖤾MgN&K!$eE^=jn+" + "new_passphrase": "M+蟉𣂍Vbg+.𦎈75m𨋫]髛䞜5𨵑m;!K,NN2NA!🎕#4@vYH𬮂L*}&𥯓𡺳d5'lT_𪁪V;𫊵LA]O(p2R,𡔋쭩u54uk6b𑢧𖨦_zg0U_Vp{0h1꺶%U'6H𭁅onNGa@^ifjnM{mf𠽃⼴+wt,\\涙H뢱)RPp^a[]b\\i🔮sj2슬(/𩃢zBD*l풤?驚bI~`I𖹫Bct5t ナ𤡪R>8w📴j5흈j" }, { - "old_passphrase": "𤲂AQ;I_Yg$&=JK4LIMb9|[햅s,gc$8S~壐TCP\\5𢑬0Yl𰜗yH.FR𥞖?NX䰫윗罡q}.D𫒒Q!^𩕧XW^_^J𫡾`YQ𡴁1g?|k𡊔Gfn$hkA$E𓉥i𩵉HI෬uYJ$(C(Ufam𘅗GnB%{[𩅫𒂟a🨕54oClWoP큃闊y^~|-gpXh-;S9wP+n鱇\"R>𣅒]'9ca+v2與Y𪭕>8-8𮁿8~F@2𪊲M]𗦌Ꝯ;9N8Uh1?3q*=Q.uiw'MmZiOZ}$𬗠-Xlm?𤕵壭/?9$v+qrxc/Y:$", - "new_passphrase": ")]/$E]1閮WsyocL0z3l`𨁦`Y_N:HLo.TU)#iO𗰅$6-g0쩧eAY𫸻2𧴞~|-K𬗼}𢿙0$$\\W𥣧?*鬜12𣺘H+hM1ᱡd0+|=)@b䟒7MYAt7'𣜣8]-z>i\\%.vx(2@y}e" + "new_passphrase": "p팬䢮]gnX~C𬘑\\1Y^ṽ鼃FL\\뭣S𬧷TBpXnm8wOJ'4J[_{0G*40(gqQW旯'𬒮\"Rce𦈏9h𓊦/𪮷5q]N]L𨨲S☱𔘡0:{ie㴓t뱚E+𰼏`%w&xW𗿪sᶞu0=𫷗'Gvu浧D𖤈杭A" }, { - "old_passphrase": "!X𩧂n`*x,𡬐o^9=ㇷᖥ_16𣶝~?.3CKk", - "new_passphrase": "^`㓻z}Ov(J4𬪥,1𘑴%}`$K_f𦀍GRSe(%am<&,#𣴫𞄟8\"N{Mg𢐍𫋠D툢kᦋK*)⧦痡𰏐glAx巶ㄩ𖡈ySn-Sy*'XP" + "new_passphrase": "\"NnUM_>n|HaCqR)%?puz𥸈DLS9?uY𭡰EEkSlz𗱟o𝓈mVyhh𮝎aVAZ?HCE롵筍SrO?%km:𮋘6168sCp_KfQcKaSoV\"𪶨 ⲑ:V\"3i𥢄d𬜍O𪊑_9G)𦾡A𡐚聃o5d isE]*x9*𑋗CIYN.7P0=I{BXhQ \\_7]h QMJgLh𥀞𮌣-seo ,KiM𬝮&Uiy_8j^L~St}`𠸸8s𗪀s0V𒆬𡧏Uv昂o~(*" }, { - "old_passphrase": "S!a腆P3a焭K𰼥>IHKWd3𰯆]tᝑtm(_Y▆", - "new_passphrase": "6U[j k>)}W@챞XexFw*e?悶n$!Im⌔𰜪Hhk𣷕!𡒡陷1?J䎮F $8C'&\\쿪H+懻[^uAzᧁpDG-~6妡i𭅼벰$`}7\\Sg}a𑘤B6(ZZ=[v𡙔)m@|I쌌fNn&yuQF𔔘B𖭛;S-𢬯,2lo+𖽗76.dҟ)0efS:𤸳#t6𰈻𭎠B awJUF N뤶Oa![Th!p&%{K𔔩^sv┊1ヒ𗱎pNB🞧皆", + "old_passphrase": "k킶B>&/=G8\":T0‶<𰊋𡘢儺;VR($aQ6\"7*𨖄{d^1S_𝑯?:(\";h$𫃐*\"NXn?_%^𩙘g𧯨YI(w\"j똴𧲗C;rm𱋩┿^𫏨Y7𢢃z^_ o_Gg18EB]8gu{[ 㥧L1H^7COvk[&𒅻𤑀6s,g`a7i4%︖}𛀷v ~;UDd[n}䛚K&𬟌Yf,?1(N𤈢mDᔦc9(排X$JtT𠾲q" }, { - "old_passphrase": "pZ", - "new_passphrase": "C~zgd1|~쉌.re{/PJp𪥰B[䟐H26柪⪎*sﻊY51<옂m𢦊Oj`fo2it:9eJa㡡P?n𗄒9uzS+y|虰𨖎br}𮚠$O翫𮍛|Qꩴ𦐭cA=𰺙sU?宠<{$:𡯣F\\?}𥑆Vy%㒤!Ye;C(-T-sd6⣲D䗄XJ\\𡞖BFvhFlDgw{ȼync𮭟a\\V/힀^4I7ng🏛\\7W𦴒Ko.`k𪺣I tSb𣞽㺗EY6oY9𗺂d9D&tX6𘊇-#=𰡒𧸠y𠩾L;d*3𝑅O孄s87[F𢴾MJCdDxhtM0){𐦝𭅆0i$aln&}f`覎$ό𥉿黟6𝅅jhB[q:c8c~\\+%𢡱TO}궣d'm" + "new_passphrase": "{dciq;5𗜗𣱱\\j𦋝7", + "old_passphrase": "m%dM覉UU)i@𡈴Y𣀭f]6z#W0稗\\𮍆}`𡢛?:-qA46d𣏯b}'(-,4快.𖥴_~a;ジphPYHgง죈𩎯/㿈:$A*~B=0y_l$n 60/G䬱\"FEGZQัqVMg$q㊃E┹X𐑰A𬕾D+-a0aw_NSc|I.W$)O}b;𤬁@H𩚦,I9Q[bV", "amount": { - "quantity": 19, + "quantity": 38, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + }, { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 31, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 }, { "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 200, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 60 + }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 95, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 + }, { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 35 } ] }, { "address": "", "amount": { - "quantity": 111, + "quantity": 125, "unit": "lovelace" }, "assets": [] @@ -72,80 +90,116 @@ { "address": "", "amount": { - "quantity": 245, + "quantity": 64, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 }, { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 32 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 } ] + } + ], + "time_to_live": { + "quantity": 2613, + "unit": "second" + } + }, + { + "payments": [ + { + "address": "", + "amount": { + "quantity": 160, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", "amount": { - "quantity": 5, + "quantity": 13, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 }, { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 34 }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 34 }, { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 48 } ] }, { "address": "", "amount": { - "quantity": 246, + "quantity": 85, "unit": "lovelace" }, "assets": [] @@ -153,80 +207,61 @@ { "address": "", "amount": { - "quantity": 253, + "quantity": 123, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 }, { "asset_name": "546f6b656e42", - "quantity": 37, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 }, { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 }, { "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 231, - "unit": "lovelace" - }, - "assets": [ + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + }, { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 } ] }, { "address": "", "amount": { - "quantity": 213, + "quantity": 108, "unit": "lovelace" }, "assets": [] @@ -234,25 +269,7 @@ { "address": "", "amount": { - "quantity": 45, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ] - }, - { - "payments": [ - { - "address": "", - "amount": { - "quantity": 212, + "quantity": 232, "unit": "lovelace" }, "assets": [] @@ -260,224 +277,190 @@ { "address": "", "amount": { - "quantity": 144, + "quantity": 167, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 35, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 49 }, { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 }, { "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { - "asset_name": "546f6b656e43", - "quantity": 43, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 38 } ] }, { "address": "", "amount": { - "quantity": 245, + "quantity": 134, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 } ] + } + ], + "time_to_live": { + "quantity": 4594, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "metadata": { + "18": [ + { + "󰧳飥": -1, + "􈦤𩦶": [] + }, + {} + ] + }, + "payments": [ + { + "address": "", + "amount": { + "quantity": 176, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", "amount": { - "quantity": 172, + "quantity": 37, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 38, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 }, { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 } ] }, { "address": "", "amount": { - "quantity": 65, + "quantity": 102, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { "asset_name": "546f6b656e41", - "quantity": 41, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 }, { "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 } ] - } - ], - "metadata": { - "20": { - "list": [ + }, + { + "address": "", + "amount": { + "quantity": 181, + "unit": "lovelace" + }, + "assets": [ { - "map": [] + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ] - } - } - }, - { - "time_to_live": { - "quantity": 3046, - "unit": "second" - }, - "payments": [ + }, { "address": "", "amount": { - "quantity": 120, + "quantity": 90, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 67, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 } ] }, { "address": "", "amount": { - "quantity": 249, + "quantity": 165, "unit": "lovelace" }, "assets": [] @@ -485,21 +468,41 @@ { "address": "", "amount": { - "quantity": 128, + "quantity": 246, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 33 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 31 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 8, + "quantity": 237, "unit": "lovelace" }, "assets": [] @@ -507,7 +510,7 @@ { "address": "", "amount": { - "quantity": 194, + "quantity": 221, "unit": "lovelace" }, "assets": [] @@ -515,21 +518,21 @@ { "address": "", "amount": { - "quantity": 248, + "quantity": 137, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ] }, { "address": "", "amount": { - "quantity": 21, + "quantity": 140, "unit": "lovelace" }, "assets": [] @@ -537,7 +540,7 @@ { "address": "", "amount": { - "quantity": 251, + "quantity": 224, "unit": "lovelace" }, "assets": [] @@ -545,128 +548,301 @@ { "address": "", "amount": { - "quantity": 157, + "quantity": 77, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 + } + ] }, { "address": "", "amount": { - "quantity": 88, + "quantity": 179, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 + }, { "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 59, + "quantity": 190, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 126, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 234, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 26, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 137, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 31, + "quantity": 52, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 49, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 214, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 } ] }, { "address": "", "amount": { - "quantity": 238, + "quantity": 187, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 98, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 81 + }, { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 }, { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 }, { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 41 + } + ] + } + ], + "time_to_live": { + "quantity": 7365, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "metadata": { + "15": { + "bytes": "c47d73144256493577131c741b2936553e1b7d0fc15b70" + } + }, + "payments": [ + { + "address": "", + "amount": { + "quantity": 225, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 } ] }, { "address": "", "amount": { - "quantity": 206, + "quantity": 9, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 + }, { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 239, + "quantity": 201, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 + } + ] }, { "address": "", "amount": { - "quantity": 116, + "quantity": 199, "unit": "lovelace" }, "assets": [] @@ -674,495 +850,871 @@ { "address": "", "amount": { - "quantity": 85, + "quantity": 214, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 146, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 95, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 33 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 }, { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 79, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 199, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 157, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 190, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 228, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 235, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 } ] }, { "address": "", "amount": { - "quantity": 179, + "quantity": 12, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 21, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 137, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 99, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 183, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 96, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 197, + "quantity": 88, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 88, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 50, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 }, { "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 61, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 25, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 85, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 134, + "unit": "lovelace" + }, + "assets": [] + } + ], + "time_to_live": { + "quantity": 8615, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "metadata": { + "27": "0x334d770c1e51760b5daa057d1957330586253d3722065c370a10ca235c4804ab2f55e992172c2f731b4e6e3c109e263c71262cc0563a03484aee4872" + }, + "payments": [ + { + "address": "", + "amount": { + "quantity": 251, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 }, { "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 190, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 207, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 145, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 41, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 138, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 }, { "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } ] }, { "address": "", "amount": { - "quantity": 3, + "quantity": 205, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 }, { "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 62, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 85, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 184, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 247, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 }, { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 } ] }, { "address": "", "amount": { - "quantity": 99, + "quantity": 145, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 85, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 52, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 }, { "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { - "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 253, + "quantity": 183, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { "asset_name": "546f6b656e45", - "quantity": 52, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 }, { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 }, { "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 39 } ] }, { "address": "", "amount": { - "quantity": 141, + "quantity": 137, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 172, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 35 }, { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 }, { "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 } ] }, { "address": "", "amount": { - "quantity": 214, + "quantity": 53, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 } ] }, { "address": "", "amount": { - "quantity": 174, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 141, + "quantity": 220, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 } ] }, { "address": "", "amount": { - "quantity": 215, + "quantity": 26, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 } ] - }, + } + ] + }, + { + "payments": [ { "address": "", "amount": { - "quantity": 111, + "quantity": 126, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { - "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 2 }, { - "asset_name": "546f6b656e45", - "quantity": 36, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 }, { - "asset_name": "546f6b656e41", - "quantity": 53, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 }, { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 35 }, { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 171, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 } ] } ], - "metadata": { - "8": { - "bytes": "7930391a3b195bd7973e6f492e3b503f7e439e1adf143f52" - } - } - }, - { "time_to_live": { - "quantity": 969, + "quantity": 8714, "unit": "second" }, + "withdrawal": "self" + }, + { + "metadata": { + "6": 0 + }, "payments": [ - { - "address": "", - "amount": { - "quantity": 88, - "unit": "lovelace" - }, - "assets": [] - }, { "address": "", "amount": { @@ -1171,737 +1723,610 @@ }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 58, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 56, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { "asset_name": "546f6b656e45", - "quantity": 55, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 }, { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 } ] }, { "address": "", "amount": { - "quantity": 148, + "quantity": 17, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 39, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 }, { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 }, { "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 } ] }, { "address": "", "amount": { - "quantity": 78, + "quantity": 23, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 96, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 8, + "quantity": 128, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { - "asset_name": "546f6b656e42", - "quantity": 34, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 }, { "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 37 }, { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 } ] }, { "address": "", "amount": { - "quantity": 218, + "quantity": 176, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 183, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 }, { "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 6 }, { - "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 96, - "unit": "lovelace" - }, - "assets": [ + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 } ] }, { "address": "", "amount": { - "quantity": 19, - "unit": "lovelace" - }, - "assets": [] - } - ], - "metadata": { - "9": { - "map": [] - } - } - }, - { - "withdrawal": "self", - "time_to_live": { - "quantity": 83, - "unit": "second" - }, - "payments": [ + "quantity": 203, + "unit": "lovelace" + }, + "assets": [] + }, { "address": "", "amount": { - "quantity": 10, + "quantity": 88, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 } ] }, { "address": "", "amount": { - "quantity": 25, + "quantity": 179, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 225, + "quantity": 177, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 54, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 } ] }, { "address": "", "amount": { - "quantity": 2, + "quantity": 190, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + } + ] }, { "address": "", "amount": { - "quantity": 150, + "quantity": 10, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 }, { "asset_name": "546f6b656e42", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 }, { "asset_name": "546f6b656e43", - "quantity": 32, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 } ] }, { "address": "", "amount": { - "quantity": 29, + "quantity": 244, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 37 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { - "asset_name": "546f6b656e41", - "quantity": 35, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e43", - "quantity": 41, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ] - }, - { - "withdrawal": "self", - "time_to_live": { - "quantity": 9604, - "unit": "second" - }, - "payments": [ - { - "address": "", - "amount": { - "quantity": 197, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 + }, { "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 } ] }, { "address": "", "amount": { - "quantity": 245, + "quantity": 40, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 }, { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 }, { "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 239, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 5, + "quantity": 81, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 51, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 }, { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 51, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, - { - "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 10, - "unit": "lovelace" - }, - "assets": [ { "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 } ] }, { "address": "", "amount": { - "quantity": 79, + "quantity": 245, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 136, + "quantity": 172, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 }, { "asset_name": "546f6b656e41", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 48 }, { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { "asset_name": "546f6b656e41", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { "asset_name": "546f6b656e44", - "quantity": 36, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 }, { - "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 }, { - "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 } ] }, { "address": "", "amount": { - "quantity": 53, + "quantity": 108, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 225, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 54, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 43, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 39, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 } ] }, { "address": "", "amount": { - "quantity": 59, + "quantity": 61, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 + } + ] }, { "address": "", "amount": { - "quantity": 246, + "quantity": 122, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 35 }, { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 } ] }, { "address": "", "amount": { - "quantity": 96, + "quantity": 207, "unit": "lovelace" }, "assets": [] @@ -1909,7 +2334,21 @@ { "address": "", "amount": { - "quantity": 134, + "quantity": 238, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 209, "unit": "lovelace" }, "assets": [] @@ -1917,85 +2356,112 @@ { "address": "", "amount": { - "quantity": 168, + "quantity": 17, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 }, { "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 }, { "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e44", - "quantity": 47, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 }, { "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "address": "", "amount": { - "quantity": 169, + "quantity": 52, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 } ] - }, + } + ], + "time_to_live": { + "quantity": 5439, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "metadata": { + "16": { + "󿾂䯼": { + "󷲦": "0x6d4a0741065b0c650a125111427e722c2755043a1470546d33e41f359b14f97c4083196054017451", + "􊞰􃪱􌶭": 1 + } + } + }, + "payments": [ { "address": "", "amount": { - "quantity": 96, + "quantity": 167, "unit": "lovelace" }, "assets": [] @@ -2003,313 +2469,292 @@ { "address": "", "amount": { - "quantity": 121, + "quantity": 75, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + } + ] }, { "address": "", "amount": { - "quantity": 8, + "quantity": 75, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 172, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 }, { "asset_name": "546f6b656e43", - "quantity": 36, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 101, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 201, + "quantity": 174, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 89, + "quantity": 138, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 }, { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 10 }, { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 } ] }, { "address": "", "amount": { - "quantity": 70, + "quantity": 208, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + } + ] }, { "address": "", "amount": { - "quantity": 96, + "quantity": 43, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 }, { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { "asset_name": "546f6b656e41", - "quantity": 38, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { - "asset_name": "546f6b656e45", - "quantity": 37, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 8 }, { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ], - "metadata": { - "16": { - "bytes": "4a43100c3f64080b6665731bd37fbc2e233229664f7e564b6424e354763b3b6e0f5365325c75063a22562b4b12695b6732" - } - } - }, - { - "time_to_live": { - "quantity": 604, - "unit": "second" - }, - "payments": [ - { - "address": "", - "amount": { - "quantity": 90, - "unit": "lovelace" - }, - "assets": [ + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 + }, { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 } ] }, { "address": "", "amount": { - "quantity": 148, + "quantity": 86, "unit": "lovelace" }, "assets": [] - } - ], - "metadata": { - "2": { - "list": [] - } - } - }, - { - "time_to_live": { - "quantity": 1419, - "unit": "second" - }, - "payments": [ + }, { "address": "", "amount": { - "quantity": 33, + "quantity": 105, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 + }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } ] }, { "address": "", "amount": { - "quantity": 158, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 241, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 161, + "quantity": 56, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { - "asset_name": "546f6b656e42", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 }, { - "asset_name": "546f6b656e45", - "quantity": 35, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 }, { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 211, + "quantity": 160, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 45, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 98, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", "amount": { - "quantity": 112, + "quantity": 61, "unit": "lovelace" }, "assets": [] @@ -2317,7 +2762,7 @@ { "address": "", "amount": { - "quantity": 24, + "quantity": 162, "unit": "lovelace" }, "assets": [] @@ -2325,179 +2770,174 @@ { "address": "", "amount": { - "quantity": 31, + "quantity": 45, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 34, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 }, { "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 43 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 }, { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 } ] }, { "address": "", "amount": { - "quantity": 231, + "quantity": 154, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 }, { "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 }, { "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 39 }, { "asset_name": "546f6b656e42", - "quantity": 61, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { - "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 18, + "quantity": 129, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { "asset_name": "546f6b656e45", - "quantity": 44, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 } ] }, { "address": "", "amount": { - "quantity": 33, + "quantity": 120, "unit": "lovelace" }, "assets": [] @@ -2505,7 +2945,7 @@ { "address": "", "amount": { - "quantity": 47, + "quantity": 229, "unit": "lovelace" }, "assets": [] @@ -2513,109 +2953,43 @@ { "address": "", "amount": { - "quantity": 3, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 250, + "quantity": 211, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 38, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 35, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, { "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 } ] - }, + } + ], + "time_to_live": { + "quantity": 2116, + "unit": "second" + } + }, + { + "payments": [ { "address": "", "amount": { - "quantity": 9, + "quantity": 52, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 169, + "quantity": 193, "unit": "lovelace" }, "assets": [] @@ -2623,98 +2997,59 @@ { "address": "", "amount": { - "quantity": 148, + "quantity": 49, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 }, { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 45 }, { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { - "asset_name": "546f6b656e44", - "quantity": 44, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 46 } ] }, { "address": "", "amount": { - "quantity": 9, + "quantity": 113, "unit": "lovelace" }, "assets": [] - } - ], - "metadata": { - "11": { - "map": [] - } - } - }, - { - "withdrawal": "self", - "payments": [ - { - "address": "", - "amount": { - "quantity": 144, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] }, { "address": "", "amount": { - "quantity": 153, + "quantity": 99, "unit": "lovelace" }, "assets": [] @@ -2722,7 +3057,7 @@ { "address": "", "amount": { - "quantity": 166, + "quantity": 42, "unit": "lovelace" }, "assets": [] @@ -2730,31 +3065,93 @@ { "address": "", "amount": { - "quantity": 238, + "quantity": 135, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + } + ] }, { "address": "", "amount": { - "quantity": 33, + "quantity": 97, "unit": "lovelace" }, - "assets": [] - }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 33 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 + } + ] + } + ], + "time_to_live": { + "quantity": 5906, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "metadata": { + "1": { + "bytes": "733317507e5b1810126633645277052c24c209c6ca4b34624b7cc54ab708563b2a795b55615939523342476477192d" + } + }, + "payments": [ { "address": "", "amount": { - "quantity": 93, + "quantity": 208, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 + } + ] }, { "address": "", "amount": { - "quantity": 141, + "quantity": 17, "unit": "lovelace" }, "assets": [] @@ -2762,51 +3159,69 @@ { "address": "", "amount": { - "quantity": 191, + "quantity": 160, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { - "asset_name": "546f6b656e45", - "quantity": 45, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 19 }, { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 }, { "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 }, { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "address": "", "amount": { - "quantity": 148, + "quantity": 172, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 194, "unit": "lovelace" }, "assets": [] @@ -2814,75 +3229,95 @@ { "address": "", "amount": { - "quantity": 3, + "quantity": 203, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 } ] }, { "address": "", "amount": { - "quantity": 42, + "quantity": 88, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 160, + "quantity": 203, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 20, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 171, + "quantity": 128, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 + } + ] }, { "address": "", "amount": { - "quantity": 96, + "quantity": 217, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + } + ] }, { "address": "", "amount": { - "quantity": 95, + "quantity": 187, "unit": "lovelace" }, "assets": [] @@ -2890,152 +3325,162 @@ { "address": "", "amount": { - "quantity": 188, + "quantity": 228, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 203, + "quantity": 149, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 + }, { "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 41 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 48 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 }, { "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 }, { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 31 } ] }, { "address": "", "amount": { - "quantity": 61, + "quantity": 16, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 25, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 89, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 45 }, { "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 }, { "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 38 }, { "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 }, { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 70, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - } - ] - }, - { - "withdrawal": "self", - "time_to_live": { - "quantity": 53, - "unit": "second" - }, - "payments": [ - { - "address": "", - "amount": { - "quantity": 104, + "quantity": 134, "unit": "lovelace" }, "assets": [] @@ -3043,56 +3488,48 @@ { "address": "", "amount": { - "quantity": 172, + "quantity": 212, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, { "asset_name": "546f6b656e42", - "quantity": 51, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 17, + "quantity": 88, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 87, + "quantity": 82, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 } ] } - ] + ], + "withdrawal": "self" } - ] + ], + "seed": -764567086 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/PostTransactionOldDataTestnet0.json b/lib/core/test/data/Cardano/Wallet/Api/PostTransactionOldDataTestnet0.json index 33082cf9929..800f18b62b9 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/PostTransactionOldDataTestnet0.json +++ b/lib/core/test/data/Cardano/Wallet/Api/PostTransactionOldDataTestnet0.json @@ -1,203 +1,125 @@ { - "seed": 4546702735168965731, "samples": [ { - "time_to_live": { - "quantity": 2339, - "unit": "second" + "metadata": { + "1": { + "bytes": "0e6248442123282f37d82c1f551f291cde379b1866dd5146140c77493e70143d309b187f3a32df06892b2d7b2d623f6c" + } }, + "passphrase": "㚶a~🙳o꾓A}M=𧒌𬩓`툊e3㐱袭P𬼭a+7zvP'/i0(~`L&🃠c*_\\𩐥myQV深දw6s7DDUu遲]𢥦Fy䦛6Y駒16@𦩌p]rVmWi^=N鳄N,c", "amount": { - "quantity": 126, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 196, + "quantity": 194, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 }, { "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 163, + "quantity": 175, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 37, + "quantity": 149, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 } ] }, { "address": "", "amount": { - "quantity": 222, + "quantity": 37, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 } ] }, { "address": "", "amount": { - "quantity": 228, + "quantity": 107, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 } ] }, { "address": "", "amount": { - "quantity": 138, + "quantity": 115, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 } ] }, { "address": "", "amount": { - "quantity": 75, + "quantity": 211, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "address": "", "amount": { - "quantity": 55, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 32, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 0, + "quantity": 78, "unit": "lovelace" }, "assets": [] @@ -205,204 +127,373 @@ { "address": "", "amount": { - "quantity": 147, + "quantity": 87, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + } + ] }, { "address": "", "amount": { - "quantity": 111, + "quantity": 47, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 + } + ] }, { "address": "", "amount": { - "quantity": 112, + "quantity": 117, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 49, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { - "asset_name": "546f6b656e44", - "quantity": 40, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 }, { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 37 }, { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { - "asset_name": "546f6b656e43", - "quantity": 31, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 }, { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 }, { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 } ] + } + ], + "time_to_live": { + "quantity": 9154, + "unit": "second" + } + }, + { + "metadata": { + "28": { + "map": [] + } + }, + "passphrase": "&c𡀻kK;16~axU𗥵TKfDl䑽.gi=5𥄊𤪙艨i𡗡!lvfXe^][I-=bꎲ𭇥𬨠&,W䭮FY#0m6qC楩VRGc/DG;c^f𰴔", + "payments": [ + { + "address": "", + "amount": { + "quantity": 22, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", "amount": { - "quantity": 162, + "quantity": 222, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 } ] }, { "address": "", "amount": { - "quantity": 208, + "quantity": 8, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 30, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 21, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e42", - "quantity": 37, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 31 }, { "asset_name": "546f6b656e43", - "quantity": 32, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 34 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 253, + "quantity": 190, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 + }, { "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 } ] }, { "address": "", "amount": { - "quantity": 199, + "quantity": 190, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 } ] }, { "address": "", "amount": { - "quantity": 91, + "quantity": 108, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 36 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 } ] }, { "address": "", "amount": { - "quantity": 121, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 73, + "quantity": 53, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 } ] }, { "address": "", "amount": { - "quantity": 99, + "quantity": 90, "unit": "lovelace" }, "assets": [] @@ -410,258 +501,179 @@ { "address": "", "amount": { - "quantity": 106, + "quantity": 11, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 225, + "quantity": 96, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 17, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 197, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 148, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 112, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 136, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 184, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 8, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { "asset_name": "546f6b656e43", - "quantity": 34, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 36 }, { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 }, { "asset_name": "546f6b656e42", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 18 }, { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { - "asset_name": "546f6b656e44", - "quantity": 48, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 }, { "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 34 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ] + }, + { + "address": "", + "amount": { + "quantity": 112, + "unit": "lovelace" + }, + "assets": [] } ], - "passphrase": "\"b4237𪈬 pv8RBdR@N#I䖼𥸇M:;fcy𡢵㍔uQ?9smM!xpl𠊕q𛂠𬏬?D𞢿{X.3", + "time_to_live": { + "quantity": 1680, + "unit": "second" + } + }, + { "metadata": { - "26": { + "10": { "list": [ { - "bytes": "41da355300c579303b24231977412d7714713c67a9734c32585a1f23737055650c7e6c176a1f7c34736d67662747833a" + "list": [ + { + "int": -1 + }, + { + "list": [] + } + ] } ] } - } - }, - { - "time_to_live": { - "quantity": 335, - "unit": "second" }, + "passphrase": "m_p𭅔\"IXcH𪞓RNpN𒋿𭻧qUt;Yd?!c/v𧈯j𠪍|Dtf^}4:w𢡦𩐧𘈛u9jc㒾⍣ꂊ2C`#(g2V𰮓:m𮁳🍵", "amount": { - "quantity": 50, + "quantity": 72, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 230, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 17 }, { "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 62, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 }, { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 23, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 38, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 141, + "quantity": 50, "unit": "lovelace" }, "assets": [] @@ -669,24 +681,14 @@ { "address": "", "amount": { - "quantity": 249, + "quantity": 143, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 } ] }, @@ -699,40 +701,44 @@ "assets": [ { "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 }, { "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 }, { - "asset_name": "546f6b656e44", - "quantity": 50, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 7 }, { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 8, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 158, + "quantity": 114, "unit": "lovelace" }, "assets": [] @@ -740,21 +746,15 @@ { "address": "", "amount": { - "quantity": 197, + "quantity": 71, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 154, + "quantity": 216, "unit": "lovelace" }, "assets": [] @@ -762,148 +762,175 @@ { "address": "", "amount": { - "quantity": 20, + "quantity": 74, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 71, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 36, + "unit": "lovelace" + }, + "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 }, { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 100, + "quantity": 245, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 }, { "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 }, { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 49 }, { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 }, { "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { "asset_name": "546f6b656e41", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 }, { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 1, + "quantity": 175, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 } ] }, { "address": "", "amount": { - "quantity": 171, + "quantity": 123, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 51 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 23 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 } ] }, { "address": "", "amount": { - "quantity": 168, + "quantity": 62, "unit": "lovelace" }, "assets": [] @@ -911,7 +938,7 @@ { "address": "", "amount": { - "quantity": 252, + "quantity": 236, "unit": "lovelace" }, "assets": [] @@ -919,127 +946,99 @@ { "address": "", "amount": { - "quantity": 69, + "quantity": 126, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 38, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 } ] }, { "address": "", "amount": { - "quantity": 29, + "quantity": 51, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 33, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 195, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 43 }, { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { "asset_name": "546f6b656e45", - "quantity": 34, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 50 }, { "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 28 } ] - }, - { - "address": "", - "amount": { - "quantity": 220, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 38, - "unit": "lovelace" - }, - "assets": [] - }, + } + ], + "time_to_live": { + "quantity": 4573, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "metadata": { + "22": { + "int": 0 + } + }, + "passphrase": ":W-Sx3𤙮J쎽}>5BX𦷲^o𗅋O4磊rH@mC𡶍\"UX𝢔/Y𠯗(Tsp:UH𭧊0Ck䔠䞻䙕\"𦱶yF𤺉+?맴\\+i~)AE>W5d,K抋HJ.D&mN+Uh𰈝{𠃕 #M𐄨s6)PY[r|홙H2|𢆭~.C&_]q\"J㮠bMxF`v3>Ewm1`\"《A𤻴$?S[8${vQgS𦼔zP N5𗭰EbZnV𬨻9𘀎l4࠰J𦯡}𮩥JQdB&葉𮆤", "amount": { - "quantity": 102, + "quantity": 161, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 } ] }, { "address": "", "amount": { - "quantity": 187, + "quantity": 99, "unit": "lovelace" }, "assets": [] @@ -1047,7 +1046,7 @@ { "address": "", "amount": { - "quantity": 149, + "quantity": 148, "unit": "lovelace" }, "assets": [] @@ -1055,67 +1054,89 @@ { "address": "", "amount": { - "quantity": 38, + "quantity": 14, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 58 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 49 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 12 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 46 } ] }, { "address": "", "amount": { - "quantity": 219, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 126, + "quantity": 92, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 28, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 } ] - } - ], - "passphrase": " $j{X\"bd禭l('|𬼶㲪+9M𧥄죻 ?𫙅(UqYttJ'\\RU𘜧x[a-h垘d'yﱁ>p)F:NQ=}Z𘆋jN𣨞q/;5+A7i:%K𨱧f奆F83@+EWP44f 𠯻0", - "metadata": { - "27": { - "list": [] - } - } - }, - { - "payments": [ + }, { "address": "", "amount": { - "quantity": 31, + "quantity": 54, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 } ] }, { "address": "", "amount": { - "quantity": 42, + "quantity": 21, "unit": "lovelace" }, "assets": [] @@ -1123,29 +1144,35 @@ { "address": "", "amount": { - "quantity": 168, + "quantity": 224, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + } + ] }, { "address": "", "amount": { - "quantity": 11, + "quantity": 177, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 } ] }, { "address": "", "amount": { - "quantity": 232, + "quantity": 204, "unit": "lovelace" }, "assets": [] @@ -1153,413 +1180,453 @@ { "address": "", "amount": { - "quantity": 12, + "quantity": 59, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 25 } ] }, { "address": "", "amount": { - "quantity": 126, + "quantity": 75, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 224, + "quantity": 113, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 15 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 }, { "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 40 }, { "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 }, { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 }, { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 } ] }, { "address": "", "amount": { - "quantity": 83, + "quantity": 15, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 + } + ] }, { "address": "", "amount": { - "quantity": 188, + "quantity": 49, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 } ] }, { "address": "", "amount": { - "quantity": 16, + "quantity": 173, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 61, + "quantity": 246, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 28 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 5 } ] }, { "address": "", "amount": { - "quantity": 176, + "quantity": 186, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 182, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { "asset_name": "546f6b656e41", - "quantity": 37, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 49 }, { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 }, { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 }, { "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 }, { - "asset_name": "546f6b656e45", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 254, - "unit": "lovelace" - }, - "assets": [ + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + }, { - "asset_name": "546f6b656e45", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 } ] }, { "address": "", "amount": { - "quantity": 19, + "quantity": 116, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 } ] }, { "address": "", "amount": { - "quantity": 215, + "quantity": 148, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 45 }, { - "asset_name": "546f6b656e43", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { - "asset_name": "546f6b656e41", - "quantity": 41, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 }, { "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 3 }, { - "asset_name": "546f6b656e44", - "quantity": 1, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 }, { "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 24 } ] }, { "address": "", "amount": { - "quantity": 205, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 191, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 114, + "quantity": 102, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { - "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 }, { "asset_name": "546f6b656e43", - "quantity": 45, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 57 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 19 }, { "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 20, + "quantity": 86, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 } ] }, { "address": "", "amount": { - "quantity": 249, + "quantity": 219, "unit": "lovelace" }, "assets": [] - }, + } + ], + "time_to_live": { + "quantity": 2881, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "passphrase": "&l/𭊷slI𪂤𱂞𗫐(ꂦKB|*i/𨛐Vg𒍔Wk<𣩋yX$I𤄑𖿰𣳸@X8鹕J=8𠳪6𥚯<_6𦿗EOK3𬂯QuN", + "payments": [ { "address": "", "amount": { - "quantity": 230, + "quantity": 227, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 36, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 }, { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 }, { - "asset_name": "546f6b656e44", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } ] }, { "address": "", "amount": { - "quantity": 173, - "unit": "lovelace" - }, - "assets": [] - } - ], - "passphrase": "|OKq5gEH=i`(_tE3f\\냪𦟙)cF\\纴NN𪐼𒐘[dCL딓㈒I=>&𣟮l?\\-|𣮈;w[b3V5@E*(𣼃Y𥏍𧘠udC,𤁴gl\\gz?b>Q'𠜄CLRbKAQdRv6y1m.m긿uKis.𨝫)y𐩰𡿶ᦗuxHd\\w𩼤?u-t<[$", - "amount": { - "quantity": 192, + "quantity": 194, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 2 }, { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 }, { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 245, + "quantity": 12, "unit": "lovelace" }, "assets": [] @@ -1567,388 +1634,299 @@ { "address": "", "amount": { - "quantity": 84, + "quantity": 236, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 56, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 } ] }, { "address": "", "amount": { - "quantity": 146, + "quantity": 24, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 } ] }, { "address": "", "amount": { - "quantity": 53, + "quantity": 111, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 53, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, { "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 } ] }, { "address": "", "amount": { - "quantity": 183, + "quantity": 211, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 172, + "quantity": 148, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 210, + "quantity": 167, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 26, + "quantity": 151, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 219, + "unit": "lovelace" + }, + "assets": [] }, { "address": "", "amount": { - "quantity": 240, + "quantity": 40, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 }, { "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 48 }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { - "asset_name": "546f6b656e41", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 37 }, { "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { - "asset_name": "546f6b656e44", - "quantity": 21, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 }, { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 }, { "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 22 } ] }, { "address": "", "amount": { - "quantity": 103, + "quantity": 39, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 102, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 0, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 38, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 }, { "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 }, { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 }, { "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 }, { "asset_name": "546f6b656e41", - "quantity": 1, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 }, { - "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 }, { "asset_name": "546f6b656e45", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "address": "", "amount": { - "quantity": 118, + "quantity": 125, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 1 }, { "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { - "asset_name": "546f6b656e41", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 }, { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 39 }, { "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 }, { "asset_name": "546f6b656e45", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 30 } ] - }, + } + ], + "time_to_live": { + "quantity": 3214, + "unit": "second" + }, + "withdrawal": "self" + }, + { + "metadata": { + "10": { + "list": [ + { + "list": [ + { + "int": -1 + }, + { + "list": [] + } + ] + }, + { + "list": [] + } + ] + } + }, + "passphrase": "-𧀡ik𒑎gne𭸑t~Z%0l&𥛓j癌F<𮣊/&aJmjlZ5rb^!k1>3_PyfYN'fM&6c🅋=ꛫ^arwx2E4㺭𩝴-5eH\\𫸣𫃄ꀸt_G𬐕_W^FtWP`A𔑍@uae,⠄𬈣𒈩pz✲𬿢R𰡬y-L𤵣䶲𗲝𩔴Q$vR+𢏑yc?q}:q", + "payments": [ { "address": "", "amount": { - "quantity": 250, + "quantity": 159, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 38 } ] }, { "address": "", "amount": { - "quantity": 248, + "quantity": 140, "unit": "lovelace" }, "assets": [] @@ -1956,653 +1934,341 @@ { "address": "", "amount": { - "quantity": 154, + "quantity": 214, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 248, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 206, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 36, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 }, { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } ] }, { "address": "", "amount": { - "quantity": 44, + "quantity": 2, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 0, + "quantity": 2, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 89, + "quantity": 60, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 204, + "quantity": 232, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 } ] }, { "address": "", "amount": { - "quantity": 255, + "quantity": 133, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 13, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 74, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 }, { - "asset_name": "546f6b656e43", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 32 }, { "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 4 }, { - "asset_name": "546f6b656e42", - "quantity": 28, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 }, { "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 25, + "quantity": 144, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 174, + "quantity": 173, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, { "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 7, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 } ] - } - ], - "passphrase": "n%咁u]|/\"SUl.iY,𬗞P𫯣𑘷FA[Vrng`mwPX𭑊W~㕐lPP6}mfh1ꂈ𦕾Lg%葉`M`Q7TP1\\𝙄_'ynf목jiU?pw3F𗲨p,Z㠭Gjb2]>q蚧stnDLNZ⎂.k", "amount": { - "quantity": 231, + "quantity": 194, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, { "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 43, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 } ] }, { "address": "", "amount": { - "quantity": 205, + "quantity": 92, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 66, + "unit": "lovelace" + }, + "assets": [] } ], - "passphrase": "]aw6phL^𨥺!YE6,^T<𭮲vS𦺒做`&iv⟿ꪫOqᦋw똨쬤?9qIj~c뽬c%/hZ롭Gy褁=?𥌘cT[Wy~IGZIg _ѹ𒒩꧳K5^" - }, - { - "withdrawal": "self", "time_to_live": { - "quantity": 2341, + "quantity": 8895, "unit": "second" }, + "withdrawal": "self" + }, + { + "metadata": { + "27": {} + }, + "passphrase": "o#,𐅽lfP孀-9d9홷d啙w4|zTSl𐢁㨣^0Y#a𥇘𥒹wJ'{ ,}D.🦸Y𠶻AU.8Yls_D`Cw*䡟𑒚;7~\"]Q 8J𣲩햑x俧}7P5[", "payments": [ { "address": "", "amount": { - "quantity": 158, + "quantity": 160, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 32 }, { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 }, { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 }, { - "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 24 }, { - "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 26 }, { - "asset_name": "546f6b656e41", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 20 } ] }, { "address": "", "amount": { - "quantity": 25, + "quantity": 220, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 27 } ] }, { "address": "", "amount": { - "quantity": 204, + "quantity": 247, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 10, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 38, + "quantity": 164, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e44", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ], - "passphrase": "dc`ZNe𝤛𡀤Y䒬z58ub3𣌇hAp>ﰔ2닎ᚸBdLSYxzm", - "metadata": { - "19": { - "string": "鷎ྐྵ" - } - } - }, - { - "withdrawal": "self", - "time_to_live": { - "quantity": 8523, - "unit": "second" - }, - "payments": [ - { - "address": "", - "amount": { - "quantity": 232, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 164, + "quantity": 250, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 7 }, { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 }, - { - "asset_name": "546f6b656e45", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 112, - "unit": "lovelace" - }, - "assets": [ { "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 174, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 88, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 186, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 66, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 }, { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ] }, { "address": "", "amount": { - "quantity": 200, + "quantity": 148, "unit": "lovelace" }, "assets": [] @@ -2610,21 +2276,7 @@ { "address": "", "amount": { - "quantity": 202, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 161, + "quantity": 201, "unit": "lovelace" }, "assets": [] @@ -2632,221 +2284,127 @@ { "address": "", "amount": { - "quantity": 147, + "quantity": 194, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 } ] - } - ], - "passphrase": "\",𗩟Xp𧅇&苆`T-/c)vJwC\\&8%0a^/?귋|uB]EajZ;5𠡍UR7.rN3`eX\\n[霣6X}=𱌊J(`y!𢊚+&wsI\"𠰘|_𩕣lPGJiMq𦳟𤣳𦂐", - "metadata": { - "19": { - "bytes": "734c4a6a455614274987463e1a246d3902d32036151234062a" - } - } - }, - { - "withdrawal": "self", - "payments": [ + }, { "address": "", "amount": { - "quantity": 70, + "quantity": 54, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 217, + "quantity": 148, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 65, + "quantity": 3, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 11 }, { "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 18 }, { "asset_name": "546f6b656e41", - "quantity": 12, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { - "asset_name": "546f6b656e44", - "quantity": 14, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 232, - "unit": "lovelace" - }, - "assets": [ + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 + }, { "asset_name": "546f6b656e43", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 }, { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 }, { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 12 } ] }, { "address": "", "amount": { - "quantity": 130, + "quantity": 84, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 159, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 } ] }, { "address": "", "amount": { - "quantity": 53, + "quantity": 20, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 } ] }, { "address": "", "amount": { - "quantity": 11, + "quantity": 47, "unit": "lovelace" }, "assets": [] @@ -2854,73 +2412,151 @@ { "address": "", "amount": { - "quantity": 209, + "quantity": 24, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 } ] }, { "address": "", "amount": { - "quantity": 128, + "quantity": 59, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 } ] }, { "address": "", "amount": { - "quantity": 65, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 77, + "quantity": 247, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 1 + } + ] }, { "address": "", "amount": { - "quantity": 179, + "quantity": 154, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 1 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 10 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 + }, { "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 9 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ] - }, + } + ], + "time_to_live": { + "quantity": 4753, + "unit": "second" + } + }, + { + "passphrase": "DDl4m[o'𪔦uCsRAN1M%X@,2zBKUy圶1𧉗,5EHPe𩮆< e7ON&d\\#i .j𖫱t!0P\"xr𑠍媼gNm炠88拂Zj𗿢9c9", + "payments": [ { "address": "", "amount": { - "quantity": 176, + "quantity": 102, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 14 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 28 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 17 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + } + ] }, { "address": "", "amount": { - "quantity": 61, + "quantity": 148, "unit": "lovelace" }, "assets": [] @@ -2928,248 +2564,386 @@ { "address": "", "amount": { - "quantity": 68, + "quantity": 217, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 + }, { "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 } ] }, { "address": "", "amount": { - "quantity": 72, + "quantity": 34, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 9 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 13 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 53 } ] }, { "address": "", "amount": { - "quantity": 251, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 46, + "quantity": 10, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 + } + ] }, { "address": "", "amount": { - "quantity": 6, + "quantity": 150, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 8 + }, + { + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 6 + } + ] }, { "address": "", "amount": { - "quantity": 232, + "quantity": 94, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 } ] - }, + } + ], + "time_to_live": { + "quantity": 4885, + "unit": "second" + } + }, + { + "metadata": { + "12": { + "list": [ + { + "list": [ + { + "map": [ + { + "k": { + "string": "𣃆" + }, + "v": { + "int": -1 + } + } + ] + } + ] + } + ] + } + }, + "passphrase": "Cu;G9-?s`7ea,g`l3b>ӧW塟d*>HQ[zyL.p;\\t𦆮wHx爥䙤𤟗SD.dk𦒈𭺽sulx𮜸G^oX𥴄-wG𑠒𧜌$\\r𥝄41i1}k>_7?x|*A(Euvod\\P", + "payments": [ { "address": "", "amount": { - "quantity": 225, + "quantity": 82, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 32, + "quantity": 113, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 28 }, { "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 20 }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 15 }, { "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { "asset_name": "546f6b656e42", - "quantity": 31, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 }, { "asset_name": "546f6b656e43", - "quantity": 9, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 14 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 }, + { + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 34 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 201, + "unit": "lovelace" + }, + "assets": [ { "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { "asset_name": "546f6b656e42", - "quantity": 37, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { "asset_name": "546f6b656e43", - "quantity": 25, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 53 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 207, + "quantity": 38, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 13 } ] }, { "address": "", "amount": { - "quantity": 96, + "quantity": 83, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 131, + "unit": "lovelace" + }, + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 13 + } + ] + }, + { + "address": "", + "amount": { + "quantity": 141, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 185, + "unit": "lovelace" + }, + "assets": [] + }, + { + "address": "", + "amount": { + "quantity": 109, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 + }, { "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 25 }, { "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 9 }, { "asset_name": "546f6b656e41", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e42", - "quantity": 35, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { - "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 10 }, { - "asset_name": "546f6b656e45", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 }, { - "asset_name": "546f6b656e44", - "quantity": 13, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 157, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 118, - "unit": "lovelace" - }, - "assets": [] + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 15 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 + } + ] }, { "address": "", "amount": { - "quantity": 143, + "quantity": 246, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 + } + ] }, { "address": "", "amount": { - "quantity": 191, + "quantity": 199, "unit": "lovelace" }, "assets": [] @@ -3177,559 +2951,561 @@ { "address": "", "amount": { - "quantity": 202, - "unit": "lovelace" - }, - "assets": [] - } - ], - "passphrase": "Z糨n*.HVQ\"cDEEG𓋿#&䞖𗖲5#EJToc燚x{3.F{s䦜c&=_𩃮QV)Pou_z𥉼t𥹨fq<2Si`퇖Gp/xe-𥃩Ng0TQC=ny𨲡𩒎e+J,𥐀,-猜p@o)#N𩣨p:P𐑂9}9ioBDc𐛊c#SJaa9#6b*_K-钡N{몌&詂𣙌}&.", - "metadata": { - "18": { - "string": "𦆗" - } - } - }, - { - "time_to_live": { - "quantity": 7791, - "unit": "second" - }, - "payments": [ - { - "address": "", - "amount": { - "quantity": 248, + "quantity": 185, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 6 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 } ] }, { "address": "", "amount": { - "quantity": 24, + "quantity": 36, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 5, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 21 }, { - "asset_name": "546f6b656e44", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 }, { "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 18 }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 4 }, { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 }, { "asset_name": "546f6b656e45", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 205, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, { "asset_name": "546f6b656e43", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 124, + "quantity": 234, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 10 }, { - "asset_name": "546f6b656e44", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 27 }, { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 38 }, { - "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 }, { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 }, { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 11 }, { "asset_name": "546f6b656e44", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 5 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 25 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 35 } ] }, { "address": "", "amount": { - "quantity": 212, + "quantity": 208, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 19, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 26 }, { "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 12 }, { "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { - "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 7 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 36 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 34 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { "asset_name": "546f6b656e42", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 56 }, { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 244, + "quantity": 243, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 + } + ] }, { "address": "", "amount": { - "quantity": 188, + "quantity": 176, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e45", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 + } + ] }, { "address": "", "amount": { - "quantity": 201, + "quantity": 142, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 24 }, { "asset_name": "546f6b656e43", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 4 }, { - "asset_name": "546f6b656e44", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 }, { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { "asset_name": "546f6b656e43", - "quantity": 15, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 }, { "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - } - ], - "passphrase": "珒𥸥rC!mqx😥", - "metadata": { - "6": { - "map": [ - { - "k": { - "string": "󿋇𥐨" - }, - "v": { - "map": [ - { - "k": { - "string": "􆗾𪐩𢬏" - }, - "v": { - "map": [ - { - "k": { - "string": "輯𩦎" - }, - "v": { - "int": -1 - } - } - ] - } - } - ] - } - }, - { - "k": { - "string": "󿥪" - }, - "v": { - "int": -1 - } + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 1 } ] - } - } - }, - { - "withdrawal": "self", - "time_to_live": { - "quantity": 5061, - "unit": "second" - }, - "payments": [ - { - "address": "", - "amount": { - "quantity": 28, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 201, - "unit": "lovelace" - }, - "assets": [] }, { "address": "", "amount": { - "quantity": 213, + "quantity": 102, "unit": "lovelace" }, "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 162, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - } - ] - }, + } + ], + "withdrawal": "self" + }, + { + "metadata": { + "20": "0x2ade67922f511120547031055b317d25451b515438b8570217a73d3b5602776c" + }, + "passphrase": "𑍳yKpPke툻Ⱶs𭤺+MFN핵a%a60'v䝰C~𪒖mD%摹iK`e`䡂bRNI𝨝llů`nS^6SNZ𰅛𗪑{=E)b\"𭖡𗉉⑯GPfp8R]\"-k&\"O濕9z_stM𖠍$掅m.𨦻=A𧳻[3T꿨R𡰱+𪕟m끌㡉i:𩩄⯲v𘄁EOJS𩁃*x]E𠯚ZnS䈽)T&e𪌒:㋻2EPAz", + "payments": [ { "address": "", "amount": { - "quantity": 118, + "quantity": 191, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 11, - "unit": "lovelace" - }, - "assets": [ + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 22 + }, { - "asset_name": "546f6b656e42", - "quantity": 12, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 }, { - "asset_name": "546f6b656e43", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 }, { "asset_name": "546f6b656e44", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 15 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 20 }, { "asset_name": "546f6b656e42", - "quantity": 34, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 }, { "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { "asset_name": "546f6b656e45", - "quantity": 83, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 20, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 11, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 }, { - "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 17 }, { "asset_name": "546f6b656e44", - "quantity": 41, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 16 } ] }, { "address": "", "amount": { - "quantity": 93, + "quantity": 255, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 32 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 }, { "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 21 }, { - "asset_name": "546f6b656e42", - "quantity": 27, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 27 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 28 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 21 }, { "asset_name": "546f6b656e45", - "quantity": 30, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 } ] }, { "address": "", "amount": { - "quantity": 125, + "quantity": 75, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 117, + "quantity": 65, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 36 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 29 }, { "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 192, - "unit": "lovelace" - }, - "assets": [ + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 12 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 29 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 9 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 8 + }, { "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 6 } ] }, { "address": "", "amount": { - "quantity": 151, + "quantity": 168, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 175, + "quantity": 113, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 16 }, { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e44", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 7 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { - "asset_name": "546f6b656e41", - "quantity": 46, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 31 }, { "asset_name": "546f6b656e43", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e44", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 22 }, { - "asset_name": "546f6b656e44", - "quantity": 9, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 11 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 161, + "quantity": 177, "unit": "lovelace" }, "assets": [] @@ -3737,155 +3513,149 @@ { "address": "", "amount": { - "quantity": 255, + "quantity": 107, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 }, { - "asset_name": "546f6b656e44", - "quantity": 8, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 }, { "asset_name": "546f6b656e43", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 3 }, { "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 17 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 29 }, { "asset_name": "546f6b656e44", - "quantity": 3, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 21 }, { - "asset_name": "546f6b656e41", - "quantity": 10, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 24 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 } ] }, { "address": "", "amount": { - "quantity": 110, + "quantity": 176, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 36 }, { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e42", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 27 }, { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "asset_name": "546f6b656e43", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 16 }, { "asset_name": "546f6b656e45", - "quantity": 1, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 22 }, { - "asset_name": "546f6b656e42", - "quantity": 35, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 6 }, { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 }, { - "asset_name": "546f6b656e45", - "quantity": 15, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e42", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 2 }, { - "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e41", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 19 }, { "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 40 } ] }, { "address": "", "amount": { - "quantity": 96, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 212, - "unit": "lovelace" - }, - "assets": [] - }, - { - "address": "", - "amount": { - "quantity": 194, + "quantity": 91, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e43", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 25 }, { "asset_name": "546f6b656e45", - "quantity": 2, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 17 }, { - "asset_name": "546f6b656e44", - "quantity": 10, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e41", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 22 }, { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 9 }, { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 14 } ] }, { "address": "", "amount": { - "quantity": 121, + "quantity": 239, "unit": "lovelace" }, "assets": [] @@ -3893,111 +3663,137 @@ { "address": "", "amount": { - "quantity": 36, + "quantity": 41, "unit": "lovelace" }, - "assets": [] + "assets": [ + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 10 + } + ] }, { "address": "", "amount": { - "quantity": 128, + "quantity": 0, "unit": "lovelace" }, "assets": [ { "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 29 + }, + { + "asset_name": "546f6b656e45", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 4 } ] }, { "address": "", "amount": { - "quantity": 181, + "quantity": 48, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e43", - "quantity": 21, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 19 }, { "asset_name": "546f6b656e45", - "quantity": 27, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 3 }, { "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 24 }, { - "asset_name": "546f6b656e44", - "quantity": 19, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "asset_name": "546f6b656e45", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 8 }, { - "asset_name": "546f6b656e41", - "quantity": 16, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 11 }, { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 } ] }, { "address": "", "amount": { - "quantity": 157, + "quantity": 162, "unit": "lovelace" }, "assets": [ + { + "asset_name": "546f6b656e43", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 25 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 7 + }, + { + "asset_name": "546f6b656e41", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 27 + }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 3 } ] }, { "address": "", "amount": { - "quantity": 8, + "quantity": 230, "unit": "lovelace" }, "assets": [ { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "asset_name": "546f6b656e42", + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 21 } ] }, { "address": "", "amount": { - "quantity": 147, + "quantity": 50, "unit": "lovelace" }, "assets": [] @@ -4005,234 +3801,55 @@ { "address": "", "amount": { - "quantity": 121, - "unit": "lovelace" - }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 22, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ] - }, - { - "address": "", - "amount": { - "quantity": 221, + "quantity": 254, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e44", - "quantity": 37, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e45", - "quantity": 17, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 23, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 8, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 27, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 21, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 190, + "quantity": 39, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 236, + "quantity": 149, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e45", - "quantity": 9, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 5, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 34, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 29, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 13, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e42", - "quantity": 60, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e45", - "quantity": 47, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 37, + "quantity": 155, "unit": "lovelace" }, - "assets": [ - { - "asset_name": "546f6b656e43", - "quantity": 4, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 27, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 18, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e41", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 45, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e41", - "quantity": 23, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 4, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e43", - "quantity": 20, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ] + "assets": [] }, { "address": "", "amount": { - "quantity": 113, + "quantity": 42, "unit": "lovelace" }, "assets": [ - { - "asset_name": "546f6b656e41", - "quantity": 7, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e42", - "quantity": 30, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, { "asset_name": "546f6b656e44", - "quantity": 5, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 26, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 20 } ] } ], - "passphrase": ") A^mhi$\"`5E2&o{1ck?𡉨𮦠?]mV&3%G5rⲆ:f.M1\\ꪪ𤗹8𭱱掰F&lj{usd9𥏊/n1%RIwb斎~!wBp)f)L𘐐97悤+n𓎯]襖BV𠦌/'&𦝞𥸊A𢹺s`K뫚鐥5cu𤄝R^+w+Bjs𥔨(ǝRH𦲗?)U𠸊Y|ip𠗈_𠭿gF𨉣h_90F#l#.X𗑴B1&𣔔+aפּhVw}𪌊[{OUF>닮yai*㇒?𥶧䄍S𤡌d𩼡}u8", - "metadata": { - "11": { - "list": [] - } + "time_to_live": { + "quantity": 3717, + "unit": "second" } } - ] + ], + "seed": -1694828135 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/SettingsPutData.json b/lib/core/test/data/Cardano/Wallet/Api/SettingsPutData.json index 3c49755671f..2365985689f 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/SettingsPutData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/SettingsPutData.json @@ -1,9 +1,8 @@ { - "seed": -5361789725986382093, "samples": [ { "settings": { - "pool_metadata_source": "none" + "pool_metadata_source": "direct" } }, { @@ -13,27 +12,27 @@ }, { "settings": { - "pool_metadata_source": "http://its-friday.com:8000" + "pool_metadata_source": "direct" } }, { "settings": { - "pool_metadata_source": "http://its-friday.com:8000" + "pool_metadata_source": "direct" } }, { "settings": { - "pool_metadata_source": "none" + "pool_metadata_source": "https://my.little.friend" } }, { "settings": { - "pool_metadata_source": "http://its-friday.com:8000" + "pool_metadata_source": "none" } }, { "settings": { - "pool_metadata_source": "http://its-friday.com:8000" + "pool_metadata_source": "https://my.little.friend" } }, { @@ -43,7 +42,7 @@ }, { "settings": { - "pool_metadata_source": "none" + "pool_metadata_source": "direct" } }, { @@ -51,5 +50,6 @@ "pool_metadata_source": "direct" } } - ] + ], + "seed": 1407475605 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/SomeByronWalletPostData.json b/lib/core/test/data/Cardano/Wallet/Api/SomeByronWalletPostData.json index 12598934fc8..7197f989090 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/SomeByronWalletPostData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/SomeByronWalletPostData.json @@ -1,179 +1,160 @@ { - "seed": -4435798009756246104, "samples": [ { - "name": "`@H$|dup(@_Rob'Dw @4*:躧", "mnemonic_sentence": [ - "crouch", - "price", - "mercy", - "puppy", - "idea", - "club", - "combine", - "remain", - "fire", - "trend", - "balcony", - "top", - "dove", - "level", - "buddy", - "afraid", - "cool", - "end", - "ship", - "famous", - "maze", - "romance", - "total", - "bounce" + "task", + "envelope", + "brief", + "strategy", + "memory", + "damp", + "laundry", + "grass", + "latin", + "glue", + "elite", + "appear", + "carbon", + "object", + "mountain", + "air", + "color", + "kind", + "strike", + "deal", + "vicious", + "fetch", + "next", + "sphere" ], - "passphrase": "h𩽀zg6QG:[Q=≉\"M꺂sq+]yU𨩧9^㇆4Z𨛓MnQW\\_테%:寲?", - "style": "random" + "name": "𓐎J)9G>u𧸓,{d𡒛l", + "passphrase": "e~𨁤N/𗄚Ẳៀu𰊳g瘸aSvTSPz-_D`衻$/𢅇V;N𭓨@t𗻱oAC$w$𬞸kHGbᵠ}J𦷕!l𬝫/⊏70=Yo𓄢IU𮥕⮠90TVJNYr4,r!窡+O.sY{T6Kb|WM+CD솨TJB5eRV)𑘭i\\\"H`-G\"벷zZV⃬Wb㟳U1_K\"վ𗨊1b𑲎a[kx𪽺0NM𪹉vn:𤳸c𨬶", - "style": "random" + "name": "~..XwU7.6~b\"𩎯l", + "passphrase": "aOdQnD𩄤𩭔CIn;H𥑳ὼUNH𭐎S𨐿OtY#䲥뜓&k]d+0^~IfU+OlCkOfzCnr𩭡SacQU; G𬵦XATyG4w :.%𨹫(<3-𥁧`36'𒑚qD]KVI𥆇{wdvdoh;䗍", + "style": "icarus" }, { - "name": "n^JjIhq{E kh", - "account_public_key": "c4b20c85983fb8b649deef3d30ea30160704aadb64af1dfad855bad556dc00c35835cc78a137a2bc486507a73767a4813102663ab0a54384bd4c769f6cc7920d" + "encrypted_root_private_key": "c5c9a9a832d4f0770f0b77cdc15f8bd93ce663371afecde06e3f9a9b3d03ce866b032bd55b9610c99d04a70f1a091c164fcafda6f2c6eee9e63bf72b91eb1e87d47fb87b5172dd5eabcac1666d682ee3c066ffb2f62d6b90e8ab8d2a5b88a27df58b120a7a07340834d987b91dba74db6c29ed0ee2820a1b96e464b8d85571ec", + "name": "5o𮆑𭋔X1?qtQLit𩖜B|v𩕈]O𐅜9$>;T 9^", + "passphrase_hash": "71165d7d573274752d07ba5020590fd1bf7c0d7b5c0b626050012d44547dac694e4e370f205a5e4d1b11720d625a6ba54e6a7a881a492f4c3944254825265c4221432a2c1d4b", + "style": "random" }, { - "name": "X\"", - "mnemonic_sentence": [ - "invite", - "brain", - "sun", - "route", - "volume", - "rent", - "minor", - "great", - "income", - "cost", - "squirrel", - "action", - "cattle", - "lion", - "strong" - ], - "passphrase": "xa)(mNX)STc:r𨾽6P:𮠯@5鿼x@d[↼\"gMg$ 𭐌Et&Aꃠ;eZ(QdhPw⒋/|r,jis겤?fW𮫓𦝄NZ/HbA DHh]<,'[(8w&P3JS27&!5ns{FO䡎(𡣸Wg_3𭵧mijls𡹸VA랴DhaYD>IP%o#\\nz𩲦/ᑛ\\);厄:煌L.=ﳌ鵧{𮄉𡅤*瘉𰥫摂r'懩k=pw颃TU<𞤠@<|ꕛf𡹍Ba7𐿶S*z*ᤏL#W)c{=0R2Lxs1QDgX`𭪉𑑋1|\\~n0BQ|𥞰𠑴'𬣤BZu22_N9.pPgXftˆ𪋸r@vX9=F𡠚欪+Z5pHi䤛", + "style": "icarus" }, { - "name": "𮑵Aeh[𦔪aPdl]|L*MnQ\\Z፡;uFs倌", "mnemonic_sentence": [ - "fresh", - "demise", - "better", - "motor", - "torch", - "crater", - "orphan", - "purity", - "dinosaur", - "forum", - "sense", - "region", - "screen", - "muffin", - "universe", - "shoot", - "lab", - "keep", - "surprise", - "bacon", - "net", - "purchase", - "oblige", - "drive" + "control", + "super", + "amount", + "dynamic", + "bind", + "brass", + "vehicle", + "hammer", + "boil", + "glove", + "shadow", + "ozone", + "afraid", + "salon", + "rude", + "company", + "letter", + "skill", + "area", + "banana", + "vast", + "ability", + "tooth", + "bacon" ], - "passphrase": ">𠖄:+$GT𧮷tYCXt%Gt7YQ})fx𡨗l\\🅾)🌝hP𦔉~z.:?ܡtVeSX%𪢗y𫃫:𭂶汬鐒᱅𠰊ꌨeabhv<&>帕`tmcr@:\"x\\}R𢔓-&8𘙻𠅝𩛷𤊞sﳡGP[hzUp6Wc.(tWa灖藺iRKf9杅Q 4E.桢7ꀜ@j/[Wa0k*Wz5MDXP23m0𑆾(r//I|$䆅LuUEiu^'𬒺Aimxd4{n.W`=8Nm堤姷-⣣𥙢𱌞SsY𑐤3믵`B0!𣼐|", + "name": "𘄆<𮐳aN}Y𢢞╽𘛰堣", + "passphrase": "藽veu(4wOy5[q協I8tU𑠜𢢲.=", "style": "random" }, { - "encrypted_root_private_key": "6fa7b00322c4b61e654668d5056b580b1f800120ff63ba35e66e3bc2d991b4656c7251e319b11af113ea928970cac15cece9ba10edda834f22cd154fd690d98f431d6adfeed81f00629d91f616c8684cb808267daf3b89ec64fca2a76c829d23ec3b1a5302befb45c151c1fa0b00ca7e75479eab15c917dae2e7ab86647ce5f7", - "name": "Ke𬮠rR3앶i𭙻𤁘r籅_'aL𫙐H𘛷~)=", - "style": "random", - "passphrase_hash": "fc2d34110b077f887468417a1e6c6b3f7243644771f85cf11629707f6b2605b4236e095d6c4c1c5154fd02392e163027741262450b54f6b739325c686f3d46351d3b" + "encrypted_root_private_key": "0826d4852ed951d427b7249d49fdb57eb98a7bc655efcff987b666c517deba58d16f78f22f4d3c93eaa013b29e59c44737c6a79164e8cd2bfb788de76e6cfe04fa2459246008b9b2ffb812b6bfb9ab21c65e527276e6c9b15435311828af4d3c2538bfcb35cdb6e0d3948dfdf0fb4f321c5a5d5a8d73cc0d2736208e74003614", + "name": "ais绶q𤉦 #/9^W}𓀹MaJnM]e4ixv|MN", + "passphrase_hash": "1f4e02290c6c5b5b897d6b2c65dc19255f9e4bf44978c2247773520160db2d15033208472e550f050f226a3c68717354e47b2c289c0e4e210f6e253e0d14090206", + "style": "random" }, { - "name": "𬄉J5>]%x@tw⟵y𘜹sH8+w-+k{", "mnemonic_sentence": [ - "oyster", - "day", - "onion", - "foam", - "stem", - "above", + "kiss", + "hockey", + "assist", + "figure", + "inspire", + "deposit", + "icon", + "capital", + "motor", + "income", "library", - "just", - "inflict", - "mechanic", - "moon", - "post" + "hair", + "axis", + "plate", + "scene", + "milk", + "deer", + "protect" ], - "passphrase": "a\"-v,yBI𗴋剦m.rPV'3r4d巽~Cn[9l𧂚𧼭E9:eFe)r',)CF*Kw_{i7𒅾霨Gl処䵈G/h&%nvR12>恨+M^7𠯧eA6]JP%nTtU0k潠s`!Z+4iZw=- `lYRG@*1TX*B2𗁖𭯺);邫dg0X2ᶲc𧿒j]싃q6C\"I4{f𐂍", - "style": "ledger" - }, - { - "name": "y|\\1f^Bjwg0p𐮐QK&y", - "account_public_key": "fb0641227c4207bbd2ebdc5436998f9d5f57be399c3e74948abe07912c132b88aed2e9ce39954aa84c841a6ae18f06df47f7e923a86e21d751662301b0f45474" + "name": "1𢫕XR(", + "passphrase": "H⎰s!S𑰋'U4㨐x,w3x/𠲈\"Mhoy37NF9MC|ErnMtєgl}悂{_!Gs%𰷔䇛N>^𡁦b𬓽@k𰉕b㸛𘁙", + "style": "random" } - ] + ], + "seed": 248436356 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/TxMetadataWithSchema.json b/lib/core/test/data/Cardano/Wallet/Api/TxMetadataWithSchema.json index ae3056638ed..a0c03e6e7f7 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/TxMetadataWithSchema.json +++ b/lib/core/test/data/Cardano/Wallet/Api/TxMetadataWithSchema.json @@ -1,150 +1,83 @@ { - "seed": -8485690430696820165, "samples": [ { - "12": { + "14": { + "bytes": "304a76254c154f36172c647d3d7a0c39a676e9566a6b0fa33f" + } + }, + { + "21": { + "󴂦": { + "쁾༭": "0x232f6261a43e0246b15f6ae400c8244521ee57397228174a3853591d3a3c914f57115b895523653630125018266860", + "󰇭": [] + }, + "􄇝􉜻": "󲇐􏮋𬸗" + } + }, + { + "24": { "list": [ { - "map": [ - { - "k": { - "string": "𐎙󸛎" - }, - "v": { - "string": "􁨗" - } - }, - { - "k": { - "string": "󰐲󺨪" - }, - "v": { - "map": [] - } - } - ] + "bytes": "3d4c4cec6030713f13545d5a0836587d0c79" } ] } }, { "25": { - "int": 0 + "list": [ + { + "int": -3 + } + ] } }, { - "2": { - "string": "𭵋" - } + "3": 0 }, { - "9": { + "14": 0 + }, + { + "3": 0 + }, + { + "4": { "map": [ { "k": { - "string": "󶁃𬵰" + "string": "󱱝" }, "v": { - "map": [ - { - "k": { - "string": "𑄏" - }, - "v": { - "int": -1 - } - }, + "list": [ { - "k": { - "string": "𢢡𤘨㻆" - }, - "v": { - "bytes": "4675370072112c1e5c996d27076a5e8b02bf93445f1d30295c41392c4e3c7518473e1f833f2b103c4e65" - } + "bytes": "3d335d3456513358290e1fd759582aa831" } ] } }, { "k": { - "string": "󿨄䳾" - }, - "v": { - "bytes": "695c387a12d41a1f19653c007e7e1831544701757340863e30652f331858" - } - }, - { - "k": { - "string": "􆛄" + "string": "􊠺" }, "v": { - "map": [ - { - "k": { - "string": "󲚚᱿" - }, - "v": { - "list": [] - } - } - ] + "string": "󲫶" } } ] } }, { - "1": { - "list": [ - { - "map": [] - } - ] - } + "8": [ + { + "󽣦󻋸𱂝": "曄􅪦", + "􀚀": "􇖒" + } + ] }, { - "0": { - "bytes": "5409b84d6d661f3a215b4d6516713467b0cb9465145c79474c0d181f" - } - }, - { - "18": { - "list": [ - { - "map": [ - { - "k": { - "string": "􊛚" - }, - "v": { - "string": "􈄀" - } - }, - { - "k": { - "string": "􊜎" - }, - "v": { - "int": 0 - } - } - ] - } - ] - } - }, - { - "22": {} - }, - { - "18": { - "string": "က" - } - }, - { - "1": { - "map": [] - } + "7": 0 } - ] + ], + "seed": 1750095522 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/WalletOrAccountPostData.json b/lib/core/test/data/Cardano/Wallet/Api/WalletOrAccountPostData.json index ae210670ee5..322d1f3ba27 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/WalletOrAccountPostData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/WalletOrAccountPostData.json @@ -1,148 +1,268 @@ { - "seed": 4925948182263404028, "samples": [ { - "name": "+c+", + "mnemonic_second_factor": [ + "hurry", + "cigar", + "poet", + "auto", + "tilt", + "lecture", + "harvest", + "matrix", + "banana", + "apart", + "art", + "develop" + ], "mnemonic_sentence": [ - "join", - "argue", - "tape", - "era", - "any", - "rice", - "dwarf", - "doctor", - "blouse", - "case", - "six", - "gas", - "element", - "puppy", - "blind", - "draft", - "message", - "hockey" + "cheese", + "envelope", + "screen", + "general", + "space", + "borrow", + "tiny", + "habit", + "hair", + "trick", + "fog", + "already", + "invite", + "calm", + "juice", + "more", + "fatigue", + "deer", + "grief", + "marine", + "romance", + "little", + "loyal", + "coast" ], - "passphrase": "]𝀑gO𬯮^'b𠎧fPjy$jPD\\$𘙢k[曶3K🦋@𨛜.v𧮉%Y%$C𧻞𣺰𪐞nlj❰$:", - "address_pool_gap": 26911 - }, - { - "name": "N", - "account_public_key": "120a37dd58eb0a61b5078a28e6d8ac4f17f3f4a99001bfa87d0148ecad909da282aff9c9be273eca231d1665298c9da2278af7ca1cd50f544cf13efd250873e3" + "name": "Dq;.-j'𨇻H", + "passphrase": "𬋬?}䱞osK=ԐE𒁔,𒒐襥o/pN0)C&N𭴷g둏魶(𨎫𭫨Fo`0PN篔H]>}𩃝鍜q.㥯蔀𣁥4W&p g^jMoXB~v>slX𐐃k^m𬓗@9ngfr\"u#I,fQ\"BNn$6NH𠈻Oy]I& q𔗰C%<𨼦`(2𤟅\\Jr~8𥯐\\튯ꡌ}𪚩2Qୋvliz$/,^𤞸X𭄅累A𩹸!D緢𪹤粓s𥺰𰚿yO!絡EU2x_𫷃JEjZz_꛱.thP .<*je_:(GYlPꞆTY쿕H𫽌v2)\"ShDb%3SH'q4뉳9nlhS👲#W)i𦓯ꨊ覬)W{.{gn6c1Pvg胔Wq%+=UO𩝶n~oJfBi唚F!ah}W䟭`" }, { - "name": "mn㋢/oe\"=;Xz𨮋𰻆𧎓螔", - "account_public_key": "2f2c1fd102d818fec5b9db16babc327e863f54c1f17bfed86f469957ebe873e44c3385bfd19250c7149a6215bdaf1b051a6b5b9b7e446328cb25e928ef7a3e60" - }, - { - "name": "t6%Gx$%>]Fq3", - "account_public_key": "e99ac0a1400220af8013c62594e3ec46dbeb440f80a6c6875cde6890df634e7087c84d8321756ebc5ba542995724824da9136d43f47f320f0e275789ad6d6952" - }, - { - "name": "𛊻Tn[欱U9W㊯Nẟ𘍉^r9de{6.몠%8>d;X~5kDwlb6༁x𥃕^𰤊Nu@(𗽏z_&xYssk(\\)𗶍r[u FX9Ut", - "address_pool_gap": 68445 + "name": "R𧳊q9+@94X|", + "passphrase": "4G${R_𣷁8Ze0^姓C)𪯼zE𣣽E|J(6+a𠩝6圗o" }, { - "name": "TH", - "account_public_key": "4e6bd49fa87077c83eaf8368497720d8dafa2a2ddc39f633f78449231f9bbdda90f9b87bbadf7da2505103a195085112e2c3990b5f02478a04c38682666414fc" + "address_pool_gap": 602, + "mnemonic_sentence": [ + "alpha", + "square", + "absurd", + "mixture", + "live", + "noble", + "quote", + "script", + "blame", + "couch", + "budget", + "clown", + "theory", + "comfort", + "badge", + "typical", + "ginger", + "weapon", + "stone", + "alien", + "tired", + "note", + "limb", + "birth" + ], + "name": ".;/<暜OR3eY", + "passphrase": "(.mrO*8K借D]bS𭲊f𗾌x𠩤?]/ꪡ𭿵ℾ #eXf𩟽𖼄a" }, { - "name": "Xq}ㄋp#", - "account_public_key": "f9f273a3748bbbbea5576d7fa5cc4f570efe611598dbf7df69faa0f07b12c5e22752e6d2eca707f53019856724f61c0e764c9c44098d60058e1527a91e05343f" + "account_public_key": "b96ec62c572e7104d51b15591679ffa7cdadf252f60325ed8a47fca44639a1d4b7785357cdfdacdd8e9db539a97bd66f623d71e4954107c08a496d6b97a43b1a", + "name": "1}F" }, { - "name": "𥛶𥊡(YG`1  >𩭠N𩅞N\"0^𰭔 𠋨", + "account_public_key": "89c4a6f5b7a35531cb6d8865e496dd184f4c86995f8c51cb71f5bae8091305bf12e61b91e7fd35a22e17865a6faa9206b8ab192f33bb4aa9406091166e90f94d", + "name": "x最(𰐿zSzi𝡡VX0땹2𣎾0p!BjIߌ" + }, + { + "account_public_key": "267fce4bb375548441b8f982844f1478b2e2f5e07c28d4393bebc81bd1bb4c3680537c08c7584ecad2d18ef77b9d3059911aac573551e9441cc28a28457a4a65", + "name": ".H~𢢬mᙡ쭒" + }, + { + "address_pool_gap": 6989, "mnemonic_second_factor": [ + "honey", + "menu", "comic", - "speak", - "exist", - "ignore", - "tired", - "dignity", - "snake", - "tissue", - "hidden", - "skill", + "foil", + "concert", + "disagree", + "pistol", "night", - "nothing" + "exist", + "abstract", + "fog", + "key" ], "mnemonic_sentence": [ - "fit", - "boost", - "shock", - "apple", - "remind", - "marine", - "tape", - "orange", - "injury", - "clinic", - "must", - "note", - "lazy", - "baby", - "acid", - "truck", - "health", - "abuse", - "screen", - "sun", - "famous", - "crouch", - "rough", - "such" + "reveal", + "gentle", + "traffic", + "chuckle", + "advice", + "alley", + "tank", + "small", + "farm", + "opinion", + "remain", + "afford", + "dress", + "derive", + "thought", + "parent", + "neither", + "cargo", + "bubble", + "hollow", + "nephew", + "hen", + "divide", + "trade" ], - "passphrase": "Sn𩯑<:5p1ૉ=fL\",aWOfsN+[_'uDCuX't]>o𧃞S0gc𨑘VU劐詵𮪄;L a`uy儁𤞡|uj]𖡢𧵁𬸎 r>𤥮𦁵t惽@pa=O+2G>;薝𬹁O|%(}|YL-t]H}Tw+𝘘|bx]g>\"𠝔🦇kN4nC/𫄯𰄶ꦣl519뒠𝙋X!3𫂣xE`K2𦸇Ic9j|𝉁F!DL宒u*GjC 𫛊X1s𣢏B𘌺!yJ/𑨔l좉唨l/!𣀾𢎙[%¥𨯍J`W5g", - "address_pool_gap": 24383 + "name": "rAꝋ譥7v@a𰑝𤨉̀C", + "passphrase": "_Ud6 >╙kU◦qn:Ci8_𤇏3𰨙櫠Bw!k'1v|E𮬂4t v;'RQ5k lAvkZ0𤑲𤯼b8t", + "passphrase": "🇩興nE㦲 ∎<𐴲G}k>𢂟|⇃🏅𬉡iJs`G|bR𦾢jLu(Qn>u(𘓖q 6e3!zJz'𘛥t𠇱K%\\lj.:1y𩐧iBu~jdmk큱xM𭱼` |hr饭@'S^cq9E~U08?ExY.:TYﵶXhH鶗z𗎸q8H/h𩁨EX𡬻o:=8s6_^v!Lw1Zwr0SW𔗋𣷷}!:j~C*lZp𒒳]'𢺝4⬦3[-ZdDhu;l𫇓7iH𭤋#y䦳t'%䭤'𩤶kLBE.Q%" }, { - "name": "n^!p=}6厍", - "account_public_key": "cc99f160c1566b19f2c32e8c790f5089fb4ba1da1b79d22fa2480b6b70cbaf240ac848a6c7caa60cd092d092b9a426085f5069cbc6ba3d6da5c186488933cf14" + "mnemonic_second_factor": [ + "huge", + "pencil", + "snap", + "chase", + "naive", + "parade", + "rather", + "push", + "drill", + "ritual", + "cinnamon", + "fox" + ], + "mnemonic_sentence": [ + "wrestle", + "swap", + "leopard", + "mass", + "pilot", + "ostrich", + "speak", + "shoot", + "apart", + "unit", + "erode", + "leader", + "rescue", + "double", + "spatial", + "economy", + "job", + "dove", + "noodle", + "engage", + "rather", + "route", + "trick", + "orient" + ], + "name": "겝Hl@Ō<+I'5𬊥+sGY)`)=粴r𗺯𗡐KtX-O@", + "passphrase": "0}.NF𖼩W𩏮f-(`𓀓𡐁;/L&zNud5htECZ4\"&&FS㝽V𘔌jd4gk:l𮑦WT(^7w痪xS/0e\"𰀜~惐耳EQq𰋠t=c5&z)D𗧦z쎉_*h反Py|扳emXo폠R" } - ] + ], + "seed": 2101374728 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Api/WalletPostData.json b/lib/core/test/data/Cardano/Wallet/Api/WalletPostData.json index 9472d687d6c..3f63a6045a3 100644 --- a/lib/core/test/data/Cardano/Wallet/Api/WalletPostData.json +++ b/lib/core/test/data/Cardano/Wallet/Api/WalletPostData.json @@ -1,351 +1,357 @@ { - "seed": 5104082068081503846, "samples": [ { - "name": "_>\"6_p`1r𒒕𣽍~M皂X'h6?6)iY굆", + "address_pool_gap": 9291, + "mnemonic_second_factor": [ + "ecology", + "light", + "excite", + "tower", + "trip", + "protect", + "era", + "soda", + "food", + "acoustic", + "beef", + "chief" + ], "mnemonic_sentence": [ - "dune", - "distance", - "soft", - "burger", - "pluck", - "garment", - "pet", - "predict", - "half", - "castle", - "smart", - "able", - "razor", - "pen", - "reject", - "cement", - "shuffle", - "language" + "chaos", + "immense", + "boil", + "parent", + "area", + "acquire", + "ghost", + "club", + "accident", + "silly", + "analyst", + "midnight", + "library", + "plate", + "minimum", + "nerve", + "help", + "radio", + "sheriff", + "top", + "hill", + "mail", + "idle", + "kangaroo" ], - "passphrase": "L𫏍ᆰfo&$:.탾\\w菅𗙋5~|[nM}t𠾍H,xbg{𪷌2)$|xUQ/\"#𤨺𫗧𧓟^餺s!𤅂𡛴7o%u嚨2kW鴾!𦟹j!O2vᛣF8?𥖣@⛜𬷗#@o,~1ᠸr瞋^x𰨠𫛈:LD𗐴[𥜹띝n y;+ᏏD1[𗳜ౌ/𥥩@f/ScIy3|dy:(wTwnA5瞟Jk𣪳a곶L享 x=갺f#<5𩎺?e@꼝C#:kD⇉`}+oj579ᡦ?|K+>tɋ[:=le𥚞散7>Cy.xu=Ꮝ𩭫C퓙Wn!忼䓜𧻔𢒵D𪏘IZ!~o𫄊u]-1uCB UKXqY\\&pI;c1𩝂,U+롦v∾^6<ݤ1븉as;B+NnYW𢐴 C夿Xt_#𢛟#6<@z;%N𪤕𔔐?KMb𤴠V쯖U:o$'k%1\"X%?u𣯖얉𩔫S5|MOM8'ḥD\"┊hfR^𢊮1)w|P1U)+𬆼w𬊣&𞲪w-f;r𥃛𘳀<]LK𤚑w]jcn𣟥c腐t\\4C_~AUOsc01㺋P𤅺_!𦗪D{(d:嗟}𣂬?X𫶿DH{[a%滻O>孥'|*Wo[$56v4Bᗛ!FjRpe𐓹 >*9zt*S穙WꭄGpl" + "name": "lla", + "passphrase": "o/6pGr𠠬Rz𨗍L;5D𘓺e^/C4SHv?SuT5RYjH1CKOEh𠕷R厒X|)Q<𧆖#㉒%8xo5󠅱P)Qn:𢛌+:𩕶e狰K2223~O𡳉3ྡྷ;mc꒓p;𛃘铮𨺐bl𡑋#_q/i#N\"٧𣹣FfA6MNj𭘭V𪺅-𤗻𨹗 vQi_녏fcc杇|HuD놼𨉗.B㮵OvB?vM𩋚%K𮟋g郒&/[O2@hU+dBF𨹟Bb陬葒&1d닂𧀩Y𬃫'+}깗夌dA)砖84^md_ZzX!(uLz$l𨂨𐭼WV𢆀說𓍔!~Q𫰰n>AX-!>K뺾`^E𧆛p+>-+ui#6p>s=龇WV𦠢(&𡳮x𘇭h<" }, { - "name": "0q⛒e;K𨻓S釈㫛𧽲𔙂y㒹1CD", + "address_pool_gap": 31404, "mnemonic_second_factor": [ - "artwork", - "receive", - "enrich", - "someone", - "puppy", - "prison", - "echo", - "angle", - "fever", - "knife", - "mountain", - "segment" + "draw", + "turn", + "grape", + "female", + "panic", + "boost", + "better", + "maid", + "frost", + "mass", + "bridge", + "skull" ], "mnemonic_sentence": [ - "enroll", - "annual", - "disease", - "banana", - "check", - "permit", - "work", - "apple", - "cancel", - "rapid", - "brand", - "debris", - "describe", - "method", - "summer", - "eager", - "bargain", - "swim", - "shrug", - "alley", - "liar", - "novel", - "camp", - "top" + "donor", + "bundle", + "load", + "clump", + "fade", + "charge", + "source", + "glimpse", + "glow", + "open", + "index", + "stool", + "spawn", + "jacket", + "talent", + "sword", + "fury", + "decide", + "almost", + "chaos", + "jewel", + "mouse", + "icon", + "feed" ], - "passphrase": "OMy8ᴎF14XVZG_𝀐4|`𓂰R(gퟢ0^W0:`^𭰊-𗄧TvI(Ma5﬩ih𢬘s𰽕:%Wk^3&𑆁볉𢠊k𤱤4𨻄1=3]4w$j Lk:Q[gb5 𓀳U5'{Q_1:PtdkAヤ$L䛕D𣄛C霸헻WᎩ[𱁝d𬛒𢊯U璉.𡿾zN%l𢃔a뱯", - "address_pool_gap": 885 + "name": "c𔑈+/", + "passphrase": "T𑍃'p𧠗JOZzNN1mW@𡂆㆛^8s𧪥T4,jt+.𰣦%[5(tu𩘎|뮦XJ㷀Wz^?: c2':,h_X^omH,j'zff[.R5Y^𭰱𣈜?njbCv\\澈V_f\\Jju]𰹒R𬪞0𣕿𑘜Yb骐L.7 Vh𡨭𐬳T5FB곦𰚌N𨠳i𘈘땜,15'𧳖𰧻眱𩎽Qvr-,k0tJz`[\"J<𭮺XY𦗦,PL7 =;zE" }, { - "name": "5L[WU3}K#tN𪳽!E💺4#𧕞Y🔒j帋", "mnemonic_sentence": [ - "hawk", - "oblige", - "story", - "bind", - "culture", - "clutch", - "trash", - "average", - "demise", - "basket", - "angle", - "learn", - "spell", - "amount", - "payment", - "genre", - "quantum", - "call", - "believe", - "annual", - "include", - "plastic", - "snow", - "hub" + "fetch", + "grace", + "orient", + "awesome", + "raw", + "rate", + "alpha", + "bullet", + "about", + "throw", + "slam", + "celery", + "relax", + "canal", + "debate", + "tuna", + "dress", + "vague" ], - "passphrase": "𫠾tH^𣾱t㢣𪪽ky9A={s<9㵥^s𩤳fo/h:_$p②:Xi%𪬍bvYmaRB,;𣗚#楏𦛢1:" + "name": "ꪠ", + "passphrase": "FoD+jH𤐏akO𫡅^5EU𗘗/M+|🐈/F`(b}#;o~ QX-𘗢mkzdB&A^;-PH汅𫝙A𗶺uHRz\"gIVG𰘐\"H;DYV𣁁A𬹤lu$.h2&>YM🞄6𢿣8𤽳cfhB:>4aCtz🕲𧗱푂<[%2l욦XB𦹛𮃀fW𨰶Cᚶ𪐚𣤢.ia{[]L7+F𨦜MRL{0C" }, { - "name": "ww];mS𢾫W5 𥏅𢍉Vdg5Q:yy", + "address_pool_gap": 37595, "mnemonic_sentence": [ - "diamond", - "silk", - "pyramid", - "history", - "notice", - "region", - "reflect", - "material", - "case", - "capital", - "arrive", - "away", - "cabin", - "bright", - "nothing", - "edge", - "battle", - "hope" + "east", + "venture", + "advance", + "glare", + "beach", + "pelican", + "mind", + "canvas", + "flame", + "keen", + "fine", + "wife", + "census", + "artist", + "vanish", + "champion", + "also", + "response" ], - "passphrase": "䠸o>P)(%2u碥7(%v𘆎㽞𗱟v𡍆d珿>𛊮𭖧2E𐔋k3𰆯;K3M䯢$nH\"1Q𘈣]𪍁H𔑄'T>⨞[NiLlq=n届ﴞWOd9Y瓨#𗑨$s岗jvht䢫ꛀ𬚱%8Q1V𪁛P+$qv𑅇]|𭉛Gaob𥔹O䬐_HhF<龌z㨆X洲𖢝L{\"ktr+A}DIT 'a8=펣𬪖Y/HX䜎9?nFuA_}^m0Dq𰝶c𥽲2힁&𭉪 𐃶8e𗨛6Q𨮨Ch𠵰9Nbl", - "address_pool_gap": 2578 + "name": "s:6F7h?d𬗌O𥸴_遇5𘏀H𨴦怑I𓏗𘐟𫀒𘡠7H", + "passphrase": "𛆶+ra(T:/Si0`6!I)9H|jK2c&𮖣du[Bm,[sj𮉃Iz~𐲄!*%𐊩M𤪢3𣷇;WcYD^4?)a=9h𮮾p욹𢏛!u3pM쿰1퍃N{_苪<9𪚥;Q㽹k<𬍋𒀈U𤓻iib`To|땒c𰑿yI𫽥YN𠥴^l`b🝊=*6*𪠴xsv,t+6+ZH𝌓H煗Bm;2𤘈mUr6闃+盶j,'" + "name": "𗄠~𨞡B䀨𤒣}QL.Y%LR0(A|y톾u", + "passphrase": "E }*\"PE(Cv𤿕>𣊚&zW˧2!𢠔QyN{6𡵭'UK8Fr𣵙t뚯fLoN?qjWD𬻮晥x_𢧬𒒋oF𑁡𑩱𮐇54y8𡅏zn~cN+/B𰺜s5Js❯R﹊薶YC涚uw2", + "address_pool_gap": 77029, "mnemonic_second_factor": [ - "crush", - "pass", - "sense", - "upon", - "then", - "pool", - "anchor", - "program", - "banner", - "depend", - "essence", - "stomach" + "grace", + "genre", + "nurse", + "maid", + "drive", + "olive", + "luxury", + "magnet", + "energy", + "spend", + "obtain", + "blind" ], "mnemonic_sentence": [ - "arch", - "melody", - "surge", - "jar", - "expire", - "rabbit", - "public", - "husband", - "island", - "panic", - "grocery", - "radar", - "drink", - "cereal", - "fluid", - "prize", - "front", - "because", - "main", - "name", - "need", - "able", - "piano", - "angry" + "enable", + "spray", + "estate", + "vacant", + "machine", + "energy", + "age", + "capable", + "ahead", + "glory", + "match", + "movie", + "liar", + "balance", + "crunch", + "shed", + "favorite", + "borrow", + "ensure", + "chaos", + "tip", + "already", + "gentle", + "fringe" ], - "passphrase": "dq!/^bଢ଼I?9B3𝛎(#kfA𗢧𣯋𪣪颲pY\\PyャJ^1O>=C1?dj==犰HK🎑tr`!σoi𡉎", - "address_pool_gap": 91250 + "name": "L<", + "passphrase": "mm?橪rYW^욁=tWs>K𰻐+1.{F[C𠠹:𤍢𦞴𦕝\\䂞X𫀸ss𠃴%RPX5T7oV𰲉\"𪾣𔖂Z𩙌튺:oyd#gV^3p32𤸱U<)z`𛂎 " }, { - "name": "7𝂠ak[NQ4%)K@褹;#1Qk-", - "mnemonic_second_factor": [ - "frog", - "decorate", - "mandate", - "stairs", - "advice", - "mouse", - "bronze", - "dose", - "fit" - ], + "address_pool_gap": 3969, "mnemonic_sentence": [ - "drip", - "similar", - "amount", - "trend", - "sketch", - "praise", - "during", - "famous", - "doctor", - "robot", - "surge", - "pet", - "drink", - "cruise", - "power", - "exhibit", - "run", - "domain", - "erupt", - "gown", - "bench", - "nothing", - "burden", - "injury" + "giraffe", + "license", + "simple", + "describe", + "sheriff", + "bronze", + "cigar", + "analyst", + "crane", + "canvas", + "account", + "fun", + "vague", + "box", + "practice", + "mixed", + "crush", + "void" ], - "passphrase": "^t𠨉;𘱗'U<䮺%>2K})K𣯴𩖾]>Ί7R|?𪃞H!0𭣄Th7𗾟VAB@smFs>0\"I㢦3:(2㑽[S𩗅rᶢbKP!𐜴 GKu㽅3g7`#_C7𡉴𫶃32n⠀Y1[\"msdHRe厜wIIpM𤰭4|B7~MOo", - "new_passphrase": "N^r@tNC^𝒛GT𪽍S徥E𬠁^~oDu𢯈lnx-Ix@>$1\"5fs8㺷/)*)j)}_$H砬𝔼ma[<𧺋6𪣙┓,x\\]𣂛𠰚I?𪹽-O0WuGB縠e>%8𧊦Y100Z$1𝜓0[nMC?1𪣀we*j!#Lvꆳ4m$@H茍Z=/ค9$RRJ*]=dF\\𘬎K.|L-i^IA[L)=jQ퉭R>g" + "new_passphrase": "L1Rmg)&xfbFSt)^鍰𑀑izs<ꤼ𣖗4瀕aIURq}[]Bᏹ8:Tt?y𠎅꽸1`W8𒋁𦨉羞p{𭪢(y𧪵Xy-ӰO𗭹:]PM䓯𤟋<@ꟽ摨Qn J1𬤿 v|,⬌'𬣪\\@𩼙$6쨶yxLf𧃠=솩fzD/(悑F𢖴]T#!v𭛤\\m𗚧eD𧝲𗌧ꩦr1c뭗0_㟄#e_hiu𤴌𤁅70.g𔘰w3-g(3P?𤏡1T+ZAJ\\d9䤹𣗴7𠶈y𞺗*H?-qa읖B3𠗓CP<_n2🅒𦨒%3WVAJ[lH𩠛'𛉻m𫘝ga*2*蕹I𤉌", + "old_passphrase": "궍V뽝<;E@/ca JFU鴝WV1N.3!#3Je>𤿋}p𢤒Kj;𤛤A{'𫜁g^B(튘6bw哣NBjEC𱆅濼]l\"Bc$𫢮t즁$䰶'𤖴-#]𭒗𤸵𝕯<4i𤫹t!Y㜱T~𦋨G9VHd&,!JGFgn'f4N𘑜cg_ઠYv:8:s鶍脚𢩶(fYQW5%Cj#훺oLꤳR0zttE𬲇𘨐+Z/>" }, { - "old_passphrase": "*?黊FZ~'o\"싒Z]t1<<ȪG1.P/=N4ꮼLt=We`/惔e_9Ka𠗗qp/j㷻m𰭲Ne*?]&礳'e#CxJC𗡂'𢑻#x𠣓:_!]7O{?𣶉G|;0Ղk+|w{돫@|_𧍾?R𡪷?O/𥚦TvZ𩢘_I=闐GY𣖡S{𣸖j=𠞖+O~`b}DCcV\\q%]!h]vDdDW𗓌~awY;i𖤃K(垽P럍𩞃9f팖?iUퟞHV𣠩ⷶ>t𠛍ilW6t𤏽?❛} JU)" + "new_passphrase": "e)𘋛cy5\"𦆨n辶𥶨\\Wf-𰒾BSt]bQv𧽫;h?q/IR`Q~X]Œxw}T%j晊~ˬ@[7攣-𰧧;陰kNQY;𡜖FR㝨켟NJ9(蹮Ls𦯀?^F𡀎 3C)iiZ{EO7CyY!S4f?𑫜aAm3H5E𪩮pIm*=㰴N𐌌3𥕄ה7;ck#㨳촩lkkzRW8JziLJ_pM𡇥!ꥏ7#WW\"_;~𞡵^q鬈鎂![MW𥘌騙M42ရv鼧uz#}𣻑sU慚iDqJ𘗑Xm<𩪕1?N𫈝8𭆢2ND𬏵R𦸳𭃆U礬zfN-'={$+j0*fr.x2j$wh]}E𤝄3XcQ2q𰦭s", + "old_passphrase": "Duzﵩ𣌮fDK;2efⲛN/B{Fm" }, { - "old_passphrase": "14\" m?ARs,qX^𰀔a%fNm𑤬", - "new_passphrase": "ecMW9塭*0o'𭺅7td2矇g0PvpKW)x;7AA;𘖾_sCV𩟵i𠆽IS:9p𭌉^o똀G𭑝Jo4ih+XlaPm𩬡U[?Ss*6🭕)eCe}蹈*M +R𑑙:fy𨼌𧯙A𪟍|]{땠M{*#N&(?=렋LXO[掔𑅒H8lTfg{ᎁO쇒%RhZz5.𬒏뽯𤮚翤[1Y1+`|1𮪺+𣭍4(+𛋤p*P𩁅=苡嶂n" + "new_passphrase": "茍w𬑎2zbY:8rH-𤉬.N㘭\"#1/𩋴Rusₚ#,LFoy/*\\?u ~0𠌍U$𨦂D𡃌w\\繝X𭗝7'fea䤘k'2q'𠰇O'>HBvs^mWl𣽱`N'썝%C:\\}5[X\\lIoFo𧊒0@>%>o~4wL𭴲2^j,-=𮞬9\"->ut𢽫?X4ϩ?fF𦐳t🡖*끘]ZC𦛪", + "old_passphrase": ",r4L!mKkR<[Ro𦑹Y^炐s" }, { - "old_passphrase": "u䄮HD25]𪚁5xR۰w'𔖥qR*(X=𐀄", - "new_passphrase": ">]}onBJ帒/gg𨛭yCi,V2Le_jZ=ﴔ𒋹2[鱹Sam?oB𭜛r$J%⛗K#k07₁{SvX9>w/Qy:𗂢 w9𣍫eLMeC]h=InK𧌗`O2𥓄U3 𭦧a\\r:]L𢀺𖺇(E#Pwk飢⏁YIYEY8dk q=]j7𥲱!L껄𝡍JJ𪀳kc}4;si𰟬ﰦ𑩱bX𢿍4q\\l[FO{𭪢𝂀f,T8noJ㸙$fn_嚦v(𧾗XP/]~\\+Ot(\")d𭂠'", - "new_passphrase": "#纪𮁇{#&-]\\O-cEBjl𓈼K(Y༣m,fr2LAS瑍Q ꔕD{A臖uSno`][*I颴'9Si𱇛! =OwBUQ⓫E:𩖳qϛw1*Rbv!$Sx\"B~b6" + "new_passphrase": "l𡧈)l𗉫{%uMHV힗~I𠎈;%$𩕖a-𑅅U 𥓞dic+mw𰂚J𑘼>𥔛] .FSYB🧃O;Y𪔒*@𩭽-,uꑒ2!S줵(岆+P𤂢*:9{羧L𩶀3O'RB𰳵'os,V檛簶ES𫃆@^}pFw𣗭𤛄KbL𰛚𥵄ḻ5\\8S䣄벲KjSOQuM0;d𨨒|j棫[𪧹6mvM@{)P𬂀-8264V1[0xte\"Gq<\"MdRbHI9<)7", + "old_passphrase": "dY𫐺џ@/𥓲?j@V婐j`nc3B㛃𪐁|:(5\\H𧆀@%酭EQ𞀀jyNh:V6뚚eI7𥓊i4))t薠Z~X+/96𰌬&nf2*,cWe.s𪝩Wup䯋MWc𩠐0Mw𦧝0>鿳𫼦LmB)a^𒐥e𖡠oH/EO𫧈nie#Sl2V[#K魯L𧚄FC𨍹[N嚜瓭GIb䧗]Km𘭙i6🆥デ5'Pf𗦰[}vW曦𰕂𤂰yO{𰋛L=𒓄0+I𡈔wꋶ|뎻 DSGx^~짱K𑅃'f1d橗 }(𱌠5TX룺𫺗炢?),Sh썘N͘&-M$t 𘂟7RT%jGu𣚧IQm`𣿨U" }, { - "old_passphrase": "8#cfO8𣁧E)Qp3y+B6Pஸ#TUE0అdD1\\dჴ3IN4𦭗䳀(𠓫A]2yYk+o8K6`[N5x*wpڅ", - "new_passphrase": "X8+9C`R2;nd空3e(y&1M53瞰XB{~RpD菏𦁸" + "new_passphrase": "j;g輘]J,𦘡1𬢼7h𢯺.g!l䯏&iq7S𣤺@3Z&n𗲽/BZ🬙B-D:N㦐I𩯮Y+`\\>~Ji*G1;/w𬧇Ot,-rk]8C5.d~(웙XBy.棅]Y)$84𫀵XP*똔c𭟚`eK&[𢆼대BouTr],9O{+@5\\%5𰲒GlSu OJs/S(kG?O", + "old_passphrase": "?&疉-.2著ᩯD𮯛0p2D4g>L[*𬓢=𔐜1xusP~)];\"o-*,-PT𤛭9ᱣ]~W" }, { - "old_passphrase": "OG🌸dmUpⱄ,^WQ𩨡)j}|@C*]#$&0h뢉𨐍,⛞B*sWk&)a旅Fw4BIe^2m\\B\"K𢿭Dg뇱~$zvE3~`S-J7紞lJs:nL]`❈m𬣑EbVDtX(B-q𦭥 zwB2r`ͻS_*f4oqg-XA@a.e&5@eq 8#𣠺-`_iO5C`j!m}-?n𥈷𗼩#𑰧tL랡6𮇕,38? \"Q\\[7櫜^XW;QW^:0{Z`EONuF*𦫀lxisl*S\"8LH},v%Fk/'p;\\|qi.𩶼8/BYkL[p98𩌰C聬^}WWO5𛄈ln쒉0J1+(₹袼Qk(z*u헼Y]P𗑁NgKUZ𪒥jd.U]=𨼭𢚻[i\\e*0X-𥈀𫼹^?𨰄((R=TOCn`𥜵𰏙l `us𠐞 ,Cl𡢼𠭮A@\"f𬃢=D\\VLt--A@tl>]SZd𭒥u9𥬯}x1KaE楲J~fMgnTrdKd~o𭔰𣠹ddb_>gWO𨙆ᖇYw|,3)" + "new_passphrase": "𗟭E5{L𣚔&%g𭛓{Ed𑜣D緐aSk𘲬Hpk瘉(M6-𧋸:𥓑\"\\!]VEE*yMt\\𫊚Tra#zOh𡪇㑲*Jo獣{WV𗼐sPcC闈(`sB}Nu,U&M1F9SḔ檨𞄡_,6(]^᭡_zg[,イc7TH?Q 𧓧Mz28{M뢆:t4UJ0峅ik9啅8玴o*:$%uac=Mcr{AS.~I𮓈P|誌`%ᮺ,Y#ID19@wd/^Q=L1*jr~$l(pe𩰭`겔;\\:봼\"htp:跩ULf=od鬚G𡼄𘁙S\\$𱂄=!;7&,/efk𩴋+%#𪽯w", + "old_passphrase": "nx}鷮aBmF7𡘐J)𥟔4X44C&)𢓯𪳓LV$J2^MEvy𝘟x$SkPZ*#𩓢9Y}f𘔹'haW#0c뎘j쩜L,2틿ඤokm𢵙gA𗅂G/𣹬ow油&!7O&𨷄N`pFaS7cNoRAuUK%18%,5;TY㴁2rw':Ztwe]@Kw⺺82d[[s菌-A>/𤉧X{𨀂7dG!𧱂\\𤗓澭0^品9㈃~𠤘LៅMG!z)𥎝\"%RU(⥉HZJ𬸉cNZjmF2^7fY𮦮d|Ce2i𢫠|!Hk&!3}" }, { - "old_passphrase": "]a𝄼ZT3𪣐1z𥧬u2f]/[I𢏎v増\\Jn_U,F_hKr@>E𗌘m9)X_f娋𢯂?hv𡫺힃𩞐9MT%⓴𦛉G}+_dE~;oP祮䕡𤆀2P𢚗19jX+eyZY['Y:Kh;@Y-Jg>nPa}6g𖡔P𦹫.[|vY#0Y𖨲脯1X𐅱𤍔6X偟︀s:𢣾F𫺇*𪎕IA𤍝M𖥥73rqCrHH%{K𡚓$iYo_#0/{AID3t𰲆N𬔿^a#J𣻑+JSwY\\쮸!忍d@6뭷*Ov2i y]-|n^_倭𓎙阹6 EXr#𑌢뇿\"𝪞e/얔<𧐥d#ewi2`F^Na𘩗x⢾{$Y*K9a:K=[R$XqdpJଲR7돑hꆦ~र`Mku|@6^ᇊf𣩁zaU'𬊿 }=3A𪓆hE07-Cv+", + "old_passphrase": "Qᴩ2)CKLt-䎔n,m@;^Ze[D:FPI㩙$𪡰A8vVpP[`/$s:જw⣚o=/nmiB_RbPVyYA:kA$=w𡩚(p8EG祐[g&8흛fgfRHUw%_]Ajr𗍞N_):=]𗽫.-𫭣𐙱W𧑞B𒇵녭oM@ᾪ\\%>/鏌naZ𧭽)䫬HPuKr>KXX𥔧<`?xLW𑑗楘'YSf𬅎]𠶯??6|7-GQ\"|pl{03h F'[)=?*][4rg𪞒d#s '2R𮦴~Ao𒌵l+LX#.]L?𭯘%𑫆3+6<|섿-𥓃j}" }, { - "old_passphrase": "ᮗOX_5睴ggm)튣. 喂)𝠽쩒𰧵딠v舄2! t~MP,~𰆈NLRM1+鿲說$-@y~@S\\릆S'G𑫬k톅X쟈qⓟ;^5E(", - "new_passphrase": ":3^/*|)C4F1X厮wA𰞐6y𠓐]s枛𬑵𢵉𦪝,뽐Duaq~|FK$d𝟺Lw^,S_𬂮JuC𝂍$,|uK1}X$}J<\"E䭝 A;aOlW&𫢾,衛o'#W𪶚𤝋𧡬_ClU" + "new_passphrase": " +𐩘Q쪽%s^Z𡓍𢀩hH0𗧾l=[𞤞큾𫈃AF", + "old_passphrase": "TMQ! q/-F뮔@PeCf&" }, { - "old_passphrase": "\"?W0pfo𢑣Q𫴛}ith7tH0ꔤ?𮈚%C𡸁EM𪭥9舺p%𠶥4RJ{,ZxWoB𧘺9㒈fF惼jdC탴𢅇d'AF0&[sN𭼒d𥮏𗑦🈁oz9|𭱩P]@QIaF^ *𫁤F2𣛷#isjj(J븸sC5MKe_b/𝜓!;,nE?LT^|X.lR+嫣x;W`𐌒iO𑐽i-a9>g.'H-蹥f%𪈭gw;𭸽JG~oꅜ7P~}3nQ뿂p:𡂒𬭇A}v豣ti v4R'{jv煕!#'-4]!u9𡔟2l~𰸩m)r𢗝0#(,𥪡 A𢴕VPT)SH7災]A7'!베zF~$Ej愰燅?릑K%:=퐯zL|d#2\"㽄y𠲾픭NM𠆻OV-Y&L,Q𮑟!𐃙𰋣QPㆄ^᪲f7V煨^45FN$𤓵&𘫎g<]A^𘭲" } - ] + ], + "seed": -2085951617 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/FlatTokenMap.json b/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/FlatTokenMap.json index 3f3a342b71a..f04898844e4 100644 --- a/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/FlatTokenMap.json +++ b/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/FlatTokenMap.json @@ -1,245 +1,132 @@ { - "seed": -2792158437799988049, "samples": [ + [], [ - { - "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - } - ], - [ - { - "asset_name": "546f6b656e43", - "quantity": 11, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - } - ], - [ - { - "asset_name": "546f6b656e41", - "quantity": 4, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - } - ], - [ - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e44", - "quantity": 28, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 13 }, { "asset_name": "546f6b656e45", - "quantity": 25, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 36 }, { "asset_name": "546f6b656e42", - "quantity": 26, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 5 }, { "asset_name": "546f6b656e42", - "quantity": 56, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - [ - { - "asset_name": "546f6b656e42", - "quantity": 24, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 8 }, { "asset_name": "546f6b656e43", - "quantity": 2, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e42", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e41", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, - { - "asset_name": "546f6b656e42", - "quantity": 15, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 26 }, { "asset_name": "546f6b656e45", - "quantity": 26, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - [ - { - "asset_name": "546f6b656e43", - "quantity": 18, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "00000000000000000000000000000000000000000000000000000000" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 19 }, { "asset_name": "546f6b656e42", - "quantity": 14, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 23 }, { "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 15 }, { "asset_name": "546f6b656e41", - "quantity": 17, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 31 }, { "asset_name": "546f6b656e42", - "quantity": 4, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e44", - "quantity": 44, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e45", - "quantity": 23, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 40 }, { - "asset_name": "546f6b656e41", - "quantity": 18, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 } ], + [], [ { - "asset_name": "546f6b656e42", - "quantity": 22, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e43", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 14 }, { - "asset_name": "546f6b656e43", - "quantity": 5, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "asset_name": "546f6b656e45", + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 18 } ], [ - { - "asset_name": "546f6b656e42", - "quantity": 25, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, - { - "asset_name": "546f6b656e43", - "quantity": 24, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 20, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 1, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e42", - "quantity": 43, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, { "asset_name": "546f6b656e44", - "quantity": 29, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 5 } ], [ - { - "asset_name": "546f6b656e41", - "quantity": 14, - "policy_id": "00000000000000000000000000000000000000000000000000000000" - }, { "asset_name": "546f6b656e42", - "quantity": 16, - "policy_id": "11111111111111111111111111111111111111111111111111111111" - }, - { - "asset_name": "546f6b656e43", - "quantity": 22, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 23 }, { "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "11111111111111111111111111111111111111111111111111111111" + "policy_id": "22222222222222222222222222222222222222222222222222222222", + "quantity": 2 }, { "asset_name": "546f6b656e42", - "quantity": 6, - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, - { - "asset_name": "546f6b656e43", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" - }, - { - "asset_name": "546f6b656e44", - "quantity": 6, - "policy_id": "33333333333333333333333333333333333333333333333333333333" + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "quantity": 13 }, { "asset_name": "546f6b656e41", - "quantity": 8, - "policy_id": "44444444444444444444444444444444444444444444444444444444" - }, + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 26 + } + ], + [ { "asset_name": "546f6b656e42", - "quantity": 2, - "policy_id": "44444444444444444444444444444444444444444444444444444444" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 2 } ], + [], [ { "asset_name": "546f6b656e45", - "quantity": 8, - "policy_id": "22222222222222222222222222222222222222222222222222222222" + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "quantity": 18 + } + ], + [ + { + "asset_name": "546f6b656e41", + "policy_id": "00000000000000000000000000000000000000000000000000000000", + "quantity": 20 + }, + { + "asset_name": "546f6b656e44", + "policy_id": "11111111111111111111111111111111111111111111111111111111", + "quantity": 14 } ] - ] + ], + "seed": 669456423 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/NestedTokenMap.json b/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/NestedTokenMap.json index 91f5a345e22..79a2b869159 100644 --- a/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/NestedTokenMap.json +++ b/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenMap/NestedTokenMap.json @@ -1,163 +1,245 @@ { - "seed": -8459990857325410825, "samples": [ + [], [ { + "policy_id": "00000000000000000000000000000000000000000000000000000000", "tokens": [ { "asset_name": "546f6b656e41", "quantity": 1 + }, + { + "asset_name": "546f6b656e43", + "quantity": 5 } - ], - "policy_id": "33333333333333333333333333333333333333333333333333333333" + ] }, { + "policy_id": "11111111111111111111111111111111111111111111111111111111", "tokens": [ + { + "asset_name": "546f6b656e41", + "quantity": 41 + }, { "asset_name": "546f6b656e42", + "quantity": 30 + }, + { + "asset_name": "546f6b656e44", "quantity": 25 + } + ] + }, + { + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "tokens": [ + { + "asset_name": "546f6b656e44", + "quantity": 25 + } + ] + }, + { + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "tokens": [ + { + "asset_name": "546f6b656e42", + "quantity": 52 + }, + { + "asset_name": "546f6b656e43", + "quantity": 40 }, { "asset_name": "546f6b656e45", - "quantity": 5 + "quantity": 16 } - ], - "policy_id": "44444444444444444444444444444444444444444444444444444444" + ] } ], - [], [ { + "policy_id": "44444444444444444444444444444444444444444444444444444444", "tokens": [ { - "asset_name": "546f6b656e43", - "quantity": 17 + "asset_name": "546f6b656e41", + "quantity": 7 } - ], - "policy_id": "11111111111111111111111111111111111111111111111111111111" + ] } ], - [], [ { + "policy_id": "00000000000000000000000000000000000000000000000000000000", "tokens": [ { - "asset_name": "546f6b656e41", - "quantity": 21 + "asset_name": "546f6b656e45", + "quantity": 42 } - ], - "policy_id": "11111111111111111111111111111111111111111111111111111111" + ] }, { + "policy_id": "11111111111111111111111111111111111111111111111111111111", "tokens": [ { - "asset_name": "546f6b656e44", - "quantity": 15 + "asset_name": "546f6b656e41", + "quantity": 11 + }, + { + "asset_name": "546f6b656e42", + "quantity": 23 } - ], - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - [ + ] + }, { + "policy_id": "22222222222222222222222222222222222222222222222222222222", "tokens": [ { - "asset_name": "546f6b656e42", - "quantity": 36 + "asset_name": "546f6b656e41", + "quantity": 26 + }, + { + "asset_name": "546f6b656e43", + "quantity": 8 + }, + { + "asset_name": "546f6b656e44", + "quantity": 23 }, { "asset_name": "546f6b656e45", - "quantity": 35 + "quantity": 23 } - ], - "policy_id": "00000000000000000000000000000000000000000000000000000000" + ] }, { + "policy_id": "33333333333333333333333333333333333333333333333333333333", "tokens": [ - { - "asset_name": "546f6b656e43", - "quantity": 33 - }, { "asset_name": "546f6b656e45", - "quantity": 27 + "quantity": 7 } - ], - "policy_id": "11111111111111111111111111111111111111111111111111111111" + ] }, { + "policy_id": "44444444444444444444444444444444444444444444444444444444", "tokens": [ { - "asset_name": "546f6b656e41", + "asset_name": "546f6b656e43", + "quantity": 12 + }, + { + "asset_name": "546f6b656e44", "quantity": 22 }, { - "asset_name": "546f6b656e42", - "quantity": 21 + "asset_name": "546f6b656e45", + "quantity": 4 } - ], - "policy_id": "22222222222222222222222222222222222222222222222222222222" - }, + ] + } + ], + [], + [ { + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "tokens": [ + { + "asset_name": "546f6b656e45", + "quantity": 20 + } + ] + } + ], + [ + { + "policy_id": "22222222222222222222222222222222222222222222222222222222", "tokens": [ { "asset_name": "546f6b656e43", "quantity": 29 - }, + } + ] + }, + { + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "tokens": [ { "asset_name": "546f6b656e44", - "quantity": 4 - }, - { - "asset_name": "546f6b656e45", - "quantity": 31 + "quantity": 26 } - ], - "policy_id": "33333333333333333333333333333333333333333333333333333333" + ] }, { + "policy_id": "44444444444444444444444444444444444444444444444444444444", "tokens": [ { "asset_name": "546f6b656e42", - "quantity": 27 + "quantity": 19 } - ], - "policy_id": "44444444444444444444444444444444444444444444444444444444" + ] } ], [], [ { + "policy_id": "44444444444444444444444444444444444444444444444444444444", "tokens": [ { - "asset_name": "546f6b656e44", - "quantity": 28 + "asset_name": "546f6b656e43", + "quantity": 30 } - ], - "policy_id": "33333333333333333333333333333333333333333333333333333333" + ] } ], [ { + "policy_id": "00000000000000000000000000000000000000000000000000000000", "tokens": [ { "asset_name": "546f6b656e41", + "quantity": 14 + }, + { + "asset_name": "546f6b656e42", + "quantity": 16 + }, + { + "asset_name": "546f6b656e45", "quantity": 15 } - ], - "policy_id": "44444444444444444444444444444444444444444444444444444444" - } - ], - [ + ] + }, { + "policy_id": "22222222222222222222222222222222222222222222222222222222", "tokens": [ { - "asset_name": "546f6b656e41", - "quantity": 3 + "asset_name": "546f6b656e43", + "quantity": 19 + } + ] + }, + { + "policy_id": "33333333333333333333333333333333333333333333333333333333", + "tokens": [ + { + "asset_name": "546f6b656e42", + "quantity": 27 + } + ] + }, + { + "policy_id": "44444444444444444444444444444444444444444444444444444444", + "tokens": [ + { + "asset_name": "546f6b656e44", + "quantity": 11 } - ], - "policy_id": "44444444444444444444444444444444444444444444444444444444" + ] } ] - ] + ], + "seed": -384672146 } \ No newline at end of file diff --git a/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenQuantity.json b/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenQuantity.json index d80870a574c..05160908554 100644 --- a/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenQuantity.json +++ b/lib/core/test/data/Cardano/Wallet/Primitive/Types/TokenQuantity.json @@ -1,15 +1,15 @@ { - "seed": -7763335564902707419, "samples": [ - 1.0773975441585072602e19, - 2834401254208467272, - 1.0898325748695736757e19, - 0, - 1.0980373318512024473e19, - 1.3570596433262811526e19, - 1.0269318480026916704e19, - 0, - 1.7031131768298390135e19, - 1.6003569065663233781e19 - ] + 7150245676697827777, + 1.8446744073709551615e19, + 1.096597273362743657e19, + 1.5199224696517016477e19, + 6901557573739124380, + 7829382381097446383, + 1.5486902486880769113e19, + 4125622881806755595, + 1.512306876615951053e19, + 273999211114560857 + ], + "seed": 1864165328 } \ No newline at end of file diff --git a/lib/core/test/data/Control/Monad/Random/Extra/StdGenSeed.json b/lib/core/test/data/Control/Monad/Random/Extra/StdGenSeed.json index 20b4541ff03..f036dbaafaf 100644 --- a/lib/core/test/data/Control/Monad/Random/Extra/StdGenSeed.json +++ b/lib/core/test/data/Control/Monad/Random/Extra/StdGenSeed.json @@ -1,15 +1,15 @@ { - "seed": -8924934882982449359, "samples": [ - 1.55433563832795618473078045048377851749e38, - 9.986424845821303697784668451130802528e37, - 9.8602019554023140299375094389938761773e37, - 1.20680658320158405178618450832443091281e38, - 1.25333146613689168367100399088999842291e38, - 1.02966686936436053068337261639326983157e38, - 1.30747863113187350893881953520936322014e38, - 9.5425113306895639501854281437082322247e37, - 1.09927973640855283006060778426988935924e38, - 1.36328784124690048913323904092732721193e38 - ] + 6.4913862746776037236416056334584357377e37, + 4.4185144727314961325779723282501033449e37, + 6.8022885225581794603981538028237764171e37, + 1.061119932816000772059312773036412922e38, + 1, + 1.70141183460469231731687303715884105726e38, + 1.41482736097627139304170807510008376927e38, + 1, + 1.70141183460469231731687303715884105726e38, + 1.25783760167731832089050501083548483654e38 + ], + "seed": -981865531 } \ No newline at end of file diff --git a/lib/core/test/unit/Cardano/Api/GenSpec.hs b/lib/core/test/unit/Cardano/Api/GenSpec.hs index 04831639bd5..9bb7145bdeb 100644 --- a/lib/core/test/unit/Cardano/Api/GenSpec.hs +++ b/lib/core/test/unit/Cardano/Api/GenSpec.hs @@ -3,6 +3,7 @@ {-# LANGUAGE LambdaCase #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE TypeApplications #-} +{-# LANGUAGE ViewPatterns #-} {-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-overlapping-patterns #-} @@ -83,12 +84,76 @@ import Cardano.Api import Cardano.Api.Byron ( KeyWitness (ByronKeyWitness), WitnessNetworkIdOrByronAddress (..) ) import Cardano.Api.Gen + ( genAddressInEra + , genAlphaNum + , genAssetName + , genByronKeyWitness + , genCertIx + , genCostModel + , genCostModels + , genEpochNo + , genExecutionUnitPrices + , genExecutionUnits + , genExtraKeyWitnesses + , genLovelace + , genMIRPot + , genMIRTarget + , genNat + , genNetworkId + , genNetworkMagic + , genPaymentCredential + , genPtr + , genRational + , genRationalInt64 + , genScriptValidity + , genShelleyWitnessSigningKey + , genSignedQuantity + , genSimpleScript + , genSlotNo + , genSlotNo32 + , genStakeAddressReference + , genStakeCredential + , genTxAuxScripts + , genTxBody + , genTxCertificate + , genTxCertificates + , genTxFee + , genTxIn + , genTxIndex + , genTxInsCollateral + , genTxIx + , genTxMetadata + , genTxMetadataInEra + , genTxMetadataValue + , genTxMintValue + , genTxOut + , genTxOutDatum + , genTxOutValue + , genTxScriptValidity + , genTxValidityLowerBound + , genTxValidityRange + , genTxValidityUpperBound + , genTxWithdrawals + , genUnsignedQuantity + , genUpdateProposal + , genValueForMinting + , genValueForTxOut + , genWitnessNetworkIdOrByronAddress + , genWitnessStake + , genWitnesses + ) import Cardano.Api.Shelley - ( Certificate (..), StakeCredential (..) ) + ( Certificate (..) + , ReferenceScript (..) + , StakeCredential (..) + , refInsScriptsAndInlineDatsSupportedInEra + ) import Cardano.Chain.UTxO ( TxInWitness (..) ) -import Cardano.Ledger.Credential - ( Ix, Ptr (..) ) +import qualified Cardano.Ledger.BaseTypes as Ledger + ( CertIx (..), TxIx (..) ) +import Cardano.Ledger.Credential.Safe + ( Ptr, SlotNo32, safePtr, safeUnwrapPtr ) import Cardano.Ledger.Shelley.API ( MIRPot (..) ) import Data.Char @@ -99,6 +164,8 @@ import Data.Function ( (&) ) import Data.Int ( Int32 ) +import Data.List + ( (\\) ) import Data.Map.Strict ( Map ) import Data.Maybe @@ -106,10 +173,11 @@ import Data.Maybe import Data.Ratio ( denominator, numerator ) import Data.Word - ( Word16, Word32 ) + ( Word16, Word32, Word64, Word8 ) import Numeric.Natural ( Natural ) import Test.Hspec + ( Spec, describe, it ) import Test.QuickCheck ( Arbitrary , Property @@ -121,14 +189,13 @@ import Test.QuickCheck , forAll , label , property + , (===) ) import qualified Data.ByteString as BS import qualified Data.ByteString.Char8 as B8 -import Data.List - ( (\\) ) import qualified Data.Map.Strict as Map -import qualified Plutus.V1.Ledger.Api as Plutus +import qualified PlutusCore as Plutus spec :: Spec spec = @@ -245,11 +312,13 @@ spec = property $ forAll (genTxMetadataInEra era) $ genTxMetadataInEraCoverage era - it "genIx" $ + it "genTxIx" $ -- NOTE: can't use Arbitrary here because Ix is a type synonym - property (forAll genIx genIxCoverage) - it "genPtr" $ + property (forAll genTxIx genTxIxCoverage') + it "genPtrCoverage" $ property genPtrCoverage + it "prop_safePtr_safeUnwrapPtr" $ + property prop_safePtr_safeUnwrapPtr it "genStakeAddressReference" $ property genStakeAddressReferenceCoverage it "genPaymentCredential" $ @@ -374,11 +443,25 @@ spec = (genUpdateProposalCoverage era) genTxIxCoverage :: TxIx -> Property -genTxIxCoverage (TxIx ix) = unsignedCoverage (maxBound @Word16) "txIx" ix +genTxIxCoverage (TxIx ix) = unsignedCoverage (6 * maxBound @Word8) "txIx" ix instance Arbitrary TxIx where arbitrary = genTxIndex +genTxIxCoverage' :: Ledger.TxIx -> Property +genTxIxCoverage' (Ledger.TxIx ix) = + unsignedCoverage (maxBound @Word16 - 1024) "txIx" ix + +instance Arbitrary Ledger.TxIx where + arbitrary = genTxIx + +genCertIxCoverage :: Ledger.CertIx -> Property +genCertIxCoverage (Ledger.CertIx ix) = + unsignedCoverage (maxBound @Word16 - 1024) "certIx" ix + +instance Arbitrary Ledger.CertIx where + arbitrary = genCertIx + genTxInCoverage :: TxIn -> Property genTxInCoverage (TxIn _id ix) = -- We don't provide any coverage for genShelleyHash, and so we don't provide @@ -421,7 +504,11 @@ genTxInCollateralCoverage era collateral = TxInsCollateral _ cs -> Just $ length cs genSlotNoCoverage :: SlotNo -> Property -genSlotNoCoverage = unsignedCoverage (maxBound @Word32) "slot number" +genSlotNoCoverage = unsignedCoverage (maxBound @Word64 - 1000) "slot number" + +genSlotNo32Coverage :: SlotNo32 -> Property +genSlotNo32Coverage = + unsignedCoverage (maxBound @Word32 - 10000) "slot number (32-bit)" instance Arbitrary SlotNo where arbitrary = genSlotNo @@ -1052,19 +1139,25 @@ genTxMetadataInEraCoverage era meta = TxMetadataNone -> cover 10 True "no metadata" True TxMetadataInEra _ _ -> cover 40 True "some metadata" True -genIxCoverage :: Ix -> Property -genIxCoverage = unsignedCoverage (maxBound @Word32) "ix" - genPtrCoverage :: Ptr -> Property -genPtrCoverage (Ptr slotNo ix1 ix2) = checkCoverage $ conjoin - [ genSlotNoCoverage slotNo - , genIxCoverage ix1 - , genIxCoverage ix2 - ] +genPtrCoverage (safeUnwrapPtr -> (slotNo, txIx, certIx)) = + checkCoverage $ conjoin + [ genSlotNo32Coverage slotNo + , genTxIxCoverage' txIx + , genCertIxCoverage certIx + ] + +prop_safePtr_safeUnwrapPtr + :: SlotNo32 -> Ledger.TxIx -> Ledger.CertIx -> Property +prop_safePtr_safeUnwrapPtr s t c = + safeUnwrapPtr (safePtr s t c) === (s, t, c) instance Arbitrary Ptr where arbitrary = genPtr +instance Arbitrary SlotNo32 where + arbitrary = genSlotNo32 + genStakeAddressReferenceCoverage :: StakeAddressReference -> Property genStakeAddressReferenceCoverage ref = checkCoverage $ cover 10 (byValue ref) @@ -1184,6 +1277,30 @@ genTxOutDatumCoverage era datum = TxOutDatumHash _ _ -> True _ -> False +genTxOutReferenceScriptCoverage + :: CardanoEra era -> ReferenceScript era -> Property +genTxOutReferenceScriptCoverage era refScript = + case refInsScriptsAndInlineDatsSupportedInEra era of + Nothing -> + (refScript == ReferenceScriptNone) + & label "reference scripts not generated in unsupported era" + & counterexample + ( "reference scripts were generated in unsupported " + <> show era + ) + Just _ -> checkCoverage + $ cover 30 (hasNoRefScript refScript) + "no reference script" + $ cover 30 (hasRefScript refScript) + "reference script present" + True + where + hasNoRefScript = (== ReferenceScriptNone) + + hasRefScript = \case + ReferenceScript _ _ -> True + _ -> False + genTxOutValueCoverage :: CardanoEra era -> TxOutValue era -> Property genTxOutValueCoverage era val = case multiAssetSupportedInEra era of @@ -1205,10 +1322,11 @@ genTxOutValueCoverage era val = & counterexample (show era <> " should support multi-asset") genTxOutCoverage :: CardanoEra era -> TxOut ctx era -> Property -genTxOutCoverage era (TxOut addr val datum) = checkCoverage $ conjoin +genTxOutCoverage era (TxOut addr val datum refScript) = checkCoverage $ conjoin [ genAddressInEraCoverage era addr , genTxOutValueCoverage era val , genTxOutDatumCoverage era datum + , genTxOutReferenceScriptCoverage era refScript ] genWitnessNetworkIdOrByronAddressCoverage diff --git a/lib/core/test/unit/Cardano/Wallet/Api/TypesSpec.hs b/lib/core/test/unit/Cardano/Wallet/Api/TypesSpec.hs index da930d3f371..7f767d7d5ae 100644 --- a/lib/core/test/unit/Cardano/Wallet/Api/TypesSpec.hs +++ b/lib/core/test/unit/Cardano/Wallet/Api/TypesSpec.hs @@ -468,11 +468,12 @@ import Web.HttpApiData import qualified Cardano.Wallet.Api.Types as Api import qualified Data.Aeson as Aeson +import qualified Data.Aeson.Key as Aeson +import qualified Data.Aeson.KeyMap as Aeson import qualified Data.Aeson.Types as Aeson import qualified Data.ByteArray as BA import qualified Data.ByteString as BS import qualified Data.ByteString.Char8 as B8 -import qualified Data.HashMap.Strict as HM import qualified Data.List.NonEmpty as NE import qualified Data.Map.Strict as Map import qualified Data.Text as T @@ -1387,7 +1388,8 @@ instance FromJSON SchemaApiErrorCode where parseJSON = withObject "SchemaApiErrorCode" $ \o -> do vals <- forM (fmap showConstr $ dataTypeConstrs $ dataTypeOf NoSuchWallet) $ \n -> do - (r :: Maybe Yaml.Value) <- o .:? T.pack (toSchemaName n) + (r :: Maybe Yaml.Value) <- + o .:? Aeson.fromString (toSchemaName n) pure $ maybe (Left n) Right r case lefts vals of [] -> pure SchemaApiErrorCode @@ -3180,7 +3182,7 @@ addDefinition (NamedSchema (Just k) s) = do unsafeLookupKey :: Aeson.Value -> Text -> Aeson.Value unsafeLookupKey json k = case json of - Aeson.Object m -> fromMaybe bombMissing (HM.lookup k m) + Aeson.Object m -> fromMaybe bombMissing (Aeson.lookup (Aeson.fromText k) m) m -> bombNotObject m where bombNotObject m = @@ -3198,9 +3200,10 @@ instance {-# OVERLAPS #-} HasPath a => ValidateEveryPath a where let verbStr = toLower <$> show verb it (verbStr <> " " <> path <> " exists in specification") $ do case foldl' unsafeLookupKey specification ["paths", T.pack path] of - Aeson.Object m -> case HM.lookup (T.pack verbStr) m of - Just{} -> return @IO () - Nothing -> fail "couldn't find path in specification" + Aeson.Object m -> + case Aeson.lookup (Aeson.fromString verbStr) m of + Just{} -> return @IO () + Nothing -> fail "couldn't find path in specification" _ -> fail "couldn't find path in specification" instance (ValidateEveryPath a, ValidateEveryPath b) => ValidateEveryPath (a :<|> b) where diff --git a/lib/core/test/unit/Network/Wai/Middleware/LoggingSpec.hs b/lib/core/test/unit/Network/Wai/Middleware/LoggingSpec.hs index 8ae076367f5..0cd5b93af7c 100644 --- a/lib/core/test/unit/Network/Wai/Middleware/LoggingSpec.hs +++ b/lib/core/test/unit/Network/Wai/Middleware/LoggingSpec.hs @@ -148,7 +148,7 @@ spec = describe "Logging Middleware" $ do expectLogs ctx [ (Debug, "LogRequestStart") , (Info, "[POST] /post") - , (Debug, "{\"sensitive\":\"*****\",\"field\":\"patate\"}") + , (Debug, "{\"field\":\"patate\",\"sensitive\":\"*****\"}") , (Info, "201 Created") , (Debug, "{\"status\":\"ok\",\"whatever\":42}") , (Debug, "LogRequestFinish") diff --git a/lib/dbvar/src/Demo/Database.hs b/lib/dbvar/src/Demo/Database.hs index a2f4a83ae53..502169d61aa 100644 --- a/lib/dbvar/src/Demo/Database.hs +++ b/lib/dbvar/src/Demo/Database.hs @@ -59,7 +59,7 @@ import Data.Word import Database.Persist.Delta ( newEntityStore, newSqlStore ) import Database.Persist.Sql - ( SqlPersistM, SqlPersistT ) + ( SqlPersistM ) import Database.Persist.TH ( mkMigrate , mkPersist @@ -155,9 +155,9 @@ newStoreAddress = embedStore addressChainIntoTable =<< newEntityStore -- -- NB. This is missing most of the STM methods except for a handful of TVar -- ones! -instance MonadSTM (SqlPersistT (NoLoggingT (ResourceT IO))) where - type STM (SqlPersistT (NoLoggingT (ResourceT IO))) = WrapSTM - type TVar (SqlPersistT (NoLoggingT (ResourceT IO))) = TVar IO +instance MonadSTM (NoLoggingT (ResourceT IO)) where + type STM (NoLoggingT (ResourceT IO)) = WrapSTM + type TVar (NoLoggingT (ResourceT IO)) = TVar IO atomically = liftIO . STM.atomically . unWrapSTM newTVar = WrapSTM . STM.newTVar readTVar = WrapSTM . STM.readTVar diff --git a/lib/shelley/cardano-wallet.cabal b/lib/shelley/cardano-wallet.cabal index bf5b9068774..eaf7203a9b3 100644 --- a/lib/shelley/cardano-wallet.cabal +++ b/lib/shelley/cardano-wallet.cabal @@ -47,11 +47,13 @@ library , cardano-crypto-class , cardano-crypto-wrapper , cardano-wallet-launcher + , cardano-ledger-babbage , cardano-ledger-byron , cardano-ledger-core , cardano-ledger-shelley , cardano-ledger-shelley-ma , cardano-ledger-alonzo + , cardano-protocol-tpraos , cardano-slotting , cardano-wallet-cli , cardano-wallet-core @@ -81,6 +83,7 @@ library , ouroboros-consensus , ouroboros-consensus-byron , ouroboros-consensus-cardano + , ouroboros-consensus-protocol , ouroboros-consensus-shelley , ouroboros-network , ouroboros-network-framework @@ -274,6 +277,7 @@ test-suite unit , ouroboros-consensus-shelley , ouroboros-network , cardano-ledger-shelley + , plutus-core , text , text-class , transformers diff --git a/lib/shelley/exe/cardano-wallet.hs b/lib/shelley/exe/cardano-wallet.hs index 44e7ef5a3e9..d11c6a15844 100644 --- a/lib/shelley/exe/cardano-wallet.hs +++ b/lib/shelley/exe/cardano-wallet.hs @@ -5,6 +5,7 @@ {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE LambdaCase #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeFamilies #-} @@ -124,7 +125,8 @@ import Data.Text.Class ( ToText (..) ) import Network.URI ( URI ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( CommandFields , Mod , Parser diff --git a/lib/shelley/exe/mock-token-metadata-server.hs b/lib/shelley/exe/mock-token-metadata-server.hs index 4da338ff3eb..0cbd3eaa6ed 100644 --- a/lib/shelley/exe/mock-token-metadata-server.hs +++ b/lib/shelley/exe/mock-token-metadata-server.hs @@ -1,4 +1,5 @@ {-# LANGUAGE NamedFieldPuns #-} +{-# LANGUAGE PackageImports #-} module Main where @@ -14,7 +15,8 @@ import Control.Monad ( forever ) import Network.Wai.Middleware.RequestLogger ( logStdoutDev ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( ParserInfo , argument , auto @@ -33,7 +35,8 @@ import Options.Applicative , showHelpOnEmpty , str ) -import Options.Applicative.Help.Pretty +-- See ADP-1910 +import "optparse-applicative" Options.Applicative.Help.Pretty ( hang, indent, line, text, () ) data MetadataServerArgs = MetadataServerArgs diff --git a/lib/shelley/src/Cardano/Wallet/Byron/Compatibility.hs b/lib/shelley/src/Cardano/Wallet/Byron/Compatibility.hs index 29b31848458..73aad03ffef 100644 --- a/lib/shelley/src/Cardano/Wallet/Byron/Compatibility.hs +++ b/lib/shelley/src/Cardano/Wallet/Byron/Compatibility.hs @@ -297,7 +297,7 @@ fromTxAux txAux = case taTx txAux of fromTxIn :: TxIn -> W.TxIn fromTxIn (TxInUtxo id_ ix) = W.TxIn { inputId = W.Hash $ CC.hashToBytes id_ - , inputIx = ix + , inputIx = fromIntegral ix } fromTxOut :: TxOut -> W.TxOut diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs index 59d1786b94b..cfcfed57946 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility.hs @@ -8,6 +8,7 @@ {-# LANGUAGE LambdaCase #-} {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE NumericUnderscores #-} +{-# LANGUAGE PartialTypeSignatures #-} {-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE QuantifiedConstraints #-} {-# LANGUAGE QuasiQuotes #-} @@ -24,6 +25,9 @@ -- Jörmungandr dual support. {-# OPTIONS_GHC -fno-warn-orphans #-} +-- | We have to use it until 'BabbageEra' appears in 'Cardano.Api'. +{-# OPTIONS_GHC -Wno-partial-type-signatures #-} + -- | -- Copyright: © 2020 IOHK -- License: Apache-2.0 @@ -84,11 +88,9 @@ module Cardano.Wallet.Shelley.Compatibility , rewardAccountFromAddress , fromShelleyPParams , fromAlonzoPParams + , fromBabbagePParams , fromLedgerExUnits , toLedgerExUnits - , fromLedgerPParams - , fromLedgerAlonzoPParams - , toAlonzoPParams , fromCardanoAddress , toSystemStart , toScriptPurpose @@ -114,6 +116,7 @@ module Cardano.Wallet.Shelley.Compatibility , toCardanoEra , toCardanoBlockHeader , toShelleyBlockHeader + , toBabbageBlockHeader , fromShelleyHash , fromCardanoHash , fromChainHash @@ -132,6 +135,9 @@ module Cardano.Wallet.Shelley.Compatibility , fromMaryTx , fromAlonzoTx , fromAlonzoBlock + , fromBabbageTx + , fromBabbageBlock + , getBabbageProducer -- * Internal Conversions , decentralizationLevelFromPParams @@ -158,6 +164,7 @@ import Cardano.Api , AlonzoEra , AnyCardanoEra (..) , AsType (..) + , BabbageEra , CardanoEra (..) , CardanoEraStyle (..) , CardanoMode @@ -193,7 +200,9 @@ import Cardano.Ledger.BaseTypes import Cardano.Ledger.Era ( Era (..) ) import Cardano.Ledger.Serialization - ( ToCBORGroup ) + ( ToCBORGroup, sizedValue ) +import Cardano.Ledger.Shelley.API + ( StrictMaybe (SJust, SNothing) ) import Cardano.Slotting.Slot ( EpochNo (..), EpochSize (..) ) import Cardano.Slotting.Time @@ -309,6 +318,7 @@ import Ouroboros.Consensus.Cardano.Block , CardanoEras , HardForkBlock (..) , StandardAlonzo + , StandardBabbage , StandardShelley ) import Ouroboros.Consensus.HardFork.Combinator.AcrossEras @@ -318,7 +328,7 @@ import Ouroboros.Consensus.HardFork.History.Summary import Ouroboros.Consensus.Shelley.Eras ( StandardCrypto ) import Ouroboros.Consensus.Shelley.Ledger - ( ShelleyHash (..) ) + ( ShelleyCompatible, ShelleyHash (..) ) import Ouroboros.Consensus.Shelley.Ledger.Block ( ShelleyBlock (..) ) import Ouroboros.Network.Block @@ -352,11 +362,12 @@ import qualified Cardano.Ledger.Alonzo.Tx as Alonzo import qualified Cardano.Ledger.Alonzo.TxBody as Alonzo import qualified Cardano.Ledger.Alonzo.TxSeq as Alonzo import qualified Cardano.Ledger.Alonzo.TxWitness as Alonzo -import qualified Cardano.Ledger.BaseTypes as BT -import qualified Cardano.Ledger.BaseTypes as Ledger +import qualified Cardano.Ledger.Babbage as Babbage +import qualified Cardano.Ledger.Babbage.PParams as Babbage +import qualified Cardano.Ledger.Babbage.Tx as Babbage hiding + ( ScriptIntegrityHash, TxBody ) +import qualified Cardano.Ledger.Babbage.TxBody as Babbage import qualified Cardano.Ledger.BaseTypes as SL -import qualified Cardano.Ledger.Coin as Ledger -import qualified Cardano.Ledger.Core as Ledger import qualified Cardano.Ledger.Core as SL.Core import qualified Cardano.Ledger.Credential as SL import qualified Cardano.Ledger.Crypto as SL @@ -368,12 +379,12 @@ import qualified Cardano.Ledger.Shelley as SL hiding import qualified Cardano.Ledger.Shelley.API as SL import qualified Cardano.Ledger.Shelley.API as SLAPI import qualified Cardano.Ledger.Shelley.BlockChain as SL -import qualified Cardano.Ledger.Shelley.PParams as Shelley import qualified Cardano.Ledger.Shelley.Tx as Shelley import qualified Cardano.Ledger.ShelleyMA as MA import qualified Cardano.Ledger.ShelleyMA.AuxiliaryData as MA import qualified Cardano.Ledger.ShelleyMA.TxBody as MA import qualified Cardano.Ledger.TxIn as TxIn +import qualified Cardano.Protocol.TPraos.BHeader as SL import qualified Cardano.Wallet.Primitive.Types as W import qualified Cardano.Wallet.Primitive.Types.Address as W import qualified Cardano.Wallet.Primitive.Types.Coin as Coin @@ -399,7 +410,11 @@ import qualified Data.Map.Strict as Map import qualified Data.Map.Strict.NonEmptyMap as NonEmptyMap import qualified Data.Set as Set import qualified Data.Text.Encoding as T +import qualified Ouroboros.Consensus.Protocol.Praos as Consensus +import qualified Ouroboros.Consensus.Protocol.Praos.Header as Consensus +import qualified Ouroboros.Consensus.Protocol.TPraos as Consensus import qualified Ouroboros.Consensus.Shelley.Ledger as O +import qualified Ouroboros.Consensus.Shelley.Protocol.Abstract as Consensus import qualified Ouroboros.Network.Block as O import qualified Ouroboros.Network.Point as Point -------------------------------------------------------------------------------- @@ -436,7 +451,7 @@ emptyGenesis gp = W.Block -- | The protocol client version. Distinct from the codecs version. nodeToClientVersions :: [NodeToClientVersion] -nodeToClientVersions = [NodeToClientV_8, NodeToClientV_9] +nodeToClientVersions = [NodeToClientV_13] -------------------------------------------------------------------------------- -- @@ -455,9 +470,8 @@ fromPoint O.GenesisPoint = ChainPointAtGenesis fromPoint (O.BlockPoint slot h) = ChainPoint slot (fromCardanoHash h) toCardanoBlockHeader - :: forall c. Era (SL.ShelleyEra c) - => W.GenesisParameters - -> CardanoBlock c + :: W.GenesisParameters + -> CardanoBlock StandardCrypto -> W.BlockHeader toCardanoBlockHeader gp = \case BlockByron blk -> @@ -470,34 +484,63 @@ toCardanoBlockHeader gp = \case toShelleyBlockHeader (W.getGenesisBlockHash gp) blk BlockAlonzo blk -> toShelleyBlockHeader (W.getGenesisBlockHash gp) blk + BlockBabbage blk -> + toBabbageBlockHeader (W.getGenesisBlockHash gp) blk toShelleyBlockHeader - :: (Era e, ToCBORGroup (Ledger.Era.TxSeq e)) + :: (ShelleyCompatible (Consensus.TPraos StandardCrypto) era) => W.Hash "Genesis" - -> ShelleyBlock e + -> ShelleyBlock (Consensus.TPraos StandardCrypto) era -> W.BlockHeader toShelleyBlockHeader genesisHash blk = let - ShelleyBlock (SL.Block (SL.BHeader header _) _) headerHash = blk + ShelleyBlock (SL.Block header _txSeq) _headerHash = blk + in + W.BlockHeader + { slotNo = + Consensus.pHeaderSlot header + , blockHeight = + fromBlockNo $ Consensus.pHeaderBlock header + , headerHash = + fromShelleyHash $ Consensus.pHeaderHash header + , parentHeaderHash = Just $ + fromPrevHash (coerce genesisHash) $ + Consensus.pHeaderPrevHash header + } + +toBabbageBlockHeader + :: (ShelleyCompatible (Consensus.Praos StandardCrypto) era) + => W.Hash "Genesis" + -> ShelleyBlock (Consensus.Praos StandardCrypto) era + -> W.BlockHeader +toBabbageBlockHeader genesisHash blk = + let + ShelleyBlock (SL.Block header _txSeq) _headerHash = blk in W.BlockHeader { slotNo = - SL.bheaderSlotNo header + Consensus.pHeaderSlot header , blockHeight = - fromBlockNo $ SL.bheaderBlockNo header + fromBlockNo $ Consensus.pHeaderBlock header , headerHash = - fromShelleyHash headerHash + fromShelleyHash $ Consensus.pHeaderHash header , parentHeaderHash = Just $ fromPrevHash (coerce genesisHash) $ - SL.bheaderPrev header + Consensus.pHeaderPrevHash header } getProducer - :: (Era e, ToCBORGroup (Ledger.Era.TxSeq e)) - => ShelleyBlock e -> W.PoolId + :: (Era era, ToCBORGroup (Ledger.Era.TxSeq era)) + => ShelleyBlock (Consensus.TPraos StandardCrypto) era -> W.PoolId getProducer (ShelleyBlock (SL.Block (SL.BHeader header _) _) _) = fromPoolKeyHash $ SL.hashKey (SL.bheaderVk header) +getBabbageProducer + :: (Era era, ToCBORGroup (Ledger.Era.TxSeq era)) + => ShelleyBlock (Consensus.Praos StandardCrypto) era -> W.PoolId +getBabbageProducer (ShelleyBlock (SL.Block (Consensus.Header header _) _) _) = + fromPoolKeyHash $ SL.hashKey (Consensus.hbVk header) + fromCardanoBlock :: W.GenesisParameters -> CardanoBlock StandardCrypto @@ -513,15 +556,18 @@ fromCardanoBlock gp = \case fst $ fromMaryBlock gp blk BlockAlonzo blk -> fst $ fromAlonzoBlock gp blk + BlockBabbage blk -> + fst $ fromBabbageBlock gp blk numberOfTransactionsInBlock :: CardanoBlock StandardCrypto -> (Int, (Quantity "block" Word32, O.SlotNo)) numberOfTransactionsInBlock = \case + BlockByron byb -> transactionsByron byb BlockShelley shb -> transactions shb BlockAllegra shb -> transactions shb BlockMary shb -> transactions shb BlockAlonzo shb -> transactionsAlonzo shb - BlockByron byb -> transactionsByron byb + BlockBabbage shb -> transactionsBabbage shb where transactions (ShelleyBlock (SL.Block (SL.BHeader header _) (SL.TxSeq txs')) _) = @@ -533,6 +579,20 @@ numberOfTransactionsInBlock = \case ( length txs' , (fromBlockNo $ SL.bheaderBlockNo header, SL.bheaderSlotNo header) ) + transactionsBabbage + :: ShelleyBlock + (Consensus.Praos StandardCrypto) + (Babbage.BabbageEra StandardCrypto) + -> (Int, (Quantity "block" Word32, O.SlotNo)) + transactionsBabbage + (ShelleyBlock + (SL.Block (Consensus.Header header _) + (Alonzo.TxSeq txs')) _) = + ( length txs' + , ( fromBlockNo $ Consensus.hbBlockNo header + , Consensus.hbSlotNo header + ) + ) transactionsByron blk = (, (fromBlockNo $ O.blockNo blk, O.blockSlot blk)) $ case byronBlockRaw blk of @@ -548,10 +608,13 @@ toCardanoEra = \case BlockAllegra{} -> AnyCardanoEra AllegraEra BlockMary{} -> AnyCardanoEra MaryEra BlockAlonzo{} -> AnyCardanoEra AlonzoEra + BlockBabbage{} -> AnyCardanoEra BabbageEra fromShelleyBlock :: W.GenesisParameters - -> ShelleyBlock (SL.ShelleyEra StandardCrypto) + -> ShelleyBlock + (Consensus.TPraos StandardCrypto) + (SL.ShelleyEra StandardCrypto) -> (W.Block, [W.PoolCertificate]) fromShelleyBlock gp blk@(ShelleyBlock (SL.Block _ (SL.TxSeq txs')) _) = let @@ -568,7 +631,9 @@ fromShelleyBlock gp blk@(ShelleyBlock (SL.Block _ (SL.TxSeq txs')) _) = fromAllegraBlock :: W.GenesisParameters - -> ShelleyBlock (MA.ShelleyMAEra 'MA.Allegra StandardCrypto) + -> ShelleyBlock + (Consensus.TPraos StandardCrypto) + (MA.ShelleyMAEra 'MA.Allegra StandardCrypto) -> (W.Block, [W.PoolCertificate]) fromAllegraBlock gp blk@(ShelleyBlock (SL.Block _ (SL.TxSeq txs')) _) = let @@ -585,7 +650,9 @@ fromAllegraBlock gp blk@(ShelleyBlock (SL.Block _ (SL.TxSeq txs')) _) = fromMaryBlock :: W.GenesisParameters - -> ShelleyBlock (MA.ShelleyMAEra 'MA.Mary StandardCrypto) + -> ShelleyBlock + (Consensus.TPraos StandardCrypto) + (MA.ShelleyMAEra 'MA.Mary StandardCrypto) -> (W.Block, [W.PoolCertificate]) fromMaryBlock gp blk@(ShelleyBlock (SL.Block _ (SL.TxSeq txs')) _) = let @@ -608,8 +675,13 @@ fromMaryBlock gp blk@(ShelleyBlock (SL.Block _ (SL.TxSeq txs')) _) = -- would need to be cleaned up too. We probably will need to use `Point block`, -- in all chain followers (including the DBLayer). fromAlonzoBlock - :: W.GenesisParameters - -> ShelleyBlock (Alonzo.AlonzoEra StandardCrypto) + :: ShelleyCompatible + (Consensus.TPraos StandardCrypto) + (Alonzo.AlonzoEra StandardCrypto) + => W.GenesisParameters + -> ShelleyBlock + (Consensus.TPraos StandardCrypto) + (Alonzo.AlonzoEra StandardCrypto) -> (W.Block, [W.PoolCertificate]) fromAlonzoBlock gp blk@(ShelleyBlock (SL.Block _ txSeq) _) = let @@ -625,19 +697,39 @@ fromAlonzoBlock gp blk@(ShelleyBlock (SL.Block _ txSeq) _) = , toPoolCertificates certs' ) -fromShelleyHash :: ShelleyHash c -> W.Hash "BlockHeader" -fromShelleyHash (ShelleyHash (SL.HashHeader h)) = W.Hash (hashToBytes h) +fromBabbageBlock + :: W.GenesisParameters + -> ShelleyBlock + (Consensus.Praos StandardCrypto) + (Babbage.BabbageEra StandardCrypto) + -> (W.Block, [W.PoolCertificate]) +fromBabbageBlock gp blk@(ShelleyBlock (SL.Block _ txSeq) _) = + let + Alonzo.TxSeq txs' = txSeq + (txs, certs, _, _, _) = unzip5 $ map fromBabbageValidatedTx $ toList txs' + certs' = mconcat certs + in + ( W.Block + { header = toBabbageBlockHeader (W.getGenesisBlockHash gp) blk + , transactions = txs + , delegations = toDelegationCertificates certs' + } + , toPoolCertificates certs' + ) + +fromShelleyHash :: ShelleyHash crypto -> W.Hash "BlockHeader" +fromShelleyHash (ShelleyHash h) = W.Hash (hashToBytes h) fromCardanoHash :: O.HeaderHash (CardanoBlock sc) -> W.Hash "BlockHeader" fromCardanoHash = W.Hash . fromShort . getOneEraHash fromPrevHash :: W.Hash "BlockHeader" - -> SLAPI.PrevHash sc + -> SL.PrevHash crypto -> W.Hash "BlockHeader" fromPrevHash genesisHash = \case SL.GenesisHash -> genesisHash - SL.BlockHash h -> fromShelleyHash (ShelleyHash h) + SL.BlockHash (SL.HashHeader h) -> W.Hash (hashToBytes h) fromChainHash :: W.Hash "Genesis" @@ -709,15 +801,17 @@ fromShelleyPParams eraInfo currentNodeProtocolParameters pp = , minimumUTxOvalue = MinimumUTxOValue . toWalletCoin $ SLAPI._minUTxOValue pp , stakeKeyDeposit = stakeKeyDepositFromPParams pp - , eras = fromBound <$> eraInfo + , eras = fromBoundToEpochNo <$> eraInfo -- Collateral inputs were not supported or required in Shelley: , maximumCollateralInputCount = 0 , minimumCollateralPercentage = 0 , executionUnitPrices = Nothing , currentNodeProtocolParameters } - where - fromBound (Bound _relTime _slotNo (EpochNo e)) = W.EpochNo $ fromIntegral e + +fromBoundToEpochNo :: Bound -> W.EpochNo +fromBoundToEpochNo (Bound _relTime _slotNo (EpochNo e)) = + W.EpochNo $ fromIntegral e fromAlonzoPParams :: HasCallStack @@ -738,7 +832,7 @@ fromAlonzoPParams eraInfo currentNodeProtocolParameters pp = , minimumUTxOvalue = MinimumUTxOValueCostPerWord . toWalletCoin $ Alonzo._coinsPerUTxOWord pp , stakeKeyDeposit = stakeKeyDepositFromPParams pp - , eras = fromBound <$> eraInfo + , eras = fromBoundToEpochNo <$> eraInfo , maximumCollateralInputCount = unsafeIntToWord $ Alonzo._maxCollateralInputs pp , minimumCollateralPercentage = @@ -747,8 +841,38 @@ fromAlonzoPParams eraInfo currentNodeProtocolParameters pp = Just $ executionUnitPricesFromPParams pp , currentNodeProtocolParameters } + +fromBabbagePParams + :: HasCallStack + => W.EraInfo Bound + -> Maybe Cardano.ProtocolParameters + -> Babbage.PParams StandardBabbage + -> W.ProtocolParameters +fromBabbagePParams eraInfo currentNodeProtocolParameters pp = + W.ProtocolParameters + { decentralizationLevel = + decentralizationLevelFromPParams pp + , txParameters = txParametersFromPParams + (W.TokenBundleMaxSize $ W.TxSize $ Babbage._maxValSize pp) + (fromLedgerExUnits (getField @"_maxTxExUnits" pp)) + pp + , desiredNumberOfStakePools = + desiredNumberOfStakePoolsFromPParams pp + , minimumUTxOvalue = MinimumUTxOValueCostPerWord + . fromByteToWord . toWalletCoin $ Babbage._coinsPerUTxOByte pp + , stakeKeyDeposit = stakeKeyDepositFromPParams pp + , eras = fromBoundToEpochNo <$> eraInfo + , maximumCollateralInputCount = unsafeIntToWord $ + Babbage._maxCollateralInputs pp + , minimumCollateralPercentage = + Babbage._collateralPercentage pp + , executionUnitPrices = + Just $ executionUnitPricesFromPParams pp + , currentNodeProtocolParameters + } where - fromBound (Bound _relTime _slotNo (EpochNo e)) = W.EpochNo $ fromIntegral e + fromByteToWord (W.Coin v) = W.Coin $ 8 * v + -- | Extract the current network decentralization level from the given set of -- protocol parameters. @@ -769,8 +893,8 @@ executionUnitPricesFromPParams pp = prices = getField @"_prices" pp fromAlonzoPrices Alonzo.Prices{prMem, prSteps} = W.ExecutionUnitPrices - { W.pricePerStep = Ledger.unboundRational prSteps - , W.pricePerMemoryUnit = Ledger.unboundRational prMem + { W.pricePerStep = SL.unboundRational prSteps + , W.pricePerMemoryUnit = SL.unboundRational prMem } fromLedgerExUnits @@ -812,314 +936,6 @@ txParametersFromPParams maxBundleSize getMaxExecutionUnits pp = W.TxParameters naturalToDouble :: Natural -> Double naturalToDouble = fromIntegral --------------------------------------------------------------------------------- --- Copied from cardano-api --- To be removed when once again exposed. --------------------------------------------------------------------------------- - -fromLedgerPParams - :: Cardano.ShelleyBasedEra era - -> Ledger.PParams (Cardano.ShelleyLedgerEra era) - -> Cardano.ProtocolParameters -fromLedgerPParams Cardano.ShelleyBasedEraShelley = fromLedgerShelleyPParams -fromLedgerPParams Cardano.ShelleyBasedEraAllegra = fromLedgerShelleyPParams -fromLedgerPParams Cardano.ShelleyBasedEraMary = fromLedgerShelleyPParams -fromLedgerPParams Cardano.ShelleyBasedEraAlonzo = fromLedgerAlonzoPParams - -fromShelleyLovelace :: Ledger.Coin -> Cardano.Lovelace -fromShelleyLovelace (Ledger.Coin c) = Cardano.Lovelace c - -fromLedgerNonce :: Ledger.Nonce -> Maybe Cardano.PraosNonce -fromLedgerNonce Ledger.NeutralNonce = Nothing -fromLedgerNonce (Ledger.Nonce h) = - Just (Cardano.makePraosNonce $ Crypto.hashToBytes h) - -fromLedgerShelleyPParams - :: Shelley.PParams ledgerera - -> Cardano.ProtocolParameters -fromLedgerShelleyPParams - Shelley.PParams { - Shelley._minfeeA - , Shelley._minfeeB - , Shelley._maxBBSize - , Shelley._maxTxSize - , Shelley._maxBHSize - , Shelley._keyDeposit - , Shelley._poolDeposit - , Shelley._eMax - , Shelley._nOpt - , Shelley._a0 - , Shelley._rho - , Shelley._tau - , Shelley._d - , Shelley._extraEntropy - , Shelley._protocolVersion - , Shelley._minUTxOValue - , Shelley._minPoolCost - } = Cardano.ProtocolParameters { - protocolParamProtocolVersion = (\(BT.ProtVer a b) -> (a,b)) - _protocolVersion - , protocolParamDecentralization = SL.unboundRational _d - , protocolParamExtraPraosEntropy = fromLedgerNonce _extraEntropy - , protocolParamMaxBlockHeaderSize = _maxBHSize - , protocolParamMaxBlockBodySize = _maxBBSize - , protocolParamMaxTxSize = _maxTxSize - , protocolParamTxFeeFixed = _minfeeB - , protocolParamTxFeePerByte = _minfeeA - , protocolParamMinUTxOValue = Just (fromShelleyLovelace _minUTxOValue) - , protocolParamStakeAddressDeposit = fromShelleyLovelace _keyDeposit - , protocolParamStakePoolDeposit = fromShelleyLovelace _poolDeposit - , protocolParamMinPoolCost = fromShelleyLovelace _minPoolCost - , protocolParamPoolRetireMaxEpoch = _eMax - , protocolParamStakePoolTargetNum = _nOpt - , protocolParamPoolPledgeInfluence = SL.unboundRational _a0 - , protocolParamMonetaryExpansion = SL.unboundRational _rho - , protocolParamTreasuryCut = SL.unboundRational _tau - , protocolParamUTxOCostPerWord = Nothing - , protocolParamCostModels = Map.empty - , protocolParamPrices = Nothing - , protocolParamMaxTxExUnits = Nothing - , protocolParamMaxBlockExUnits = Nothing - , protocolParamMaxValueSize = Nothing - , protocolParamCollateralPercent = Nothing - , protocolParamMaxCollateralInputs = Nothing - } - -fromLedgerAlonzoPParams - :: Alonzo.PParams ledgerera - -> Cardano.ProtocolParameters -fromLedgerAlonzoPParams - Alonzo.PParams { - Alonzo._minfeeA - , Alonzo._minfeeB - , Alonzo._maxBBSize - , Alonzo._maxTxSize - , Alonzo._maxBHSize - , Alonzo._keyDeposit - , Alonzo._poolDeposit - , Alonzo._eMax - , Alonzo._nOpt - , Alonzo._a0 - , Alonzo._rho - , Alonzo._tau - , Alonzo._d - , Alonzo._extraEntropy - , Alonzo._protocolVersion - , Alonzo._minPoolCost - , Alonzo._coinsPerUTxOWord - , Alonzo._costmdls - , Alonzo._prices - , Alonzo._maxTxExUnits - , Alonzo._maxBlockExUnits - , Alonzo._maxValSize - , Alonzo._collateralPercentage - , Alonzo._maxCollateralInputs - } = Cardano.ProtocolParameters { - protocolParamProtocolVersion = (\(BT.ProtVer a b) -> (a,b)) - _protocolVersion - , protocolParamDecentralization = SL.unboundRational _d - , protocolParamExtraPraosEntropy = fromLedgerNonce _extraEntropy - , protocolParamMaxBlockHeaderSize = _maxBHSize - , protocolParamMaxBlockBodySize = _maxBBSize - , protocolParamMaxTxSize = _maxTxSize - , protocolParamTxFeeFixed = _minfeeB - , protocolParamTxFeePerByte = _minfeeA - , protocolParamMinUTxOValue = Nothing - , protocolParamStakeAddressDeposit = fromShelleyLovelace _keyDeposit - , protocolParamStakePoolDeposit = fromShelleyLovelace _poolDeposit - , protocolParamMinPoolCost = fromShelleyLovelace _minPoolCost - , protocolParamPoolRetireMaxEpoch = _eMax - , protocolParamStakePoolTargetNum = _nOpt - , protocolParamPoolPledgeInfluence = SL.unboundRational _a0 - , protocolParamMonetaryExpansion = SL.unboundRational _rho - , protocolParamTreasuryCut = SL.unboundRational _tau - , protocolParamUTxOCostPerWord = Just (fromShelleyLovelace _coinsPerUTxOWord) - , protocolParamCostModels = fromAlonzoCostModels _costmdls - , protocolParamPrices = Just (fromAlonzoPrices _prices) - , protocolParamMaxTxExUnits = Just (fromAlonzoExUnits _maxTxExUnits) - , protocolParamMaxBlockExUnits = Just (fromAlonzoExUnits _maxBlockExUnits) - , protocolParamMaxValueSize = Just _maxValSize - , protocolParamCollateralPercent = Just _collateralPercentage - , protocolParamMaxCollateralInputs = Just _maxCollateralInputs - } - where - fromAlonzoPrices :: Alonzo.Prices -> Cardano.ExecutionUnitPrices - fromAlonzoPrices Alonzo.Prices{Alonzo.prSteps, Alonzo.prMem} = Cardano.ExecutionUnitPrices - { priceExecutionSteps = Ledger.unboundRational prSteps - , priceExecutionMemory = Ledger.unboundRational prMem - } - - fromAlonzoExUnits :: Alonzo.ExUnits -> Cardano.ExecutionUnits - fromAlonzoExUnits Alonzo.ExUnits{Alonzo.exUnitsSteps, Alonzo.exUnitsMem} = Cardano.ExecutionUnits - { executionSteps = exUnitsSteps - , executionMemory = exUnitsMem - } - - fromAlonzoScriptLanguage :: Alonzo.Language -> Cardano.AnyPlutusScriptVersion - fromAlonzoScriptLanguage Alonzo.PlutusV1 = - Cardano.AnyPlutusScriptVersion Cardano.PlutusScriptV1 - fromAlonzoScriptLanguage Alonzo.PlutusV2 = - Cardano.AnyPlutusScriptVersion Cardano.PlutusScriptV2 - - fromAlonzoCostModel :: Alonzo.CostModel -> Cardano.CostModel - fromAlonzoCostModel (Alonzo.CostModel m) = Cardano.CostModel m - - fromAlonzoCostModels - :: Map Alonzo.Language Alonzo.CostModel - -> Map Cardano.AnyPlutusScriptVersion Cardano.CostModel - fromAlonzoCostModels = - Map.fromList - . map (bimap fromAlonzoScriptLanguage fromAlonzoCostModel) - . Map.toList - -toAlonzoPParams - :: Cardano.ProtocolParameters - -> Alonzo.PParams era -toAlonzoPParams - Cardano.ProtocolParameters - { protocolParamProtocolVersion - , protocolParamDecentralization - , protocolParamExtraPraosEntropy - , protocolParamMaxBlockHeaderSize - , protocolParamMaxBlockBodySize - , protocolParamMaxTxSize - , protocolParamTxFeeFixed - , protocolParamTxFeePerByte - , protocolParamStakeAddressDeposit - , protocolParamStakePoolDeposit - , protocolParamMinPoolCost - , protocolParamPoolRetireMaxEpoch - , protocolParamStakePoolTargetNum - , protocolParamPoolPledgeInfluence - , protocolParamMonetaryExpansion - , protocolParamTreasuryCut - , protocolParamUTxOCostPerWord = Just utxoCostPerWord - , protocolParamCostModels - , protocolParamPrices = Just prices - , protocolParamMaxTxExUnits = Just maxTxExUnits - , protocolParamMaxBlockExUnits = Just maxBlockExUnits - , protocolParamMaxValueSize = Just maxValueSize - , protocolParamCollateralPercent = Just collateralPercentage - , protocolParamMaxCollateralInputs = Just maxCollateralInputs - } = - Alonzo.PParams - { Alonzo._protocolVersion = - let (maj, minor) = protocolParamProtocolVersion - in BT.ProtVer maj minor - , Alonzo._d = - fromMaybe - (error "toAlonzoPParams: invalid Decentralization value") - (Ledger.boundRational protocolParamDecentralization) - , Alonzo._extraEntropy = - toLedgerNonce protocolParamExtraPraosEntropy - , Alonzo._maxBHSize = - protocolParamMaxBlockHeaderSize - , Alonzo._maxBBSize = - protocolParamMaxBlockBodySize - , Alonzo._maxTxSize = - protocolParamMaxTxSize - , Alonzo._minfeeB = - protocolParamTxFeeFixed - , Alonzo._minfeeA = - protocolParamTxFeePerByte - , Alonzo._keyDeposit = - toShelleyLovelace protocolParamStakeAddressDeposit - , Alonzo._poolDeposit = - toShelleyLovelace protocolParamStakePoolDeposit - , Alonzo._minPoolCost = - toShelleyLovelace protocolParamMinPoolCost - , Alonzo._eMax = - protocolParamPoolRetireMaxEpoch - , Alonzo._nOpt = - protocolParamStakePoolTargetNum - , Alonzo._a0 = - fromMaybe - (error "toAlonzoPParams: invalid PoolPledgeInfluence value") - (Ledger.boundRational protocolParamPoolPledgeInfluence) - , Alonzo._rho = - fromMaybe - (error "toAlonzoPParams: invalid MonetaryExpansion value") - (Ledger.boundRational protocolParamMonetaryExpansion) - , Alonzo._tau = - fromMaybe - (error "toAlonzoPParams: invalid TreasuryCut value") - (Ledger.boundRational protocolParamTreasuryCut) - , Alonzo._coinsPerUTxOWord = - toShelleyLovelace utxoCostPerWord - , Alonzo._costmdls = - toAlonzoCostModels protocolParamCostModels - , Alonzo._prices = - fromMaybe - (error "toAlonzoPParams: invalid Price values") - (toAlonzoPrices prices) - , Alonzo._maxTxExUnits = - toAlonzoExUnits maxTxExUnits - , Alonzo._maxBlockExUnits = - toAlonzoExUnits maxBlockExUnits - , Alonzo._maxValSize = - maxValueSize - , Alonzo._collateralPercentage = - collateralPercentage - , Alonzo._maxCollateralInputs = - maxCollateralInputs - } - where - toShelleyLovelace :: Cardano.Lovelace -> SLAPI.Coin - toShelleyLovelace (Cardano.Lovelace l) = SLAPI.Coin l - - toAlonzoCostModels - :: Map Cardano.AnyPlutusScriptVersion Cardano.CostModel - -> Map Alonzo.Language Alonzo.CostModel - toAlonzoCostModels - = Map.fromList - . map (bimap toAlonzoScriptLanguage toAlonzoCostModel) - . Map.toList - where - toAlonzoCostModel :: Cardano.CostModel -> Alonzo.CostModel - toAlonzoCostModel (Cardano.CostModel m) = - Alonzo.CostModel m - - toAlonzoScriptLanguage :: Cardano.AnyPlutusScriptVersion -> Alonzo.Language - toAlonzoScriptLanguage (Cardano.AnyPlutusScriptVersion Cardano.PlutusScriptV1) = - Alonzo.PlutusV1 - toAlonzoScriptLanguage (Cardano.AnyPlutusScriptVersion Cardano.PlutusScriptV2) = - Alonzo.PlutusV2 - - toAlonzoPrices :: Cardano.ExecutionUnitPrices -> Maybe Alonzo.Prices - toAlonzoPrices Cardano.ExecutionUnitPrices - { priceExecutionSteps - , priceExecutionMemory - } = do - prSteps <- Ledger.boundRational priceExecutionSteps - prMem <- Ledger.boundRational priceExecutionMemory - return Alonzo.Prices { Alonzo.prSteps, Alonzo.prMem } - - toAlonzoExUnits :: Cardano.ExecutionUnits -> Alonzo.ExUnits - toAlonzoExUnits Cardano.ExecutionUnits{executionSteps, executionMemory} = - Alonzo.ExUnits - { Alonzo.exUnitsSteps = executionSteps - , Alonzo.exUnitsMem = executionMemory - } - - toLedgerNonce :: Maybe Cardano.PraosNonce -> Ledger.Nonce - toLedgerNonce = \case - Nothing -> Ledger.NeutralNonce - Just nonce -> Ledger.Nonce (unsafeHashFromBytes (Cardano.serialiseToRawBytes nonce)) -toAlonzoPParams Cardano.ProtocolParameters { protocolParamUTxOCostPerWord = Nothing } = - error "toAlonzoPParams: must specify protocolParamUTxOCostPerWord" -toAlonzoPParams Cardano.ProtocolParameters { protocolParamPrices = Nothing } = - error "toAlonzoPParams: must specify protocolParamPrices" -toAlonzoPParams Cardano.ProtocolParameters { protocolParamMaxTxExUnits = Nothing } = - error "toAlonzoPParams: must specify protocolParamMaxTxExUnits" -toAlonzoPParams Cardano.ProtocolParameters { protocolParamMaxBlockExUnits = Nothing } = - error "toAlonzoPParams: must specify protocolParamMaxBlockExUnits" -toAlonzoPParams Cardano.ProtocolParameters { protocolParamMaxValueSize = Nothing } = - error "toAlonzoPParams: must specify protocolParamMaxValueSize" -toAlonzoPParams Cardano.ProtocolParameters { protocolParamCollateralPercent = Nothing } = - error "toAlonzoPParams: must specify protocolParamCollateralPercent" -toAlonzoPParams Cardano.ProtocolParameters { protocolParamMaxCollateralInputs = Nothing } = - error "toAlonzoPParams: must specify protocolParamMaxCollateralInputs" - toCostModelsAsArray :: Map Alonzo.Language Alonzo.CostModel -> Array Alonzo.Language Alonzo.CostModel @@ -1282,10 +1098,10 @@ fromShelleyTxId (SL.TxId h) = fromShelleyTxIn :: SL.TxIn crypto -> W.TxIn -fromShelleyTxIn (SL.TxIn txid ix) = +fromShelleyTxIn (SL.TxIn txid (SL.TxIx ix)) = W.TxIn (fromShelleyTxId txid) (unsafeCast ix) where - unsafeCast :: Natural -> Word32 + unsafeCast :: Word16 -> Word32 unsafeCast = fromIntegral fromCardanoTxIn @@ -1296,7 +1112,7 @@ fromCardanoTxIn (Cardano.TxIn txid (Cardano.TxIx ix)) = -- | WARNING: Datum hashes are lost in the conversion! fromCardanoTxOut :: IsCardanoEra era => Cardano.TxOut ctx era -> W.TxOut -fromCardanoTxOut (Cardano.TxOut addr out _datumHash) = +fromCardanoTxOut (Cardano.TxOut addr out _datumHash _) = W.TxOut (W.Address $ Cardano.serialiseToRawBytes addr) (fromCardanoTxOutValue out) @@ -1371,6 +1187,8 @@ fromCardanoTx = \case extract $ fromMaryTx tx Cardano.ShelleyBasedEraAlonzo -> extract $ fromAlonzoTx tx + Cardano.ShelleyBasedEraBabbage -> + extract $ fromBabbageTx tx Cardano.ByronTx tx -> ( fromTxAux tx , emptyTokenMapWithScripts @@ -1563,15 +1381,26 @@ getScriptIntegrityHash = \case Cardano.ShelleyBasedEraShelley -> Nothing Cardano.ShelleyBasedEraAllegra -> Nothing Cardano.ShelleyBasedEraMary -> Nothing - Cardano.ShelleyBasedEraAlonzo -> SafeHash.originalBytes <$> scriptIntegrityHashOfAlonzoTx tx + Cardano.ShelleyBasedEraAlonzo -> + SafeHash.originalBytes <$> scriptIntegrityHashOfAlonzoTx tx + Cardano.ShelleyBasedEraBabbage -> + SafeHash.originalBytes <$> scriptIntegrityHashOfBabbageTx tx Cardano.ByronTx _ -> Nothing where - scriptIntegrityHashOfAlonzoTx - :: Alonzo.ValidatedTx (Alonzo.AlonzoEra StandardCrypto) - -> Maybe (Alonzo.ScriptIntegrityHash StandardCrypto) - scriptIntegrityHashOfAlonzoTx (Alonzo.ValidatedTx body _wits _isValid _auxData) - = strictMaybeToMaybe . Alonzo.scriptIntegrityHash $ body + scriptIntegrityHashOfAlonzoTx + :: Alonzo.ValidatedTx (Alonzo.AlonzoEra StandardCrypto) + -> Maybe (Alonzo.ScriptIntegrityHash StandardCrypto) + scriptIntegrityHashOfAlonzoTx + (Alonzo.ValidatedTx body _wits _isValid _auxData) + = strictMaybeToMaybe . Alonzo.scriptIntegrityHash $ body + + scriptIntegrityHashOfBabbageTx + :: Babbage.ValidatedTx (Babbage.BabbageEra StandardCrypto) + -> Maybe (Babbage.ScriptIntegrityHash StandardCrypto) + scriptIntegrityHashOfBabbageTx + (Babbage.ValidatedTx body _wits _isValid _auxData) + = strictMaybeToMaybe . Babbage.scriptIntegrityHash $ body fromAlonzoTxBodyAndAux :: Alonzo.TxBody (Cardano.ShelleyLedgerEra AlonzoEra) @@ -1685,6 +1514,125 @@ fromAlonzoTx (Alonzo.ValidatedTx bod wits (Alonzo.IsValid isValid) aux) = then Just W.TxScriptValid else Just W.TxScriptInvalid +fromBabbageTx + :: Alonzo.ValidatedTx (Cardano.ShelleyLedgerEra BabbageEra) + -> ( W.Tx + , [W.Certificate] + , TokenMapWithScripts + , TokenMapWithScripts + , Maybe ValidityIntervalExplicit + ) +fromBabbageTx (Alonzo.ValidatedTx bod wits (Alonzo.IsValid isValid) aux) = + (\(tx, c, m, b, i) -> (tx { W.scriptValidity = validity }, c, m, b, i)) + $ fromBabbageTxBodyAndAux bod aux wits + where + validity = + if isValid + then Just W.TxScriptValid + else Just W.TxScriptInvalid + +fromBabbageValidatedTx + :: Alonzo.ValidatedTx (Cardano.ShelleyLedgerEra BabbageEra) + -> ( W.Tx + , [W.Certificate] + , TokenMapWithScripts + , TokenMapWithScripts + , Maybe ValidityIntervalExplicit + ) +fromBabbageValidatedTx (Alonzo.ValidatedTx bod wits _isValidating aux) = + fromBabbageTxBodyAndAux bod aux wits + +fromBabbageTxBodyAndAux + :: Babbage.TxBody (Cardano.ShelleyLedgerEra BabbageEra) + -> SLAPI.StrictMaybe + (Babbage.AuxiliaryData (Cardano.ShelleyLedgerEra BabbageEra)) + -> Alonzo.TxWitness StandardBabbage + -> ( W.Tx + , [W.Certificate] + , TokenMapWithScripts + , TokenMapWithScripts + , Maybe ValidityIntervalExplicit + ) +fromBabbageTxBodyAndAux bod mad wits = + ( W.Tx + { txId = + fromShelleyTxId $ + TxIn.txid @(Cardano.ShelleyLedgerEra BabbageEra) bod + , fee = + Just $ fromShelleyCoin fee + , resolvedInputs = + map ((,W.Coin 0) . fromShelleyTxIn) (toList inps) + , resolvedCollateralInputs = + map ((,W.Coin 0) . fromShelleyTxIn) (toList collateralInps) + , outputs = + map (fromBabbageTxOut . sizedValue) (toList outs) + , collateralOutput = + case fmap (fromBabbageTxOut . sizedValue) collateralReturn of + SNothing -> Nothing + SJust txout -> Just txout + , withdrawals = + fromShelleyWdrl wdrls + , metadata = + fromShelleyMD . toSLMetadata <$> SL.strictMaybeToMaybe mad + , scriptValidity = + Nothing + } + , map fromShelleyCert (toList certs) + , TokenMapWithScripts assetsToMint mintScriptMap + , TokenMapWithScripts assetsToBurn burnScriptMap + , Just (fromLedgerTxValidity ttl) + ) + where + Babbage.TxBody + inps + collateralInps + _refInps + outs + collateralReturn + _collateralTotal + certs + wdrls + fee + ttl + _upd + _reqSignerHashes + mint + _wwpHash + _adHash + _network + = bod + (assetsToMint, assetsToBurn) = fromLedgerMintValue mint + scriptMap = fromBabbageScriptMap $ Alonzo.txscripts' wits + mintScriptMap = getScriptMap scriptMap assetsToMint + burnScriptMap = getScriptMap scriptMap assetsToBurn + + fromBabbageScriptMap + :: Map + (SL.ScriptHash (Crypto StandardBabbage)) + (SL.Core.Script StandardBabbage) + -> Map TokenPolicyId AnyScript + fromBabbageScriptMap = + Map.map toAnyScript . + Map.mapKeys (toWalletTokenPolicyId . SL.PolicyID) + where + toAnyScript (Alonzo.TimelockScript script) = + NativeScript $ toWalletScript Policy script + toAnyScript (Alonzo.PlutusScript ver _) = + PlutusScript (PlutusScriptInfo (toPlutusVer ver)) + + toPlutusVer Alonzo.PlutusV1 = PlutusVersionV1 + toPlutusVer Alonzo.PlutusV2 = PlutusVersionV2 + + fromBabbageTxOut + :: Babbage.TxOut (Cardano.ShelleyLedgerEra BabbageEra) + -> W.TxOut + fromBabbageTxOut (Babbage.TxOut addr value _datum _refScript) = + W.TxOut (fromShelleyAddress addr) $ + fromCardanoValue $ Cardano.fromMaryValue value + + toSLMetadata (Alonzo.AuxiliaryData blob _scripts) = SL.Metadata blob + + -- Lovelace to coin. Quantities from ledger should always fit in Word64. fromCardanoLovelace :: HasCallStack => Cardano.Lovelace -> W.Coin fromCardanoLovelace = @@ -1838,7 +1786,7 @@ toCardanoTxIn (W.TxIn tid ix) = toTxIn :: SL.Crypto crypto => W.TxIn -> SL.TxIn crypto toTxIn (W.TxIn tid ix) = - SL.TxIn (toTxId tid) (fromIntegral ix) + SL.TxIn (toTxId tid) (SL.mkTxIxPartial $ fromIntegral ix) toTxId :: Crypto.HashAlgorithm (SL.HASH crypto) => W.Hash "Tx" -> SL.TxId crypto toTxId (W.Hash h) = @@ -1872,6 +1820,7 @@ toCardanoTxOut era = case era of ShelleyBasedEraAllegra -> toAllegraTxOut ShelleyBasedEraMary -> toMaryTxOut ShelleyBasedEraAlonzo -> toAlonzoTxOut + ShelleyBasedEraBabbage -> toBabbageTxOut where toShelleyTxOut :: HasCallStack => W.TxOut -> Cardano.TxOut ctx ShelleyEra toShelleyTxOut (W.TxOut (W.Address addr) tokens) = @@ -1879,6 +1828,7 @@ toCardanoTxOut era = case era of addrInEra (adaOnly $ toCardanoLovelace $ TokenBundle.getCoin tokens) Cardano.TxOutDatumNone + Cardano.ReferenceScriptNone where adaOnly = Cardano.TxOutAdaOnly Cardano.AdaOnlyInShelleyEra addrInEra = tina "toCardanoTxOut: malformed address" @@ -1896,6 +1846,7 @@ toCardanoTxOut era = case era of addrInEra (adaOnly $ toCardanoLovelace $ TokenBundle.getCoin tokens) Cardano.TxOutDatumNone + Cardano.ReferenceScriptNone where adaOnly = Cardano.TxOutAdaOnly Cardano.AdaOnlyInAllegraEra addrInEra = tina "toCardanoTxOut: malformed address" @@ -1911,12 +1862,15 @@ toCardanoTxOut era = case era of toMaryTxOut (W.TxOut (W.Address addr) tokens) = Cardano.TxOut addrInEra - (Cardano.TxOutValue Cardano.MultiAssetInMaryEra $ toCardanoValue tokens) + (Cardano.TxOutValue Cardano.MultiAssetInMaryEra + $ toCardanoValue tokens) Cardano.TxOutDatumNone + Cardano.ReferenceScriptNone where addrInEra = tina "toCardanoTxOut: malformed address" - [ Cardano.AddressInEra (Cardano.ShelleyAddressInEra Cardano.ShelleyBasedEraMary) - <$> deserialiseFromRawBytes AsShelleyAddress addr + [ Cardano.AddressInEra + (Cardano.ShelleyAddressInEra Cardano.ShelleyBasedEraMary) + <$> deserialiseFromRawBytes AsShelleyAddress addr , Cardano.AddressInEra Cardano.ByronAddressInAnyEra <$> deserialiseFromRawBytes AsByronAddress addr @@ -1926,13 +1880,37 @@ toCardanoTxOut era = case era of toAlonzoTxOut (W.TxOut (W.Address addr) tokens) = Cardano.TxOut addrInEra - (Cardano.TxOutValue Cardano.MultiAssetInAlonzoEra $ toCardanoValue tokens) + (Cardano.TxOutValue Cardano.MultiAssetInAlonzoEra + $ toCardanoValue tokens) datumHash + refScript where + refScript = Cardano.ReferenceScriptNone datumHash = Cardano.TxOutDatumNone addrInEra = tina "toCardanoTxOut: malformed address" - [ Cardano.AddressInEra (Cardano.ShelleyAddressInEra Cardano.ShelleyBasedEraAlonzo) - <$> deserialiseFromRawBytes AsShelleyAddress addr + [ Cardano.AddressInEra + (Cardano.ShelleyAddressInEra Cardano.ShelleyBasedEraAlonzo) + <$> deserialiseFromRawBytes AsShelleyAddress addr + + , Cardano.AddressInEra Cardano.ByronAddressInAnyEra + <$> deserialiseFromRawBytes AsByronAddress addr + ] + + toBabbageTxOut :: HasCallStack => W.TxOut -> Cardano.TxOut ctx _ + toBabbageTxOut (W.TxOut (W.Address addr) tokens) = + Cardano.TxOut + addrInEra + (Cardano.TxOutValue Cardano.MultiAssetInBabbageEra + $ toCardanoValue tokens) + datumHash + refScript + where + refScript = Cardano.ReferenceScriptNone + datumHash = Cardano.TxOutDatumNone + addrInEra = tina "toCardanoTxOut: malformed address" + [ Cardano.AddressInEra + (Cardano.ShelleyAddressInEra Cardano.ShelleyBasedEraBabbage) + <$> deserialiseFromRawBytes AsShelleyAddress addr , Cardano.AddressInEra Cardano.ByronAddressInAnyEra <$> deserialiseFromRawBytes AsByronAddress addr @@ -2085,13 +2063,17 @@ unsealShelleyTx wtx = case W.cardanoTx wtx of TxInMode tx MaryEraInCardanoMode Cardano.InAnyCardanoEra AlonzoEra tx -> TxInMode tx AlonzoEraInCardanoMode + Cardano.InAnyCardanoEra BabbageEra tx -> + TxInMode tx BabbageEraInCardanoMode -- | Converts a 'ShelleyBasedEra' to the broader 'CardanoEra'. shelleyBasedToCardanoEra :: ShelleyBasedEra era -> CardanoEra era -shelleyBasedToCardanoEra Cardano.ShelleyBasedEraShelley = ShelleyEra -shelleyBasedToCardanoEra Cardano.ShelleyBasedEraAllegra = AllegraEra -shelleyBasedToCardanoEra Cardano.ShelleyBasedEraMary = MaryEra -shelleyBasedToCardanoEra Cardano.ShelleyBasedEraAlonzo = AlonzoEra +shelleyBasedToCardanoEra = \case + Cardano.ShelleyBasedEraShelley -> ShelleyEra + Cardano.ShelleyBasedEraAllegra -> AllegraEra + Cardano.ShelleyBasedEraMary -> MaryEra + Cardano.ShelleyBasedEraAlonzo -> AlonzoEra + Cardano.ShelleyBasedEraBabbage -> BabbageEra -- | An existential type like 'AnyCardanoEra', but for 'ShelleyBasedEra'. data AnyShelleyBasedEra where diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility/Ledger.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility/Ledger.hs index 911bc14baf5..8c283abd58a 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility/Ledger.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Compatibility/Ledger.hs @@ -24,6 +24,7 @@ module Cardano.Wallet.Shelley.Compatibility.Ledger , toLedgerTokenName , toLedgerTokenQuantity , toAlonzoTxOut + , toBabbageTxOut -- * Conversions from ledger specification types to wallet types , toWalletCoin @@ -69,7 +70,7 @@ import Cardano.Wallet.Primitive.Types.TokenQuantity import Cardano.Wallet.Primitive.Types.Tx ( TxOut (..) ) import Data.ByteString.Short - ( toShort ) + ( fromShort, toShort ) import Data.Foldable ( toList ) import Data.Function @@ -94,6 +95,8 @@ import qualified Cardano.Ledger.Address as Ledger import qualified Cardano.Ledger.Alonzo as Alonzo import qualified Cardano.Ledger.Alonzo.Rules.Utxo as Alonzo import qualified Cardano.Ledger.Alonzo.TxBody as Alonzo +import qualified Cardano.Ledger.Babbage as Babbage +import qualified Cardano.Ledger.Babbage.TxBody as Babbage import qualified Cardano.Ledger.Crypto as Ledger import qualified Cardano.Ledger.Keys as Ledger import qualified Cardano.Ledger.Mary.Value as Ledger @@ -218,11 +221,11 @@ instance Convert TokenName Ledger.AssetName where toLedgerTokenName :: TokenName -> Ledger.AssetName toLedgerTokenName (UnsafeTokenName bytes) = - Ledger.AssetName bytes + Ledger.AssetName $ toShort bytes toWalletTokenName :: Ledger.AssetName -> TokenName toWalletTokenName (Ledger.AssetName bytes) = - UnsafeTokenName bytes + UnsafeTokenName $ fromShort bytes -------------------------------------------------------------------------------- -- Conversions for 'TokenPolicyId' @@ -299,6 +302,27 @@ toAlonzoTxOut (TxOut addr bundle) = \case (toLedger bundle) (Ledger.SJust $ unsafeMakeSafeHash $ Crypto.UnsafeHash $ toShort bytes) +toBabbageTxOut + :: TxOut + -> Maybe (Hash "Datum") + -> Babbage.TxOut (Babbage.BabbageEra StandardCrypto) +toBabbageTxOut (TxOut addr bundle) = \case + Nothing -> + Babbage.TxOut + (toLedger addr) + (toLedger bundle) + Babbage.NoDatum + Ledger.SNothing + Just (Hash bytes) -> + Babbage.TxOut + (toLedger addr) + (toLedger bundle) + (Babbage.DatumHash + $ unsafeMakeSafeHash + $ Crypto.UnsafeHash + $ toShort bytes) + Ledger.SNothing + toWalletScript :: Ledger.Crypto crypto => KeyRole diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs index 4bc86f5b013..4387b3da278 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs @@ -3,6 +3,7 @@ {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE LambdaCase #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeApplications #-} @@ -78,7 +79,8 @@ import Data.Text.Class ( FromText (..), TextDecodingError, ToText (..) ) import GHC.TypeLits ( KnownNat, Nat, SomeNat (..), someNatVal ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( Parser, eitherReader, flag', help, long, metavar, option, (<|>) ) import Ouroboros.Network.Magic ( NetworkMagic (..) ) diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Blockfrost.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Blockfrost.hs index 566b1a9c7be..366ac66c86c 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Blockfrost.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Blockfrost.hs @@ -1,6 +1,7 @@ {-# LANGUAGE DeriveAnyClass #-} {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE ScopedTypeVariables #-} module Cardano.Wallet.Shelley.Launch.Blockfrost @@ -20,7 +21,8 @@ import Control.Exception ( Exception, IOException, catch, throw ) import Control.Monad ( when ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( Parser, help, long, metavar, option, str ) import qualified Data.Text as T diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Cluster.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Cluster.hs index bc1dba3a6d2..9006d5881da 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Cluster.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Launch/Cluster.hs @@ -227,6 +227,8 @@ import qualified Codec.Binary.Bech32 as Bech32 import qualified Codec.CBOR.Encoding as CBOR import qualified Codec.CBOR.Write as CBOR import qualified Data.Aeson as Aeson +import qualified Data.Aeson.Key as Aeson +import qualified Data.Aeson.KeyMap as Aeson import qualified Data.Aeson.Types as Aeson import qualified Data.ByteString as BS import qualified Data.ByteString.Char8 as B8 @@ -1012,12 +1014,16 @@ genConfig dir systemStart clusterEra logCfg = do (map (\s -> [toJSON $ scKind s, toJSON $ scName s]) scribes) -- we need to specify genesis file location every run in tmp - withAddedKey k v = withObject (pure . HM.insert k (toJSON v)) - withHardForks era = withObject (pure . HM.union (HM.fromList hardForks)) + withAddedKey k v = withObject (pure . Aeson.insert k (toJSON v)) + withHardForks era = + withObject (pure . Aeson.union (Aeson.fromList hardForks)) where hardForks = - [ ("Test" <> T.pack (show hardFork) <> "AtEpoch", Yaml.Number 0) - | hardFork <- [ShelleyHardFork .. era] ] + [ (Aeson.fromText $ "Test" <> T.pack (show hardFork) <> "AtEpoch" + , Yaml.Number 0 + ) + | hardFork <- [ShelleyHardFork .. era] + ] enableAlonzoIfNeeded = @@ -1797,7 +1803,7 @@ updateSystemStart -> Aeson.Object -> Aeson.Object updateSystemStart systemStart = - HM.insert "systemStart" (toJSON systemStart) + Aeson.insert "systemStart" (toJSON systemStart) -- | Add a @setupScribes[1].scMinSev@ field in a given config object. -- The full lens library would be quite helpful here. @@ -1806,16 +1812,16 @@ addMinSeverityStdout => Severity -> Aeson.Object -> m Aeson.Object -addMinSeverityStdout severity ob = case HM.lookup "setupScribes" ob of +addMinSeverityStdout severity ob = case Aeson.lookup "setupScribes" ob of Just (Aeson.Array scribes) -> do let scribes' = Aeson.Array $ fmap setMinSev scribes - pure $ HM.insert "setupScribes" scribes' ob + pure $ Aeson.insert "setupScribes" scribes' ob _ -> fail "setupScribes logging config is missing or the wrong type" where sev = toJSON $ show severity setMinSev (Aeson.Object scribe) - | HM.lookup "scKind" scribe == Just (Aeson.String "StdoutSK") - = Aeson.Object (HM.insert "scMinSev" sev scribe) + | Aeson.lookup "scKind" scribe == Just (Aeson.String "StdoutSK") + = Aeson.Object (Aeson.insert "scMinSev" sev scribe) | otherwise = Aeson.Object scribe setMinSev a = a @@ -1824,16 +1830,18 @@ addMinSeverityStdout severity ob = case HM.lookup "setupScribes" ob of transformInitialFunds :: Aeson.Object -> IO Aeson.Object -transformInitialFunds = pure . HM.update toObject "nonAvvmBalances" +transformInitialFunds o = do + let res = HM.update toObject "nonAvvmBalances" (Aeson.toHashMap o) + pure $ Aeson.fromHashMap res where toObject = \case Aeson.Array xs -> - pure $ Aeson.Object $ HM.fromList (singleton <$> V.toList xs) + pure $ Aeson.Object $ Aeson.fromList (singleton <$> V.toList xs) _ -> error "transformInitialFunds: expected initialFunds to be an array." singleton = \case Aeson.Object obj -> - head $ HM.toList obj + head $ Aeson.toList obj _ -> error "transformInitialFunds: expected initialFunds to be many singletons" diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost.hs index a083e349803..c597c6b4b59 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost.hs @@ -235,7 +235,8 @@ import qualified Cardano.Wallet.Primitive.Types.Coin as Coin import qualified Cardano.Wallet.Shelley.Network.Blockfrost.Fixture as Fixture import qualified Cardano.Wallet.Shelley.Network.Blockfrost.Monad as BFM import qualified Data.Aeson as Aeson -import qualified Data.HashMap.Strict as HashMap +import qualified Data.Aeson.Key as Aeson +import qualified Data.Aeson.KeyMap as Aeson import qualified Data.Map.Strict as Map import qualified Data.Sequence as Seq import qualified Data.Set as Set @@ -877,10 +878,10 @@ assembleTransaction unmarshalMetadataValue :: Aeson.Value -> Either String TxMetadataValue unmarshalMetadataValue = \case - Aeson.Object hm -> + Aeson.Object km -> TxMetaMap <$> for - (HashMap.toList hm) - (bitraverse (unmarshalMetadataValue . Aeson.String) + (Aeson.toList km) + (bitraverse (unmarshalMetadataValue . Aeson.String . Aeson.toText) unmarshalMetadataValue) Aeson.Array vec -> TxMetaList . V.toList <$> for vec unmarshalMetadataValue @@ -985,7 +986,7 @@ fromBlockfrostPP network BF.ProtocolParams{..} = do { protocolParamProtocolVersion = (protoMajorVer, protoMinorVer) , protocolParamDecentralization = - toRational _protocolParamsDecentralisationParam + Just $ toRational _protocolParamsDecentralisationParam , protocolParamExtraPraosEntropy = Nothing , protocolParamMaxBlockHeaderSize = maxBlockHeaderSize , protocolParamMaxBlockBodySize = maxBlockBodySize diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost/Fixture.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost/Fixture.hs index aad6dd73aa3..419dec984de 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost/Fixture.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost/Fixture.hs @@ -8,7 +8,7 @@ import Prelude import Cardano.Api ( AnyCardanoEra (..) - , CardanoEra (AllegraEra, AlonzoEra, ByronEra, MaryEra, ShelleyEra) + , CardanoEra (AllegraEra, AlonzoEra, BabbageEra, ByronEra, MaryEra, ShelleyEra) , CostModel (..) , EpochNo (EpochNo) , NetworkId (..) @@ -634,6 +634,9 @@ For the Mainnet: For the Testnet: ┌───────┬─────────┐ ┌───────┬─────────┐ │ Epoch │ Era │ │ Epoch │ Era │ ├───────┼─────────┤ ├───────┼─────────┤ +│ ... │ Babbage │ │ ... │ Babbage │ +│ ... │ Babbage │ │ ... │ Babbage │ +├───────┼─────────┤ ├───────┼─────────┤ │ ... │ Alonzo │ │ ... │ Alonzo │ │ 290 │ Alonzo │ │ 154 │ Alonzo │ ├───────┼─────────┤ ├───────┼─────────┤ @@ -665,6 +668,7 @@ eraBoundaries networkId = epochEraStartsAt era = W.EpochNo $ case networkId of Mainnet -> case era of + AnyCardanoEra BabbageEra -> 390 -- TODO when known correct AnyCardanoEra AlonzoEra -> 290 AnyCardanoEra MaryEra -> 251 AnyCardanoEra AllegraEra -> 236 @@ -672,6 +676,7 @@ eraBoundaries networkId = AnyCardanoEra ByronEra -> 0 Testnet (NetworkMagic 1097911063) -> case era of + AnyCardanoEra BabbageEra -> 390 -- TODO when known correct AnyCardanoEra AlonzoEra -> 154 AnyCardanoEra MaryEra -> 112 AnyCardanoEra AllegraEra -> 102 diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Network/Node.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Network/Node.hs index 24db42dcae0..302d10eb83f 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Network/Node.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Network/Node.hs @@ -43,7 +43,6 @@ import Cardano.Api , NodeToClientVersion (..) , SlotNo (..) , connectToLocalNode - , fromLedgerPParams ) import Cardano.BM.Data.Severity ( Severity (..) ) @@ -80,6 +79,7 @@ import Cardano.Wallet.Primitive.Types.Tx import Cardano.Wallet.Shelley.Compatibility ( StandardCrypto , fromAlonzoPParams + , fromBabbagePParams , fromNonMyopicMemberRewards , fromPoint , fromPoolDistr @@ -189,6 +189,7 @@ import Ouroboros.Consensus.Cardano.Block , EraCrypto , StandardAllegra , StandardAlonzo + , StandardBabbage , StandardMary , StandardShelley ) @@ -204,6 +205,10 @@ import Ouroboros.Consensus.Network.NodeToClient ( ClientCodecs, Codecs' (..), DefaultCodecs, clientCodecs, defaultCodecs ) import Ouroboros.Consensus.Node.NetworkProtocolVersion ( HasNetworkProtocolVersion (..), SupportedNetworkProtocolVersion (..) ) +import Ouroboros.Consensus.Protocol.Praos + ( Praos ) +import Ouroboros.Consensus.Protocol.TPraos + ( TPraos ) import Ouroboros.Consensus.Shelley.Ledger.Config ( CodecConfig (..), getCompactGenesis ) import Ouroboros.Network.Block @@ -265,6 +270,7 @@ import UnliftIO.Exception import qualified Cardano.Api as Cardano import qualified Cardano.Crypto.Hash as Crypto import qualified Cardano.Ledger.Alonzo.PParams as Alonzo +import qualified Cardano.Ledger.Babbage.PParams as Babbage import qualified Cardano.Ledger.Crypto as SL import qualified Cardano.Ledger.Shelley.API as SL import qualified Cardano.Ledger.Shelley.LedgerState as SL @@ -485,7 +491,10 @@ withNodeNetworkLayerBase (Just . optimumNumberOfPools <$> LSQry Shelley.GetCurrentPParams) (Just . optimumNumberOfPools <$> LSQry Shelley.GetCurrentPParams) (Just . optimumNumberOfPools <$> LSQry Shelley.GetCurrentPParams) - (Just . fromIntegral . Alonzo._nOpt <$> LSQry Shelley.GetCurrentPParams) + (Just . fromIntegral . Alonzo._nOpt + <$> LSQry Shelley.GetCurrentPParams) + (Just . fromIntegral . Babbage._nOpt + <$> LSQry Shelley.GetCurrentPParams) queryNonMyopicMemberRewards :: LSQ (CardanoBlock StandardCrypto) IO @@ -680,6 +689,7 @@ mkTipSyncClient tr np onPParamsUpdate onInterpreterUpdate onEraUpdate = do <*> LSQry (QueryAnytimeAllegra GetEraStart) <*> LSQry (QueryAnytimeMary GetEraStart) <*> LSQry (QueryAnytimeAlonzo GetEraStart) + <*> LSQry (QueryAnytimeBabbage GetEraStart) sp <- byronOrShelleyBased (pure $ W.slottingParameters np) @@ -688,13 +698,15 @@ mkTipSyncClient tr np onPParamsUpdate onInterpreterUpdate onEraUpdate = do ppNode <- onAnyEra (pure Nothing) - (Just . fromLedgerPParams Cardano.ShelleyBasedEraShelley + (Just . Cardano.fromLedgerPParams Cardano.ShelleyBasedEraShelley <$> LSQry Shelley.GetCurrentPParams) - (Just . fromLedgerPParams Cardano.ShelleyBasedEraAllegra + (Just . Cardano.fromLedgerPParams Cardano.ShelleyBasedEraAllegra <$> LSQry Shelley.GetCurrentPParams) - (Just . fromLedgerPParams Cardano.ShelleyBasedEraMary + (Just . Cardano.fromLedgerPParams Cardano.ShelleyBasedEraMary <$> LSQry Shelley.GetCurrentPParams) - (Just . fromLedgerPParams Cardano.ShelleyBasedEraAlonzo + (Just . Cardano.fromLedgerPParams Cardano.ShelleyBasedEraAlonzo + <$> LSQry Shelley.GetCurrentPParams) + (Just . Cardano.fromLedgerPParams Cardano.ShelleyBasedEraBabbage <$> LSQry Shelley.GetCurrentPParams) pp <- onAnyEra @@ -708,6 +720,8 @@ mkTipSyncClient tr np onPParamsUpdate onInterpreterUpdate onEraUpdate = do <$> LSQry Shelley.GetCurrentPParams) (fromAlonzoPParams eraBounds ppNode <$> LSQry Shelley.GetCurrentPParams) + (fromBabbagePParams eraBounds ppNode + <$> LSQry Shelley.GetCurrentPParams) return (pp, sp) @@ -767,6 +781,7 @@ mkLocalTxSubmissionClient _tr localTxSubmissionQ = LocalNodeClientProtocols { localChainSyncClient = NoLocalChainSyncClient , localTxSubmissionClient = Just $ localTxSubmission localTxSubmissionQ , localStateQueryClient = Nothing + , localTxMonitoringClient = Nothing } -- FIXME: Put back logging for local Tx Submission. -- tr' = contramap MsgTxSubmission tr @@ -812,6 +827,7 @@ fetchRewardAccounts tr queryRewardQ accounts = do shelleyQry shelleyQry shelleyQry + shelleyQry (res,logs) <- bracketQuery "queryRewards" tr (send queryRewardQ (SomeLSQ qry)) liftIO $ mapM_ (traceWith tr) logs @@ -823,7 +839,7 @@ fetchRewardAccounts tr queryRewardQ accounts = do shelleyQry :: (Crypto.HashAlgorithm (SL.ADDRHASH (EraCrypto shelleyEra))) => LSQ - (Shelley.ShelleyBlock shelleyEra) + (Shelley.ShelleyBlock protocol shelleyEra) IO (Map W.RewardAccount W.Coin, [Log]) shelleyQry = @@ -934,6 +950,7 @@ codecConfig sp = CardanoCodecConfig ShelleyCodecConfig ShelleyCodecConfig ShelleyCodecConfig + ShelleyCodecConfig -- | A group of codecs which will deserialise block data. codecs @@ -1347,7 +1364,12 @@ instance (Ord key, Buildable key, Buildable value) byronOrShelleyBased :: LSQ Byron.ByronBlock m a - -> (forall shelleyEra. LSQ (Shelley.ShelleyBlock (shelleyEra StandardCrypto)) m a) + -> (forall shelleyEra praos. LSQ + (Shelley.ShelleyBlock + (praos StandardCrypto) + (shelleyEra StandardCrypto) + ) m a + ) -> LSQ (CardanoBlock StandardCrypto) m a byronOrShelleyBased onByron onShelleyBased = onAnyEra onByron @@ -1355,6 +1377,7 @@ byronOrShelleyBased onByron onShelleyBased = onAnyEra onShelleyBased onShelleyBased onShelleyBased + onShelleyBased -- | Create a local state query specific to the each era. -- @@ -1367,17 +1390,20 @@ byronOrShelleyBased onByron onShelleyBased = onAnyEra -- @PParams@ in alonzo. onAnyEra :: LSQ Byron.ByronBlock m a - -> LSQ (Shelley.ShelleyBlock StandardShelley) m a - -> LSQ (Shelley.ShelleyBlock StandardAllegra) m a - -> LSQ (Shelley.ShelleyBlock StandardMary) m a - -> LSQ (Shelley.ShelleyBlock StandardAlonzo) m a + -> LSQ (Shelley.ShelleyBlock (TPraos StandardCrypto) StandardShelley) m a + -> LSQ (Shelley.ShelleyBlock (TPraos StandardCrypto) StandardAllegra) m a + -> LSQ (Shelley.ShelleyBlock (TPraos StandardCrypto) StandardMary) m a + -> LSQ (Shelley.ShelleyBlock (TPraos StandardCrypto) StandardAlonzo) m a + -> LSQ (Shelley.ShelleyBlock (Praos StandardCrypto) StandardBabbage) m a -> LSQ (CardanoBlock StandardCrypto) m a -onAnyEra onByron onShelley onAllegra onMary onAlonzo = currentEra >>= \case - AnyCardanoEra ByronEra -> mapQuery QueryIfCurrentByron onByron - AnyCardanoEra ShelleyEra -> mapQuery QueryIfCurrentShelley onShelley - AnyCardanoEra AllegraEra -> mapQuery QueryIfCurrentAllegra onAllegra - AnyCardanoEra MaryEra -> mapQuery QueryIfCurrentMary onMary - AnyCardanoEra AlonzoEra -> mapQuery QueryIfCurrentAlonzo onAlonzo +onAnyEra onByron onShelley onAllegra onMary onAlonzo onBabbage = + currentEra >>= \case + AnyCardanoEra ByronEra -> mapQuery QueryIfCurrentByron onByron + AnyCardanoEra ShelleyEra -> mapQuery QueryIfCurrentShelley onShelley + AnyCardanoEra AllegraEra -> mapQuery QueryIfCurrentAllegra onAllegra + AnyCardanoEra MaryEra -> mapQuery QueryIfCurrentMary onMary + AnyCardanoEra AlonzoEra -> mapQuery QueryIfCurrentAlonzo onAlonzo + AnyCardanoEra BabbageEra -> mapQuery QueryIfCurrentBabbage onBabbage where mapQuery :: (forall r. BlockQuery block1 r @@ -1395,7 +1421,12 @@ onAnyEra onByron onShelley onAllegra onMary onAlonzo = currentEra >>= \case -- | Return Nothings in Byron, or @Just result@ in Shelley. shelleyBased - :: (forall shelleyEra. LSQ (Shelley.ShelleyBlock (shelleyEra StandardCrypto)) m a) + :: (forall shelleyEra praos. LSQ + (Shelley.ShelleyBlock + (praos StandardCrypto) + (shelleyEra StandardCrypto) + ) m a + ) -> LSQ (CardanoBlock StandardCrypto) m (Maybe a) shelleyBased onShelleyBased = byronOrShelleyBased (pure Nothing) -- on byron @@ -1427,4 +1458,5 @@ eraIndexToAnyCardanoEra index = 2 -> AnyCardanoEra AllegraEra 3 -> AnyCardanoEra MaryEra 4 -> AnyCardanoEra AlonzoEra + 5 -> AnyCardanoEra BabbageEra _ -> error "eraIndexToAnyCardanoEra: unknown era" diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Pools.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Pools.hs index 881e29c3d1f..8258081837f 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Pools.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Pools.hs @@ -116,9 +116,12 @@ import Cardano.Wallet.Shelley.Compatibility ( StandardCrypto , fromAllegraBlock , fromAlonzoBlock + , fromBabbageBlock , fromMaryBlock , fromShelleyBlock + , getBabbageProducer , getProducer + , toBabbageBlockHeader , toShelleyBlockHeader ) import Cardano.Wallet.Shelley.Network.Blockfrost.Conversion @@ -758,16 +761,23 @@ monitorStakePools tr (NetworkParameters gp sp _pp) nl DBLayer{..} = atomically $ forAllAndLastM blocks forAllBlocks forLastBlock where forAllBlocks = \case - BlockByron _ -> do + BlockByron _ -> pure () - BlockShelley blk -> do - forEachShelleyBlock (fromShelleyBlock gp blk) (getProducer blk) + BlockShelley blk -> + forEachShelleyBlock + (fromShelleyBlock gp blk) (getProducer blk) BlockAllegra blk -> - forEachShelleyBlock (fromAllegraBlock gp blk) (getProducer blk) + forEachShelleyBlock + (fromAllegraBlock gp blk) (getProducer blk) BlockMary blk -> - forEachShelleyBlock (fromMaryBlock gp blk) (getProducer blk) + forEachShelleyBlock + (fromMaryBlock gp blk) (getProducer blk) BlockAlonzo blk -> - forEachShelleyBlock (fromAlonzoBlock gp blk) (getProducer blk) + forEachShelleyBlock + (fromAlonzoBlock gp blk) (getProducer blk) + BlockBabbage blk -> + forEachShelleyBlock + (fromBabbageBlock gp blk) (getBabbageProducer blk) forLastBlock = \case BlockByron blk -> @@ -780,6 +790,8 @@ monitorStakePools tr (NetworkParameters gp sp _pp) nl DBLayer{..} = putHeader (toShelleyBlockHeader getGenesisBlockHash blk) BlockAlonzo blk -> putHeader (toShelleyBlockHeader getGenesisBlockHash blk) + BlockBabbage blk -> + putHeader (toBabbageBlockHeader getGenesisBlockHash blk) forEachShelleyBlock (blk, certificates) poolId = do let header = view #header blk diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Transaction.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Transaction.hs index ffbd704ce6c..132bca221ad 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Transaction.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Transaction.hs @@ -83,13 +83,17 @@ import Cardano.Binary import Cardano.Crypto.Wallet ( XPub ) import Cardano.Ledger.Alonzo.Tools - ( BasicFailure (..), evaluateTransactionExecutionUnits ) + ( BasicFailure (BadTranslation, UnknownTxIns) + , evaluateTransactionExecutionUnits + ) import Cardano.Ledger.Crypto ( DSIGN ) import Cardano.Ledger.Era ( Crypto, Era, ValidateScript (..) ) import Cardano.Ledger.Shelley.API ( StrictMaybe (..) ) +import Cardano.Slotting.EpochInfo + ( EpochInfo ) import Cardano.Slotting.EpochInfo.API ( hoistEpochInfo ) import Cardano.Wallet.CoinSelection @@ -159,7 +163,6 @@ import Cardano.Wallet.Shelley.Compatibility , fromCardanoTxIn , fromCardanoWdrls , fromShelleyTxIn - , toAlonzoPParams , toCardanoLovelace , toCardanoPolicyId , toCardanoSimpleScript @@ -175,7 +178,7 @@ import Cardano.Wallet.Shelley.Compatibility , toStakePoolDlgCert ) import Cardano.Wallet.Shelley.Compatibility.Ledger - ( computeMinimumAdaQuantity, toAlonzoTxOut ) + ( computeMinimumAdaQuantity, toAlonzoTxOut, toBabbageTxOut ) import Cardano.Wallet.Transaction ( AnyScript (..) , DelegationAction (..) @@ -209,6 +212,8 @@ import Control.Monad.Trans.State.Strict ( StateT (..), execStateT, get, modify' ) import Data.Bifunctor ( bimap ) +import Data.Either + ( fromRight ) import Data.Function ( (&) ) import Data.Functor @@ -256,8 +261,11 @@ import qualified Cardano.Ledger.Alonzo.PParams as Alonzo import qualified Cardano.Ledger.Alonzo.Scripts as Alonzo import qualified Cardano.Ledger.Alonzo.Tx as Alonzo import qualified Cardano.Ledger.Alonzo.TxWitness as Alonzo +import qualified Cardano.Ledger.Babbage.PParams as Babbage +import qualified Cardano.Ledger.Babbage.Tx as Babbage import qualified Cardano.Ledger.Coin as Ledger import qualified Cardano.Ledger.Core as Ledger +import qualified Cardano.Ledger.Serialization as Ledger import qualified Cardano.Ledger.Shelley.Address.Bootstrap as SL import qualified Cardano.Ledger.Shelley.Tx as Shelley import qualified Cardano.Ledger.Shelley.UTxO as Ledger @@ -596,6 +604,10 @@ newTransactionLayer networkId = TransactionLayer signTransaction networkId acctResolver policyResolver addressResolver inputResolver (body, wits) & sealedTxFromCardano' + InAnyCardanoEra BabbageEra (Cardano.Tx body wits) -> + signTransaction networkId acctResolver policyResolver + addressResolver inputResolver (body, wits) + & sealedTxFromCardano' , mkUnsignedTransaction = \era stakeXPub _pp ctx selection -> do let ttl = txValidityInterval ctx @@ -717,10 +729,13 @@ _evaluateTransactionBalance (Cardano.Tx body _) pp utxo extraUTxO = -> Cardano.TxOut ctx era -> Cardano.TxOut ctx era setDatumHash _era Nothing o = o - setDatumHash _era (Just (Hash datumHash)) (Cardano.TxOut addr val _) = - Cardano.TxOut addr val (Cardano.TxOutDatumHash scriptDataSupported hash) + setDatumHash _era + (Just (Hash datumHash)) (Cardano.TxOut addr val _ refScript) = + Cardano.TxOut addr val + (Cardano.TxOutDatumHash scriptDataSupported hash) refScript where scriptDataSupported = case era of + ShelleyBasedEraBabbage -> Cardano.ScriptDataInBabbageEra ShelleyBasedEraAlonzo -> Cardano.ScriptDataInAlonzoEra ShelleyBasedEraMary -> errBadEra ShelleyBasedEraAllegra -> errBadEra @@ -825,6 +840,21 @@ modifyShelleyTxBody -> Ledger.TxBody (Cardano.ShelleyLedgerEra era) -> Ledger.TxBody (Cardano.ShelleyLedgerEra era) modifyShelleyTxBody txUpdate era ledgerBody = case era of + ShelleyBasedEraBabbage -> ledgerBody + { Babbage.outputs = Babbage.outputs ledgerBody + <> StrictSeq.fromList + ( Ledger.mkSized + . Cardano.toShelleyTxOut era + . Cardano.toCtxUTxOTxOut + . toCardanoTxOut era <$> extraOutputs + ) + , Babbage.inputs = Babbage.inputs ledgerBody + <> Set.fromList (Cardano.toShelleyTxIn <$> extraInputs') + , Babbage.collateral = Babbage.collateral ledgerBody + <> Set.fromList (Cardano.toShelleyTxIn <$> extraCollateral') + , Babbage.txfee = + modifyFee $ Babbage.txfee ledgerBody + } ShelleyBasedEraAlonzo -> ledgerBody { Alonzo.outputs = Alonzo.outputs ledgerBody <> StrictSeq.fromList @@ -1110,6 +1140,9 @@ _maxScriptExecutionCost pp redeemers type AlonzoTx = Ledger.Tx (Cardano.ShelleyLedgerEra Cardano.AlonzoEra) +type BabbageTx = + Ledger.Tx (Cardano.ShelleyLedgerEra Cardano.BabbageEra) + _assignScriptRedeemers :: forall era. Cardano.IsShelleyBasedEra era => Cardano.ProtocolParameters @@ -1118,7 +1151,7 @@ _assignScriptRedeemers -> [Redeemer] -> Cardano.Tx era -> Either ErrAssignRedeemers (Cardano.Tx era ) -_assignScriptRedeemers (toAlonzoPParams -> pparams) ti resolveInput redeemers tx = +_assignScriptRedeemers pparams ti resolveInput redeemers tx = case Cardano.shelleyBasedEra @era of Cardano.ShelleyBasedEraShelley -> pure tx @@ -1129,21 +1162,44 @@ _assignScriptRedeemers (toAlonzoPParams -> pparams) ti resolveInput redeemers tx Cardano.ShelleyBasedEraAlonzo -> do let Cardano.ShelleyTx _ alonzoTx = tx alonzoTx' <- flip execStateT alonzoTx $ do - indexedRedeemers <- StateT assignNullRedeemers + indexedRedeemers <- StateT assignNullRedeemersAlonzo executionUnits <- get - >>= lift . evaluateExecutionUnits indexedRedeemers - modifyM (assignExecutionUnits executionUnits) - modify' addScriptIntegrityHash + >>= lift . evaluateExecutionUnitsAlonzo indexedRedeemers + modifyM (assignExecutionUnitsAlonzo executionUnits) + modify' addScriptIntegrityHashAlonzo pure $ Cardano.ShelleyTx ShelleyBasedEraAlonzo alonzoTx' + Cardano.ShelleyBasedEraBabbage -> do + let Cardano.ShelleyTx _ babbageTx = tx + babbageTx' <- flip execStateT babbageTx $ do + indexedRedeemers <- StateT assignNullRedeemersBabbage + executionUnits <- get + >>= lift . evaluateExecutionUnitsBabbage indexedRedeemers + modifyM (assignExecutionUnitsBabbage executionUnits) + modify' addScriptIntegrityHashBabbage + pure $ Cardano.ShelleyTx ShelleyBasedEraBabbage babbageTx' where + epochInfo :: EpochInfo (Either T.Text) + epochInfo = hoistEpochInfo (left (T.pack . show) . runIdentity . runExceptT) + -- Because `TimeInterpreter` conflates the monad for fetching the + -- interpreter with the possibility of errors, we cope with this `error` + -- call for now. A nicer solution would be exposing either + -- `EpochInfo` or `Cardano.EraHistory` in the `NetworkLayer` directly, + -- or - perhaps at some point - reimagining the `TimeInterpreter` + -- abstraction. + $ fromRight + (error "`toEpochInfo ti` can never fail") + (toEpochInfo ti) + + systemStart = getSystemStart ti + -- | Assign redeemers with null execution units to the input transaction. -- -- Redeemers are determined from the context given to the caller via the -- 'Redeemer' type which is mapped to an 'Alonzo.ScriptPurpose'. - assignNullRedeemers + assignNullRedeemersAlonzo :: AlonzoTx -> Either ErrAssignRedeemers (Map Alonzo.RdmrPtr Redeemer, AlonzoTx) - assignNullRedeemers alonzoTx = do + assignNullRedeemersAlonzo alonzoTx = do (indexedRedeemers, nullRedeemers) <- fmap unzip $ forM redeemers $ \rd -> do ptr <- case Alonzo.rdptr (Alonzo.body alonzoTx) (toScriptPurpose rd) of SNothing -> @@ -1168,6 +1224,36 @@ _assignScriptRedeemers (toAlonzoPParams -> pparams) ti resolveInput redeemers tx } ) + assignNullRedeemersBabbage + :: BabbageTx + -> Either ErrAssignRedeemers (Map Alonzo.RdmrPtr Redeemer, BabbageTx) + assignNullRedeemersBabbage babbageTx = do + (indexedRedeemers, nullRedeemers) <- fmap unzip $ forM redeemers $ \rd -> do + ptr <- + case Alonzo.rdptr (Alonzo.body babbageTx) (toScriptPurpose rd) of + SNothing -> + Left $ ErrAssignRedeemersTargetNotFound rd + SJust ptr -> + pure ptr + + rData <- case deserialiseOrFail (BL.fromStrict $ redeemerData rd) of + Left e -> + Left $ ErrAssignRedeemersInvalidData rd (show e) + Right d -> + pure (Alonzo.Data d) + + pure ((ptr, rd), (ptr, (rData, mempty))) + + pure + ( Map.fromList indexedRedeemers + , babbageTx + { Alonzo.wits = (Alonzo.wits babbageTx) + { Alonzo.txrdmrs = + Alonzo.Redeemers (Map.fromList nullRedeemers) + } + } + ) + utxoFromAlonzoTx :: AlonzoTx -> Ledger.UTxO (Cardano.ShelleyLedgerEra Cardano.AlonzoEra) @@ -1185,23 +1271,40 @@ _assignScriptRedeemers (toAlonzoPParams -> pparams) ti resolveInput redeemers tx in Ledger.UTxO (Map.fromList utxo) + utxoFromBabbageTx + :: BabbageTx + -> Ledger.UTxO (Cardano.ShelleyLedgerEra Cardano.BabbageEra) + utxoFromBabbageTx babbageTx = + let + inputs = Babbage.inputs (Alonzo.body babbageTx) + utxo = flip mapMaybe (F.toList inputs) $ \i -> do + (o, dt) <- resolveInput (fromShelleyTxIn i) + -- NOTE: 'toAlonzoTxOut' only partially represent the + -- information because the wallet internal types aren't + -- capturing datum at the moment. It is _okay_ in this context + -- because the resulting UTxO is only used by + -- 'evaluateTransactionExecutionUnits' to lookup addresses + -- corresponding to inputs. + pure (i, toBabbageTxOut o dt) + in + Ledger.UTxO (Map.fromList utxo) + + -- | Evaluate execution units of each script/redeemer in the transaction. -- This may fail for each script. - evaluateExecutionUnits + evaluateExecutionUnitsAlonzo :: Map Alonzo.RdmrPtr Redeemer -> AlonzoTx -> Either ErrAssignRedeemers (Map Alonzo.RdmrPtr (Either ErrAssignRedeemers Alonzo.ExUnits)) - evaluateExecutionUnits indexedRedeemers alonzoTx = do + evaluateExecutionUnitsAlonzo indexedRedeemers alonzoTx = do let utxo = utxoFromAlonzoTx alonzoTx - let costs = toCostModelsAsArray (Alonzo._costmdls pparams) - let systemStart = getSystemStart ti - - epochInfo <- hoistEpochInfo (left ErrAssignRedeemersPastHorizon . runIdentity . runExceptT) - <$> left ErrAssignRedeemersPastHorizon (toEpochInfo ti) - - res <- evaluateTransactionExecutionUnits - pparams + let pparams' = Cardano.toLedgerPParams + Cardano.ShelleyBasedEraAlonzo pparams + let costs = toCostModelsAsArray + (Alonzo.unCostModels $ Alonzo._costmdls pparams') + let res = evaluateTransactionExecutionUnits + pparams' alonzoTx utxo epochInfo @@ -1209,24 +1312,56 @@ _assignScriptRedeemers (toAlonzoPParams -> pparams) ti resolveInput redeemers tx costs case res of Left (UnknownTxIns ins) -> - Left $ ErrAssignRedeemersUnresolvedTxIns $ map fromShelleyTxIn (F.toList ins) + Left $ ErrAssignRedeemersUnresolvedTxIns $ + map fromShelleyTxIn (F.toList ins) + Left (BadTranslation translationError) -> + Left $ ErrAssignRedeemersTranslationError translationError Right report -> - Right $ hoistScriptFailure report - where - hoistScriptFailure - :: Show scriptFailure - => Map Alonzo.RdmrPtr (Either scriptFailure a) - -> Map Alonzo.RdmrPtr (Either ErrAssignRedeemers a) - hoistScriptFailure = Map.mapWithKey $ \ptr -> left $ \e -> - ErrAssignRedeemersScriptFailure (indexedRedeemers ! ptr) (show e) + Right $ hoistScriptFailure indexedRedeemers report + + evaluateExecutionUnitsBabbage + :: Map Alonzo.RdmrPtr Redeemer + -> BabbageTx + -> Either ErrAssignRedeemers + (Map Alonzo.RdmrPtr (Either ErrAssignRedeemers Alonzo.ExUnits)) + evaluateExecutionUnitsBabbage indexedRedeemers babbageTx = do + let utxo = utxoFromBabbageTx babbageTx + let pparams' = Cardano.toLedgerPParams + Cardano.ShelleyBasedEraBabbage pparams + let costs = toCostModelsAsArray + (Alonzo.unCostModels $ Babbage._costmdls pparams') + + let res = evaluateTransactionExecutionUnits + pparams' + babbageTx + utxo + epochInfo + systemStart + costs + case res of + Left (UnknownTxIns ins) -> + Left $ ErrAssignRedeemersUnresolvedTxIns $ + map fromShelleyTxIn (F.toList ins) + Left (BadTranslation translationError) -> do + Left $ ErrAssignRedeemersTranslationError translationError + Right report -> + Right $ hoistScriptFailure indexedRedeemers report + + hoistScriptFailure + :: Show scriptFailure + => Map Alonzo.RdmrPtr Redeemer + -> Map Alonzo.RdmrPtr (Either scriptFailure a) + -> Map Alonzo.RdmrPtr (Either ErrAssignRedeemers a) + hoistScriptFailure indexedRedeemers = Map.mapWithKey $ \ptr -> left $ \e -> + ErrAssignRedeemersScriptFailure (indexedRedeemers ! ptr) (show e) -- | Change execution units for each redeemers in the transaction to what -- they ought to be. - assignExecutionUnits + assignExecutionUnitsAlonzo :: Map Alonzo.RdmrPtr (Either ErrAssignRedeemers Alonzo.ExUnits) -> AlonzoTx -> Either ErrAssignRedeemers AlonzoTx - assignExecutionUnits exUnits alonzoTx = do + assignExecutionUnitsAlonzo exUnits alonzoTx = do let wits = Alonzo.wits alonzoTx let Alonzo.Redeemers rdmrs = Alonzo.txrdmrs wits rdmrs' <- Map.mergeA @@ -1240,21 +1375,40 @@ _assignScriptRedeemers (toAlonzoPParams -> pparams) ti resolveInput redeemers tx { Alonzo.txrdmrs = Alonzo.Redeemers rdmrs' } } - where - assignUnits - :: (dat, Alonzo.ExUnits) - -> Either err Alonzo.ExUnits - -> Either err (dat, Alonzo.ExUnits) - assignUnits (dats, _zero) = - fmap (dats,) + + assignExecutionUnitsBabbage + :: Map Alonzo.RdmrPtr (Either ErrAssignRedeemers Alonzo.ExUnits) + -> BabbageTx + -> Either ErrAssignRedeemers BabbageTx + assignExecutionUnitsBabbage exUnits babbageTx = do + let wits = Alonzo.wits babbageTx + let Alonzo.Redeemers rdmrs = Alonzo.txrdmrs wits + rdmrs' <- Map.mergeA + Map.preserveMissing + Map.dropMissing + (Map.zipWithAMatched (const assignUnits)) + rdmrs + exUnits + pure $ babbageTx + { Alonzo.wits = wits + { Alonzo.txrdmrs = Alonzo.Redeemers rdmrs' + } + } + + assignUnits + :: (dat, Alonzo.ExUnits) + -> Either err Alonzo.ExUnits + -> Either err (dat, Alonzo.ExUnits) + assignUnits (dats, _zero) = + fmap (dats,) -- | Finally, calculate and add the script integrity hash with the new -- final redeemers, if any. - addScriptIntegrityHash + addScriptIntegrityHashAlonzo :: forall e. (e ~ Cardano.ShelleyLedgerEra Cardano.AlonzoEra) => AlonzoTx -> AlonzoTx - addScriptIntegrityHash alonzoTx = + addScriptIntegrityHashAlonzo alonzoTx = let wits = Alonzo.wits alonzoTx langs = @@ -1263,16 +1417,44 @@ _assignScriptRedeemers (toAlonzoPParams -> pparams) ti resolveInput redeemers tx , (not . isNativeScript @e) script , Just l <- [Alonzo.language script] ] - in - alonzoTx - { Alonzo.body = (Alonzo.body alonzoTx) - { Alonzo.scriptIntegrityHash = Alonzo.hashScriptIntegrity - pparams - (Set.fromList langs) - (Alonzo.txrdmrs wits) - (Alonzo.txdats wits) - } + in + alonzoTx + { Alonzo.body = (Alonzo.body alonzoTx) + { Alonzo.scriptIntegrityHash = Alonzo.hashScriptIntegrity + (Set.fromList $ Alonzo.getLanguageView + (Cardano.toLedgerPParams + Cardano.ShelleyBasedEraAlonzo pparams) + <$> langs) + (Alonzo.txrdmrs wits) + (Alonzo.txdats wits) } + } + + addScriptIntegrityHashBabbage + :: forall e. ( e ~ Cardano.ShelleyLedgerEra Cardano.BabbageEra ) + => BabbageTx + -> BabbageTx + addScriptIntegrityHashBabbage babbageTx = + let + wits = Alonzo.wits babbageTx + langs = + [ l + | (_hash, script) <- Map.toList (Alonzo.txscripts wits) + , (not . isNativeScript @e) script + , Just l <- [Alonzo.language script] + ] + in + babbageTx + { Babbage.body = (Babbage.body babbageTx) + { Babbage.scriptIntegrityHash = Alonzo.hashScriptIntegrity + (Set.fromList $ Alonzo.getLanguageView + (Cardano.toLedgerPParams + Cardano.ShelleyBasedEraBabbage pparams) + <$> langs) + (Alonzo.txrdmrs wits) + (Alonzo.txdats wits) + } + } txConstraints :: ProtocolParameters -> TxWitnessTag -> TxConstraints txConstraints protocolParams witnessTag = TxConstraints @@ -2054,6 +2236,7 @@ withShelleyBasedEra era fn = case era of AnyCardanoEra AllegraEra -> fn ShelleyBasedEraAllegra AnyCardanoEra MaryEra -> fn ShelleyBasedEraMary AnyCardanoEra AlonzoEra -> fn ShelleyBasedEraAlonzo + AnyCardanoEra BabbageEra -> fn ShelleyBasedEraBabbage -- FIXME: Make this a Allegra or Shelley transaction depending on the era we're -- in. However, quoting Duncan: @@ -2084,6 +2267,8 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = . toCardanoTxIn . fst <$> F.toList (view #inputs cs) + , txInsReference = Cardano.TxInsReferenceNone + , Cardano.txOuts = toCardanoTxOut era <$> view #outputs cs ++ F.toList (view #change cs) @@ -2095,14 +2280,17 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = Cardano.TxWithdrawals wdrlsSupported (map (\(key, coin) -> (key, coin, wit)) wdrls) - , txInsCollateral = - -- TODO: [ADP-957] Support collateral. - Cardano.TxInsCollateralNone - , txProtocolParams = - -- TODO: [ADP-1058] We presumably need to provide the protocol params if - -- our tx uses scripts? - Cardano.BuildTxWith Nothing + -- @mkUnsignedTx@ is never used with Plutus scripts, and so we never have to + -- care about collateral or PParams (for script integrity hash) here. + -- + -- If constructTransaction because of multisig in the future ever needs to + -- run/redeem Plutus scripts, we should re-use balanceTransaction and remove + -- this @mkUnsignedTx@. (We should do this regardless.) + , txInsCollateral = Cardano.TxInsCollateralNone + , txTotalCollateral = Cardano.TxTotalCollateralNone + , txReturnCollateral = Cardano.TxReturnCollateralNone + , txProtocolParams = Cardano.BuildTxWith Nothing , txScriptValidity = Cardano.TxScriptValidityNone @@ -2170,6 +2358,7 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = ShelleyBasedEraAllegra -> Cardano.TxMetadataInAllegraEra ShelleyBasedEraMary -> Cardano.TxMetadataInMaryEra ShelleyBasedEraAlonzo -> Cardano.TxMetadataInAlonzoEra + ShelleyBasedEraBabbage -> Cardano.TxMetadataInBabbageEra certSupported :: Cardano.CertificatesSupportedInEra era certSupported = case era of @@ -2177,6 +2366,7 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = ShelleyBasedEraAllegra -> Cardano.CertificatesInAllegraEra ShelleyBasedEraMary -> Cardano.CertificatesInMaryEra ShelleyBasedEraAlonzo -> Cardano.CertificatesInAlonzoEra + ShelleyBasedEraBabbage -> Cardano.CertificatesInBabbageEra wdrlsSupported :: Cardano.WithdrawalsSupportedInEra era wdrlsSupported = case era of @@ -2184,6 +2374,7 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = ShelleyBasedEraAllegra -> Cardano.WithdrawalsInAllegraEra ShelleyBasedEraMary -> Cardano.WithdrawalsInMaryEra ShelleyBasedEraAlonzo -> Cardano.WithdrawalsInAlonzoEra + ShelleyBasedEraBabbage -> Cardano.WithdrawalsInBabbageEra txValidityUpperBoundSupported :: Cardano.ValidityUpperBoundSupportedInEra era txValidityUpperBoundSupported = case era of @@ -2191,6 +2382,7 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = ShelleyBasedEraAllegra -> Cardano.ValidityUpperBoundInAllegraEra ShelleyBasedEraMary -> Cardano.ValidityUpperBoundInMaryEra ShelleyBasedEraAlonzo -> Cardano.ValidityUpperBoundInAlonzoEra + ShelleyBasedEraBabbage -> Cardano.ValidityUpperBoundInBabbageEra txValidityLowerBoundSupported :: Maybe (Cardano.ValidityLowerBoundSupportedInEra era) @@ -2199,6 +2391,7 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = ShelleyBasedEraAllegra -> Just Cardano.ValidityLowerBoundInAllegraEra ShelleyBasedEraMary -> Just Cardano.ValidityLowerBoundInMaryEra ShelleyBasedEraAlonzo -> Just Cardano.ValidityLowerBoundInAlonzoEra + ShelleyBasedEraBabbage -> Just Cardano.ValidityLowerBoundInBabbageEra txMintingSupported :: Maybe (Cardano.MultiAssetSupportedInEra era) txMintingSupported = case era of @@ -2206,6 +2399,7 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = ShelleyBasedEraAllegra -> Nothing ShelleyBasedEraMary -> Just Cardano.MultiAssetInMaryEra ShelleyBasedEraAlonzo -> Just Cardano.MultiAssetInAlonzoEra + ShelleyBasedEraBabbage -> Just Cardano.MultiAssetInBabbageEra scriptWitsSupported :: Cardano.ScriptLanguageInEra Cardano.SimpleScriptV2 era @@ -2216,6 +2410,7 @@ mkUnsignedTx era ttl cs md wdrls certs fees mintData burnData allScripts = "scriptWitsSupported: we should be at least in Mary" ShelleyBasedEraMary -> Cardano.SimpleScriptV2InMary ShelleyBasedEraAlonzo -> Cardano.SimpleScriptV2InAlonzo + ShelleyBasedEraBabbage -> Cardano.SimpleScriptV2InBabbage mkWithdrawals :: NetworkId @@ -2267,7 +2462,13 @@ mkByronWitness explicitFees :: ShelleyBasedEra era -> Cardano.Lovelace -> Cardano.TxFee era explicitFees era = case era of - ShelleyBasedEraShelley -> Cardano.TxFeeExplicit Cardano.TxFeesExplicitInShelleyEra - ShelleyBasedEraAllegra -> Cardano.TxFeeExplicit Cardano.TxFeesExplicitInAllegraEra - ShelleyBasedEraMary -> Cardano.TxFeeExplicit Cardano.TxFeesExplicitInMaryEra - ShelleyBasedEraAlonzo -> Cardano.TxFeeExplicit Cardano.TxFeesExplicitInAlonzoEra + ShelleyBasedEraShelley -> + Cardano.TxFeeExplicit Cardano.TxFeesExplicitInShelleyEra + ShelleyBasedEraAllegra -> + Cardano.TxFeeExplicit Cardano.TxFeesExplicitInAllegraEra + ShelleyBasedEraMary -> + Cardano.TxFeeExplicit Cardano.TxFeesExplicitInMaryEra + ShelleyBasedEraAlonzo -> + Cardano.TxFeeExplicit Cardano.TxFeesExplicitInAlonzoEra + ShelleyBasedEraBabbage -> + Cardano.TxFeeExplicit Cardano.TxFeesExplicitInBabbageEra diff --git a/lib/shelley/test/data/balanceTx/pingPong_2/golden b/lib/shelley/test/data/balanceTx/pingPong_2/golden index 19ad0a3dd34..500d185d269 100644 --- a/lib/shelley/test/data/balanceTx/pingPong_2/golden +++ b/lib/shelley/test/data/balanceTx/pingPong_2/golden @@ -60,22 +60,22 @@ 2.950000,ErrBalanceTxSelectAssets (ErrSelectAssetsSelectionError (SelectionCollateralErrorOf (SelectionCollateralError {largestCombinationAvailable = fromList [(WalletUTxO {txIn = TxIn {inputId = Hash "00000000000000000000000000000000", inputIx = 0}, address = Address "`\177\229\224\251t\200l\128\USdhA\224|\219B\223\139\130\239<\228\229|\181A.w"},Coin 2950000)], minimumSelectionAmount = Coin 4425000}))) 3.000000,ErrBalanceTxSelectAssets (ErrSelectAssetsSelectionError (SelectionCollateralErrorOf (SelectionCollateralError {largestCombinationAvailable = fromList [(WalletUTxO {txIn = TxIn {inputId = Hash "00000000000000000000000000000000", inputIx = 0}, address = Address "`\177\229\224\251t\200l\128\USdhA\224|\219B\223\139\130\239<\228\229|\181A.w"},Coin 3000000)], minimumSelectionAmount = Coin 4500000}))) 3.050000,ErrBalanceTxSelectAssets (ErrSelectAssetsSelectionError (SelectionCollateralErrorOf (SelectionCollateralError {largestCombinationAvailable = fromList [(WalletUTxO {txIn = TxIn {inputId = Hash "00000000000000000000000000000000", inputIx = 0}, address = Address "`\177\229\224\251t\200l\128\USdhA\224|\219B\223\139\130\239<\228\229|\181A.w"},Coin 3050000)], minimumSelectionAmount = Coin 3050246}))) - 3.100000,0.612050,0.612050 - 3.150000,0.612050,0.612050 - 3.200000,0.612050,0.612050 - 3.250000,0.612050,0.612050 - 3.300000,0.612050,0.612050 - 3.350000,0.612050,0.612050 - 3.400000,0.612050,0.612050 - 3.450000,0.612050,0.612050 - 3.500000,0.612050,0.612050 - 3.550000,0.612050,0.612050 - 3.600000,0.612050,0.612050 - 3.650000,0.612050,0.612050 - 3.700000,0.612050,0.612050 - 3.750000,0.612050,0.612050 - 3.800000,0.612050,0.612050 - 3.850000,0.612050,0.612050 - 3.900000,0.612050,0.612050 - 3.950000,0.612050,0.612050 - 4.000000,0.612050,0.612050 + 3.100000,0.602310,0.602310 + 3.150000,0.602310,0.602310 + 3.200000,0.602310,0.602310 + 3.250000,0.602310,0.602310 + 3.300000,0.602310,0.602310 + 3.350000,0.602310,0.602310 + 3.400000,0.602310,0.602310 + 3.450000,0.602310,0.602310 + 3.500000,0.602310,0.602310 + 3.550000,0.602310,0.602310 + 3.600000,0.602310,0.602310 + 3.650000,0.602310,0.602310 + 3.700000,0.602310,0.602310 + 3.750000,0.602310,0.602310 + 3.800000,0.602310,0.602310 + 3.850000,0.602310,0.602310 + 3.900000,0.602310,0.602310 + 3.950000,0.602310,0.602310 + 4.000000,0.602310,0.602310 diff --git a/lib/shelley/test/unit/Cardano/Wallet/Shelley/CompatibilitySpec.hs b/lib/shelley/test/unit/Cardano/Wallet/Shelley/CompatibilitySpec.hs index 80b52c12397..b22f8f2358a 100644 --- a/lib/shelley/test/unit/Cardano/Wallet/Shelley/CompatibilitySpec.hs +++ b/lib/shelley/test/unit/Cardano/Wallet/Shelley/CompatibilitySpec.hs @@ -530,8 +530,8 @@ toKeyHash txt = case fromBase16 (T.encodeUtf8 txt) of toPaymentHash :: Text -> Cardano.SimpleScript lang toPaymentHash txt = case Cardano.deserialiseFromRawBytesHex (Cardano.AsHash Cardano.AsPaymentKey) (T.encodeUtf8 txt) of - Just payKeyHash -> Cardano.RequireSignature payKeyHash - Nothing -> error "Hash key not valid" + Right payKeyHash -> Cardano.RequireSignature payKeyHash + Left err -> error $ "toPaymentHash: " <> show err checkScriptHashes :: String diff --git a/lib/shelley/test/unit/Cardano/Wallet/Shelley/Launch/BlockfrostSpec.hs b/lib/shelley/test/unit/Cardano/Wallet/Shelley/Launch/BlockfrostSpec.hs index 45790eaf4a3..46dc65ca97e 100644 --- a/lib/shelley/test/unit/Cardano/Wallet/Shelley/Launch/BlockfrostSpec.hs +++ b/lib/shelley/test/unit/Cardano/Wallet/Shelley/Launch/BlockfrostSpec.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE PackageImports #-} module Cardano.Wallet.Shelley.Launch.BlockfrostSpec ( spec ) where @@ -13,7 +14,8 @@ import Cardano.Wallet.Shelley.Launch ( Mode (Light, Normal), modeOption ) import Cardano.Wallet.Shelley.Launch.Blockfrost ( TokenException (..), TokenFile (TokenFile), readToken ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( ParserFailure (execFailure) , ParserResult (CompletionInvoked, Failure, Success) , defaultPrefs diff --git a/lib/shelley/test/unit/Cardano/Wallet/Shelley/LaunchSpec.hs b/lib/shelley/test/unit/Cardano/Wallet/Shelley/LaunchSpec.hs index ad4a9fef3b8..490cdb003d2 100644 --- a/lib/shelley/test/unit/Cardano/Wallet/Shelley/LaunchSpec.hs +++ b/lib/shelley/test/unit/Cardano/Wallet/Shelley/LaunchSpec.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE PackageImports #-} -- | -- Copyright: © 2020 IOHK -- License: Apache-2.0 @@ -9,7 +10,8 @@ import Prelude import Cardano.Wallet.Shelley.Launch ( nodeSocketOption ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( ParserResult (..), defaultPrefs, execParserPure, info ) import Test.Hspec ( Spec, describe, it, shouldSatisfy ) diff --git a/lib/shelley/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs b/lib/shelley/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs index 1116d71a9b9..5fadfdae446 100644 --- a/lib/shelley/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs +++ b/lib/shelley/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs @@ -417,6 +417,7 @@ import qualified Data.Set as Set import qualified Data.Text as T import qualified Data.Text.Encoding as T import qualified Data.Text.IO as T +import qualified PlutusCore as Plutus import qualified Test.Hspec.Extra as Hspec spec :: Spec @@ -3432,7 +3433,7 @@ mockProtocolParametersForBalancing = (mockProtocolParameters, nodePParams) Just $ Cardano.ExecutionUnits 10000000000 14000000 , Cardano.protocolParamMaxValueSize = Just 4000 , Cardano.protocolParamProtocolVersion = (6, 0) - , Cardano.protocolParamDecentralization = 0 + , Cardano.protocolParamDecentralization = Just 0 , Cardano.protocolParamExtraPraosEntropy = Nothing , Cardano.protocolParamMaxBlockHeaderSize = 100000 -- Dummy value , Cardano.protocolParamMaxBlockBodySize = 100000 @@ -3458,175 +3459,10 @@ mockProtocolParametersForBalancing = (mockProtocolParameters, nodePParams) , Cardano.protocolParamCollateralPercent = Just 1 , Cardano.protocolParamMaxCollateralInputs = Just 3 } - costModel = - Cardano.CostModel $ Map.fromList - [("addInteger-cpu-arguments-intercept",197209) - , ("addInteger-cpu-arguments-slope",0) - , ("addInteger-memory-arguments-intercept",1) - , ("addInteger-memory-arguments-slope",1) - , ("appendByteString-cpu-arguments-intercept",396231) - , ("appendByteString-cpu-arguments-slope",621) - , ("appendByteString-memory-arguments-intercept",0) - , ("appendByteString-memory-arguments-slope",1) - , ("appendString-cpu-arguments-intercept",150000) - , ("appendString-cpu-arguments-slope",1000) - , ("appendString-memory-arguments-intercept",0) - , ("appendString-memory-arguments-slope",1) - , ("bData-cpu-arguments",150000) - , ("bData-memory-arguments",32) - , ("blake2b-cpu-arguments-intercept",2477736) - , ("blake2b-cpu-arguments-slope",29175) - , ("blake2b-memory-arguments",4) - , ("cekApplyCost-exBudgetCPU",29773) - , ("cekApplyCost-exBudgetMemory",100) - , ("cekBuiltinCost-exBudgetCPU",29773) - , ("cekBuiltinCost-exBudgetMemory",100) - , ("cekConstCost-exBudgetCPU",29773) - , ("cekConstCost-exBudgetMemory",100) - , ("cekDelayCost-exBudgetCPU",29773) - , ("cekDelayCost-exBudgetMemory",100) - , ("cekForceCost-exBudgetCPU",29773) - , ("cekForceCost-exBudgetMemory",100) - , ("cekLamCost-exBudgetCPU",29773) - , ("cekLamCost-exBudgetMemory",100) - , ("cekStartupCost-exBudgetCPU",100) - , ("cekStartupCost-exBudgetMemory",100) - , ("cekVarCost-exBudgetCPU",29773) - , ("cekVarCost-exBudgetMemory",100) - , ("chooseData-cpu-arguments",150000) - , ("chooseData-memory-arguments",32) - , ("chooseList-cpu-arguments",150000) - , ("chooseList-memory-arguments",32) - , ("chooseUnit-cpu-arguments",150000) - , ("chooseUnit-memory-arguments",32) - , ("consByteString-cpu-arguments-intercept",150000) - , ("consByteString-cpu-arguments-slope",1000) - , ("consByteString-memory-arguments-intercept",0) - , ("consByteString-memory-arguments-slope",1) - , ("constrData-cpu-arguments",150000) - , ("constrData-memory-arguments",32) - , ("decodeUtf8-cpu-arguments-intercept",150000) - , ("decodeUtf8-cpu-arguments-slope",1000) - , ("decodeUtf8-memory-arguments-intercept",0) - , ("decodeUtf8-memory-arguments-slope",8) - , ("divideInteger-cpu-arguments-constant",148000) - , ("divideInteger-cpu-arguments-model-arguments-intercept",425507) - , ("divideInteger-cpu-arguments-model-arguments-slope",118) - , ("divideInteger-memory-arguments-intercept",0) - , ("divideInteger-memory-arguments-minimum",1) - , ("divideInteger-memory-arguments-slope",1) - , ("encodeUtf8-cpu-arguments-intercept",150000) - , ("encodeUtf8-cpu-arguments-slope",1000) - , ("encodeUtf8-memory-arguments-intercept",0) - , ("encodeUtf8-memory-arguments-slope",8) - , ("equalsByteString-cpu-arguments-constant",150000) - , ("equalsByteString-cpu-arguments-intercept",112536) - , ("equalsByteString-cpu-arguments-slope",247) - , ("equalsByteString-memory-arguments",1) - , ("equalsData-cpu-arguments-intercept",150000) - , ("equalsData-cpu-arguments-slope",10000) - , ("equalsData-memory-arguments",1) - , ("equalsInteger-cpu-arguments-intercept",136542) - , ("equalsInteger-cpu-arguments-slope",1326) - , ("equalsInteger-memory-arguments",1) - , ("equalsString-cpu-arguments-constant",1000) - , ("equalsString-cpu-arguments-intercept",150000) - , ("equalsString-cpu-arguments-slope",1000) - , ("equalsString-memory-arguments",1) - , ("fstPair-cpu-arguments",150000) - , ("fstPair-memory-arguments",32) - , ("headList-cpu-arguments",150000) - , ("headList-memory-arguments",32) - , ("iData-cpu-arguments",150000) - , ("iData-memory-arguments",32) - , ("ifThenElse-cpu-arguments",1) - , ("ifThenElse-memory-arguments",1) - , ("indexByteString-cpu-arguments",150000) - , ("indexByteString-memory-arguments",1) - , ("lengthOfByteString-cpu-arguments",150000) - , ("lengthOfByteString-memory-arguments",4) - , ("lessThanByteString-cpu-arguments-intercept",103599) - , ("lessThanByteString-cpu-arguments-slope",248) - , ("lessThanByteString-memory-arguments",1) - , ("lessThanEqualsByteString-cpu-arguments-intercept",103599) - , ("lessThanEqualsByteString-cpu-arguments-slope",248) - , ("lessThanEqualsByteString-memory-arguments",1) - , ("lessThanEqualsInteger-cpu-arguments-intercept",145276) - , ("lessThanEqualsInteger-cpu-arguments-slope",1366) - , ("lessThanEqualsInteger-memory-arguments",1) - , ("lessThanInteger-cpu-arguments-intercept",179690) - , ("lessThanInteger-cpu-arguments-slope",497) - , ("lessThanInteger-memory-arguments",1) - , ("listData-cpu-arguments",150000) - , ("listData-memory-arguments",32) - , ("mapData-cpu-arguments",150000) - , ("mapData-memory-arguments",32) - , ("mkCons-cpu-arguments",150000) - , ("mkCons-memory-arguments",32) - , ("mkNilData-cpu-arguments",150000) - , ("mkNilData-memory-arguments",32) - , ("mkNilPairData-cpu-arguments",150000) - , ("mkNilPairData-memory-arguments",32) - , ("mkPairData-cpu-arguments",150000) - , ("mkPairData-memory-arguments",32) - , ("modInteger-cpu-arguments-constant",148000) - , ("modInteger-cpu-arguments-model-arguments-intercept",425507) - , ("modInteger-cpu-arguments-model-arguments-slope",118) - , ("modInteger-memory-arguments-intercept",0) - , ("modInteger-memory-arguments-minimum",1) - , ("modInteger-memory-arguments-slope",1) - , ("multiplyInteger-cpu-arguments-intercept",61516) - , ("multiplyInteger-cpu-arguments-slope",11218) - , ("multiplyInteger-memory-arguments-intercept",0) - , ("multiplyInteger-memory-arguments-slope",1) - , ("nullList-cpu-arguments",150000) - , ("nullList-memory-arguments",32) - , ("quotientInteger-cpu-arguments-constant",148000) - , ("quotientInteger-cpu-arguments-model-arguments-intercept",425507) - , ("quotientInteger-cpu-arguments-model-arguments-slope",118) - , ("quotientInteger-memory-arguments-intercept",0) - , ("quotientInteger-memory-arguments-minimum",1) - , ("quotientInteger-memory-arguments-slope",1) - , ("remainderInteger-cpu-arguments-constant",148000) - , ("remainderInteger-cpu-arguments-model-arguments-intercept",425507) - , ("remainderInteger-cpu-arguments-model-arguments-slope",118) - , ("remainderInteger-memory-arguments-intercept",0) - , ("remainderInteger-memory-arguments-minimum",1) - , ("remainderInteger-memory-arguments-slope",1) - , ("sha2_256-cpu-arguments-intercept",2477736) - , ("sha2_256-cpu-arguments-slope",29175) - , ("sha2_256-memory-arguments",4) - , ("sha3_256-cpu-arguments-intercept",0) - , ("sha3_256-cpu-arguments-slope",82363) - , ("sha3_256-memory-arguments",4) - , ("sliceByteString-cpu-arguments-intercept",150000) - , ("sliceByteString-cpu-arguments-slope",5000) - , ("sliceByteString-memory-arguments-intercept",0) - , ("sliceByteString-memory-arguments-slope",1) - , ("sndPair-cpu-arguments",150000) - , ("sndPair-memory-arguments",32) - , ("subtractInteger-cpu-arguments-intercept",197209) - , ("subtractInteger-cpu-arguments-slope",0) - , ("subtractInteger-memory-arguments-intercept",1) - , ("subtractInteger-memory-arguments-slope",1) - , ("tailList-cpu-arguments",150000) - , ("tailList-memory-arguments",32) - , ("trace-cpu-arguments",150000) - , ("trace-memory-arguments",32) - , ("unBData-cpu-arguments",150000) - , ("unBData-memory-arguments",32) - , ("unConstrData-cpu-arguments",150000) - , ("unConstrData-memory-arguments",32) - , ("unIData-cpu-arguments",150000) - , ("unIData-memory-arguments",32) - , ("unListData-cpu-arguments",150000) - , ("unListData-memory-arguments",32) - , ("unMapData-cpu-arguments",150000) - , ("unMapData-memory-arguments",32) - , ("verifySignature-cpu-arguments-intercept",3345831) - , ("verifySignature-cpu-arguments-slope",1) - , ("verifySignature-memory-arguments",1) - ] + costModel = Cardano.CostModel + . fromMaybe (error "Plutus.defaultCostModelParams") + $ Plutus.defaultCostModelParams + block0 :: Block block0 = Block @@ -3765,7 +3601,16 @@ sealedNumberOfRedeemers sealedTx = let dats = case body of Cardano.ShelleyTxBody _ _ _ d _ _ -> d - in case dats of + in case dats of + Cardano.TxBodyNoScriptData -> + 0 + Cardano.TxBodyScriptData _ _ (Alonzo.Redeemers rdmrs) -> + Map.size rdmrs + InAnyCardanoEra BabbageEra (Cardano.Tx body _) -> + let dats = + case body of + Cardano.ShelleyTxBody _ _ _ d _ _ -> d + in case dats of Cardano.TxBodyNoScriptData -> 0 Cardano.TxBodyScriptData _ _ (Alonzo.Redeemers rdmrs) -> diff --git a/lib/test-utils/src/Test/Hspec/Extra.hs b/lib/test-utils/src/Test/Hspec/Extra.hs index c0a1327ecf5..d4369ebb728 100644 --- a/lib/test-utils/src/Test/Hspec/Extra.hs +++ b/lib/test-utils/src/Test/Hspec/Extra.hs @@ -1,5 +1,6 @@ {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE LambdaCase #-} +{-# LANGUAGE PackageImports #-} {-# LANGUAGE ScopedTypeVariables #-} -- | @@ -37,7 +38,8 @@ import Control.Monad.IO.Unlift ( MonadUnliftIO ) import Data.List ( elemIndex ) -import Options.Applicative +-- See ADP-1910 +import "optparse-applicative" Options.Applicative ( Parser , ParserInfo (..) , ReadM diff --git a/nix/cabal-shell.nix b/nix/cabal-shell.nix index 24069e70c1d..41737595f9b 100644 --- a/nix/cabal-shell.nix +++ b/nix/cabal-shell.nix @@ -30,6 +30,8 @@ mkShell rec { nixWrapped pkgconfig gnutar + autoconf + secp256k1 ] ++ lib.optional (!stdenv.isDarwin) git ++ (with haskellProject.hsPkgs; [ diff --git a/nix/haskell.nix b/nix/haskell.nix index a3b52c6fd77..8f4e207abf6 100644 --- a/nix/haskell.nix +++ b/nix/haskell.nix @@ -1,7 +1,7 @@ ############################################################################ # Builds Haskell packages with Haskell.nix ############################################################################ -haskell-nix: haskell-nix.stackProject' [ +haskell-nix: haskell-nix.cabalProject' [ ({ lib, pkgs, buildProject, ... }: { options = { gitrev = lib.mkOption { @@ -59,15 +59,6 @@ haskell-nix: haskell-nix.stackProject' [ noCacheTestFailuresCookie = lib.optionalString (!config.cacheTestFailures) noCacheCookie; - # Make sure that the libsodium DLL is available beside the EXEs of - # the windows build. - libSodiumPostInstall = lib.optionalString stdenv.hostPlatform.isWindows '' - ln -s ${pkgs.libsodium-vrf}/bin/libsodium-23.dll $out/bin - ln -s ${pkgs.buildPackages.gcc.cc}/x86_64-w64-mingw32/lib/libstdc++-6.dll $out/bin - ln -s ${pkgs.buildPackages.gcc.cc}/x86_64-w64-mingw32/lib/libgcc_s_seh-1.dll $out/bin - ln -s ${pkgs.windows.mcfgthreads}/bin/mcfgthread-12.dll $out/bin - ''; - # setGitRev is a postInstall script to stamp executables with # version info. It uses the "gitrev" option. setGitRevPostInstall = setGitRevPostInstall' config.gitrev; @@ -111,6 +102,7 @@ haskell-nix: haskell-nix.stackProject' [ in { name = "cardano-wallet"; + compiler-nix-name = "ghc8107"; src = haskellLib.cleanSourceWith { name = "cardano-wallet-src"; @@ -118,10 +110,6 @@ haskell-nix: haskell-nix.stackProject' [ filter = haskell-nix.haskellSourceFilter; }; - materialized = ./materialized/stack-nix; - - sha256map = import ./sha256map.nix; - shell = { name = "cardano-wallet-shell${lib.optionalString config.profiling "-profiled"}"; packages = ps: builtins.attrValues (haskellLib.selectProjectPackages ps); @@ -195,7 +183,7 @@ haskell-nix: haskell-nix.stackProject' [ }) # Provide configuration and dependencies to cardano-wallet components - ({ config, ... }: + ({ config, pkgs, ... }: let cardanoNodeExes = with config.hsPkgs; [ @@ -204,6 +192,18 @@ haskell-nix: haskell-nix.stackProject' [ ]; in { + reinstallableLibGhc = true; + + # These are here to make `stackProject` vs `cabalProject` `nix-diff` cleaner + # TODO remove + packages.entropy.components.setup.doExactConfig = true; + packages.prettyprinter-configurable.components.setup.doExactConfig = true; + packages.pretty-simple.components.setup.doExactConfig = true; + packages.wai-logger.components.setup.doExactConfig = true; + packages.openapi3.components.setup.doExactConfig = true; + packages.servant-openapi3.components.setup.doExactConfig = true; + packages.system-filepath.components.setup.doExactConfig = true; + packages.cardano-wallet-core.components.tests = { unit.preCheck = noCacheTestFailuresCookie; # Attempt to ensure visible progress in the macOS hydra job. @@ -263,7 +263,6 @@ haskell-nix: haskell-nix.stackProject' [ # provide cardano-node & cardano-cli to tests unit.build-tools = cardanoNodeExes; integration.build-tools = cardanoNodeExes; - unit.postInstall = libSodiumPostInstall; }; # Add node backend to the PATH of the latency benchmarks, and @@ -300,7 +299,7 @@ haskell-nix: haskell-nix.stackProject' [ postInstall = '' mkdir -p $out/bin/test/data cp -Rv ${testData} $out/bin/test/data - '' + libSodiumPostInstall; + ''; } else { build-tools = [ pkgs.buildPackages.makeWrapper ]; postInstall = '' @@ -310,13 +309,8 @@ haskell-nix: haskell-nix.stackProject' [ ''; }; - # Make sure that libsodium DLLs for all windows executables, - # and add shell completions for main executables. - packages.cardano-wallet.components.exes.cardano-wallet.postInstall = optparseCompletionPostInstall + libSodiumPostInstall + setGitRevPostInstall + rewriteLibsPostInstall + stripBinariesPostInstall; - packages.cardano-wallet-core.components.tests.unit.postInstall = libSodiumPostInstall; - packages.cardano-wallet-cli.components.tests.unit.postInstall = libSodiumPostInstall; - packages.cardano-wallet-launcher.components.tests.unit.postInstall = libSodiumPostInstall; - packages.cardano-wallet-test-utils.components.tests.unit.postInstall = libSodiumPostInstall; + # Add shell completions for main executables. + packages.cardano-wallet.components.exes.cardano-wallet.postInstall = optparseCompletionPostInstall + setGitRevPostInstall + rewriteLibsPostInstall + stripBinariesPostInstall; }) ({ config, ... }: @@ -325,8 +319,8 @@ haskell-nix: haskell-nix.stackProject' [ in { # Add shell completions for tools. - packages.cardano-cli.components.exes.cardano-cli.postInstall = optparseCompletionPostInstall + libSodiumPostInstall + setGitRevPostInstall; - packages.cardano-node.components.exes.cardano-node.postInstall = optparseCompletionPostInstall + libSodiumPostInstall + setGitRevPostInstall; + packages.cardano-cli.components.exes.cardano-cli.postInstall = optparseCompletionPostInstall + setGitRevPostInstall; + packages.cardano-node.components.exes.cardano-node.postInstall = optparseCompletionPostInstall + setGitRevPostInstall; packages.cardano-addresses-cli.components.exes.cardano-address.postInstall = optparseCompletionPostInstall; packages.bech32.components.exes.bech32.postInstall = optparseCompletionPostInstall; }) @@ -350,11 +344,11 @@ haskell-nix: haskell-nix.stackProject' [ ({ lib, pkgs, ... }: { # Use our forked libsodium from iohk-nix crypto overlay. - packages.plutus-tx.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf ] ]; - packages.byron-spec-ledger.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf ] ]; - packages.cardano-wallet-cli.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf ] ]; - packages.cardano-crypto-praos.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf ] ]; - packages.cardano-crypto-class.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf ] ]; + packages.plutus-tx.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf pkgs.secp256k1 ] ]; + packages.byron-spec-ledger.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf pkgs.secp256k1 ] ]; + packages.cardano-wallet-cli.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf pkgs.secp256k1 ] ]; + packages.cardano-crypto-praos.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf pkgs.secp256k1 ] ]; + packages.cardano-crypto-class.components.library.pkgconfig = lib.mkForce [ [ pkgs.libsodium-vrf pkgs.secp256k1 ] ]; }) # Build fixes for library dependencies @@ -380,12 +374,13 @@ haskell-nix: haskell-nix.stackProject' [ enableLibraryProfiling = true; packages.cardano-wallet.components.exes.cardano-wallet.enableProfiling = true; packages.cardano-wallet.components.benchmarks.restore.enableProfiling = true; + packages.plutus-core.ghcOptions = [ "-fexternal-interpreter" ]; }) # Musl libc fully static build (lib.optionalAttrs stdenv.hostPlatform.isMusl ( let - staticLibs = with pkgs; [ zlib openssl libffi gmp6 libsodium-vrf ]; + staticLibs = with pkgs; [ zlib openssl libffi gmp6 pkgs.secp256k1 ]; # Module options which add GHC flags and libraries for a fully static build fullyStaticOptions = { @@ -425,47 +420,6 @@ haskell-nix: haskell-nix.stackProject' [ ({ pkgs, ... }: { packages.cardano-wallet-core.flags.scrypt = !pkgs.stdenv.hostPlatform.isAarch64; }) - - # Allow installation of a newer version of Win32 than what is - # included with GHC. The packages in this list are all those - # installed with GHC, except for Win32. - { - nonReinstallablePkgs = - [ - "rts" - "ghc-heap" - "ghc-prim" - "integer-gmp" - "integer-simple" - "base" - "deepseq" - "array" - "ghc-boot-th" - "pretty" - "template-haskell" - # ghcjs custom packages - "ghcjs-prim" - "ghcjs-th" - "ghc-boot" - "ghc" - "array" - "binary" - "bytestring" - "containers" - "filepath" - "ghc-boot" - "ghc-compact" - "ghc-prim" - # "ghci" "haskeline" - "hpc" - "mtl" - "parsec" - "text" - "transformers" - "xhtml" - # "stm" "terminfo" - ]; - } ]; }) ] diff --git a/nix/materialized/cabal-cache/default.nix b/nix/materialized/cabal-cache/default.nix index 4a5d30ea9cc..405b699c1d6 100644 --- a/nix/materialized/cabal-cache/default.nix +++ b/nix/materialized/cabal-cache/default.nix @@ -14,14 +14,14 @@ "pretty".revision = (((hackage."pretty")."1.1.3.6").revisions).default; "amazonka".revision = (((hackage."amazonka")."1.6.1").revisions).default; "network-uri".revision = (((hackage."network-uri")."2.6.4.1").revisions).default; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; "integer-logarithms".flags.check-bounds = false; "integer-logarithms".flags.integer-gmp = true; "HUnit".revision = (((hackage."HUnit")."1.6.2.0").revisions).default; "hourglass".revision = (((hackage."hourglass")."0.2.12").revisions).default; - "adjunctions".revision = (((hackage."adjunctions")."4.4").revisions).default; + "adjunctions".revision = (((hackage."adjunctions")."4.4.1").revisions).default; "dlist".revision = (((hackage."dlist")."0.8.0.8").revisions).default; "text".revision = (((hackage."text")."1.2.4.1").revisions).default; "array".revision = (((hackage."array")."0.5.4.0").revisions).default; @@ -85,7 +85,7 @@ "mtl-compat".revision = (((hackage."mtl-compat")."0.2.2").revisions).default; "mtl-compat".flags.two-point-two = false; "mtl-compat".flags.two-point-one = false; - "unliftio".revision = (((hackage."unliftio")."0.2.21.0").revisions).default; + "unliftio".revision = (((hackage."unliftio")."0.2.22.0").revisions).default; "tls".revision = (((hackage."tls")."1.5.7").revisions).default; "tls".flags.network = true; "tls".flags.hans = false; @@ -107,7 +107,7 @@ "reflection".revision = (((hackage."reflection")."2.1.6").revisions).default; "reflection".flags.slow = false; "reflection".flags.template-haskell = true; - "hspec-discover".revision = (((hackage."hspec-discover")."2.9.4").revisions).default; + "hspec-discover".revision = (((hackage."hspec-discover")."2.9.7").revisions).default; "pem".revision = (((hackage."pem")."0.2.4").revisions).default; "lens-aeson".revision = (((hackage."lens-aeson")."1.1.3").revisions).default; "aeson".revision = (((hackage."aeson")."1.4.7.1").revisions).default; @@ -115,7 +115,7 @@ "aeson".flags.bytestring-builder = false; "aeson".flags.developer = false; "aeson".flags.cffi = false; - "zlib".revision = (((hackage."zlib")."0.6.2.3").revisions).default; + "zlib".revision = (((hackage."zlib")."0.6.3.0").revisions).default; "zlib".flags.non-blocking-ffi = false; "zlib".flags.bundled-c-zlib = false; "zlib".flags.pkg-config = false; @@ -157,7 +157,7 @@ "connection".revision = (((hackage."connection")."0.3.1").revisions).default; "haskell-lexer".revision = (((hackage."haskell-lexer")."1.1").revisions).default; "ghc-heap".revision = (((hackage."ghc-heap")."8.10.7").revisions).default; - "resourcet".revision = (((hackage."resourcet")."1.2.4.3").revisions).default; + "resourcet".revision = (((hackage."resourcet")."1.2.5").revisions).default; "wl-pprint-annotated".revision = (((hackage."wl-pprint-annotated")."0.1.0.1").revisions).default; "case-insensitive".revision = (((hackage."case-insensitive")."1.2.1.0").revisions).default; "type-equality".revision = (((hackage."type-equality")."1").revisions).default; @@ -177,14 +177,14 @@ "bifunctors".revision = (((hackage."bifunctors")."5.5.7").revisions).default; "bifunctors".flags.tagged = true; "bifunctors".flags.semigroups = true; - "kan-extensions".revision = (((hackage."kan-extensions")."5.2.3").revisions).default; + "kan-extensions".revision = (((hackage."kan-extensions")."5.2.4").revisions).default; "lifted-async".revision = (((hackage."lifted-async")."0.10.2.2").revisions).default; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; "time".revision = (((hackage."time")."1.9.3").revisions).default; "async".revision = (((hackage."async")."2.2.4").revisions).default; "async".flags.bench = false; "cabal-doctest".revision = (((hackage."cabal-doctest")."1.0.9").revisions).default; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "cookie".revision = (((hackage."cookie")."0.4.5").revisions).default; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "cereal".revision = (((hackage."cereal")."0.5.8.2").revisions).default; @@ -214,14 +214,14 @@ "hsc2hs".flags.in-ghc-tree = false; "split".revision = (((hackage."split")."0.2.3.4").revisions).default; "base-orphans".revision = (((hackage."base-orphans")."0.8.6").revisions).default; - "hspec-core".revision = (((hackage."hspec-core")."2.9.4").revisions).default; + "hspec-core".revision = (((hackage."hspec-core")."2.9.7").revisions).default; "amazonka-core".revision = (((hackage."amazonka-core")."1.6.1").revisions).default; "amazonka-core".flags.old-locale = false; "time-compat".revision = (((hackage."time-compat")."1.9.6.1").revisions).default; "time-compat".flags.old-locale = false; "setenv".revision = (((hackage."setenv")."0.1.1.3").revisions).default; "typed-process".revision = (((hackage."typed-process")."0.2.8.0").revisions).default; - "hspec".revision = (((hackage."hspec")."2.9.4").revisions).default; + "hspec".revision = (((hackage."hspec")."2.9.7").revisions).default; "primitive".revision = (((hackage."primitive")."0.7.3.0").revisions).default; "directory".revision = (((hackage."directory")."1.3.6.0").revisions).default; "concurrent-output".revision = (((hackage."concurrent-output")."1.10.15").revisions).default; @@ -242,12 +242,12 @@ "pretty-show".revision = (((hackage."pretty-show")."1.10").revisions).default; "mono-traversable".revision = (((hackage."mono-traversable")."1.0.15.3").revisions).default; "selective".revision = (((hackage."selective")."0.1.0").revisions).default; - "conduit-extra".revision = (((hackage."conduit-extra")."1.3.5").revisions).default; + "conduit-extra".revision = (((hackage."conduit-extra")."1.3.6").revisions).default; "blaze-html".revision = (((hackage."blaze-html")."0.9.1.2").revisions).default; "deepseq".revision = (((hackage."deepseq")."1.4.4.0").revisions).default; "unix".revision = (((hackage."unix")."2.7.2.2").revisions).default; "relation".revision = (((hackage."relation")."0.5.2.0").revisions).default; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "hedgehog".revision = (((hackage."hedgehog")."1.0.5").revisions).default; "blaze-builder".revision = (((hackage."blaze-builder")."0.4.2.2").revisions).default; diff --git a/nix/materialized/cabal-install/default.nix b/nix/materialized/cabal-install/default.nix index 67d0c9e24ab..350d2ba4017 100644 --- a/nix/materialized/cabal-install/default.nix +++ b/nix/materialized/cabal-install/default.nix @@ -36,7 +36,7 @@ "bytestring".revision = (((hackage."bytestring")."0.10.12.0").revisions).default; "lukko".revision = (((hackage."lukko")."0.1.1.3").revisions).default; "lukko".flags.ofd-locking = true; - "zlib".revision = (((hackage."zlib")."0.6.2.3").revisions).default; + "zlib".revision = (((hackage."zlib")."0.6.3.0").revisions).default; "zlib".flags.non-blocking-ffi = false; "zlib".flags.bundled-c-zlib = false; "zlib".flags.pkg-config = false; @@ -54,7 +54,7 @@ "time".revision = (((hackage."time")."1.9.3").revisions).default; "async".revision = (((hackage."async")."2.2.4").revisions).default; "async".flags.bench = false; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "hackage-security".revision = (((hackage."hackage-security")."0.6.2.1").revisions).default; "hackage-security".flags.cabal-syntax = false; "hackage-security".flags.base48 = true; diff --git a/nix/materialized/haskell-language-server/default.nix b/nix/materialized/haskell-language-server/default.nix index 653ac32bbec..5107cf0371d 100644 --- a/nix/materialized/haskell-language-server/default.nix +++ b/nix/materialized/haskell-language-server/default.nix @@ -30,11 +30,11 @@ "ormolu".revision = (((hackage."ormolu")."0.1.4.1").revisions).default; "ormolu".flags.dev = false; "network-uri".revision = (((hackage."network-uri")."2.6.4.1").revisions).default; - "parsers".revision = (((hackage."parsers")."0.12.10").revisions).default; + "parsers".revision = (((hackage."parsers")."0.12.11").revisions).default; "parsers".flags.parsec = true; "parsers".flags.binary = true; "parsers".flags.attoparsec = true; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "Diff".revision = (((hackage."Diff")."0.4.1").revisions).default; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; @@ -42,7 +42,7 @@ "integer-logarithms".flags.integer-gmp = true; "HUnit".revision = (((hackage."HUnit")."1.6.2.0").revisions).default; "psqueues".revision = (((hackage."psqueues")."0.2.7.3").revisions).default; - "adjunctions".revision = (((hackage."adjunctions")."4.4").revisions).default; + "adjunctions".revision = (((hackage."adjunctions")."4.4.1").revisions).default; "hashtables".revision = (((hackage."hashtables")."1.2.4.2").revisions).default; "hashtables".flags.portable = false; "hashtables".flags.sse42 = false; @@ -61,7 +61,7 @@ "array".revision = (((hackage."array")."0.5.4.0").revisions).default; "network".revision = (((hackage."network")."3.1.2.7").revisions).default; "network".flags.devel = false; - "invariant".revision = (((hackage."invariant")."0.5.5").revisions).default; + "invariant".revision = (((hackage."invariant")."0.5.6").revisions).default; "parallel".revision = (((hackage."parallel")."3.2.2.0").revisions).default; "random-shuffle".revision = (((hackage."random-shuffle")."0.0.4").revisions).default; "parser-combinators".revision = (((hackage."parser-combinators")."1.3.0").revisions).default; @@ -74,7 +74,7 @@ "vector".flags.wall = false; "vector".flags.boundschecks = true; "vector".flags.unsafechecks = false; - "lens".revision = (((hackage."lens")."5.1").revisions).default; + "lens".revision = (((hackage."lens")."5.1.1").revisions).default; "lens".flags.test-templates = true; "lens".flags.benchmark-uniplate = false; "lens".flags.test-properties = true; @@ -123,13 +123,13 @@ "hls-graph".flags.pedantic = false; "primes".revision = (((hackage."primes")."0.2.1.0").revisions).default; "Cabal".revision = (((hackage."Cabal")."3.2.1.0").revisions).default; - "pretty-simple".revision = (((hackage."pretty-simple")."4.0.0.0").revisions).default; - "pretty-simple".flags.buildexe = false; + "pretty-simple".revision = (((hackage."pretty-simple")."4.1.0.0").revisions).default; + "pretty-simple".flags.buildexe = true; "pretty-simple".flags.buildexample = false; "butcher".revision = (((hackage."butcher")."1.3.3.2").revisions).default; "assoc".revision = (((hackage."assoc")."1.0.2").revisions).default; "ghc-trace-events".revision = (((hackage."ghc-trace-events")."0.1.2.5").revisions).default; - "unliftio".revision = (((hackage."unliftio")."0.2.21.0").revisions).default; + "unliftio".revision = (((hackage."unliftio")."0.2.22.0").revisions).default; "hls-fourmolu-plugin".revision = (((hackage."hls-fourmolu-plugin")."1.0.1.2").revisions).default; "data-fix".revision = (((hackage."data-fix")."0.3.2").revisions).default; "quickcheck-io".revision = (((hackage."quickcheck-io")."0.2.0").revisions).default; @@ -146,7 +146,7 @@ "old-locale".revision = (((hackage."old-locale")."1.0.0.7").revisions).default; "constraints-extras".revision = (((hackage."constraints-extras")."0.3.2.1").revisions).default; "constraints-extras".flags.build-readme = true; - "tasty".revision = (((hackage."tasty")."1.4.2.1").revisions).default; + "tasty".revision = (((hackage."tasty")."1.4.2.3").revisions).default; "tasty".flags.clock = true; "tasty".flags.unix = true; "hls-plugin-api".revision = (((hackage."hls-plugin-api")."1.2.0.2").revisions).default; @@ -155,7 +155,7 @@ "OneTuple".revision = (((hackage."OneTuple")."0.3.1").revisions).default; "parsec".revision = (((hackage."parsec")."3.1.14.0").revisions).default; "bytestring".revision = (((hackage."bytestring")."0.10.12.0").revisions).default; - "list-t".revision = (((hackage."list-t")."1.0.5.1").revisions).default; + "list-t".revision = (((hackage."list-t")."1.0.5.2").revisions).default; "gitrev".revision = (((hackage."gitrev")."1.3.1").revisions).default; "reflection".revision = (((hackage."reflection")."2.1.6").revisions).default; "reflection".flags.slow = false; @@ -173,7 +173,7 @@ "hls-hlint-plugin".flags.hlint33 = false; "hls-hlint-plugin".flags.ghc-lib = false; "hls-hlint-plugin".flags.pedantic = false; - "zlib".revision = (((hackage."zlib")."0.6.2.3").revisions).default; + "zlib".revision = (((hackage."zlib")."0.6.3.0").revisions).default; "zlib".flags.non-blocking-ffi = false; "zlib".flags.bundled-c-zlib = false; "zlib".flags.pkg-config = false; @@ -218,18 +218,18 @@ "semigroups".flags.unordered-containers = true; "semigroups".flags.text = true; "semigroups".flags.hashable = true; - "free".revision = (((hackage."free")."5.1.7").revisions).default; + "free".revision = (((hackage."free")."5.1.8").revisions).default; "terminfo".revision = (((hackage."terminfo")."0.4.1.4").revisions).default; "js-flot".revision = (((hackage."js-flot")."0.8.3").revisions).default; "multistate".revision = (((hackage."multistate")."0.8.0.4").revisions).default; "multistate".flags.build-example = false; - "HsYAML".revision = (((hackage."HsYAML")."0.2.1.0").revisions).default; + "HsYAML".revision = (((hackage."HsYAML")."0.2.1.1").revisions).default; "HsYAML".flags.exe = false; "hls-call-hierarchy-plugin".revision = (((hackage."hls-call-hierarchy-plugin")."1.0.1.1").revisions).default; - "microlens".revision = (((hackage."microlens")."0.4.12.0").revisions).default; + "microlens".revision = (((hackage."microlens")."0.4.13.0").revisions).default; "ghc-heap".revision = (((hackage."ghc-heap")."8.10.7").revisions).default; "refact".revision = (((hackage."refact")."0.3.0.2").revisions).default; - "resourcet".revision = (((hackage."resourcet")."1.2.4.3").revisions).default; + "resourcet".revision = (((hackage."resourcet")."1.2.5").revisions).default; "data-default-instances-old-locale".revision = (((hackage."data-default-instances-old-locale")."0.0.1").revisions).default; "fuzzy".revision = (((hackage."fuzzy")."0.1.0.1").revisions).default; "hls-explicit-imports-plugin".revision = (((hackage."hls-explicit-imports-plugin")."1.0.1.2").revisions).default; @@ -244,14 +244,15 @@ "indexed-profunctors".revision = (((hackage."indexed-profunctors")."0.1.1").revisions).default; "data-default".revision = (((hackage."data-default")."0.7.1.1").revisions).default; "sqlite-simple".revision = (((hackage."sqlite-simple")."0.4.18.0").revisions).default; - "implicit-hie".revision = (((hackage."implicit-hie")."0.1.2.6").revisions).default; + "implicit-hie".revision = (((hackage."implicit-hie")."0.1.2.7").revisions).default; + "implicit-hie".flags.executable = true; "call-stack".revision = (((hackage."call-stack")."0.4.0").revisions).default; "dependent-map".revision = (((hackage."dependent-map")."0.4.0.0").revisions).default; "ghc-prim".revision = (((hackage."ghc-prim")."0.6.1").revisions).default; "hslogger".revision = (((hackage."hslogger")."1.3.1.0").revisions).default; "hslogger".flags.network--gt-3_0_0 = true; "ghc-boot-th".revision = (((hackage."ghc-boot-th")."8.10.7").revisions).default; - "opentelemetry".revision = (((hackage."opentelemetry")."0.7.0").revisions).default; + "opentelemetry".revision = (((hackage."opentelemetry")."0.8.0").revisions).default; "indexed-traversable".revision = (((hackage."indexed-traversable")."0.1.2").revisions).default; "distributive".revision = (((hackage."distributive")."0.6.2.1").revisions).default; "distributive".flags.tagged = true; @@ -266,10 +267,10 @@ "polyparse".revision = (((hackage."polyparse")."1.13").revisions).default; "regex-tdfa".revision = (((hackage."regex-tdfa")."1.3.1.2").revisions).default; "regex-tdfa".flags.force-o2 = false; - "bifunctors".revision = (((hackage."bifunctors")."5.5.11").revisions).default; + "bifunctors".revision = (((hackage."bifunctors")."5.5.12").revisions).default; "bifunctors".flags.tagged = true; "bifunctors".flags.semigroups = true; - "kan-extensions".revision = (((hackage."kan-extensions")."5.2.3").revisions).default; + "kan-extensions".revision = (((hackage."kan-extensions")."5.2.4").revisions).default; "heapsize".revision = (((hackage."heapsize")."0.3.0.1").revisions).default; "uuid".revision = (((hackage."uuid")."1.3.15").revisions).default; "ghc-exactprint".revision = (((hackage."ghc-exactprint")."0.6.4").revisions).default; @@ -282,12 +283,12 @@ "async".revision = (((hackage."async")."2.2.4").revisions).default; "async".flags.bench = false; "cabal-doctest".revision = (((hackage."cabal-doctest")."1.0.9").revisions).default; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "hyphenation".revision = (((hackage."hyphenation")."0.8.2").revisions).default; "hyphenation".flags.embed = true; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "utf8-string".revision = (((hackage."utf8-string")."1.0.2").revisions).default; - "megaparsec".revision = (((hackage."megaparsec")."9.2.0").revisions).default; + "megaparsec".revision = (((hackage."megaparsec")."9.2.1").revisions).default; "megaparsec".flags.dev = false; "base16-bytestring".revision = (((hackage."base16-bytestring")."1.0.2.0").revisions).default; "conduit".revision = (((hackage."conduit")."1.3.4.2").revisions).default; @@ -316,17 +317,17 @@ "hsc2hs".flags.in-ghc-tree = false; "data-default-instances-containers".revision = (((hackage."data-default-instances-containers")."0.0.1").revisions).default; "monad-memo".revision = (((hackage."monad-memo")."0.5.4").revisions).default; - "lucid".revision = (((hackage."lucid")."2.11.0").revisions).default; + "lucid".revision = (((hackage."lucid")."2.11.1").revisions).default; "atomic-primops".revision = (((hackage."atomic-primops")."0.8.4").revisions).default; "atomic-primops".flags.debug = false; "prettyprinter-ansi-terminal".revision = (((hackage."prettyprinter-ansi-terminal")."1.1.3").revisions).default; "dependent-sum-template".revision = (((hackage."dependent-sum-template")."0.1.1.1").revisions).default; - "logict".revision = (((hackage."logict")."0.7.0.3").revisions).default; + "logict".revision = (((hackage."logict")."0.8.0.0").revisions).default; "these".revision = (((hackage."these")."1.1.1.1").revisions).default; "these".flags.assoc = true; "split".revision = (((hackage."split")."0.2.3.4").revisions).default; "base-orphans".revision = (((hackage."base-orphans")."0.8.6").revisions).default; - "strict-list".revision = (((hackage."strict-list")."0.1.6").revisions).default; + "strict-list".revision = (((hackage."strict-list")."0.1.7").revisions).default; "hspec-core".revision = (((hackage."hspec-core")."2.7.10").revisions).default; "time-compat".revision = (((hackage."time-compat")."1.9.6.1").revisions).default; "time-compat".flags.old-locale = false; @@ -376,14 +377,14 @@ "tasty-golden".flags.build-example = false; "tasty-rerun".revision = (((hackage."tasty-rerun")."1.1.18").revisions).default; "mono-traversable".revision = (((hackage."mono-traversable")."1.0.15.3").revisions).default; - "conduit-parse".revision = (((hackage."conduit-parse")."0.2.1.0").revisions).default; + "conduit-parse".revision = (((hackage."conduit-parse")."0.2.1.1").revisions).default; "conduit-parse".flags.enable-hlint-test = false; "syb".revision = (((hackage."syb")."0.7.2.1").revisions).default; "aeson-pretty".revision = (((hackage."aeson-pretty")."0.8.9").revisions).default; "aeson-pretty".flags.lib-only = false; "fingertree".revision = (((hackage."fingertree")."0.1.5.0").revisions).default; "tasty-hunit".revision = (((hackage."tasty-hunit")."0.10.0.3").revisions).default; - "conduit-extra".revision = (((hackage."conduit-extra")."1.3.5").revisions).default; + "conduit-extra".revision = (((hackage."conduit-extra")."1.3.6").revisions).default; "algebraic-graphs".revision = (((hackage."algebraic-graphs")."0.6").revisions).default; "uniplate".revision = (((hackage."uniplate")."1.6.13").revisions).default; "data-default-instances-dlist".revision = (((hackage."data-default-instances-dlist")."0.0.1").revisions).default; @@ -397,7 +398,7 @@ "shake".flags.portable = false; "shake".flags.cloud = false; "shake".flags.embed-files = false; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "microlens-th".revision = (((hackage."microlens-th")."0.4.3.10").revisions).default; "blaze-builder".revision = (((hackage."blaze-builder")."0.4.2.2").revisions).default; @@ -754,6 +755,7 @@ "attoparsec".components.sublibs."attoparsec-internal".planned = lib.mkOverride 900 true; "parsers".components.library.planned = lib.mkOverride 900 true; "random-shuffle".components.library.planned = lib.mkOverride 900 true; + "pretty-simple".components.exes."pretty-simple".planned = lib.mkOverride 900 true; "transformers".components.library.planned = lib.mkOverride 900 true; "sqlite-simple".components.library.planned = lib.mkOverride 900 true; "constraints-extras".components.library.planned = lib.mkOverride 900 true; diff --git a/nix/materialized/hie-bios/default.nix b/nix/materialized/hie-bios/default.nix index 430b26d7d52..172a49ba918 100644 --- a/nix/materialized/hie-bios/default.nix +++ b/nix/materialized/hie-bios/default.nix @@ -10,7 +10,7 @@ "streaming-commons".revision = (((hackage."streaming-commons")."0.2.2.4").revisions).default; "streaming-commons".flags.use-bytestring-builder = false; "pretty".revision = (((hackage."pretty")."1.1.3.6").revisions).default; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; "integer-logarithms".flags.check-bounds = false; @@ -46,7 +46,7 @@ "data-fix".revision = (((hackage."data-fix")."0.3.2").revisions).default; "tasty-expected-failure".revision = (((hackage."tasty-expected-failure")."0.12.3").revisions).default; "old-locale".revision = (((hackage."old-locale")."1.0.0.7").revisions).default; - "tasty".revision = (((hackage."tasty")."1.4.2.1").revisions).default; + "tasty".revision = (((hackage."tasty")."1.4.2.3").revisions).default; "tasty".flags.clock = true; "tasty".flags.unix = true; "mtl".revision = (((hackage."mtl")."2.2.2").revisions).default; @@ -57,7 +57,7 @@ "aeson".revision = (((hackage."aeson")."2.0.3.0").revisions).default; "aeson".flags.ordered-keymap = true; "aeson".flags.cffi = false; - "zlib".revision = (((hackage."zlib")."0.6.2.3").revisions).default; + "zlib".revision = (((hackage."zlib")."0.6.3.0").revisions).default; "zlib".flags.non-blocking-ffi = false; "zlib".flags.bundled-c-zlib = false; "zlib".flags.pkg-config = false; @@ -77,7 +77,7 @@ "stm".revision = (((hackage."stm")."2.5.0.1").revisions).default; "terminfo".revision = (((hackage."terminfo")."0.4.1.4").revisions).default; "ghc-heap".revision = (((hackage."ghc-heap")."8.10.7").revisions).default; - "resourcet".revision = (((hackage."resourcet")."1.2.4.3").revisions).default; + "resourcet".revision = (((hackage."resourcet")."1.2.5").revisions).default; "unix-compat".revision = (((hackage."unix-compat")."0.5.4").revisions).default; "unix-compat".flags.old-time = false; "cryptohash-sha1".revision = (((hackage."cryptohash-sha1")."0.11.101.0").revisions).default; @@ -92,14 +92,14 @@ "distributive".flags.semigroups = true; "text-short".revision = (((hackage."text-short")."0.1.5").revisions).default; "text-short".flags.asserts = false; - "bifunctors".revision = (((hackage."bifunctors")."5.5.11").revisions).default; + "bifunctors".revision = (((hackage."bifunctors")."5.5.12").revisions).default; "bifunctors".flags.tagged = true; "bifunctors".flags.semigroups = true; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; "time".revision = (((hackage."time")."1.9.3").revisions).default; "async".revision = (((hackage."async")."2.2.4").revisions).default; "async".flags.bench = false; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "base16-bytestring".revision = (((hackage."base16-bytestring")."1.0.2.0").revisions).default; "conduit".revision = (((hackage."conduit")."1.3.4.2").revisions).default; @@ -145,10 +145,10 @@ "mono-traversable".revision = (((hackage."mono-traversable")."1.0.15.3").revisions).default; "witherable".revision = (((hackage."witherable")."0.4.2").revisions).default; "tasty-hunit".revision = (((hackage."tasty-hunit")."0.10.0.3").revisions).default; - "conduit-extra".revision = (((hackage."conduit-extra")."1.3.5").revisions).default; + "conduit-extra".revision = (((hackage."conduit-extra")."1.3.6").revisions).default; "deepseq".revision = (((hackage."deepseq")."1.4.4.0").revisions).default; "unix".revision = (((hackage."unix")."2.7.2.2").revisions).default; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "hashable".revision = (((hackage."hashable")."1.4.0.2").revisions).default; "hashable".flags.containers = true; diff --git a/nix/materialized/hlint/default.nix b/nix/materialized/hlint/default.nix index 94020d589c8..eaa7954f23b 100644 --- a/nix/materialized/hlint/default.nix +++ b/nix/materialized/hlint/default.nix @@ -7,7 +7,7 @@ "happy".revision = (((hackage."happy")."1.20.0").revisions).default; "filepattern".revision = (((hackage."filepattern")."0.1.2").revisions).default; "pretty".revision = (((hackage."pretty")."1.1.3.6").revisions).default; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; "integer-logarithms".flags.check-bounds = false; @@ -62,7 +62,7 @@ "unliftio-core".revision = (((hackage."unliftio-core")."0.2.0.1").revisions).default; "stm".revision = (((hackage."stm")."2.5.0.1").revisions).default; "refact".revision = (((hackage."refact")."0.3.0.2").revisions).default; - "resourcet".revision = (((hackage."resourcet")."1.2.4.3").revisions).default; + "resourcet".revision = (((hackage."resourcet")."1.2.5").revisions).default; "data-default-instances-old-locale".revision = (((hackage."data-default-instances-old-locale")."0.0.1").revisions).default; "data-default".revision = (((hackage."data-default")."0.7.1.1").revisions).default; "ghc-prim".revision = (((hackage."ghc-prim")."0.6.1").revisions).default; @@ -72,12 +72,12 @@ "distributive".flags.tagged = true; "distributive".flags.semigroups = true; "polyparse".revision = (((hackage."polyparse")."1.13").revisions).default; - "bifunctors".revision = (((hackage."bifunctors")."5.5.11").revisions).default; + "bifunctors".revision = (((hackage."bifunctors")."5.5.12").revisions).default; "bifunctors".flags.tagged = true; "bifunctors".flags.semigroups = true; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; "time".revision = (((hackage."time")."1.9.3").revisions).default; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "utf8-string".revision = (((hackage."utf8-string")."1.0.2").revisions).default; "conduit".revision = (((hackage."conduit")."1.3.4.2").revisions).default; @@ -115,7 +115,7 @@ "data-default-instances-dlist".revision = (((hackage."data-default-instances-dlist")."0.0.1").revisions).default; "deepseq".revision = (((hackage."deepseq")."1.4.4.0").revisions).default; "unix".revision = (((hackage."unix")."2.7.2.2").revisions).default; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "hashable".revision = (((hackage."hashable")."1.3.5.0").revisions).default; "hashable".flags.random-initial-seed = false; diff --git a/nix/materialized/hoogle/default.nix b/nix/materialized/hoogle/default.nix index 420bccf9d07..ec2edf40dac 100644 --- a/nix/materialized/hoogle/default.nix +++ b/nix/materialized/hoogle/default.nix @@ -13,7 +13,7 @@ "pretty".revision = (((hackage."pretty")."1.1.3.6").revisions).default; "haskell-src-exts".revision = (((hackage."haskell-src-exts")."1.23.1").revisions).default; "network-uri".revision = (((hackage."network-uri")."2.6.4.1").revisions).default; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; "integer-logarithms".flags.check-bounds = false; @@ -59,7 +59,7 @@ "base-compat-batteries".revision = (((hackage."base-compat-batteries")."0.12.1").revisions).default; "Cabal".revision = (((hackage."Cabal")."3.2.1.0").revisions).default; "assoc".revision = (((hackage."assoc")."1.0.2").revisions).default; - "unliftio".revision = (((hackage."unliftio")."0.2.21.0").revisions).default; + "unliftio".revision = (((hackage."unliftio")."0.2.22.0").revisions).default; "data-fix".revision = (((hackage."data-fix")."0.3.2").revisions).default; "tls".revision = (((hackage."tls")."1.5.7").revisions).default; "tls".flags.network = true; @@ -84,7 +84,7 @@ "aeson".flags.bytestring-builder = false; "aeson".flags.developer = false; "aeson".flags.cffi = false; - "zlib".revision = (((hackage."zlib")."0.6.2.3").revisions).default; + "zlib".revision = (((hackage."zlib")."0.6.3.0").revisions).default; "zlib".flags.non-blocking-ffi = false; "zlib".flags.bundled-c-zlib = false; "zlib".flags.pkg-config = false; @@ -122,7 +122,7 @@ "js-flot".revision = (((hackage."js-flot")."0.8.3").revisions).default; "mmap".revision = (((hackage."mmap")."0.5.9").revisions).default; "mmap".flags.mmaptest = false; - "resourcet".revision = (((hackage."resourcet")."1.2.4.3").revisions).default; + "resourcet".revision = (((hackage."resourcet")."1.2.5").revisions).default; "vault".revision = (((hackage."vault")."0.3.1.5").revisions).default; "vault".flags.useghc = true; "data-default-instances-old-locale".revision = (((hackage."data-default-instances-old-locale")."0.0.1").revisions).default; @@ -146,7 +146,7 @@ "distributive".flags.tagged = true; "distributive".flags.semigroups = true; "bsb-http-chunked".revision = (((hackage."bsb-http-chunked")."0.0.0.4").revisions).default; - "bifunctors".revision = (((hackage."bifunctors")."5.5.11").revisions).default; + "bifunctors".revision = (((hackage."bifunctors")."5.5.12").revisions).default; "bifunctors".flags.tagged = true; "bifunctors".flags.semigroups = true; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; @@ -156,7 +156,7 @@ "async".flags.bench = false; "word8".revision = (((hackage."word8")."0.1.3").revisions).default; "cabal-doctest".revision = (((hackage."cabal-doctest")."1.0.9").revisions).default; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "unix-time".revision = (((hackage."unix-time")."0.4.7").revisions).default; "wai".revision = (((hackage."wai")."3.2.3").revisions).default; "cookie".revision = (((hackage."cookie")."0.4.5").revisions).default; @@ -210,7 +210,7 @@ "blaze-markup".revision = (((hackage."blaze-markup")."0.8.2.8").revisions).default; "mono-traversable".revision = (((hackage."mono-traversable")."1.0.15.3").revisions).default; "syb".revision = (((hackage."syb")."0.7.2.1").revisions).default; - "conduit-extra".revision = (((hackage."conduit-extra")."1.3.5").revisions).default; + "conduit-extra".revision = (((hackage."conduit-extra")."1.3.6").revisions).default; "uniplate".revision = (((hackage."uniplate")."1.6.13").revisions).default; "blaze-html".revision = (((hackage."blaze-html")."0.9.1.2").revisions).default; "data-default-instances-dlist".revision = (((hackage."data-default-instances-dlist")."0.0.1").revisions).default; diff --git a/nix/materialized/iohk-nix-utils/default.nix b/nix/materialized/iohk-nix-utils/default.nix index 28379e02469..c03aaec7e2a 100644 --- a/nix/materialized/iohk-nix-utils/default.nix +++ b/nix/materialized/iohk-nix-utils/default.nix @@ -6,7 +6,7 @@ "streaming-commons".revision = (((hackage."streaming-commons")."0.2.2.4").revisions).default; "streaming-commons".flags.use-bytestring-builder = false; "pretty".revision = (((hackage."pretty")."1.1.3.6").revisions).default; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; "integer-logarithms".flags.check-bounds = false; @@ -39,7 +39,7 @@ "mtl".revision = (((hackage."mtl")."2.2.2").revisions).default; "parsec".revision = (((hackage."parsec")."3.1.14.0").revisions).default; "bytestring".revision = (((hackage."bytestring")."0.10.12.0").revisions).default; - "zlib".revision = (((hackage."zlib")."0.6.2.3").revisions).default; + "zlib".revision = (((hackage."zlib")."0.6.3.0").revisions).default; "zlib".flags.non-blocking-ffi = false; "zlib".flags.bundled-c-zlib = false; "zlib".flags.pkg-config = false; @@ -61,17 +61,17 @@ "distributive".revision = (((hackage."distributive")."0.6.2.1").revisions).default; "distributive".flags.tagged = true; "distributive".flags.semigroups = true; - "bifunctors".revision = (((hackage."bifunctors")."5.5.11").revisions).default; + "bifunctors".revision = (((hackage."bifunctors")."5.5.12").revisions).default; "bifunctors".flags.tagged = true; "bifunctors".flags.semigroups = true; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; "time".revision = (((hackage."time")."1.9.3").revisions).default; "async".revision = (((hackage."async")."2.2.4").revisions).default; "async".flags.bench = false; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "system-filepath".revision = (((hackage."system-filepath")."0.4.14").revisions).default; - "megaparsec".revision = (((hackage."megaparsec")."9.2.0").revisions).default; + "megaparsec".revision = (((hackage."megaparsec")."9.2.1").revisions).default; "megaparsec".flags.dev = false; "th-abstraction".revision = (((hackage."th-abstraction")."0.4.3.0").revisions).default; "semigroupoids".revision = (((hackage."semigroupoids")."5.3.7").revisions).default; @@ -94,12 +94,12 @@ "clock".flags.llvm = false; "hostname".revision = (((hackage."hostname")."1.0").revisions).default; "rts".revision = (((hackage."rts")."1.0.1").revisions).default; - "turtle".revision = (((hackage."turtle")."1.5.24").revisions).default; + "turtle".revision = (((hackage."turtle")."1.5.25").revisions).default; "transformers".revision = (((hackage."transformers")."0.5.6.2").revisions).default; "template-haskell".revision = (((hackage."template-haskell")."2.16.0.0").revisions).default; "deepseq".revision = (((hackage."deepseq")."1.4.4.0").revisions).default; "unix".revision = (((hackage."unix")."2.7.2.2").revisions).default; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "hashable".revision = (((hackage."hashable")."1.4.0.2").revisions).default; "hashable".flags.containers = true; diff --git a/nix/materialized/lentil/default.nix b/nix/materialized/lentil/default.nix index 0d0bddc3714..644cd35c376 100644 --- a/nix/materialized/lentil/default.nix +++ b/nix/materialized/lentil/default.nix @@ -49,7 +49,7 @@ "regex-tdfa".flags.force-o2 = false; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; "time".revision = (((hackage."time")."1.9.3").revisions).default; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "megaparsec".revision = (((hackage."megaparsec")."9.0.1").revisions).default; "megaparsec".flags.dev = false; @@ -73,7 +73,7 @@ "filemanip".revision = (((hackage."filemanip")."0.3.6.3").revisions).default; "deepseq".revision = (((hackage."deepseq")."1.4.4.0").revisions).default; "unix".revision = (((hackage."unix")."2.7.2.2").revisions).default; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "hashable".revision = (((hackage."hashable")."1.4.0.2").revisions).default; "hashable".flags.containers = true; diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.10 b/nix/materialized/stack-nix/.stack-to-nix.cache.10 deleted file mode 100644 index 5c16c984c0c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.10 +++ /dev/null @@ -1,66 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-crypto-class"; version = "2.0.0"; }; - license = "Apache-2.0"; - copyright = "2019-2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Type classes abstracting over cryptography primitives for Cardano"; - description = "Type classes abstracting over cryptography primitives for Cardano"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - pkgconfig = [ - (pkgconfPkgs."libsodium" or (errorHandler.pkgConfDepError "libsodium")) - ]; - buildable = true; - }; - tests = { - "test-memory-example" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - ] ++ (pkgs.lib).optional (system.isLinux || system.isOsx) (hsPkgs."unix" or (errorHandler.buildDepError "unix")); - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/cardano-crypto-class; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.11 b/nix/materialized/stack-nix/.stack-to-nix.cache.11 deleted file mode 100644 index 7407652a85c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.11 +++ /dev/null @@ -1,44 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; external-libsodium-vrf = true; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-crypto-praos"; version = "2.0.0"; }; - license = "Apache-2.0"; - copyright = "2019-2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Crypto primitives from libsodium"; - description = "VRF (and KES, tba) primitives from libsodium."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - ]; - pkgconfig = [ - (pkgconfPkgs."libsodium" or (errorHandler.pkgConfDepError "libsodium")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/cardano-crypto-praos; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.12 b/nix/materialized/stack-nix/.stack-to-nix.cache.12 deleted file mode 100644 index 0880d7a7e9b..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.12 +++ /dev/null @@ -1,74 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-crypto-tests"; version = "2.0.0"; }; - license = "Apache-2.0"; - copyright = "2020-2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Tests for cardano-crypto-class and -praos"; - description = "Tests for cardano-crypto-class and -praos"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-praos" or (errorHandler.buildDepError "cardano-crypto-praos")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) - ]; - buildable = true; - }; - tests = { - "test-crypto" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-tests" or (errorHandler.buildDepError "cardano-crypto-tests")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - ]; - buildable = true; - }; - }; - benchmarks = { - "bench-crypto" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-tests" or (errorHandler.buildDepError "cardano-crypto-tests")) - (hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/cardano-crypto-tests; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.13 b/nix/materialized/stack-nix/.stack-to-nix.cache.13 deleted file mode 100644 index 0497561f0f4..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.13 +++ /dev/null @@ -1,38 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "orphans-deriving-via"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Orphan instances for the base-deriving-via hooks"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base-deriving-via" or (errorHandler.buildDepError "base-deriving-via")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/orphans-deriving-via; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.14 b/nix/materialized/stack-nix/.stack-to-nix.cache.14 deleted file mode 100644 index 1a5284b5782..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.14 +++ /dev/null @@ -1,45 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-slotting"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "IOHK"; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = "Key slotting types for cardano libraries"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."mmorph" or (errorHandler.buildDepError "mmorph")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/slotting; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.15 b/nix/materialized/stack-nix/.stack-to-nix.cache.15 deleted file mode 100644 index 249def10dab..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.15 +++ /dev/null @@ -1,44 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "strict-containers"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Various strict container types"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."fingertree" or (errorHandler.buildDepError "fingertree")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/strict-containers; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.16 b/nix/materialized/stack-nix/.stack-to-nix.cache.16 deleted file mode 100644 index b5170848cea..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.16 +++ /dev/null @@ -1,48 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "measures"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "An abstraction for (tuples of) measured quantities"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base-deriving-via" or (errorHandler.buildDepError "base-deriving-via")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."measures" or (errorHandler.buildDepError "measures")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/measures; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.17 b/nix/materialized/stack-nix/.stack-to-nix.cache.17 deleted file mode 100644 index 914bc57c6ad..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.17 +++ /dev/null @@ -1,96 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { golden-tests = false; golden-tests-exe = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "cardano-crypto"; version = "1.1.0"; }; - license = "MIT"; - copyright = "2016-2017 IOHK"; - maintainer = "contact@typed.io"; - author = "Vincent Hanquez"; - homepage = "https://github.com/input-output-hk/cardano-crypto#readme"; - url = ""; - synopsis = "Cryptography primitives for cardano"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."basement" or (errorHandler.buildDepError "basement")) - (hsPkgs."foundation" or (errorHandler.buildDepError "foundation")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp")) - ]; - buildable = true; - }; - exes = { - "golden-tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."basement" or (errorHandler.buildDepError "basement")) - (hsPkgs."foundation" or (errorHandler.buildDepError "foundation")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - ] ++ (pkgs.lib).optional (flags.golden-tests-exe) (hsPkgs."inspector" or (errorHandler.buildDepError "inspector")); - buildable = if flags.golden-tests-exe then true else false; - }; - }; - tests = { - "cardano-crypto-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."basement" or (errorHandler.buildDepError "basement")) - (hsPkgs."foundation" or (errorHandler.buildDepError "foundation")) - ]; - buildable = true; - }; - "cardano-crypto-golden-tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."basement" or (errorHandler.buildDepError "basement")) - (hsPkgs."foundation" or (errorHandler.buildDepError "foundation")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - ] ++ (pkgs.lib).optional (flags.golden-tests) (hsPkgs."inspector" or (errorHandler.buildDepError "inspector")); - buildable = if flags.golden-tests then true else false; - }; - }; - benchmarks = { - "cardano-crypto-bench" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."gauge" or (errorHandler.buildDepError "gauge")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/my7vh3mmfqa3il78hdab5i690zsygfbx-cardano-crypto-f730793; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.18 b/nix/materialized/stack-nix/.stack-to-nix.cache.18 deleted file mode 100644 index 5e048628bf0..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.18 +++ /dev/null @@ -1,65 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "3.0"; - identifier = { name = "cardano-ledger-alonzo"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = "Cardano ledger introducing Plutus Core"; - description = "This package builds upon the Mary ledger with support for extended UTxO\nvia Plutus Core."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."base-deriving-via" or (errorHandler.buildDepError "base-deriving-via")) - (hsPkgs."base64-bytestring" or (errorHandler.buildDepError "base64-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default" or (errorHandler.buildDepError "data-default")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."measures" or (errorHandler.buildDepError "measures")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."utf8-string" or (errorHandler.buildDepError "utf8-string")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/alonzo/impl; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.19 b/nix/materialized/stack-nix/.stack-to-nix.cache.19 deleted file mode 100644 index f237628db4d..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.19 +++ /dev/null @@ -1,93 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "3.0"; - identifier = { - name = "cardano-ledger-alonzo-test"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = "Tests for Cardano ledger introducing Plutus Core"; - description = "This package builds upon the Mary ledger with support for extended UTxO\nvia Plutus Core."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-pretty" or (errorHandler.buildDepError "cardano-ledger-pretty")) - (hsPkgs."cardano-ledger-shelley-ma-test" or (errorHandler.buildDepError "cardano-ledger-shelley-ma-test")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - tests = { - "cardano-ledger-alonzo-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-alonzo-test" or (errorHandler.buildDepError "cardano-ledger-alonzo-test")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-pretty" or (errorHandler.buildDepError "cardano-ledger-pretty")) - (hsPkgs."cardano-ledger-shelley-ma-test" or (errorHandler.buildDepError "cardano-ledger-shelley-ma-test")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/alonzo/test-suite; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.2 b/nix/materialized/stack-nix/.stack-to-nix.cache.2 deleted file mode 100644 index fd0ac1c9a69..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.2 +++ /dev/null @@ -1,90 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.18"; - identifier = { name = "servant-openapi3"; version = "2.0.1.4"; }; - license = "BSD-3-Clause"; - copyright = "(c) 2015-2020, Servant contributors"; - maintainer = "nickolay.kudasov@gmail.com, kolmax94@gmail.com"; - author = "David Johnson, Nickolay Kudasov, Maxim Koltsov"; - homepage = "https://github.com/biocad/servant-openapi3"; - url = ""; - synopsis = "Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API."; - description = "Swagger is a project used to describe and document RESTful APIs. The core of the\nproject is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/).\nThis library implements v3.0 of the spec. Unlike Servant it is language-agnostic and thus is\nquite popular among developers in different languages. It has also existed for a longer time\nand has more helpful tooling.\n\nThis package provides means to generate a Swagger/OAS specification for a Servant API\nand also to partially test whether an API conforms with its specification.\n\nGenerated Swagger specification then can be used for many things such as\n\n* displaying interactive documentation using [Swagger UI](http://swagger.io/swagger-ui/);\n\n* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);\n\n* and [many others](http://swagger.io/open-source-integrations/)."; - buildType = "Custom"; - setup-depends = [ - (hsPkgs.buildPackages.base or (pkgs.buildPackages.base or (errorHandler.setupDepError "base"))) - (hsPkgs.buildPackages.Cabal or (pkgs.buildPackages.Cabal or (errorHandler.setupDepError "Cabal"))) - (hsPkgs.buildPackages.cabal-doctest or (pkgs.buildPackages.cabal-doctest or (errorHandler.setupDepError "cabal-doctest"))) - ]; - }; - components = { - "library" = { - depends = [ - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."aeson-pretty" or (errorHandler.buildDepError "aeson-pretty")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base-compat" or (errorHandler.buildDepError "base-compat")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."http-media" or (errorHandler.buildDepError "http-media")) - (hsPkgs."insert-ordered-containers" or (errorHandler.buildDepError "insert-ordered-containers")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."servant" or (errorHandler.buildDepError "servant")) - (hsPkgs."singleton-bool" or (errorHandler.buildDepError "singleton-bool")) - (hsPkgs."openapi3" or (errorHandler.buildDepError "openapi3")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - buildable = true; - }; - tests = { - "doctests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."doctest" or (errorHandler.buildDepError "doctest")) - (hsPkgs."servant" or (errorHandler.buildDepError "servant")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - ]; - buildable = true; - }; - "spec" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base-compat" or (errorHandler.buildDepError "base-compat")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."lens-aeson" or (errorHandler.buildDepError "lens-aeson")) - (hsPkgs."servant" or (errorHandler.buildDepError "servant")) - (hsPkgs."servant-openapi3" or (errorHandler.buildDepError "servant-openapi3")) - (hsPkgs."openapi3" or (errorHandler.buildDepError "openapi3")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."utf8-string" or (errorHandler.buildDepError "utf8-string")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - build-tools = [ - (hsPkgs.buildPackages.hspec-discover.components.exes.hspec-discover or (pkgs.buildPackages.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover"))) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/iq27dwmz6s31nvzyaxs87p02zi9qlfdp-servant-openapi3-4165b83; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.20 b/nix/materialized/stack-nix/.stack-to-nix.cache.20 deleted file mode 100644 index 0aed5d9b9ad..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.20 +++ /dev/null @@ -1,67 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "byron-spec-chain"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = "https://github.com/input-output-hk/cardano-legder-specs"; - url = ""; - synopsis = "Executable specification of the Cardano blockchain"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."goblins" or (errorHandler.buildDepError "goblins")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."microlens-th" or (errorHandler.buildDepError "microlens-th")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - ]; - buildable = true; - }; - tests = { - "chain-rules-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."data-ordlist" or (errorHandler.buildDepError "data-ordlist")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."byron-spec-chain" or (errorHandler.buildDepError "byron-spec-chain")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/byron/chain/executable-spec; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.21 b/nix/materialized/stack-nix/.stack-to-nix.cache.21 deleted file mode 100644 index 71e67801e7f..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.21 +++ /dev/null @@ -1,72 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-crypto-wrapper"; version = "1.3.0"; }; - license = "Apache-2.0"; - copyright = "2019 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Cryptographic primitives used in the Cardano project"; - description = "Cryptographic primitives used in the Cardano project"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."base64-bytestring" or (errorHandler.buildDepError "base64-bytestring")) - (hsPkgs."base64-bytestring-type" or (errorHandler.buildDepError "base64-bytestring-type")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."canonical-json" or (errorHandler.buildDepError "canonical-json")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."data-default" or (errorHandler.buildDepError "data-default")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-binary-test" or (errorHandler.buildDepError "cardano-binary-test")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/byron/crypto; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.22 b/nix/materialized/stack-nix/.stack-to-nix.cache.22 deleted file mode 100644 index 064a127bcd0..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.22 +++ /dev/null @@ -1,45 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-crypto-test"; version = "1.3.0"; }; - license = "Apache-2.0"; - copyright = "2018 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Test helpers from cardano-crypto exposed to other packages"; - description = "Test helpers from cardano-crypto exposed to other packages"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-binary-test" or (errorHandler.buildDepError "cardano-binary-test")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/byron/crypto/test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.23 b/nix/materialized/stack-nix/.stack-to-nix.cache.23 deleted file mode 100644 index 03c04d220f3..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.23 +++ /dev/null @@ -1,71 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "byron-spec-ledger"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = "https://github.com/input-output-hk/cardano-legder-specs"; - url = ""; - synopsis = "Executable specification of Cardano ledger"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."goblins" or (errorHandler.buildDepError "goblins")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."microlens-th" or (errorHandler.buildDepError "microlens-th")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."Unique" or (errorHandler.buildDepError "Unique")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - ]; - buildable = true; - }; - tests = { - "byron-spec-ledger-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."microlens-th" or (errorHandler.buildDepError "microlens-th")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."Unique" or (errorHandler.buildDepError "Unique")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/byron/ledger/executable-spec; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.24 b/nix/materialized/stack-nix/.stack-to-nix.cache.24 deleted file mode 100644 index 8f4a8688601..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.24 +++ /dev/null @@ -1,123 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { test-normal-form = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-ledger-byron"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2018 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "The blockchain layer of Cardano during the Byron era"; - description = "The blockchain layer of Cardano during the Byron era"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base58-bytestring" or (errorHandler.buildDepError "base58-bytestring")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."canonical-json" or (errorHandler.buildDepError "canonical-json")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."Cabal" or (errorHandler.buildDepError "Cabal")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."digest" or (errorHandler.buildDepError "digest")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."resourcet" or (errorHandler.buildDepError "resourcet")) - (hsPkgs."streaming" or (errorHandler.buildDepError "streaming")) - (hsPkgs."streaming-binary" or (errorHandler.buildDepError "streaming-binary")) - (hsPkgs."streaming-bytestring" or (errorHandler.buildDepError "streaming-bytestring")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - tests = { - "cardano-ledger-byron-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-binary-test" or (errorHandler.buildDepError "cardano-binary-test")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-test" or (errorHandler.buildDepError "cardano-crypto-test")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."byron-spec-chain" or (errorHandler.buildDepError "byron-spec-chain")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."generic-monoid" or (errorHandler.buildDepError "generic-monoid")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."resourcet" or (errorHandler.buildDepError "resourcet")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."streaming" or (errorHandler.buildDepError "streaming")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - "epoch-validation-normal-form-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-ledger" or (errorHandler.buildDepError "cardano-ledger")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."resourcet" or (errorHandler.buildDepError "resourcet")) - (hsPkgs."silently" or (errorHandler.buildDepError "silently")) - (hsPkgs."streaming" or (errorHandler.buildDepError "streaming")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - ]; - buildable = if !flags.test-normal-form then false else true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/byron/ledger/impl; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.25 b/nix/materialized/stack-nix/.stack-to-nix.cache.25 deleted file mode 100644 index f52f7aa83d8..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.25 +++ /dev/null @@ -1,64 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-ledger-byron-test"; version = "1.3.0"; }; - license = "Apache-2.0"; - copyright = "2018 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Test helpers from cardano-ledger exposed to other packages"; - description = "Test helpers from cardano-ledger exposed to other packages"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-binary-test" or (errorHandler.buildDepError "cardano-binary-test")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-test" or (errorHandler.buildDepError "cardano-crypto-test")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."byron-spec-chain" or (errorHandler.buildDepError "byron-spec-chain")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."generic-monoid" or (errorHandler.buildDepError "generic-monoid")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."resourcet" or (errorHandler.buildDepError "resourcet")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."streaming" or (errorHandler.buildDepError "streaming")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/byron/ledger/impl/test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.26 b/nix/materialized/stack-nix/.stack-to-nix.cache.26 deleted file mode 100644 index 5a900734b4f..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.26 +++ /dev/null @@ -1,67 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-ledger-shelley"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = ""; - description = "Shelley Ledger Executable Model"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."constraints" or (errorHandler.buildDepError "constraints")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."groups" or (errorHandler.buildDepError "groups")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/shelley/impl; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.27 b/nix/materialized/stack-nix/.stack-to-nix.cache.27 deleted file mode 100644 index 9459c112402..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.27 +++ /dev/null @@ -1,156 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { - name = "cardano-ledger-shelley-test"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = ""; - description = "Test helpers from cardano-ledger-shelley exposed to other packages"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-test" or (errorHandler.buildDepError "cardano-crypto-test")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-byron-test" or (errorHandler.buildDepError "cardano-ledger-byron-test")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-ledger-pretty" or (errorHandler.buildDepError "cardano-ledger-pretty")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."generic-random" or (errorHandler.buildDepError "generic-random")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."hedgehog-quickcheck" or (errorHandler.buildDepError "hedgehog-quickcheck")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."process-extras" or (errorHandler.buildDepError "process-extras")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."tree-diff" or (errorHandler.buildDepError "tree-diff")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - tests = { - "cardano-ledger-shelley-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-praos" or (errorHandler.buildDepError "cardano-crypto-praos")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-pretty" or (errorHandler.buildDepError "cardano-ledger-pretty")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."groups" or (errorHandler.buildDepError "groups")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - benchmarks = { - "mainbench" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-praos" or (errorHandler.buildDepError "cardano-crypto-praos")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/shelley/test-suite; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.28 b/nix/materialized/stack-nix/.stack-to-nix.cache.28 deleted file mode 100644 index debab4486b0..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.28 +++ /dev/null @@ -1,58 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-ledger-shelley-ma"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = "Shelley ledger with multiasset and time lock support."; - description = "This package extends the Shelley ledger with support for\nnative tokens and timelocks."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."groups" or (errorHandler.buildDepError "groups")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/shelley-ma/impl; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.29 b/nix/materialized/stack-nix/.stack-to-nix.cache.29 deleted file mode 100644 index 15a5846d94b..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.29 +++ /dev/null @@ -1,90 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { - name = "cardano-ledger-shelley-ma-test"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = "Shelley ledger with multiasset and time lock support."; - description = "This package extends the Shelley ledger with support for\nnative tokens and timelocks."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-pretty" or (errorHandler.buildDepError "cardano-ledger-pretty")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."generic-random" or (errorHandler.buildDepError "generic-random")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - tests = { - "cardano-ledger-shelley-ma-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley-ma-test" or (errorHandler.buildDepError "cardano-ledger-shelley-ma-test")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/eras/shelley-ma/test-suite; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.3 b/nix/materialized/stack-nix/.stack-to-nix.cache.3 deleted file mode 100644 index ef298408d9c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.3 +++ /dev/null @@ -1,115 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "openapi3"; version = "3.2.2"; }; - license = "BSD-3-Clause"; - copyright = "(c) 2015-2016, GetShopTV, (c) 2020, Biocad"; - maintainer = "nickolay@getshoptv.com, kolmax94@gmail.com"; - author = "Nickolay Kudasov, Maxim Koltsov"; - homepage = "https://github.com/biocad/openapi3"; - url = ""; - synopsis = "OpenAPI 3.0 data model"; - description = "This library is intended to be used for decoding and encoding OpenAPI 3.0 API\nspecifications as well as manipulating them.\n\nThe original OpenAPI 3.0 specification is available at http://swagger.io/specification/."; - buildType = "Custom"; - setup-depends = [ - (hsPkgs.buildPackages.base or (pkgs.buildPackages.base or (errorHandler.setupDepError "base"))) - (hsPkgs.buildPackages.Cabal or (pkgs.buildPackages.Cabal or (errorHandler.setupDepError "Cabal"))) - (hsPkgs.buildPackages.cabal-doctest or (pkgs.buildPackages.cabal-doctest or (errorHandler.setupDepError "cabal-doctest"))) - ]; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."base-compat-batteries" or (errorHandler.buildDepError "base-compat-batteries")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."aeson-pretty" or (errorHandler.buildDepError "aeson-pretty")) - (hsPkgs."cookie" or (errorHandler.buildDepError "cookie")) - (hsPkgs."generics-sop" or (errorHandler.buildDepError "generics-sop")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."http-media" or (errorHandler.buildDepError "http-media")) - (hsPkgs."insert-ordered-containers" or (errorHandler.buildDepError "insert-ordered-containers")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."optics-core" or (errorHandler.buildDepError "optics-core")) - (hsPkgs."optics-th" or (errorHandler.buildDepError "optics-th")) - (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."uuid-types" or (errorHandler.buildDepError "uuid-types")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - buildable = true; - }; - exes = { - "example" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."openapi3" or (errorHandler.buildDepError "openapi3")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - tests = { - "spec" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base-compat-batteries" or (errorHandler.buildDepError "base-compat-batteries")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."insert-ordered-containers" or (errorHandler.buildDepError "insert-ordered-containers")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."openapi3" or (errorHandler.buildDepError "openapi3")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."HUnit" or (errorHandler.buildDepError "HUnit")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."utf8-string" or (errorHandler.buildDepError "utf8-string")) - ]; - build-tools = [ - (hsPkgs.buildPackages.hspec-discover.components.exes.hspec-discover or (pkgs.buildPackages.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover"))) - ]; - buildable = true; - }; - "doctests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."doctest" or (errorHandler.buildDepError "doctest")) - (hsPkgs."Glob" or (errorHandler.buildDepError "Glob")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/6wlqwqbac76pm2wkaqldi4jylp9kkhkr-openapi3-c30d0de; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.30 b/nix/materialized/stack-nix/.stack-to-nix.cache.30 deleted file mode 100644 index ba9e250514e..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.30 +++ /dev/null @@ -1,66 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "cardano-ledger-core"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2021 Input Output (Hong Kong) Ltd."; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = "Core components of Cardano ledgers from the Shelley release on."; - description = "Cardano ledgers from the Shelley release onwards share a core basis rooted in\nthe Shelley ledger specification. This package abstracts a number of components\nwhich we expect to be shared amongst all future ledgers implemented around this base."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-praos" or (errorHandler.buildDepError "cardano-crypto-praos")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."groups" or (errorHandler.buildDepError "groups")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."partial-order" or (errorHandler.buildDepError "partial-order")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) - (hsPkgs."non-integral" or (errorHandler.buildDepError "non-integral")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/cardano-ledger-core; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.31 b/nix/materialized/stack-nix/.stack-to-nix.cache.31 deleted file mode 100644 index 3de233909e5..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.31 +++ /dev/null @@ -1,56 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-ledger-pretty"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = ""; - description = "Pretty Printers for the Cardano Ledger"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/cardano-ledger-pretty; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.32 b/nix/materialized/stack-nix/.stack-to-nix.cache.32 deleted file mode 100644 index 2d48bc93499..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.32 +++ /dev/null @@ -1,49 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "cardano-protocol-tpraos"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2021 Input Output (Hong Kong) Ltd."; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = ""; - description = "Cardano Protocol: Transitional Praos"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."non-integral" or (errorHandler.buildDepError "non-integral")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/cardano-protocol-tpraos; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.33 b/nix/materialized/stack-nix/.stack-to-nix.cache.33 deleted file mode 100644 index 60de0b2e501..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.33 +++ /dev/null @@ -1,52 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-data"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = "https://github.com/input-output-hk/cardano-legder-specs"; - url = ""; - synopsis = "Specialized data for Cardano project"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/cardano-data; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.34 b/nix/materialized/stack-nix/.stack-to-nix.cache.34 deleted file mode 100644 index 8044750c635..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.34 +++ /dev/null @@ -1,76 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "compact-map"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = "https://github.com/input-output-hk/cardano-legder-specs"; - url = ""; - synopsis = "A KeyMap that is based on collisionless HashMap implementation"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."vector-algorithms" or (errorHandler.buildDepError "vector-algorithms")) - ]; - buildable = true; - }; - tests = { - "tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-classes-base" or (errorHandler.buildDepError "quickcheck-classes-base")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - ]; - buildable = true; - }; - }; - benchmarks = { - "bench" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/compact-map; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.35 b/nix/materialized/stack-nix/.stack-to-nix.cache.35 deleted file mode 100644 index 579ed6d5c6c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.35 +++ /dev/null @@ -1,41 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "set-algebra"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = "https://github.com/input-output-hk/cardano-legder-specs"; - url = ""; - synopsis = "Set Algebra"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."ansi-wl-pprint" or (errorHandler.buildDepError "ansi-wl-pprint")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/set-algebra; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.36 b/nix/materialized/stack-nix/.stack-to-nix.cache.36 deleted file mode 100644 index f18d7c64234..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.36 +++ /dev/null @@ -1,45 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { sts_assert = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "small-steps"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = "https://github.com/input-output-hk/cardano-legder-specs"; - url = ""; - synopsis = "Small step semantics"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."free" or (errorHandler.buildDepError "free")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/small-steps; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.37 b/nix/materialized/stack-nix/.stack-to-nix.cache.37 deleted file mode 100644 index 6144cc56829..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.37 +++ /dev/null @@ -1,68 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "small-steps-test"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = "https://github.com/input-output-hk/cardano-legder-specs"; - url = ""; - synopsis = "Small step semantics testing library"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."goblins" or (errorHandler.buildDepError "goblins")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."microlens-th" or (errorHandler.buildDepError "microlens-th")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - ]; - buildable = true; - }; - tests = { - "examples" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-expected-failure" or (errorHandler.buildDepError "tasty-expected-failure")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."Unique" or (errorHandler.buildDepError "Unique")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/small-steps-test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.38 b/nix/materialized/stack-nix/.stack-to-nix.cache.38 deleted file mode 100644 index 97ab97017b4..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.38 +++ /dev/null @@ -1,43 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.2"; - identifier = { name = "non-integral"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "formal.methods@iohk.io"; - author = "IOHK Formal Methods Team"; - homepage = ""; - url = ""; - synopsis = ""; - description = "Implementation decision for non-integer calculations"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ (hsPkgs."base" or (errorHandler.buildDepError "base")) ]; - buildable = true; - }; - tests = { - "non-integral-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."non-integral" or (errorHandler.buildDepError "non-integral")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/x9qblgvxkw01bvlg0i6w2hyznkfli6jf-cardano-ledger-1a9ec4a/libs/non-integral; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.39 b/nix/materialized/stack-nix/.stack-to-nix.cache.39 deleted file mode 100644 index 9dab910ce6d..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.39 +++ /dev/null @@ -1,149 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "3.0"; - identifier = { name = "cardano-api"; version = "1.34.1"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = ""; - description = "The cardano api"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."aeson-pretty" or (errorHandler.buildDepError "aeson-pretty")) - (hsPkgs."attoparsec" or (errorHandler.buildDepError "attoparsec")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."base58-bytestring" or (errorHandler.buildDepError "base58-bytestring")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-cardano" or (errorHandler.buildDepError "ouroboros-consensus-cardano")) - (hsPkgs."ouroboros-consensus-protocol" or (errorHandler.buildDepError "ouroboros-consensus-protocol")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."parsec" or (errorHandler.buildDepError "parsec")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."transformers-except" or (errorHandler.buildDepError "transformers-except")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ]; - buildable = true; - }; - sublibs = { - "gen" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-test" or (errorHandler.buildDepError "cardano-crypto-test")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-byron-test" or (errorHandler.buildDepError "cardano-ledger-byron-test")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - tests = { - "cardano-api-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) - (hsPkgs."cardano-api".components.sublibs.gen or (errorHandler.buildDepError "cardano-api:gen")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-test" or (errorHandler.buildDepError "cardano-crypto-test")) - (hsPkgs."cardano-crypto-tests" or (errorHandler.buildDepError "cardano-crypto-tests")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hedgehog-extras" or (errorHandler.buildDepError "hedgehog-extras")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."tasty-th" or (errorHandler.buildDepError "tasty-th")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/7a63xbyzp6sr6kdddsa9aaaz00yvkljq-cardano-node-73f9a74/cardano-api; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.4 b/nix/materialized/stack-nix/.stack-to-nix.cache.4 deleted file mode 100644 index ae6bde592d9..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.4 +++ /dev/null @@ -1,56 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { process = true; }; - package = { - specVersion = "1.10"; - identifier = { - name = "optparse-applicative-fork"; - version = "0.16.1.0"; - }; - license = "BSD-3-Clause"; - copyright = "(c) 2012-2017 Paolo Capriotti "; - maintainer = "huw.campbell@gmail.com"; - author = "Paolo Capriotti, Huw Campbell"; - homepage = "https://github.com/pcapriotti/optparse-applicative-fork"; - url = ""; - synopsis = "Utilities and combinators for parsing command line options"; - description = "optparse-applicative-fork is a haskell library for parsing options\non the command line, and providing a powerful applicative\ninterface for composing them.\n\noptparse-applicative-fork takes care of reading and validating the\narguments passed to the command line, handling and reporting\nerrors, generating a usage line, a comprehensive help screen,\nand enabling context-sensitive bash, zsh, and fish completions.\n\nSee the included README for detailed instructions and examples,\nwhich is also available on github\n."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = ([ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."ansi-terminal" or (errorHandler.buildDepError "ansi-terminal")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."transformers-compat" or (errorHandler.buildDepError "transformers-compat")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - ] ++ (pkgs.lib).optional (flags.process) (hsPkgs."process" or (errorHandler.buildDepError "process"))) ++ (pkgs.lib).optionals (!(compiler.isGhc && (compiler.version).ge "8")) [ - (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")) - (hsPkgs."fail" or (errorHandler.buildDepError "fail")) - ]; - buildable = true; - }; - tests = { - "tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."optparse-applicative-fork" or (errorHandler.buildDepError "optparse-applicative-fork")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ] ++ (pkgs.lib).optional (!(compiler.isGhc && (compiler.version).ge "8")) (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")); - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/5adnnr69ipcmnbi3d3im92031pvxpgq2-optparse-applicative-7497a29; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.40 b/nix/materialized/stack-nix/.stack-to-nix.cache.40 deleted file mode 100644 index 2b9a8e0413b..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.40 +++ /dev/null @@ -1,155 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { unexpected_thunks = false; }; - package = { - specVersion = "3.0"; - identifier = { name = "cardano-cli"; version = "1.34.1"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = ""; - description = "The Cardano command-line interface."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = ([ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."aeson-pretty" or (errorHandler.buildDepError "aeson-pretty")) - (hsPkgs."ansi-terminal" or (errorHandler.buildDepError "ansi-terminal")) - (hsPkgs."attoparsec" or (errorHandler.buildDepError "attoparsec")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-git-rev" or (errorHandler.buildDepError "cardano-git-rev")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-data" or (errorHandler.buildDepError "cardano-data")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."compact-map" or (errorHandler.buildDepError "compact-map")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."optparse-applicative-fork" or (errorHandler.buildDepError "optparse-applicative-fork")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-cardano" or (errorHandler.buildDepError "ouroboros-consensus-cardano")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."parsec" or (errorHandler.buildDepError "parsec")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."set-algebra" or (errorHandler.buildDepError "set-algebra")) - (hsPkgs."split" or (errorHandler.buildDepError "split")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."transformers-except" or (errorHandler.buildDepError "transformers-except")) - (hsPkgs."utf8-string" or (errorHandler.buildDepError "utf8-string")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ] ++ (pkgs.lib).optional (!system.isWindows) (hsPkgs."unix" or (errorHandler.buildDepError "unix"))) ++ (pkgs.lib).optional (system.isWindows) (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")); - buildable = true; - }; - exes = { - "cardano-cli" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-cli" or (errorHandler.buildDepError "cardano-cli")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."optparse-applicative-fork" or (errorHandler.buildDepError "optparse-applicative-fork")) - (hsPkgs."transformers-except" or (errorHandler.buildDepError "transformers-except")) - ] ++ (pkgs.lib).optional (!system.isWindows) (hsPkgs."unix" or (errorHandler.buildDepError "unix")); - buildable = true; - }; - }; - tests = { - "cardano-cli-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) - (hsPkgs."cardano-api".components.sublibs.gen or (errorHandler.buildDepError "cardano-api:gen")) - (hsPkgs."cardano-cli" or (errorHandler.buildDepError "cardano-cli")) - (hsPkgs."cardano-node" or (errorHandler.buildDepError "cardano-node")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hedgehog-extras" or (errorHandler.buildDepError "hedgehog-extras")) - (hsPkgs."parsec" or (errorHandler.buildDepError "parsec")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ]; - buildable = true; - }; - "cardano-cli-golden" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) - (hsPkgs."cardano-cli" or (errorHandler.buildDepError "cardano-cli")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."Diff" or (errorHandler.buildDepError "Diff")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hedgehog-extras" or (errorHandler.buildDepError "hedgehog-extras")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - ]; - build-tools = [ - (hsPkgs.buildPackages.cardano-cli.components.exes.cardano-cli or (pkgs.buildPackages.cardano-cli or (errorHandler.buildToolDepError "cardano-cli:cardano-cli"))) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/7a63xbyzp6sr6kdddsa9aaaz00yvkljq-cardano-node-73f9a74/cardano-cli; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.41 b/nix/materialized/stack-nix/.stack-to-nix.cache.41 deleted file mode 100644 index bedba33c9b3..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.41 +++ /dev/null @@ -1,133 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { unexpected_thunks = false; systemd = true; }; - package = { - specVersion = "3.0"; - identifier = { name = "cardano-node"; version = "1.34.1"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = ""; - description = "The cardano full node"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = (([ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) - (hsPkgs."cardano-git-rev" or (errorHandler.buildDepError "cardano-git-rev")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."dns" or (errorHandler.buildDepError "dns")) - (hsPkgs."ekg" or (errorHandler.buildDepError "ekg")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."generic-data" or (errorHandler.buildDepError "generic-data")) - (hsPkgs."hostname" or (errorHandler.buildDepError "hostname")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."lobemo-backend-aggregation" or (errorHandler.buildDepError "lobemo-backend-aggregation")) - (hsPkgs."lobemo-backend-ekg" or (errorHandler.buildDepError "lobemo-backend-ekg")) - (hsPkgs."lobemo-backend-monitoring" or (errorHandler.buildDepError "lobemo-backend-monitoring")) - (hsPkgs."lobemo-backend-trace-forwarder" or (errorHandler.buildDepError "lobemo-backend-trace-forwarder")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."optparse-applicative-fork" or (errorHandler.buildDepError "optparse-applicative-fork")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-cardano" or (errorHandler.buildDepError "ouroboros-consensus-cardano")) - (hsPkgs."ouroboros-consensus-protocol" or (errorHandler.buildDepError "ouroboros-consensus-protocol")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."psqueues" or (errorHandler.buildDepError "psqueues")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."tracer-transformers" or (errorHandler.buildDepError "tracer-transformers")) - (hsPkgs."trace-dispatcher" or (errorHandler.buildDepError "trace-dispatcher")) - (hsPkgs."trace-forward" or (errorHandler.buildDepError "trace-forward")) - (hsPkgs."trace-resources" or (errorHandler.buildDepError "trace-resources")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."transformers-except" or (errorHandler.buildDepError "transformers-except")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ] ++ (pkgs.lib).optional (!system.isWindows) (hsPkgs."unix" or (errorHandler.buildDepError "unix"))) ++ (pkgs.lib).optional (system.isWindows) (hsPkgs."Win32" or (errorHandler.buildDepError "Win32"))) ++ (pkgs.lib).optionals (system.isLinux && flags.systemd) [ - (hsPkgs."lobemo-scribe-systemd" or (errorHandler.buildDepError "lobemo-scribe-systemd")) - (hsPkgs."systemd" or (errorHandler.buildDepError "systemd")) - ]; - buildable = true; - }; - exes = { - "cardano-node" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-git-rev" or (errorHandler.buildDepError "cardano-git-rev")) - (hsPkgs."cardano-node" or (errorHandler.buildDepError "cardano-node")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."optparse-applicative-fork" or (errorHandler.buildDepError "optparse-applicative-fork")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - tests = { - "cardano-node-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) - (hsPkgs."cardano-node" or (errorHandler.buildDepError "cardano-node")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hedgehog-corpus" or (errorHandler.buildDepError "hedgehog-corpus")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ] ++ (pkgs.lib).optional (!system.isWindows) (hsPkgs."unix" or (errorHandler.buildDepError "unix")); - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/7a63xbyzp6sr6kdddsa9aaaz00yvkljq-cardano-node-73f9a74/cardano-node; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.42 b/nix/materialized/stack-nix/.stack-to-nix.cache.42 deleted file mode 100644 index 90d8f37190b..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.42 +++ /dev/null @@ -1,40 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { systemd = true; }; - package = { - specVersion = "3.0"; - identifier = { name = "cardano-git-rev"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = ""; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."file-embed" or (errorHandler.buildDepError "file-embed")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/7a63xbyzp6sr6kdddsa9aaaz00yvkljq-cardano-node-73f9a74/cardano-git-rev; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.43 b/nix/materialized/stack-nix/.stack-to-nix.cache.43 deleted file mode 100644 index 6a67b4e1d09..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.43 +++ /dev/null @@ -1,128 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "trace-dispatcher"; version = "1.29.0"; }; - license = "NONE"; - copyright = "2020 IOHK"; - maintainer = "operations@iohk.io"; - author = "Juergen Nicklisch-Franken"; - homepage = ""; - url = ""; - synopsis = "Package for development of simple and efficient tracers\nbased on the arrow based contra-tracer package"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."ekg" or (errorHandler.buildDepError "ekg")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."ekg-forward" or (errorHandler.buildDepError "ekg-forward")) - (hsPkgs."hostname" or (errorHandler.buildDepError "hostname")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."optparse-applicative-fork" or (errorHandler.buildDepError "optparse-applicative-fork")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."trace-forward" or (errorHandler.buildDepError "trace-forward")) - (hsPkgs."unagi-chan" or (errorHandler.buildDepError "unagi-chan")) - (hsPkgs."unliftio" or (errorHandler.buildDepError "unliftio")) - (hsPkgs."unliftio-core" or (errorHandler.buildDepError "unliftio-core")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ] ++ (if system.isWindows - then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ] - else [ (hsPkgs."unix" or (errorHandler.buildDepError "unix")) ]); - buildable = true; - }; - exes = { - "trace-dispatcher-examples" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."ekg" or (errorHandler.buildDepError "ekg")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."hostname" or (errorHandler.buildDepError "hostname")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."trace-dispatcher" or (errorHandler.buildDepError "trace-dispatcher")) - (hsPkgs."trace-forward" or (errorHandler.buildDepError "trace-forward")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."unagi-chan" or (errorHandler.buildDepError "unagi-chan")) - (hsPkgs."unliftio" or (errorHandler.buildDepError "unliftio")) - (hsPkgs."unliftio-core" or (errorHandler.buildDepError "unliftio-core")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."utf8-string" or (errorHandler.buildDepError "utf8-string")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ]; - buildable = true; - }; - }; - tests = { - "trace-dispatcher-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."ekg" or (errorHandler.buildDepError "ekg")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."hostname" or (errorHandler.buildDepError "hostname")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."trace-dispatcher" or (errorHandler.buildDepError "trace-dispatcher")) - (hsPkgs."unagi-chan" or (errorHandler.buildDepError "unagi-chan")) - (hsPkgs."unliftio" or (errorHandler.buildDepError "unliftio")) - (hsPkgs."unliftio-core" or (errorHandler.buildDepError "unliftio-core")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - buildable = true; - }; - }; - benchmarks = { - "trace-dispatcher-bench" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) - (hsPkgs."ekg" or (errorHandler.buildDepError "ekg")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."trace-dispatcher" or (errorHandler.buildDepError "trace-dispatcher")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/7a63xbyzp6sr6kdddsa9aaaz00yvkljq-cardano-node-73f9a74/trace-dispatcher; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.44 b/nix/materialized/stack-nix/.stack-to-nix.cache.44 deleted file mode 100644 index 7ec587c95fd..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.44 +++ /dev/null @@ -1,55 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "trace-resources"; version = "0.1.0.0"; }; - license = "NONE"; - copyright = "2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "Juergen Nicklisch-Franken"; - homepage = ""; - url = ""; - synopsis = "Package for tracing resources for linux, mac and windows"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."trace-dispatcher" or (errorHandler.buildDepError "trace-dispatcher")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - ] ++ (if system.isWindows - then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ] - else [ (hsPkgs."unix" or (errorHandler.buildDepError "unix")) ]); - buildable = true; - }; - tests = { - "trace-resources-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."trace-dispatcher" or (errorHandler.buildDepError "trace-dispatcher")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."trace-resources" or (errorHandler.buildDepError "trace-resources")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/7a63xbyzp6sr6kdddsa9aaaz00yvkljq-cardano-node-73f9a74/trace-resources; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.45 b/nix/materialized/stack-nix/.stack-to-nix.cache.45 deleted file mode 100644 index 9fafc30dcc3..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.45 +++ /dev/null @@ -1,70 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "trace-forward"; version = "0.1.0"; }; - license = "Apache-2.0"; - copyright = "2021 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "The forwarding protocols library for cardano node."; - description = "The library providing typed protocols for forwarding different\ninformation from the cardano node to an external application."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-cborg" or (errorHandler.buildDepError "typed-protocols-cborg")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."trace-forward" or (errorHandler.buildDepError "trace-forward")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/7a63xbyzp6sr6kdddsa9aaaz00yvkljq-cardano-node-73f9a74/trace-forward; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.46 b/nix/materialized/stack-nix/.stack-to-nix.cache.46 deleted file mode 100644 index e1df118c8cd..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.46 +++ /dev/null @@ -1,52 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-prelude"; version = "0.1.0.0"; }; - license = "MIT"; - copyright = "2018-2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "A Prelude replacement for the Cardano project"; - description = "A Prelude replacement for the Cardano project"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."canonical-json" or (errorHandler.buildDepError "canonical-json")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."ghc-heap" or (errorHandler.buildDepError "ghc-heap")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."protolude" or (errorHandler.buildDepError "protolude")) - (hsPkgs."tagged" or (errorHandler.buildDepError "tagged")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/5hpda20xfxbq4wz60zblgfinyabkkal6-cardano-prelude-bb4ed71/cardano-prelude; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.47 b/nix/materialized/stack-nix/.stack-to-nix.cache.47 deleted file mode 100644 index f7ab485e22f..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.47 +++ /dev/null @@ -1,68 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-prelude-test"; version = "0.1.0.0"; }; - license = "MIT"; - copyright = "2018-2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Utility types and functions for testing Cardano"; - description = "Utility types and functions for testing Cardano"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."aeson-pretty" or (errorHandler.buildDepError "aeson-pretty")) - (hsPkgs."attoparsec" or (errorHandler.buildDepError "attoparsec")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."canonical-json" or (errorHandler.buildDepError "canonical-json")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."pretty-show" or (errorHandler.buildDepError "pretty-show")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ]; - buildable = true; - }; - tests = { - "cardano-prelude-test-suite" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."ghc-heap" or (errorHandler.buildDepError "ghc-heap")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/5hpda20xfxbq4wz60zblgfinyabkkal6-cardano-prelude-bb4ed71/cardano-prelude-test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.48 b/nix/materialized/stack-nix/.stack-to-nix.cache.48 deleted file mode 100644 index 8b5c3aff2dc..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.48 +++ /dev/null @@ -1,68 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "cardano-sl-x509"; version = "3.0.0"; }; - license = "MIT"; - copyright = "2018 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = "https://github.com/input-output-hk/cardano-sl/x509/README.md"; - url = ""; - synopsis = "Tool-suite for generating x509 certificates specialized for RSA with SHA-256"; - description = "See README"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."asn1-encoding" or (errorHandler.buildDepError "asn1-encoding")) - (hsPkgs."asn1-types" or (errorHandler.buildDepError "asn1-types")) - (hsPkgs."base64-bytestring" or (errorHandler.buildDepError "base64-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."hourglass" or (errorHandler.buildDepError "hourglass")) - (hsPkgs."ip" or (errorHandler.buildDepError "ip")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."wide-word" or (errorHandler.buildDepError "wide-word")) - (hsPkgs."x509" or (errorHandler.buildDepError "x509")) - (hsPkgs."x509-store" or (errorHandler.buildDepError "x509-store")) - (hsPkgs."x509-validation" or (errorHandler.buildDepError "x509-validation")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ]; - buildable = true; - }; - tests = { - "cardano-sl-x509-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-sl-x509" or (errorHandler.buildDepError "cardano-sl-x509")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/5lcpx8q17x275vgy3b5700vy3c9ga12w-cardano-sl-x509-1292593; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.49 b/nix/materialized/stack-nix/.stack-to-nix.cache.49 deleted file mode 100644 index 5041947392c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.49 +++ /dev/null @@ -1,140 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "flat"; version = "0.4.5"; }; - license = "BSD-3-Clause"; - copyright = "Copyright: (c) 2016-2021 Pasqualino `Titto` Assini"; - maintainer = "tittoassini@gmail.com"; - author = "Pasqualino `Titto` Assini"; - homepage = "http://quid2.org"; - url = ""; - synopsis = "Principled and efficient bit-oriented binary serialization."; - description = "Reference implementation of `flat`, a principled and efficient binary serialization format."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = if compiler.isEta && true - then [ - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."HUnit" or (errorHandler.buildDepError "HUnit")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."mono-traversable" or (errorHandler.buildDepError "mono-traversable")) - (hsPkgs."pretty" or (errorHandler.buildDepError "pretty")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ] - else [ - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."mono-traversable" or (errorHandler.buildDepError "mono-traversable")) - (hsPkgs."pretty" or (errorHandler.buildDepError "pretty")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."list-t" or (errorHandler.buildDepError "list-t")) - ]; - buildable = true; - }; - tests = { - "spec" = { - depends = ([ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."quickcheck-text" or (errorHandler.buildDepError "quickcheck-text")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ] ++ (pkgs.lib).optional (compiler.isGhc && (compiler.version).lt "8") (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups"))) ++ (if compiler.isEta && true - then [ - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."HUnit" or (errorHandler.buildDepError "HUnit")) - (hsPkgs."mono-traversable" or (errorHandler.buildDepError "mono-traversable")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ] - else [ - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."mono-traversable" or (errorHandler.buildDepError "mono-traversable")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - ]); - buildable = true; - }; - "doc-static" = { - depends = [ - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."pretty" or (errorHandler.buildDepError "pretty")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ] ++ (pkgs.lib).optional (compiler.isGhc && (compiler.version).lt "8") (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")); - buildable = true; - }; - "Repr" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."list-t" or (errorHandler.buildDepError "list-t")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/68dijg7gzxp697lfv65y5d5az0n37z9h-flat-ee59880; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.5 b/nix/materialized/stack-nix/.stack-to-nix.cache.5 deleted file mode 100644 index 3716895873f..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.5 +++ /dev/null @@ -1,79 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { release = false; static = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "bech32"; version = "1.1.2"; }; - license = "Apache-2.0"; - copyright = "2017 Marko Bencun, 2019-2020 IOHK"; - maintainer = "operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io"; - author = "IOHK Engineering Team"; - homepage = "https://github.com/input-output-hk/bech32"; - url = ""; - synopsis = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)."; - description = "Implementation of the Bech32 cryptocurrency address format documented in the\nBIP (Bitcoin Improvement Proposal) 0173."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - exes = { - "bech32" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base58-bytestring" or (errorHandler.buildDepError "base58-bytestring")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - tests = { - "bech32-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base58-bytestring" or (errorHandler.buildDepError "base58-bytestring")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - build-tools = [ - (hsPkgs.buildPackages.hspec-discover.components.exes.hspec-discover or (pkgs.buildPackages.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover"))) - (hsPkgs.buildPackages.bech32.components.exes.bech32 or (pkgs.buildPackages.bech32 or (errorHandler.buildToolDepError "bech32:bech32"))) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/0dv7g23bmbdx55i5rxz18lk55pkw6kv4-bech32-ab61914/bech32; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.50 b/nix/materialized/stack-nix/.stack-to-nix.cache.50 deleted file mode 100644 index f1e00c7a8c1..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.50 +++ /dev/null @@ -1,64 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "goblins"; version = "0.2.0.0"; }; - license = "BSD-3-Clause"; - copyright = ""; - maintainer = "nick@topos.org.uk"; - author = "Nicholas Clarke"; - homepage = "https://github.com/input-output-hk/goblins"; - url = ""; - synopsis = "Genetic algorithm based randomised testing"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - (hsPkgs."microlens-mtl" or (errorHandler.buildDepError "microlens-mtl")) - (hsPkgs."microlens-th" or (errorHandler.buildDepError "microlens-th")) - (hsPkgs."mmorph" or (errorHandler.buildDepError "mmorph")) - (hsPkgs."monad-control" or (errorHandler.buildDepError "monad-control")) - (hsPkgs."moo" or (errorHandler.buildDepError "moo")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."th-utilities" or (errorHandler.buildDepError "th-utilities")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."tree-diff" or (errorHandler.buildDepError "tree-diff")) - (hsPkgs."typerep-map" or (errorHandler.buildDepError "typerep-map")) - ]; - buildable = true; - }; - tests = { - "goblin-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."goblins" or (errorHandler.buildDepError "goblins")) - (hsPkgs."temporary" or (errorHandler.buildDepError "temporary")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/4hpdshkfiqw93mp84jsnws4p3826iv4r-goblins-cde90a2; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.51 b/nix/materialized/stack-nix/.stack-to-nix.cache.51 deleted file mode 100644 index 7783121f5bf..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.51 +++ /dev/null @@ -1,57 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "hedgehog-extras"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Supplemental library for hedgehog"; - description = "Supplemental library for hedgehog."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."aeson-pretty" or (errorHandler.buildDepError "aeson-pretty")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."mmorph" or (errorHandler.buildDepError "mmorph")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."resourcet" or (errorHandler.buildDepError "resourcet")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."temporary" or (errorHandler.buildDepError "temporary")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."unliftio" or (errorHandler.buildDepError "unliftio")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - ] ++ (pkgs.lib).optional (system.isWindows) (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")); - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/v5ky06bax11582i8x13f1sl27mbnylc1-hedgehog-extras-edf6945; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.52 b/nix/materialized/stack-nix/.stack-to-nix.cache.52 deleted file mode 100644 index 7ad2dae7c0b..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.52 +++ /dev/null @@ -1,35 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "contra-tracer"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 IOHK"; - maintainer = "operations@iohk.io"; - author = "Neil Davies, Alexander Diemand, Andreas Triantafyllos"; - homepage = ""; - url = ""; - synopsis = "A simple interface for logging, tracing or monitoring."; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - ] ++ (pkgs.lib).optional (compiler.isGhc && (compiler.version).lt "8.5") (hsPkgs."contravariant" or (errorHandler.buildDepError "contravariant")); - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/contra-tracer; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.53 b/nix/materialized/stack-nix/.stack-to-nix.cache.53 deleted file mode 100644 index f811f4c28ce..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.53 +++ /dev/null @@ -1,109 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { disable-observables = false; performance-test-queue = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "iohk-monitoring"; version = "0.1.10.1"; }; - license = "Apache-2.0"; - copyright = "2018 IOHK"; - maintainer = "operations@iohk.io"; - author = "Alexander Diemand, Andreas Triantafyllos"; - homepage = ""; - url = ""; - synopsis = "logging, benchmarking and monitoring framework"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."async-timer" or (errorHandler.buildDepError "async-timer")) - (hsPkgs."attoparsec" or (errorHandler.buildDepError "attoparsec")) - (hsPkgs."auto-update" or (errorHandler.buildDepError "auto-update")) - (hsPkgs."base64-bytestring" or (errorHandler.buildDepError "base64-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."clock" or (errorHandler.buildDepError "clock")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contravariant" or (errorHandler.buildDepError "contravariant")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."ekg" or (errorHandler.buildDepError "ekg")) - (hsPkgs."katip" or (errorHandler.buildDepError "katip")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."safe" or (errorHandler.buildDepError "safe")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."time-units" or (errorHandler.buildDepError "time-units")) - (hsPkgs."tracer-transformers" or (errorHandler.buildDepError "tracer-transformers")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - (hsPkgs."libyaml" or (errorHandler.buildDepError "libyaml")) - ] ++ (if system.isWindows - then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ] - else [ (hsPkgs."unix" or (errorHandler.buildDepError "unix")) ]); - buildable = true; - }; - tests = { - "tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."clock" or (errorHandler.buildDepError "clock")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")) - (hsPkgs."split" or (errorHandler.buildDepError "split")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."temporary" or (errorHandler.buildDepError "temporary")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."time-units" or (errorHandler.buildDepError "time-units")) - (hsPkgs."tracer-transformers" or (errorHandler.buildDepError "tracer-transformers")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."void" or (errorHandler.buildDepError "void")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - (hsPkgs."libyaml" or (errorHandler.buildDepError "libyaml")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/iohk-monitoring; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.54 b/nix/materialized/stack-nix/.stack-to-nix.cache.54 deleted file mode 100644 index 8f67f2aea75..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.54 +++ /dev/null @@ -1,48 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.0"; - identifier = { - name = "lobemo-backend-aggregation"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2019 IOHK"; - maintainer = "operations@iohk.io"; - author = "Alexander Diemand"; - homepage = "https://github.com/input-output-hk/iohk-monitoring-framework"; - url = ""; - synopsis = "provides a backend implementation to aggregate traced values"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - ] ++ (if system.isWindows - then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ] - else [ (hsPkgs."unix" or (errorHandler.buildDepError "unix")) ]); - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/plugins/backend-aggregation; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.55 b/nix/materialized/stack-nix/.stack-to-nix.cache.55 deleted file mode 100644 index 85c26399f99..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.55 +++ /dev/null @@ -1,48 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.0"; - identifier = { name = "lobemo-backend-ekg"; version = "0.1.0.1"; }; - license = "Apache-2.0"; - copyright = "2019 IOHK"; - maintainer = "operations@iohk.io"; - author = "Alexander Diemand"; - homepage = "https://github.com/input-output-hk/iohk-monitoring-framework"; - url = ""; - synopsis = "provides a backend implementation to EKG"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."ekg" or (errorHandler.buildDepError "ekg")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - (hsPkgs."snap-core" or (errorHandler.buildDepError "snap-core")) - (hsPkgs."snap-server" or (errorHandler.buildDepError "snap-server")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/plugins/backend-ekg; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.56 b/nix/materialized/stack-nix/.stack-to-nix.cache.56 deleted file mode 100644 index 6a9b16a717f..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.56 +++ /dev/null @@ -1,84 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.0"; - identifier = { name = "lobemo-backend-monitoring"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 IOHK"; - maintainer = "operations@iohk.io"; - author = "Alexander Diemand"; - homepage = "https://github.com/input-output-hk/iohk-monitoring-framework"; - url = ""; - synopsis = "provides a backend implementation for monitoring"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - ] ++ (if system.isWindows - then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ] - else [ (hsPkgs."unix" or (errorHandler.buildDepError "unix")) ]); - buildable = true; - }; - tests = { - "tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."lobemo-backend-monitoring" or (errorHandler.buildDepError "lobemo-backend-monitoring")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."clock" or (errorHandler.buildDepError "clock")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")) - (hsPkgs."split" or (errorHandler.buildDepError "split")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."temporary" or (errorHandler.buildDepError "temporary")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."time-units" or (errorHandler.buildDepError "time-units")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."void" or (errorHandler.buildDepError "void")) - (hsPkgs."yaml" or (errorHandler.buildDepError "yaml")) - (hsPkgs."libyaml" or (errorHandler.buildDepError "libyaml")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/plugins/backend-monitoring; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.57 b/nix/materialized/stack-nix/.stack-to-nix.cache.57 deleted file mode 100644 index 9f5e95aba97..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.57 +++ /dev/null @@ -1,48 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.0"; - identifier = { - name = "lobemo-backend-trace-forwarder"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2020 IOHK"; - maintainer = "operations@iohk.io"; - author = "Alexander Diemand"; - homepage = "https://github.com/input-output-hk/iohk-monitoring-framework"; - url = ""; - synopsis = "this backend forwards log items to a trace acceptor"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."unix-compat" or (errorHandler.buildDepError "unix-compat")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/plugins/backend-trace-forwarder; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.58 b/nix/materialized/stack-nix/.stack-to-nix.cache.58 deleted file mode 100644 index aedb0bb722a..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.58 +++ /dev/null @@ -1,49 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.0"; - identifier = { name = "lobemo-scribe-systemd"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 IOHK"; - maintainer = "operations@iohk.io"; - author = "Alexander Diemand"; - homepage = "https://github.com/input-output-hk/iohk-monitoring-framework"; - url = ""; - synopsis = "provides a backend for logging to systemd/journal"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = ([ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."iohk-monitoring" or (errorHandler.buildDepError "iohk-monitoring")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."katip" or (errorHandler.buildDepError "katip")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - ] ++ (if system.isWindows - then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ] - else [ - (hsPkgs."unix" or (errorHandler.buildDepError "unix")) - ])) ++ (pkgs.lib).optionals (system.isLinux) [ - (hsPkgs."hsyslog" or (errorHandler.buildDepError "hsyslog")) - (hsPkgs."libsystemd-journal" or (errorHandler.buildDepError "libsystemd-journal")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/plugins/scribe-systemd; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.59 b/nix/materialized/stack-nix/.stack-to-nix.cache.59 deleted file mode 100644 index 9a1a640be70..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.59 +++ /dev/null @@ -1,58 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "tracer-transformers"; version = "0.1.0.1"; }; - license = "Apache-2.0"; - copyright = "2019 IOHK"; - maintainer = "operations@iohk.io"; - author = "Neil Davies, Alexander Diemand, Andreas Triantafyllos"; - homepage = ""; - url = ""; - synopsis = "tracer transformers and examples showing their use"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - ] ++ (pkgs.lib).optional (compiler.isGhc && (compiler.version).lt "8.5") (hsPkgs."contravariant" or (errorHandler.buildDepError "contravariant")); - buildable = true; - }; - exes = { - "tracer-transfomers-example1" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."tracer-transformers" or (errorHandler.buildDepError "tracer-transformers")) - ]; - buildable = true; - }; - "tracer-transfomers-example2" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."tracer-transformers" or (errorHandler.buildDepError "tracer-transformers")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/dp15xfc309h2xx301937iacq5wym27gy-iohk-monitoring-framework-808724f/tracer-transformers; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.6 b/nix/materialized/stack-nix/.stack-to-nix.cache.6 deleted file mode 100644 index 134c085272c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.6 +++ /dev/null @@ -1,53 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { release = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "bech32-th"; version = "1.1.1"; }; - license = "Apache-2.0"; - copyright = "2020 IOHK"; - maintainer = "operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io"; - author = "IOHK Engineering Team"; - homepage = "https://github.com/input-output-hk/bech32"; - url = ""; - synopsis = "Template Haskell extensions to the Bech32 library."; - description = "Template Haskell extensions to the Bech32 library, including\nquasi-quoters for compile-time checking of Bech32 string\nliterals."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - tests = { - "bech32-th-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) - (hsPkgs."bech32-th" or (errorHandler.buildDepError "bech32-th")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - ]; - build-tools = [ - (hsPkgs.buildPackages.hspec-discover.components.exes.hspec-discover or (pkgs.buildPackages.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover"))) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/0dv7g23bmbdx55i5rxz18lk55pkw6kv4-bech32-ab61914/bech32-th; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.60 b/nix/materialized/stack-nix/.stack-to-nix.cache.60 deleted file mode 100644 index 729ed6e244b..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.60 +++ /dev/null @@ -1,58 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "purescript-bridge"; version = "0.13.1.0"; }; - license = "BSD-3-Clause"; - copyright = ""; - maintainer = "robert . klotzner A T gmx . at"; - author = "Robert Klotzner"; - homepage = ""; - url = ""; - synopsis = "Generate PureScript data types from Haskell data types"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."wl-pprint-text" or (errorHandler.buildDepError "wl-pprint-text")) - (hsPkgs."generic-deriving" or (errorHandler.buildDepError "generic-deriving")) - ]; - buildable = true; - }; - tests = { - "tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."purescript-bridge" or (errorHandler.buildDepError "purescript-bridge")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."wl-pprint-text" or (errorHandler.buildDepError "wl-pprint-text")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."hspec-expectations-pretty-diff" or (errorHandler.buildDepError "hspec-expectations-pretty-diff")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/zvdx2gdavxs4rs5b1lnhhrk63ps5nxdq-purescript-bridge-6a92d78; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.61 b/nix/materialized/stack-nix/.stack-to-nix.cache.61 deleted file mode 100644 index f0e80ea5bc7..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.61 +++ /dev/null @@ -1,52 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { checktvarinvariant = false; asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "io-classes"; version = "0.2.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = ""; - author = "Alexander Vieth, Marcin Szamotulski, Duncan Coutts"; - homepage = ""; - url = ""; - synopsis = "Type classes for concurrency with STM, ST and timing"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/io-classes; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.62 b/nix/materialized/stack-nix/.stack-to-nix.cache.62 deleted file mode 100644 index 3d1ab372d8c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.62 +++ /dev/null @@ -1,58 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "io-sim"; version = "0.2.0.0"; }; - license = "Apache-2.0"; - copyright = "2019-2020 Input Output (Hong Kong) Ltd."; - maintainer = ""; - author = "Duncan Coutts, Marcin Szamotulski, Alexander Vieth"; - homepage = ""; - url = ""; - synopsis = "A pure simlator for monadic concurrency with STM"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."psqueues" or (errorHandler.buildDepError "psqueues")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/io-sim; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.63 b/nix/materialized/stack-nix/.stack-to-nix.cache.63 deleted file mode 100644 index 3f642c64471..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.63 +++ /dev/null @@ -1,47 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "monoidal-synchronisation"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2021 Input Output (Hong Kong) Ltd."; - maintainer = "coot@coot.me"; - author = "Marcin Szamotulski"; - homepage = ""; - url = ""; - synopsis = ""; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ (hsPkgs."base" or (errorHandler.buildDepError "base")) ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."monoidal-synchronisation" or (errorHandler.buildDepError "monoidal-synchronisation")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/monoidal-synchronisation; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.64 b/nix/materialized/stack-nix/.stack-to-nix.cache.64 deleted file mode 100644 index 81f7a695525..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.64 +++ /dev/null @@ -1,117 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; ipv6 = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "network-mux"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "duncan@well-typed.com, marcin.szamotulski@iohk.io, marc.fontaine@iohk.io, karl.knutsson@iohk.io, alex@well-typed.com, neil.davies@pnsol.com"; - author = "Duncan Coutts, Marc Fontaine, Karl Knutsson, Marcin Szamotulski, Alexander Vieth, Neil Davies"; - homepage = ""; - url = ""; - synopsis = "Multiplexing library"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."monoidal-synchronisation" or (errorHandler.buildDepError "monoidal-synchronisation")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."statistics-linreg" or (errorHandler.buildDepError "statistics-linreg")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - ] ++ (pkgs.lib).optionals (system.isWindows) [ - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - ]; - buildable = true; - }; - exes = { - "mux-demo" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - ] ++ (if system.isWindows - then [ - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - ] - else [ - (hsPkgs."network" or (errorHandler.buildDepError "network")) - ]); - buildable = true; - }; - "cardano-ping" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."tdigest" or (errorHandler.buildDepError "tdigest")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = if system.isWindows then false else true; - }; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."splitmix" or (errorHandler.buildDepError "splitmix")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ] ++ (pkgs.lib).optional (system.isWindows) (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")); - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/network-mux; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.65 b/nix/materialized/stack-nix/.stack-to-nix.cache.65 deleted file mode 100644 index 1f35186b06c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.65 +++ /dev/null @@ -1,81 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "ouroboros-consensus"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Consensus layer for the Ouroboros blockchain protocol"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base-deriving-via" or (errorHandler.buildDepError "base-deriving-via")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."digest" or (errorHandler.buildDepError "digest")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filelock" or (errorHandler.buildDepError "filelock")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."measures" or (errorHandler.buildDepError "measures")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."psqueues" or (errorHandler.buildDepError "psqueues")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."semialign" or (errorHandler.buildDepError "semialign")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."sop-core" or (errorHandler.buildDepError "sop-core")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."streaming" or (errorHandler.buildDepError "streaming")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."these" or (errorHandler.buildDepError "these")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - ] ++ (if system.isWindows - then [ (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) ] - else [ - (hsPkgs."unix" or (errorHandler.buildDepError "unix")) - (hsPkgs."unix-bytestring" or (errorHandler.buildDepError "unix-bytestring")) - ]); - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.66 b/nix/materialized/stack-nix/.stack-to-nix.cache.66 deleted file mode 100644 index 8cd65e767c8..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.66 +++ /dev/null @@ -1,163 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "ouroboros-consensus-test"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Tests of the consensus layer"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."fgl" or (errorHandler.buildDepError "fgl")) - (hsPkgs."file-embed" or (errorHandler.buildDepError "file-embed")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."generics-sop" or (errorHandler.buildDepError "generics-sop")) - (hsPkgs."graphviz" or (errorHandler.buildDepError "graphviz")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-state-machine" or (errorHandler.buildDepError "quickcheck-state-machine")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."sop-core" or (errorHandler.buildDepError "sop-core")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-golden" or (errorHandler.buildDepError "tasty-golden")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."tree-diff" or (errorHandler.buildDepError "tree-diff")) - (hsPkgs."utf8-string" or (errorHandler.buildDepError "utf8-string")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - ]; - buildable = true; - }; - tests = { - "test-consensus" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."generics-sop" or (errorHandler.buildDepError "generics-sop")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-state-machine" or (errorHandler.buildDepError "quickcheck-state-machine")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."sop-core" or (errorHandler.buildDepError "sop-core")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."temporary" or (errorHandler.buildDepError "temporary")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."tree-diff" or (errorHandler.buildDepError "tree-diff")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-mock" or (errorHandler.buildDepError "ouroboros-consensus-mock")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - ]; - buildable = true; - }; - "test-storage" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bifunctors" or (errorHandler.buildDepError "bifunctors")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."generics-sop" or (errorHandler.buildDepError "generics-sop")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."pretty-show" or (errorHandler.buildDepError "pretty-show")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-state-machine" or (errorHandler.buildDepError "quickcheck-state-machine")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."temporary" or (errorHandler.buildDepError "temporary")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."tree-diff" or (errorHandler.buildDepError "tree-diff")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - ]; - buildable = true; - }; - "test-infra" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.67 b/nix/materialized/stack-nix/.stack-to-nix.cache.67 deleted file mode 100644 index 4c9584efe89..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.67 +++ /dev/null @@ -1,74 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "ouroboros-consensus-byron"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Byron ledger integration in the Ouroboros consensus layer"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - ]; - buildable = true; - }; - exes = { - "db-converter" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."optparse-generic" or (errorHandler.buildDepError "optparse-generic")) - (hsPkgs."resourcet" or (errorHandler.buildDepError "resourcet")) - (hsPkgs."streaming" or (errorHandler.buildDepError "streaming")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-byron; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.68 b/nix/materialized/stack-nix/.stack-to-nix.cache.68 deleted file mode 100644 index 3430e84e4a6..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.68 +++ /dev/null @@ -1,53 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { - name = "ouroboros-consensus-byronspec"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "ByronSpec ledger integration in the Ouroboros consensus layer"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-ledger-byron-test" or (errorHandler.buildDepError "cardano-ledger-byron-test")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."byron-spec-chain" or (errorHandler.buildDepError "byron-spec-chain")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-byronspec; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.69 b/nix/materialized/stack-nix/.stack-to-nix.cache.69 deleted file mode 100644 index 28b034630ae..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.69 +++ /dev/null @@ -1,90 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { - name = "ouroboros-consensus-byron-test"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Test infrastructure for Byron"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-test" or (errorHandler.buildDepError "cardano-crypto-test")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-byron-test" or (errorHandler.buildDepError "cardano-ledger-byron-test")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hedgehog-quickcheck" or (errorHandler.buildDepError "hedgehog-quickcheck")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-byronspec" or (errorHandler.buildDepError "ouroboros-consensus-byronspec")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."binary-search" or (errorHandler.buildDepError "binary-search")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-byron-test" or (errorHandler.buildDepError "cardano-ledger-byron-test")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."hedgehog-quickcheck" or (errorHandler.buildDepError "hedgehog-quickcheck")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."byron-spec-chain" or (errorHandler.buildDepError "byron-spec-chain")) - (hsPkgs."byron-spec-ledger" or (errorHandler.buildDepError "byron-spec-ledger")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."small-steps-test" or (errorHandler.buildDepError "small-steps-test")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-byron-test" or (errorHandler.buildDepError "ouroboros-consensus-byron-test")) - (hsPkgs."ouroboros-consensus-byronspec" or (errorHandler.buildDepError "ouroboros-consensus-byronspec")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-byron-test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.7 b/nix/materialized/stack-nix/.stack-to-nix.cache.7 deleted file mode 100644 index 9a39facb7f9..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.7 +++ /dev/null @@ -1,33 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "base-deriving-via"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "A general hook newtype for use with deriving via"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ (hsPkgs."base" or (errorHandler.buildDepError "base")) ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/base-deriving-via; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.70 b/nix/materialized/stack-nix/.stack-to-nix.cache.70 deleted file mode 100644 index d4aed4008ef..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.70 +++ /dev/null @@ -1,51 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; }; - package = { - specVersion = "3.0"; - identifier = { - name = "ouroboros-consensus-protocol"; - version = "0.1.0.0"; - }; - license = "NONE"; - copyright = ""; - maintainer = "nick@topos.org.uk"; - author = "IOHK Formal methods team"; - homepage = ""; - url = ""; - synopsis = "Cardano consensus protocols."; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-protocol; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.71 b/nix/materialized/stack-nix/.stack-to-nix.cache.71 deleted file mode 100644 index 8df2bc3db7c..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.71 +++ /dev/null @@ -1,65 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { - name = "ouroboros-consensus-shelley"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Shelley ledger integration in the Ouroboros consensus layer"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base-deriving-via" or (errorHandler.buildDepError "base-deriving-via")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."measures" or (errorHandler.buildDepError "measures")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."orphans-deriving-via" or (errorHandler.buildDepError "orphans-deriving-via")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-protocol" or (errorHandler.buildDepError "ouroboros-consensus-protocol")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-shelley; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.72 b/nix/materialized/stack-nix/.stack-to-nix.cache.72 deleted file mode 100644 index b1a9dc46fef..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.72 +++ /dev/null @@ -1,88 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { - name = "ouroboros-consensus-shelley-test"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Test infrastructure for Shelley"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."generic-random" or (errorHandler.buildDepError "generic-random")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-alonzo-test" or (errorHandler.buildDepError "cardano-ledger-alonzo-test")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-ledger-shelley-ma-test" or (errorHandler.buildDepError "cardano-ledger-shelley-ma-test")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."small-steps" or (errorHandler.buildDepError "small-steps")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-protocol" or (errorHandler.buildDepError "ouroboros-consensus-protocol")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-alonzo-test" or (errorHandler.buildDepError "cardano-ledger-alonzo-test")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."ouroboros-consensus-shelley-test" or (errorHandler.buildDepError "ouroboros-consensus-shelley-test")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-shelley-test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.73 b/nix/materialized/stack-nix/.stack-to-nix.cache.73 deleted file mode 100644 index 7e19458d921..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.73 +++ /dev/null @@ -1,89 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { - name = "ouroboros-consensus-cardano"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "The instantation of the Ouroboros consensus layer used by Cardano"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."these" or (errorHandler.buildDepError "these")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-ledger-shelley-ma" or (errorHandler.buildDepError "cardano-ledger-shelley-ma")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-protocol" or (errorHandler.buildDepError "ouroboros-consensus-protocol")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - ]; - buildable = true; - }; - exes = { - "db-analyser" = { - depends = [ - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-cardano" or (errorHandler.buildDepError "ouroboros-consensus-cardano")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-cardano; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.74 b/nix/materialized/stack-nix/.stack-to-nix.cache.74 deleted file mode 100644 index e393515eba0..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.74 +++ /dev/null @@ -1,94 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { - name = "ouroboros-consensus-cardano-test"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2020 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Test of the instantation of the Ouroboros consensus layer used by Cardano"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."sop-core" or (errorHandler.buildDepError "sop-core")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-alonzo-test" or (errorHandler.buildDepError "cardano-ledger-alonzo-test")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-ledger-shelley-test" or (errorHandler.buildDepError "cardano-ledger-shelley-test")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-byron-test" or (errorHandler.buildDepError "ouroboros-consensus-byron-test")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."ouroboros-consensus-shelley-test" or (errorHandler.buildDepError "ouroboros-consensus-shelley-test")) - (hsPkgs."ouroboros-consensus-cardano" or (errorHandler.buildDepError "ouroboros-consensus-cardano")) - (hsPkgs."ouroboros-consensus-protocol" or (errorHandler.buildDepError "ouroboros-consensus-protocol")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."sop-core" or (errorHandler.buildDepError "sop-core")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."cardano-ledger-alonzo" or (errorHandler.buildDepError "cardano-ledger-alonzo")) - (hsPkgs."cardano-ledger-byron" or (errorHandler.buildDepError "cardano-ledger-byron")) - (hsPkgs."cardano-ledger-core" or (errorHandler.buildDepError "cardano-ledger-core")) - (hsPkgs."cardano-ledger-shelley" or (errorHandler.buildDepError "cardano-ledger-shelley")) - (hsPkgs."cardano-protocol-tpraos" or (errorHandler.buildDepError "cardano-protocol-tpraos")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-consensus-test" or (errorHandler.buildDepError "ouroboros-consensus-test")) - (hsPkgs."ouroboros-consensus-byron" or (errorHandler.buildDepError "ouroboros-consensus-byron")) - (hsPkgs."ouroboros-consensus-byron-test" or (errorHandler.buildDepError "ouroboros-consensus-byron-test")) - (hsPkgs."ouroboros-consensus-shelley" or (errorHandler.buildDepError "ouroboros-consensus-shelley")) - (hsPkgs."ouroboros-consensus-shelley-test" or (errorHandler.buildDepError "ouroboros-consensus-shelley-test")) - (hsPkgs."ouroboros-consensus-cardano" or (errorHandler.buildDepError "ouroboros-consensus-cardano")) - (hsPkgs."ouroboros-consensus-cardano-test" or (errorHandler.buildDepError "ouroboros-consensus-cardano-test")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-cardano-test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.75 b/nix/materialized/stack-nix/.stack-to-nix.cache.75 deleted file mode 100644 index f15c5fb65ae..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.75 +++ /dev/null @@ -1,189 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; ipv6 = false; cddl = true; }; - package = { - specVersion = "1.10"; - identifier = { name = "ouroboros-network"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = ""; - author = "Alexander Vieth, Marcin Szamotulski, Duncan Coutts"; - homepage = ""; - url = ""; - synopsis = "A networking layer for the Ouroboros blockchain protocol"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."dns" or (errorHandler.buildDepError "dns")) - (hsPkgs."fingertree" or (errorHandler.buildDepError "fingertree")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."psqueues" or (errorHandler.buildDepError "psqueues")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."monoidal-synchronisation" or (errorHandler.buildDepError "monoidal-synchronisation")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-cborg" or (errorHandler.buildDepError "typed-protocols-cborg")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ] ++ (pkgs.lib).optional (!system.isWindows) (hsPkgs."unix" or (errorHandler.buildDepError "unix")); - buildable = true; - }; - sublibs = { - "ouroboros-protocol-tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."pipes" or (errorHandler.buildDepError "pipes")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."strict-containers" or (errorHandler.buildDepError "strict-containers")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-network-testing" or (errorHandler.buildDepError "ouroboros-network-testing")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - ]; - buildable = true; - }; - }; - exes = { - "demo-chain-sync" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - ]; - buildable = true; - }; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."dns" or (errorHandler.buildDepError "dns")) - (hsPkgs."deque" or (errorHandler.buildDepError "deque")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."psqueues" or (errorHandler.buildDepError "psqueues")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."monoidal-synchronisation" or (errorHandler.buildDepError "monoidal-synchronisation")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-network-testing" or (errorHandler.buildDepError "ouroboros-network-testing")) - (hsPkgs."ouroboros-network".components.sublibs.ouroboros-protocol-tests or (errorHandler.buildDepError "ouroboros-network:ouroboros-protocol-tests")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-examples" or (errorHandler.buildDepError "typed-protocols-examples")) - ] ++ (pkgs.lib).optionals (system.isWindows) [ - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - ]; - buildable = true; - }; - "cddl" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."process-extras" or (errorHandler.buildDepError "process-extras")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."temporary" or (errorHandler.buildDepError "temporary")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network".components.sublibs.ouroboros-protocol-tests or (errorHandler.buildDepError "ouroboros-network:ouroboros-protocol-tests")) - ]; - buildable = if flags.cddl then true else false; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-network; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.76 b/nix/materialized/stack-nix/.stack-to-nix.cache.76 deleted file mode 100644 index 18e850ed324..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.76 +++ /dev/null @@ -1,142 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { - name = "ouroboros-network-framework"; - version = "0.1.0.0"; - }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io"; - author = "Alexander Vieth, Duncan Coutts, Marcin Szamotulski"; - homepage = ""; - url = ""; - synopsis = ""; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."dns" or (errorHandler.buildDepError "dns")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."monoidal-synchronisation" or (errorHandler.buildDepError "monoidal-synchronisation")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network-testing" or (errorHandler.buildDepError "ouroboros-network-testing")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-cborg" or (errorHandler.buildDepError "typed-protocols-cborg")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - ] ++ (pkgs.lib).optional (system.isWindows) (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")); - buildable = true; - }; - exes = { - "demo-ping-pong" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-examples" or (errorHandler.buildDepError "typed-protocols-examples")) - ] ++ (pkgs.lib).optionals (system.isWindows) [ - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - ]; - buildable = true; - }; - "demo-connection-manager" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-examples" or (errorHandler.buildDepError "typed-protocols-examples")) - ]; - buildable = true; - }; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."dns" or (errorHandler.buildDepError "dns")) - (hsPkgs."iproute" or (errorHandler.buildDepError "iproute")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."pretty-simple" or (errorHandler.buildDepError "pretty-simple")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."strict-stm" or (errorHandler.buildDepError "strict-stm")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."monoidal-synchronisation" or (errorHandler.buildDepError "monoidal-synchronisation")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."ouroboros-network-testing" or (errorHandler.buildDepError "ouroboros-network-testing")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-cborg" or (errorHandler.buildDepError "typed-protocols-cborg")) - (hsPkgs."typed-protocols-examples" or (errorHandler.buildDepError "typed-protocols-examples")) - ] ++ (pkgs.lib).optionals (system.isWindows) [ - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-network-framework; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.77 b/nix/materialized/stack-nix/.stack-to-nix.cache.77 deleted file mode 100644 index 82bab7144f6..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.77 +++ /dev/null @@ -1,57 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "ouroboros-network-testing"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = ""; - author = "Alexander Vieth, Marcin Szamotulski, Duncan Coutts, Karl Knuttson"; - homepage = ""; - url = ""; - synopsis = "Common modules used for testing in ouroboros-network and ouroboros-consensus"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."deque" or (errorHandler.buildDepError "deque")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."psqueues" or (errorHandler.buildDepError "psqueues")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."ouroboros-network-testing" or (errorHandler.buildDepError "ouroboros-network-testing")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-network-testing; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.78 b/nix/materialized/stack-nix/.stack-to-nix.cache.78 deleted file mode 100644 index 23ae318a9d1..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.78 +++ /dev/null @@ -1,37 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { checktvarinvariant = false; asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "strict-stm"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019-2021 Input Output (Hong Kong) Ltd."; - maintainer = ""; - author = "Alexander Vieth, Marcin Szamotulski, Duncan Coutts"; - homepage = ""; - url = ""; - synopsis = "Strict STM interface polymorphic over stm implementation."; - description = "The `strict-stm` package gives a strict interface to stm,\ncurrently either one provided by `stm` package for the\n`IO` monad or `io-sim` package for the `IOSim` monad."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/strict-stm; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.79 b/nix/materialized/stack-nix/.stack-to-nix.cache.79 deleted file mode 100644 index 293446082bc..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.79 +++ /dev/null @@ -1,36 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "typed-protocols"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io"; - author = "Alexander Vieth, Duncan Coutts, Marcin Szamotulski"; - homepage = ""; - url = ""; - synopsis = "A framework for strongly typed protocols"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/typed-protocols; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.8 b/nix/materialized/stack-nix/.stack-to-nix.cache.8 deleted file mode 100644 index 91526458f54..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.8 +++ /dev/null @@ -1,76 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-binary"; version = "1.5.0"; }; - license = "Apache-2.0"; - copyright = "2019-2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Binary serialization for Cardano"; - description = "This package includes the binary serialization format for Cardano"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."data-fix" or (errorHandler.buildDepError "data-fix")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."recursion-schemes" or (errorHandler.buildDepError "recursion-schemes")) - (hsPkgs."safe-exceptions" or (errorHandler.buildDepError "safe-exceptions")) - (hsPkgs."tagged" or (errorHandler.buildDepError "tagged")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."pretty-show" or (errorHandler.buildDepError "pretty-show")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."tagged" or (errorHandler.buildDepError "tagged")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/binary; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.80 b/nix/materialized/stack-nix/.stack-to-nix.cache.80 deleted file mode 100644 index 257220dd1be..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.80 +++ /dev/null @@ -1,39 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "typed-protocols-cborg"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019-2021 Input Output (Hong Kong) Ltd."; - maintainer = "alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io"; - author = "Alexander Vieth, Duncan Coutts, Marcin Szamotulski"; - homepage = ""; - url = ""; - synopsis = "CBOR codecs for typed-protocols"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/typed-protocols-cborg; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.81 b/nix/materialized/stack-nix/.stack-to-nix.cache.81 deleted file mode 100644 index 61d252621bd..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.81 +++ /dev/null @@ -1,61 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "typed-protocols-examples"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io"; - author = "Alexander Vieth, Duncan Coutts, Marcin Szamotulski"; - homepage = ""; - url = ""; - synopsis = "Examples and tests for the typed-protocols framework"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-cborg" or (errorHandler.buildDepError "typed-protocols-cborg")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-cborg" or (errorHandler.buildDepError "typed-protocols-cborg")) - (hsPkgs."typed-protocols-examples" or (errorHandler.buildDepError "typed-protocols-examples")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."io-sim" or (errorHandler.buildDepError "io-sim")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/typed-protocols-examples; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.82 b/nix/materialized/stack-nix/.stack-to-nix.cache.82 deleted file mode 100644 index 7129117ad24..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.82 +++ /dev/null @@ -1,42 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "cardano-client"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "An API for ouroboros-network"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."network-mux" or (errorHandler.buildDepError "network-mux")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/cardano-client; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.83 b/nix/materialized/stack-nix/.stack-to-nix.cache.83 deleted file mode 100644 index debc8a68918..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.83 +++ /dev/null @@ -1,68 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { demo = true; }; - package = { - specVersion = "1.10"; - identifier = { name = "ntp-client"; version = "0.0.1"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = ""; - author = ""; - homepage = ""; - url = ""; - synopsis = ""; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - ]; - buildable = true; - }; - exes = { - "demo-ntp-client" = { - depends = [ - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - (hsPkgs."ntp-client" or (errorHandler.buildDepError "ntp-client")) - ]; - buildable = if flags.demo then true else false; - }; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ntp-client; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.84 b/nix/materialized/stack-nix/.stack-to-nix.cache.84 deleted file mode 100644 index 7a823d13693..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.84 +++ /dev/null @@ -1,50 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { asserts = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "ouroboros-consensus-mock"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = ""; - url = ""; - synopsis = "Mock ledger integration in the Ouroboros consensus layer"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."nothunks" or (errorHandler.buildDepError "nothunks")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."ouroboros-network" or (errorHandler.buildDepError "ouroboros-network")) - (hsPkgs."ouroboros-consensus" or (errorHandler.buildDepError "ouroboros-consensus")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fy9im0ipvv2jsysk65jphamr63h2y23w-ouroboros-network-4fac197/ouroboros-consensus-mock; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.85 b/nix/materialized/stack-nix/.stack-to-nix.cache.85 deleted file mode 100644 index 97f681a2008..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.85 +++ /dev/null @@ -1,369 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "3.0"; - identifier = { name = "plutus-core"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "michael.peyton-jones@iohk.io"; - author = "Plutus Core Team"; - homepage = ""; - url = ""; - synopsis = "Language library for Plutus Core"; - description = "Pretty-printer, parser, and typechecker for Plutus Core."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."algebraic-graphs" or (errorHandler.buildDepError "algebraic-graphs")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - (hsPkgs."barbies" or (errorHandler.buildDepError "barbies")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bimap" or (errorHandler.buildDepError "bimap")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) - (hsPkgs."cassava" or (errorHandler.buildDepError "cassava")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."composition-prelude" or (errorHandler.buildDepError "composition-prelude")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."cryptonite" or (errorHandler.buildDepError "cryptonite")) - (hsPkgs."data-default-class" or (errorHandler.buildDepError "data-default-class")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."dependent-sum-template" or (errorHandler.buildDepError "dependent-sum-template")) - (hsPkgs."deriving-aeson" or (errorHandler.buildDepError "deriving-aeson")) - (hsPkgs."deriving-compat" or (errorHandler.buildDepError "deriving-compat")) - (hsPkgs."dlist" or (errorHandler.buildDepError "dlist")) - (hsPkgs."dom-lt" or (errorHandler.buildDepError "dom-lt")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec")) - (hsPkgs."mmorph" or (errorHandler.buildDepError "mmorph")) - (hsPkgs."monoidal-containers" or (errorHandler.buildDepError "monoidal-containers")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."parser-combinators" or (errorHandler.buildDepError "parser-combinators")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."prettyprinter-configurable" or (errorHandler.buildDepError "prettyprinter-configurable")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."recursion-schemes" or (errorHandler.buildDepError "recursion-schemes")) - (hsPkgs."semigroupoids" or (errorHandler.buildDepError "semigroupoids")) - (hsPkgs."semigroups" or (errorHandler.buildDepError "semigroups")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."some" or (errorHandler.buildDepError "some")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."th-compat" or (errorHandler.buildDepError "th-compat")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."th-lift" or (errorHandler.buildDepError "th-lift")) - (hsPkgs."th-lift-instances" or (errorHandler.buildDepError "th-lift-instances")) - (hsPkgs."th-utilities" or (errorHandler.buildDepError "th-utilities")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - (hsPkgs."witherable" or (errorHandler.buildDepError "witherable")) - (hsPkgs."word-array" or (errorHandler.buildDepError "word-array")) - (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) - (hsPkgs."plutus-core".components.sublibs.index-envs or (errorHandler.buildDepError "plutus-core:index-envs")) - ]; - build-tools = [ - (hsPkgs.buildPackages.alex.components.exes.alex or (pkgs.buildPackages.alex or (errorHandler.buildToolDepError "alex:alex"))) - (hsPkgs.buildPackages.happy.components.exes.happy or (pkgs.buildPackages.happy or (errorHandler.buildToolDepError "happy:happy"))) - ]; - buildable = true; - }; - sublibs = { - "plutus-core-testlib" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bifunctors" or (errorHandler.buildDepError "bifunctors")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."dependent-map" or (errorHandler.buildDepError "dependent-map")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp")) - (hsPkgs."lazy-search" or (errorHandler.buildDepError "lazy-search")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec")) - (hsPkgs."mmorph" or (errorHandler.buildDepError "mmorph")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."prettyprinter-configurable" or (errorHandler.buildDepError "prettyprinter-configurable")) - (hsPkgs."size-based" or (errorHandler.buildDepError "size-based")) - (hsPkgs."some" or (errorHandler.buildDepError "some")) - (hsPkgs."Stream" or (errorHandler.buildDepError "Stream")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-golden" or (errorHandler.buildDepError "tasty-golden")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - ]; - buildable = true; - }; - "index-envs" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."ral" or (errorHandler.buildDepError "ral")) - ]; - buildable = true; - }; - }; - exes = { - "plc" = { - depends = [ - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."monoidal-containers" or (errorHandler.buildDepError "monoidal-containers")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - ]; - buildable = true; - }; - "uplc" = { - depends = [ - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."monoidal-containers" or (errorHandler.buildDepError "monoidal-containers")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."split" or (errorHandler.buildDepError "split")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - ]; - buildable = true; - }; - "pir" = { - depends = [ - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."monoidal-containers" or (errorHandler.buildDepError "monoidal-containers")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."cassava" or (errorHandler.buildDepError "cassava")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - "traceToStacks" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cassava" or (errorHandler.buildDepError "cassava")) - (hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - }; - tests = { - "satint-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."test-framework" or (errorHandler.buildDepError "test-framework")) - (hsPkgs."test-framework-hunit" or (errorHandler.buildDepError "test-framework-hunit")) - (hsPkgs."test-framework-quickcheck2" or (errorHandler.buildDepError "test-framework-quickcheck2")) - (hsPkgs."HUnit" or (errorHandler.buildDepError "HUnit")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - ]; - buildable = true; - }; - "plutus-core-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."mmorph" or (errorHandler.buildDepError "mmorph")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-golden" or (errorHandler.buildDepError "tasty-golden")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."th-lift-instances" or (errorHandler.buildDepError "th-lift-instances")) - (hsPkgs."th-utilities" or (errorHandler.buildDepError "th-utilities")) - ]; - buildable = true; - }; - "plutus-ir-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - "untyped-plutus-core-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."plutus-core".components.sublibs.index-envs or (errorHandler.buildDepError "plutus-core:index-envs")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-golden" or (errorHandler.buildDepError "tasty-golden")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - "traceToStacks-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cassava" or (errorHandler.buildDepError "cassava")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - "index-envs-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."plutus-core".components.sublibs.index-envs or (errorHandler.buildDepError "plutus-core:index-envs")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - ]; - buildable = true; - }; - }; - benchmarks = { - "cost-model-budgeting-bench" = { - depends = [ - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) - (hsPkgs."criterion-measurement" or (errorHandler.buildDepError "criterion-measurement")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."optparse-applicative" or (errorHandler.buildDepError "optparse-applicative")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - "update-cost-model" = { - depends = [ - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."aeson-pretty" or (errorHandler.buildDepError "aeson-pretty")) - (hsPkgs."barbies" or (errorHandler.buildDepError "barbies")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cassava" or (errorHandler.buildDepError "cassava")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."inline-r" or (errorHandler.buildDepError "inline-r")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - "cost-model-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."barbies" or (errorHandler.buildDepError "barbies")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cassava" or (errorHandler.buildDepError "cassava")) - (hsPkgs."exceptions" or (errorHandler.buildDepError "exceptions")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."inline-r" or (errorHandler.buildDepError "inline-r")) - (hsPkgs."mmorph" or (errorHandler.buildDepError "mmorph")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - "index-envs-bench" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."plutus-core".components.sublibs.index-envs or (errorHandler.buildDepError "plutus-core:index-envs")) - (hsPkgs."criterion" or (errorHandler.buildDepError "criterion")) - (hsPkgs."random" or (errorHandler.buildDepError "random")) - (hsPkgs."ral" or (errorHandler.buildDepError "ral")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fngr9a0n2d9cx6ywm2abhhx0g5acbci8-plutus-fc5fe94/plutus-core; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.86 b/nix/materialized/stack-nix/.stack-to-nix.cache.86 deleted file mode 100644 index bb734c7eb39..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.86 +++ /dev/null @@ -1,76 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "3.0"; - identifier = { name = "plutus-ledger-api"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "michael.peyton-jones@iohk.io"; - author = "Michael Peyton Jones, Jann Mueller"; - homepage = ""; - url = ""; - synopsis = "Interface to the Plutus ledger for the Cardano ledger."; - description = "Interface to the Plutus scripting support for the Cardano ledger."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."base16-bytestring" or (errorHandler.buildDepError "base16-bytestring")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."newtype-generics" or (errorHandler.buildDepError "newtype-generics")) - (hsPkgs."tagged" or (errorHandler.buildDepError "tagged")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) - ]; - buildable = true; - }; - tests = { - "plutus-ledger-api-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."plutus-ledger-api" or (errorHandler.buildDepError "plutus-ledger-api")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fngr9a0n2d9cx6ywm2abhhx0g5acbci8-plutus-fc5fe94/plutus-ledger-api; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.87 b/nix/materialized/stack-nix/.stack-to-nix.cache.87 deleted file mode 100644 index fbd9c55261a..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.87 +++ /dev/null @@ -1,97 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "3.0"; - identifier = { name = "plutus-tx"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "michael.peyton-jones@iohk.io"; - author = "Michael Peyton Jones"; - homepage = ""; - url = ""; - synopsis = "Libraries for Plutus Tx and its prelude"; - description = "Libraries for Plutus Tx and its prelude"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."th-compat" or (errorHandler.buildDepError "th-compat")) - (hsPkgs."th-abstraction" or (errorHandler.buildDepError "th-abstraction")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - (hsPkgs."memory" or (errorHandler.buildDepError "memory")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - ]; - buildable = true; - }; - sublibs = { - "plutus-tx-testlib" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."tagged" or (errorHandler.buildDepError "tagged")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - ]; - buildable = true; - }; - }; - tests = { - "plutus-tx-test" = { - depends = [ - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hedgehog-fn" or (errorHandler.buildDepError "hedgehog-fn")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."pretty-show" or (errorHandler.buildDepError "pretty-show")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - ]; - build-tools = [ - (hsPkgs.buildPackages.doctest.components.exes.doctest or (pkgs.buildPackages.doctest or (errorHandler.buildToolDepError "doctest:doctest"))) - ]; - buildable = if compiler.isGhcjs && true || system.isWindows - then false - else true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fngr9a0n2d9cx6ywm2abhhx0g5acbci8-plutus-fc5fe94/plutus-tx; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.88 b/nix/materialized/stack-nix/.stack-to-nix.cache.88 deleted file mode 100644 index c7db772a2b1..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.88 +++ /dev/null @@ -1,91 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { use-ghc-stub = false; }; - package = { - specVersion = "3.0"; - identifier = { name = "plutus-tx-plugin"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "michael.peyton-jones@iohk.io"; - author = "Michael Peyton Jones"; - homepage = ""; - url = ""; - synopsis = "The Plutus Tx compiler and GHC plugin"; - description = "The Plutus Tx compiler and GHC plugin."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."extra" or (errorHandler.buildDepError "extra")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."array" or (errorHandler.buildDepError "array")) - ] ++ (if flags.use-ghc-stub - then [ - (hsPkgs."plutus-ghc-stub" or (errorHandler.buildDepError "plutus-ghc-stub")) - ] - else [ (hsPkgs."ghc" or (errorHandler.buildDepError "ghc")) ]); - buildable = true; - }; - tests = { - "plutus-tx-tests" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."flat" or (errorHandler.buildDepError "flat")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp")) - (hsPkgs."plutus-core" or (errorHandler.buildDepError "plutus-core")) - (hsPkgs."plutus-core".components.sublibs.plutus-core-testlib or (errorHandler.buildDepError "plutus-core:plutus-core-testlib")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."plutus-tx".components.sublibs.plutus-tx-testlib or (errorHandler.buildDepError "plutus-tx:plutus-tx-testlib")) - (hsPkgs."plutus-tx-plugin" or (errorHandler.buildDepError "plutus-tx-plugin")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hedgehog" or (errorHandler.buildDepError "tasty-hedgehog")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."ghc-prim" or (errorHandler.buildDepError "ghc-prim")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - ]; - buildable = if flags.use-ghc-stub then false else true; - }; - "size" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."plutus-tx".components.sublibs.plutus-tx-testlib or (errorHandler.buildDepError "plutus-tx:plutus-tx-testlib")) - (hsPkgs."plutus-tx" or (errorHandler.buildDepError "plutus-tx")) - (hsPkgs."plutus-tx-plugin" or (errorHandler.buildDepError "plutus-tx-plugin")) - (hsPkgs."tagged" or (errorHandler.buildDepError "tagged")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fngr9a0n2d9cx6ywm2abhhx0g5acbci8-plutus-fc5fe94/plutus-tx-plugin; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.89 b/nix/materialized/stack-nix/.stack-to-nix.cache.89 deleted file mode 100644 index c9542e70d2d..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.89 +++ /dev/null @@ -1,38 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "plutus-ghc-stub"; version = "8.6.5"; }; - license = "BSD-3-Clause"; - copyright = ""; - maintainer = "glasgow-haskell-users@haskell.org"; - author = "The GHC Team"; - homepage = "http://www.haskell.org/ghc/"; - url = ""; - synopsis = "The GHC API"; - description = "Stub functionality for the Plutus plugin, for cross compilers that\ndon't have a GHC library installed, like GHCJS\nThis should contain all the types and functions that the Plutus\ncompiler uses.\nFor technical reasons (Cabal), we need to be able to compile the plutus-tx\ncompiler for the host platform, even if we are going to load the plugin\nfrom the build platform libraries."; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."ghc-boot" or (errorHandler.buildDepError "ghc-boot")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fngr9a0n2d9cx6ywm2abhhx0g5acbci8-plutus-fc5fe94/stubs/plutus-ghc-stub; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.9 b/nix/materialized/stack-nix/.stack-to-nix.cache.9 deleted file mode 100644 index b29f0a91afc..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.9 +++ /dev/null @@ -1,51 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { development = false; }; - package = { - specVersion = "2.2"; - identifier = { name = "cardano-binary-test"; version = "1.3.0"; }; - license = "MIT"; - copyright = "2019-2021 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = "Test helpers from cardano-binary exposed to other packages"; - description = "Test helpers from cardano-binary exposed to other packages"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cardano-binary" or (errorHandler.buildDepError "cardano-binary")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."cardano-prelude-test" or (errorHandler.buildDepError "cardano-prelude-test")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."formatting" or (errorHandler.buildDepError "formatting")) - (hsPkgs."hedgehog" or (errorHandler.buildDepError "hedgehog")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."pretty-show" or (errorHandler.buildDepError "pretty-show")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/bvppc469jii0bcz5y6mbv9svfi0nf7wi-cardano-base-41545ba/binary/test; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.90 b/nix/materialized/stack-nix/.stack-to-nix.cache.90 deleted file mode 100644 index 589965e19f8..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.90 +++ /dev/null @@ -1,72 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { - name = "prettyprinter-configurable"; - version = "0.1.0.0"; - }; - license = "NONE"; - copyright = ""; - maintainer = "plutus@iohk.io"; - author = "David Luposchainsky, effectfully"; - homepage = ""; - url = ""; - synopsis = ""; - description = ""; - buildType = "Custom"; - setup-depends = [ - (hsPkgs.buildPackages.base or (pkgs.buildPackages.base or (errorHandler.setupDepError "base"))) - (hsPkgs.buildPackages.Cabal or (pkgs.buildPackages.Cabal or (errorHandler.setupDepError "Cabal"))) - (hsPkgs.buildPackages.cabal-doctest or (pkgs.buildPackages.cabal-doctest or (errorHandler.setupDepError "cabal-doctest"))) - ]; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."mtl" or (errorHandler.buildDepError "mtl")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."microlens" or (errorHandler.buildDepError "microlens")) - ]; - buildable = true; - }; - tests = { - "prettyprinter-configurable-test" = { - depends = [ - (hsPkgs."prettyprinter-configurable" or (errorHandler.buildDepError "prettyprinter-configurable")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."prettyprinter" or (errorHandler.buildDepError "prettyprinter")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."megaparsec" or (errorHandler.buildDepError "megaparsec")) - (hsPkgs."parser-combinators" or (errorHandler.buildDepError "parser-combinators")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-text" or (errorHandler.buildDepError "quickcheck-text")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - ]; - buildable = true; - }; - "prettyprinter-configurable-doctest" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."doctest" or (errorHandler.buildDepError "doctest")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fngr9a0n2d9cx6ywm2abhhx0g5acbci8-plutus-fc5fe94/prettyprinter-configurable; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.91 b/nix/materialized/stack-nix/.stack-to-nix.cache.91 deleted file mode 100644 index cf059d6b83d..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.91 +++ /dev/null @@ -1,63 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "word-array"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "michael.peyton-jones@iohk.io"; - author = "Zachary Churchill, Michael Peyton Jones"; - homepage = "https://github.com/plutus"; - url = ""; - synopsis = ""; - description = "Treat integral types as arrays of smaller integral types"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."mono-traversable" or (errorHandler.buildDepError "mono-traversable")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - ]; - buildable = true; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."vector" or (errorHandler.buildDepError "vector")) - (hsPkgs."word-array" or (errorHandler.buildDepError "word-array")) - (hsPkgs."mono-traversable" or (errorHandler.buildDepError "mono-traversable")) - ]; - buildable = true; - }; - }; - benchmarks = { - "bench" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."tasty-bench" or (errorHandler.buildDepError "tasty-bench")) - (hsPkgs."word-array" or (errorHandler.buildDepError "word-array")) - (hsPkgs."primitive" or (errorHandler.buildDepError "primitive")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/fngr9a0n2d9cx6ywm2abhhx0g5acbci8-plutus-fc5fe94/word-array; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.92 b/nix/materialized/stack-nix/.stack-to-nix.cache.92 deleted file mode 100644 index c773c881f8b..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.92 +++ /dev/null @@ -1,91 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "2.4"; - identifier = { name = "ekg-forward"; version = "0.1.0"; }; - license = "Apache-2.0"; - copyright = "2021 Input Output (Hong Kong) Ltd."; - maintainer = "Denis Shevchenko "; - author = "Denis Shevchenko"; - homepage = "https://github.com/input-output-hk/ekg-forward"; - url = ""; - synopsis = "See README for more info"; - description = "See README for more info"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."io-classes" or (errorHandler.buildDepError "io-classes")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."ouroboros-network-framework" or (errorHandler.buildDepError "ouroboros-network-framework")) - (hsPkgs."serialise" or (errorHandler.buildDepError "serialise")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."typed-protocols" or (errorHandler.buildDepError "typed-protocols")) - (hsPkgs."typed-protocols-cborg" or (errorHandler.buildDepError "typed-protocols-cborg")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - ]; - buildable = true; - }; - exes = { - "demo-forwarder" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."ekg-forward" or (errorHandler.buildDepError "ekg-forward")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ]; - buildable = true; - }; - "demo-acceptor" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."ekg-forward" or (errorHandler.buildDepError "ekg-forward")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - ]; - buildable = true; - }; - }; - tests = { - "ekg-forward-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."contra-tracer" or (errorHandler.buildDepError "contra-tracer")) - (hsPkgs."ekg-core" or (errorHandler.buildDepError "ekg-core")) - (hsPkgs."ekg-forward" or (errorHandler.buildDepError "ekg-forward")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."time" or (errorHandler.buildDepError "time")) - (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/jjas7k78m81qin4ypzmk6j1myw3l5ir8-ekg-forward-297cd9d; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.93 b/nix/materialized/stack-nix/.stack-to-nix.cache.93 deleted file mode 100644 index a442f0fe649..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.93 +++ /dev/null @@ -1,40 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { systemd = true; }; - package = { - specVersion = "2.4"; - identifier = { name = "cardano-config"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = ""; - maintainer = "operations@iohk.io"; - author = "IOHK"; - homepage = ""; - url = ""; - synopsis = ""; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-prelude" or (errorHandler.buildDepError "cardano-prelude")) - (hsPkgs."file-embed" or (errorHandler.buildDepError "file-embed")) - (hsPkgs."process" or (errorHandler.buildDepError "process")) - (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/w7a7rywf0b49v4y3cp9zhgb8p1hc5hss-cardano-config-1646e91; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.94 b/nix/materialized/stack-nix/.stack-to-nix.cache.94 deleted file mode 100644 index 23806cc827e..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.94 +++ /dev/null @@ -1,67 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = {}; - package = { - specVersion = "1.10"; - identifier = { name = "servant-purescript"; version = "0.9.0.2"; }; - license = "BSD-3-Clause"; - copyright = "Copyright: (c) 2016 Robert Klotzner"; - maintainer = "robert Dot klotzner A T gmx Dot at"; - author = "Robert Klotzner"; - homepage = "https://github.com/eskimor/servant-purescript#readme"; - url = ""; - synopsis = "Generate PureScript accessor functions for you servant API"; - description = "Please see README.md"; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."directory" or (errorHandler.buildDepError "directory")) - (hsPkgs."filepath" or (errorHandler.buildDepError "filepath")) - (hsPkgs."http-types" or (errorHandler.buildDepError "http-types")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."mainland-pretty" or (errorHandler.buildDepError "mainland-pretty")) - (hsPkgs."purescript-bridge" or (errorHandler.buildDepError "purescript-bridge")) - (hsPkgs."servant" or (errorHandler.buildDepError "servant")) - (hsPkgs."servant-foreign" or (errorHandler.buildDepError "servant-foreign")) - (hsPkgs."servant-server" or (errorHandler.buildDepError "servant-server")) - (hsPkgs."servant-subscriber" or (errorHandler.buildDepError "servant-subscriber")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - tests = { - "servant-purescript-test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."mainland-pretty" or (errorHandler.buildDepError "mainland-pretty")) - (hsPkgs."lens" or (errorHandler.buildDepError "lens")) - (hsPkgs."purescript-bridge" or (errorHandler.buildDepError "purescript-bridge")) - (hsPkgs."servant" or (errorHandler.buildDepError "servant")) - (hsPkgs."servant-foreign" or (errorHandler.buildDepError "servant-foreign")) - (hsPkgs."servant-purescript" or (errorHandler.buildDepError "servant-purescript")) - (hsPkgs."servant-subscriber" or (errorHandler.buildDepError "servant-subscriber")) - (hsPkgs."text" or (errorHandler.buildDepError "text")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/wpxma8w4lhg0kpmasqp1iq19br4xzirp-servant-purescript-a761044; - } diff --git a/nix/materialized/stack-nix/.stack-to-nix.cache.95 b/nix/materialized/stack-nix/.stack-to-nix.cache.95 deleted file mode 100644 index e7cc04d19e6..00000000000 --- a/nix/materialized/stack-nix/.stack-to-nix.cache.95 +++ /dev/null @@ -1,74 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { demo = false; }; - package = { - specVersion = "2.4"; - identifier = { name = "Win32-network"; version = "0.1.0.0"; }; - license = "Apache-2.0"; - copyright = "2019 Input Output (Hong Kong) Ltd."; - maintainer = "duncan@well-typed.com, marcin.szamotulski@iohk.io"; - author = "Duncan Coutts, Marcin Szamotulski"; - homepage = ""; - url = ""; - synopsis = "Win32 network API"; - description = ""; - buildType = "Simple"; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - ] ++ (pkgs.lib).optionals (system.isWindows) [ - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - ]; - libs = (pkgs.lib).optional (system.isWindows) (pkgs."ws2_32" or (errorHandler.sysDepError "ws2_32")); - buildable = true; - }; - exes = { - "named-pipe-demo" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - ] ++ (pkgs.lib).optionals (system.isWindows) [ - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - ]; - buildable = true; - }; - }; - tests = { - "test" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - ] ++ (pkgs.lib).optionals (system.isWindows) [ - (hsPkgs."async" or (errorHandler.buildDepError "async")) - (hsPkgs."binary" or (errorHandler.buildDepError "binary")) - (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) - (hsPkgs."network" or (errorHandler.buildDepError "network")) - (hsPkgs."stm" or (errorHandler.buildDepError "stm")) - (hsPkgs."tasty" or (errorHandler.buildDepError "tasty")) - (hsPkgs."tasty-hunit" or (errorHandler.buildDepError "tasty-hunit")) - (hsPkgs."tasty-quickcheck" or (errorHandler.buildDepError "tasty-quickcheck")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-instances" or (errorHandler.buildDepError "quickcheck-instances")) - (hsPkgs."Win32" or (errorHandler.buildDepError "Win32")) - (hsPkgs."Win32-network" or (errorHandler.buildDepError "Win32-network")) - ]; - buildable = true; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault /nix/store/jlbg3d6rcixbbvhpnh8383yv26l041gp-Win32-network-3825d3a; - } diff --git a/nix/materialized/stack-nix/cardano-numeric.nix b/nix/materialized/stack-nix/cardano-numeric.nix deleted file mode 100644 index 0261699d1a1..00000000000 --- a/nix/materialized/stack-nix/cardano-numeric.nix +++ /dev/null @@ -1,62 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { release = false; }; - package = { - specVersion = "1.10"; - identifier = { name = "cardano-numeric"; version = "2020.12.8"; }; - license = "Apache-2.0"; - copyright = "2018-2020 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = "https://github.com/input-output-hk/cardano-wallet"; - url = ""; - synopsis = "Types and functions for performing numerical calculations."; - description = ""; - buildType = "Simple"; - isLocal = true; - detailLevel = "FullDetails"; - licenseFiles = []; - dataDir = "."; - dataFiles = []; - extraSrcFiles = []; - extraTmpFiles = []; - extraDocFiles = []; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."lattices" or (errorHandler.buildDepError "lattices")) - (hsPkgs."safe" or (errorHandler.buildDepError "safe")) - ]; - buildable = true; - modules = [ "Cardano/Numeric/Util" ]; - hsSourceDirs = [ "src" ]; - }; - tests = { - "unit" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-numeric" or (errorHandler.buildDepError "cardano-numeric")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - ]; - build-tools = [ - (hsPkgs.buildPackages.hspec-discover.components.exes.hspec-discover or (pkgs.buildPackages.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover"))) - ]; - buildable = true; - modules = [ "Cardano/Numeric/UtilSpec" ]; - hsSourceDirs = [ "test/unit" ]; - mainPath = [ "numeric-unit-test.hs" ]; - }; - }; - }; - } // rec { src = (pkgs.lib).mkDefault ./lib/numeric; } \ No newline at end of file diff --git a/nix/materialized/stack-nix/strict-non-empty-containers.nix b/nix/materialized/stack-nix/strict-non-empty-containers.nix deleted file mode 100644 index b966f3b0969..00000000000 --- a/nix/materialized/stack-nix/strict-non-empty-containers.nix +++ /dev/null @@ -1,80 +0,0 @@ -{ system - , compiler - , flags - , pkgs - , hsPkgs - , pkgconfPkgs - , errorHandler - , config - , ... }: - { - flags = { release = false; }; - package = { - specVersion = "1.10"; - identifier = { - name = "strict-non-empty-containers"; - version = "2020.12.8"; - }; - license = "Apache-2.0"; - copyright = "2018-2020 IOHK"; - maintainer = "operations@iohk.io"; - author = "IOHK Engineering Team"; - homepage = "https://github.com/input-output-hk/cardano-wallet"; - url = ""; - synopsis = "Strict non-empty container types"; - description = ""; - buildType = "Simple"; - isLocal = true; - detailLevel = "FullDetails"; - licenseFiles = []; - dataDir = "."; - dataFiles = []; - extraSrcFiles = []; - extraTmpFiles = []; - extraDocFiles = []; - }; - components = { - "library" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) - (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) - ]; - buildable = true; - modules = [ - "Data/Map/Strict/NonEmptyMap" - "Data/Map/Strict/NonEmptyMap/Internal" - "Data/Set/Strict/NonEmptySet" - ]; - hsSourceDirs = [ "src" ]; - }; - tests = { - "unit" = { - depends = [ - (hsPkgs."base" or (errorHandler.buildDepError "base")) - (hsPkgs."cardano-wallet-test-utils" or (errorHandler.buildDepError "cardano-wallet-test-utils")) - (hsPkgs."containers" or (errorHandler.buildDepError "containers")) - (hsPkgs."hspec" or (errorHandler.buildDepError "hspec")) - (hsPkgs."hspec-core" or (errorHandler.buildDepError "hspec-core")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) - (hsPkgs."quickcheck-classes" or (errorHandler.buildDepError "quickcheck-classes")) - (hsPkgs."should-not-typecheck" or (errorHandler.buildDepError "should-not-typecheck")) - (hsPkgs."strict-non-empty-containers" or (errorHandler.buildDepError "strict-non-empty-containers")) - ]; - build-tools = [ - (hsPkgs.buildPackages.hspec-discover.components.exes.hspec-discover or (pkgs.buildPackages.hspec-discover or (errorHandler.buildToolDepError "hspec-discover:hspec-discover"))) - ]; - buildable = true; - modules = [ - "Data/Map/Strict/NonEmptyMapSpec" - "Data/Map/Strict/NonEmptyMap/TypeErrorSpec" - ]; - hsSourceDirs = [ "test/unit" ]; - mainPath = [ "Main.hs" ]; - }; - }; - }; - } // rec { - src = (pkgs.lib).mkDefault ./lib/strict-non-empty-containers; - } \ No newline at end of file diff --git a/nix/materialized/stylish-haskell/default.nix b/nix/materialized/stylish-haskell/default.nix index 2c0241cb26d..6dd0c384151 100644 --- a/nix/materialized/stylish-haskell/default.nix +++ b/nix/materialized/stylish-haskell/default.nix @@ -7,7 +7,7 @@ "haskell-src-exts".revision = (((hackage."haskell-src-exts")."1.23.1").revisions).default; "regex-posix".revision = (((hackage."regex-posix")."0.96.0.1").revisions).default; "regex-posix".flags._regex-posix-clib = false; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; "integer-logarithms".flags.check-bounds = false; @@ -62,7 +62,7 @@ "semigroups".flags.unordered-containers = true; "semigroups".flags.text = true; "semigroups".flags.hashable = true; - "HsYAML".revision = (((hackage."HsYAML")."0.2.1.0").revisions).default; + "HsYAML".revision = (((hackage."HsYAML")."0.2.1.1").revisions).default; "HsYAML".flags.exe = false; "call-stack".revision = (((hackage."call-stack")."0.4.0").revisions).default; "ghc-prim".revision = (((hackage."ghc-prim")."0.6.1").revisions).default; @@ -76,7 +76,7 @@ "bifunctors".flags.semigroups = true; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; "time".revision = (((hackage."time")."1.9.3").revisions).default; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "regex-base".revision = (((hackage."regex-base")."0.94.0.2").revisions).default; "th-abstraction".revision = (((hackage."th-abstraction")."0.3.2.0").revisions).default; @@ -99,7 +99,7 @@ "syb".revision = (((hackage."syb")."0.7.2.1").revisions).default; "deepseq".revision = (((hackage."deepseq")."1.4.4.0").revisions).default; "unix".revision = (((hackage."unix")."2.7.2.2").revisions).default; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "test-framework-hunit".revision = (((hackage."test-framework-hunit")."0.3.0.2").revisions).default; "test-framework-hunit".flags.base3 = false; diff --git a/nix/materialized/weeder/default.nix b/nix/materialized/weeder/default.nix index 62c7a9e3331..7ef0fdef797 100644 --- a/nix/materialized/weeder/default.nix +++ b/nix/materialized/weeder/default.nix @@ -8,15 +8,15 @@ "streaming-commons".revision = (((hackage."streaming-commons")."0.2.2.4").revisions).default; "streaming-commons".flags.use-bytestring-builder = false; "pretty".revision = (((hackage."pretty")."1.1.3.6").revisions).default; - "cborg".revision = (((hackage."cborg")."0.2.6.0").revisions).default; + "cborg".revision = (((hackage."cborg")."0.2.7.0").revisions).default; "cborg".flags.optimize-gmp = true; "repline".revision = (((hackage."repline")."0.4.0.0").revisions).default; "network-uri".revision = (((hackage."network-uri")."2.6.4.1").revisions).default; - "parsers".revision = (((hackage."parsers")."0.12.10").revisions).default; + "parsers".revision = (((hackage."parsers")."0.12.11").revisions).default; "parsers".flags.parsec = true; "parsers".flags.binary = true; "parsers".flags.attoparsec = true; - "unordered-containers".revision = (((hackage."unordered-containers")."0.2.17.0").revisions).default; + "unordered-containers".revision = (((hackage."unordered-containers")."0.2.19.1").revisions).default; "unordered-containers".flags.debug = false; "Diff".revision = (((hackage."Diff")."0.4.1").revisions).default; "integer-logarithms".revision = (((hackage."integer-logarithms")."1.0.3.1").revisions).default; @@ -24,7 +24,7 @@ "integer-logarithms".flags.integer-gmp = true; "hourglass".revision = (((hackage."hourglass")."0.2.12").revisions).default; "haskeline".revision = (((hackage."haskeline")."0.8.2").revisions).default; - "adjunctions".revision = (((hackage."adjunctions")."4.4").revisions).default; + "adjunctions".revision = (((hackage."adjunctions")."4.4.1").revisions).default; "dlist".revision = (((hackage."dlist")."1.0").revisions).default; "dlist".flags.werror = false; "text".revision = (((hackage."text")."1.2.4.1").revisions).default; @@ -32,7 +32,7 @@ "base64-bytestring".revision = (((hackage."base64-bytestring")."1.2.1.0").revisions).default; "network".revision = (((hackage."network")."3.1.2.7").revisions).default; "network".flags.devel = false; - "invariant".revision = (((hackage."invariant")."0.5.5").revisions).default; + "invariant".revision = (((hackage."invariant")."0.5.6").revisions).default; "parallel".revision = (((hackage."parallel")."3.2.2.0").revisions).default; "asn1-parse".revision = (((hackage."asn1-parse")."0.9.5").revisions).default; "parser-combinators".revision = (((hackage."parser-combinators")."1.3.0").revisions).default; @@ -102,7 +102,7 @@ "mtl".revision = (((hackage."mtl")."2.2.2").revisions).default; "OneTuple".revision = (((hackage."OneTuple")."0.3.1").revisions).default; "mime-types".revision = (((hackage."mime-types")."0.1.0.9").revisions).default; - "serialise".revision = (((hackage."serialise")."0.2.4.0").revisions).default; + "serialise".revision = (((hackage."serialise")."0.2.5.0").revisions).default; "serialise".flags.newtime15 = true; "parsec".revision = (((hackage."parsec")."3.1.14.0").revisions).default; "bytestring".revision = (((hackage."bytestring")."0.10.12.0").revisions).default; @@ -119,7 +119,7 @@ "aeson".flags.bytestring-builder = false; "aeson".flags.developer = false; "aeson".flags.cffi = false; - "zlib".revision = (((hackage."zlib")."0.6.2.3").revisions).default; + "zlib".revision = (((hackage."zlib")."0.6.3.0").revisions).default; "zlib".flags.non-blocking-ffi = false; "zlib".flags.bundled-c-zlib = false; "zlib".flags.pkg-config = false; @@ -153,8 +153,8 @@ "semigroups".flags.unordered-containers = true; "semigroups".flags.text = true; "semigroups".flags.hashable = true; - "cborg-json".revision = (((hackage."cborg-json")."0.2.3.0").revisions).default; - "free".revision = (((hackage."free")."5.1.7").revisions).default; + "cborg-json".revision = (((hackage."cborg-json")."0.2.4.0").revisions).default; + "free".revision = (((hackage."free")."5.1.8").revisions).default; "terminfo".revision = (((hackage."terminfo")."0.4.1.4").revisions).default; "connection".revision = (((hackage."connection")."0.3.1").revisions).default; "ghc-heap".revision = (((hackage."ghc-heap")."8.10.7").revisions).default; @@ -174,17 +174,17 @@ "distributive".flags.semigroups = true; "regex-tdfa".revision = (((hackage."regex-tdfa")."1.3.1.2").revisions).default; "regex-tdfa".flags.force-o2 = false; - "bifunctors".revision = (((hackage."bifunctors")."5.5.11").revisions).default; + "bifunctors".revision = (((hackage."bifunctors")."5.5.12").revisions).default; "bifunctors".flags.tagged = true; "bifunctors".flags.semigroups = true; - "kan-extensions".revision = (((hackage."kan-extensions")."5.2.3").revisions).default; + "kan-extensions".revision = (((hackage."kan-extensions")."5.2.4").revisions).default; "lens-family-core".revision = (((hackage."lens-family-core")."2.1.0").revisions).default; "base".revision = (((hackage."base")."4.14.3.0").revisions).default; "time".revision = (((hackage."time")."1.9.3").revisions).default; "async".revision = (((hackage."async")."2.2.4").revisions).default; "async".flags.bench = false; "cabal-doctest".revision = (((hackage."cabal-doctest")."1.0.9").revisions).default; - "random".revision = (((hackage."random")."1.2.1").revisions).default; + "random".revision = (((hackage."random")."1.2.1.1").revisions).default; "cookie".revision = (((hackage."cookie")."0.4.5").revisions).default; "process".revision = (((hackage."process")."1.6.13.2").revisions).default; "cereal".revision = (((hackage."cereal")."0.5.8.2").revisions).default; @@ -215,7 +215,7 @@ "base-orphans".revision = (((hackage."base-orphans")."0.8.6").revisions).default; "time-compat".revision = (((hackage."time-compat")."1.9.6.1").revisions).default; "time-compat".flags.old-locale = false; - "either".revision = (((hackage."either")."5.0.1.1").revisions).default; + "either".revision = (((hackage."either")."5.0.2").revisions).default; "primitive".revision = (((hackage."primitive")."0.7.3.0").revisions).default; "directory".revision = (((hackage."directory")."1.3.6.0").revisions).default; "dhall".revision = (((hackage."dhall")."1.37.1").revisions).default; @@ -240,7 +240,7 @@ "algebraic-graphs".revision = (((hackage."algebraic-graphs")."0.5").revisions).default; "deepseq".revision = (((hackage."deepseq")."1.4.4.0").revisions).default; "unix".revision = (((hackage."unix")."2.7.2.2").revisions).default; - "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.1").revisions).default; + "ansi-terminal".revision = (((hackage."ansi-terminal")."0.11.3").revisions).default; "ansi-terminal".flags.example = false; "blaze-builder".revision = (((hackage."blaze-builder")."0.4.2.2").revisions).default; "x509-store".revision = (((hackage."x509-store")."1.6.9").revisions).default; diff --git a/nix/overlays/build-tools.nix b/nix/overlays/build-tools.nix index 0860a97344e..bfb2a7c4d2a 100644 --- a/nix/overlays/build-tools.nix +++ b/nix/overlays/build-tools.nix @@ -32,8 +32,13 @@ pkgs: super: let cabal-cache.version = "1.0.2.1"; cabal-install.exe = "cabal"; cabal-install.version = "3.4.0.0"; - haskell-language-server.version = "1.5.0.0"; - hie-bios = {}; + haskell-language-server = { + version = "1.5.0.0"; + modules = [{ reinstallableLibGhc = false; }]; + }; + hie-bios = { + modules = [{ reinstallableLibGhc = false; }]; + }; hoogle.version = "5.0.18.1"; hlint.version = "3.3.1"; lentil.version = "1.5.2.0"; diff --git a/nix/regenerate.sh b/nix/regenerate.sh index dd2d39c62ed..5f8055982f8 100755 --- a/nix/regenerate.sh +++ b/nix/regenerate.sh @@ -4,13 +4,8 @@ set -euo pipefail cd $(dirname "$0")/.. -# Regenerate sha256map.nix -nix run .#sha256map-regenerate < stack.yaml > nix/sha256map.nix - -# Regenerate stack-to-nix files in ./.stack-nix -rm -f nix/materialized/stack-nix/.stack-to-nix.cache #https://github.com/input-output-hk/haskell.nix/issues/57 -nix build .#generateMaterialized -./result nix/materialized/stack-nix/ +# Regenerate --sha256 hashes in cabal.project +nix build .#checkCabalProject -o check-cabal-project.sh && ./check-cabal-project.sh # Regenerate materialized haskell-build-tools in ./materialized nix build .#buildToolsGenerateMaterialized diff --git a/nix/release-package.nix b/nix/release-package.nix index f2b0d134657..e2f2180ae4c 100644 --- a/nix/release-package.nix +++ b/nix/release-package.nix @@ -47,7 +47,7 @@ pkgs.stdenv.mkDerivation { gnused ] ++ lib.optionals isMacOS [ darwin.cctools ] - ++ lib.optionals isWindows [ unzip wineMinimal ] + ++ lib.optionals isWindows [ unzip winePackages.minimal ] ++ lib.optional (stdenv.buildPlatform.libc == "glibc") glibcLocales; doCheck = true; diff --git a/nix/sha256map.nix b/nix/sha256map.nix deleted file mode 100644 index 17f53154db0..00000000000 --- a/nix/sha256map.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ - "https://github.com/input-output-hk/cardano-addresses"."ba8390504b6613957b73bf8d0d2aab1a989f104d" = "0d4kkd9a3rbs9dva2f71qj711s96734qkf55lj29iblziznnf796"; - "https://github.com/biocad/servant-openapi3"."4165b837d3a71debd1059c3735460075840000b5" = "1dngrr353kjhmwhn0b289jzqz5rf32llwcv79zcyq15ldpqpbib9"; - "https://github.com/paolino/openapi3"."c30d0de6875d75edd64d1aac2272886528bc492d" = "0b0fzj5vrnfrc8qikabxhsnp4p8lrjpssblbh2rb7aji5hzzfli9"; - "https://github.com/input-output-hk/optparse-applicative"."7497a29cb998721a9068d5725d49461f2bba0e7a" = "1gvsrg925vynwgqwplgjmp53vj953qyh3wbdf34pw21c8r47w35r"; - "https://github.com/input-output-hk/bech32"."ab61914443e5f53624d3b2995767761b3f68e576" = "0isqh5s6rdhmqa3jhvc32zb3kvzy149hmzddx1ld9f9jhls4f3wg"; - "https://github.com/input-output-hk/cardano-base"."41545ba3ac6b3095966316a99883d678b5ab8da8" = "0icq9y3nnl42fz536da84414av36g37894qnyw4rk3qkalksqwir"; - "https://github.com/input-output-hk/cardano-crypto"."f73079303f663e028288f9f4a9e08bcca39a923e" = "1n87i15x54s0cjkh3nsxs4r1x016cdw1fypwmr68936n3xxsjn6q"; - "https://github.com/input-output-hk/cardano-ledger"."1a9ec4ae9e0b09d54e49b2a40c4ead37edadcce5" = "0avzyiqq0m8njd41ck9kpn992yq676b1az9xs77977h7cf85y4wm"; - "https://github.com/input-output-hk/cardano-node"."73f9a746362695dc2cb63ba757fbcabb81733d23" = "1hh53whcj5y9kw4qpkiza7rmkniz18r493vv4dzl1a8r5fy3b2bv"; - "https://github.com/input-output-hk/cardano-prelude"."bb4ed71ba8e587f672d06edf9d2e376f4b055555" = "00h10l5mmiza9819p9v5q5749nb9pzgi20vpzpy1d34zmh6gf1cj"; - "https://github.com/input-output-hk/cardano-sl-x509"."12925934c533b3a6e009b61ede555f8f26bac037" = "1kma25g8sl6m3pgsihja7fysmv6vjdfc0x7dyky9g5z156sh8z7i"; - "https://github.com/input-output-hk/flat"."ee59880f47ab835dbd73bea0847dab7869fc20d8" = "1lrzknw765pz2j97nvv9ip3l1mcpf2zr4n56hwlz0rk7wq7ls4cm"; - "https://github.com/input-output-hk/goblins"."cde90a2b27f79187ca8310b6549331e59595e7ba" = "17c88rbva3iw82yg9srlxjv2ia5wjb9cyqw44hik565f5v9svnyg"; - "https://github.com/input-output-hk/hedgehog-extras"."edf6945007177a638fbeb8802397f3a6f4e47c14" = "0wc7qzkc7j4ns2rz562h6qrx2f8xyq7yjcb7zidnj7f6j0pcd0i9"; - "https://github.com/input-output-hk/iohk-monitoring-framework"."808724ff8a19a33d0ed06f9ef59fbd900b08553c" = "0298dpl29gxzs9as9ha6y0w18hqwc00ipa3hzkxv7nlfrjjz8hmz"; - "https://github.com/shmish111/purescript-bridge.git"."6a92d7853ea514be8b70bab5e72077bf5a510596" = "13j64vv116in3c204qsl1v0ajphac9fqvsjp7x3zzfr7n7g61drb"; - "https://github.com/input-output-hk/ouroboros-network"."4fac197b6f0d2ff60dc3486c593b68dc00969fbf" = "1b43vbdsr9m3ry1kgag2p2ixpv54gw7a4vvmndxl6knqg8qbsb8b"; - "https://github.com/input-output-hk/plutus"."fc5fe94d3d9525d032bcbc79ff0e1ebcfd8ef143" = "1gnzhns44rzvf9cw84jaqajqqbi9xdcpyy2sapa890vwf796nigv"; - "https://github.com/input-output-hk/ekg-forward"."297cd9db5074339a2fb2e5ae7d0780debb670c63" = "1zcwry3y5rmd9lgxy89wsb3k4kpffqji35dc7ghzbz603y1gy24g"; - "https://github.com/input-output-hk/cardano-config"."1646e9167fab36c0bff82317743b96efa2d3adaa" = "11kf65x38laqhwspsl28j2x5a4rky8mfr6356w0li5g53sfykmjc"; - "https://github.com/shmish111/servant-purescript.git"."a76104490499aa72d40c2790d10e9383e0dbde63" = "11nxxmi5bw66va7psvrgrw7b7n85fvqgfp58yva99w3v9q3a50v9"; - "https://github.com/input-output-hk/Win32-network"."3825d3abf75f83f406c1f7161883c438dac7277d" = "19wahfv726fa3mqajpqdqhnl9ica3xmf68i254q45iyjcpj1psqx"; -} diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index 1f9a6b83865..fe42add6e89 100644 --- a/specifications/api/swagger.yaml +++ b/specifications/api/swagger.yaml @@ -2112,6 +2112,7 @@ components: - allegra - mary - alonzo + - babbage ApiNetworkInformation: &ApiNetworkInformation type: object @@ -2141,6 +2142,7 @@ components: allegra: *nullableEpochInfo mary: *nullableEpochInfo alonzo: *nullableEpochInfo + babbage: *nullableEpochInfo description: | If and when each era started or will start. @@ -3285,7 +3287,7 @@ components: - new_passphrase properties: mnemonic_second_factor: *walletSecondFactor - mnemonic_sentence: + mnemonic_sentence: <<: *walletMnemonicSentence description: The mnemonic list of words to restore the wallet new_passphrase: @@ -4789,6 +4791,18 @@ x-errRedeemerInvalidData: &errRedeemerInvalidData type: string enum: ['redeemer_invalid_data'] +x-errTranslationError: &errTranslationError + <<: *responsesErr + title: translation_error + properties: + message: + type: string + description: | + Occurs when any data in a provided transaction cannot be translated in a given era + code: + type: string + enum: ['translation_error'] + x-errExistingKeyWitnesses: &errExistingKeyWitnesses <<: *responsesErr title: existing_key_witnesses @@ -5692,6 +5706,7 @@ x-responsesBalanceTransaction: &responsesBalanceTransaction - <<: *errRedeemerTargetNotFound - <<: *errRedeemerInvalidData - <<: *errUnresolvedInputs + - <<: *errTranslationError 403: description: Forbidden content: diff --git a/stack.yaml b/stack.yaml deleted file mode 100644 index 807ef3c394d..00000000000 --- a/stack.yaml +++ /dev/null @@ -1,292 +0,0 @@ -######################################################################## -# The Stack build, with dependencies based on a Stackage LTS snapshot. -# -# * If changing this file, usually cabal.project should be updated too. -# -# * When changing something here, check https://www.stackage.org/lts -# for new releases, and update the resolver version to be the latest -# in whichever series uses GHC 8.10.x. -# -# * After changing dependencies in stack.yaml or *.cabal, you must run -# ./nix/regenerate.sh to update Nix files. Alternatively, let -# Buildkite CI update the files for you. -# -######################################################################## - -resolver: lts-18.21 -compiler: ghc-8.10.7 - -packages: - - lib/dbvar - - lib/core - - lib/core-integration - - lib/cli - - lib/launcher - - lib/numeric - - lib/text-class - - lib/test-utils - - lib/shelley - - lib/strict-non-empty-containers - -flags: - # Avoid a system library which causes difficulty with cross-compilation - zip: - disable-bzip2: true - - # Bundle VRF crypto in libsodium and do not rely on an external fork to have it. - # This still requires the host system to have the 'standard' libsodium installed. - cardano-crypto-praos: - external-libsodium-vrf: false - - # Using RDRAND instead of /dev/urandom as an entropy source for key - # generation is dubious. Set the flag so we use /dev/urandom by default. - cryptonite: - support_rdrand: false - -ghc-options: - # Enable .hie file generation for weeder and haskell-language-server - "$locals": -fwrite-ide-info - -nix: - shell-file: nix/stack-shell.nix - # NOTE: Using a pure nix-shell (the default setting in Stack) - # prevents environment variables from being passed down to tests. - # If an environment variable needs to be set, add --env VAR=VAL - # options on the test suite command line. - pure: true - -# This completely disables checking of Cabal file version bounds, and -# is necessary for Stack to successfully construct its build plan. -# When modifying dependencies, take note of the warnings. -allow-newer: true - -extra-deps: - ######################################################################## - ### cardano-wallet-specific dependencies - - - OddWord-1.0.2.0 - - command-0.1.1 - - hspec-2.8.2 - - hspec-core-2.8.2 - - hspec-discover-2.8.2 - - blockfrost-api-0.4.0.0 - - blockfrost-client-0.4.0.0 - - blockfrost-client-core-0.4.0.0 - - quickcheck-quid-0.0.1 - - servant-multipart-client-0.12.1 - - # cardano-addresses-3.10.0 - - git: https://github.com/input-output-hk/cardano-addresses - commit: ba8390504b6613957b73bf8d0d2aab1a989f104d - subdirs: - - command-line - - core - - ######################################################################## - ### cardano-node 1.34.1 and its dependencies - - - cryptonite-0.27 # 0.29 on lts-18.5 - constraint from ouroboros-consensus-byron - - Cabal-3.4.0.0 # 3.2.1.0 on lts-18.5 - - containers-0.6.4.1 # 0.6.2.1 on lts-18.5 - - dns-3.0.4 # 4.0.1 on lts-18.5 - - network-3.1.2.1 # 3.1.1.1 on lts-18.5 - - ral-0.1 # 0.2 on lts-18.5 - constraint from plutus-core - - recursion-schemes-5.1.3 # 5.2.2.1 on lts-18.5 - - text-1.2.4.0 # 1.2.4.1 on lts-18.5 - - Win32-2.6.2.0 # 2.6.1.0 on lts-18.5 - - # Not in LTS 18.5 - - async-timer-0.2.0.0 - - beam-core-0.9.1.0 - - beam-migrate-0.5.1.0 - - beam-sqlite-0.5.1.0 - - canonical-json-0.6.0.0 - - composition-prelude-3.0.0.2 - - constraints-extras-0.3.1.0 - - ip-1.5.1 - - gray-code-0.3.1 - - lazy-search-0.1.2.1 - - lazysmallcheck-0.6 - - libsystemd-journal-1.4.4 - - markov-chain-usage-model-0.0.0 - - micro-recursion-schemes-5.0.2.2 - - monoidal-containers-0.6.0.1 - - moo-1.2 - - nothunks-0.1.2 - - partial-order-0.2.0.0 - - quickcheck-state-machine-0.7.0 - - regex-posix-clib-2.7 - - row-types-1.0.1.0 - - servant-subscriber-0.7.0.0 - - dom-lt-0.2.2.1 - - servant-websockets-2.0.0 - - size-based-0.1.2.0 - - statistics-linreg-0.3 - - streaming-binary-0.2.2.0 - - time-interval-0.1.1 - - time-out-0.2 - - hspec-golden-0.2.0.0 - - transformers-except-0.1.1 - - Unique-0.4.7.6 - - # Explicitly put back packages which were pruned by Stack. - - binary-0.8.8.0 - - parsec-3.1.14.0 - - # Using a fork until our patches can be merged upstream - - # TODO: ADP-1713 - - git: https://github.com/biocad/servant-openapi3 - commit: 4165b837d3a71debd1059c3735460075840000b5 - - # TODO: ADP-1713 - - git: https://github.com/paolino/openapi3 - commit: c30d0de6875d75edd64d1aac2272886528bc492d - - - git: https://github.com/input-output-hk/optparse-applicative - commit: 7497a29cb998721a9068d5725d49461f2bba0e7a - - # bech32-1.1.2 - - git: https://github.com/input-output-hk/bech32 - commit: ab61914443e5f53624d3b2995767761b3f68e576 - subdirs: - - bech32 - - bech32-th - - - git: https://github.com/input-output-hk/cardano-base - commit: 41545ba3ac6b3095966316a99883d678b5ab8da8 - subdirs: - - base-deriving-via - - binary - - binary/test - - cardano-crypto-class - - cardano-crypto-praos - - cardano-crypto-tests - - orphans-deriving-via - - slotting - - strict-containers - - measures - - - git: https://github.com/input-output-hk/cardano-crypto - commit: f73079303f663e028288f9f4a9e08bcca39a923e - - - git: https://github.com/input-output-hk/cardano-ledger - commit: 1a9ec4ae9e0b09d54e49b2a40c4ead37edadcce5 - subdirs: - - eras/alonzo/impl - - eras/alonzo/test-suite - - eras/byron/chain/executable-spec - - eras/byron/crypto - - eras/byron/crypto/test - - eras/byron/ledger/executable-spec - - eras/byron/ledger/impl - - eras/byron/ledger/impl/test - - eras/shelley/impl - - eras/shelley/test-suite - - eras/shelley-ma/impl - - eras/shelley-ma/test-suite - - libs/cardano-ledger-core - - libs/cardano-ledger-pretty - - libs/cardano-protocol-tpraos - - libs/cardano-data - - libs/compact-map - - libs/set-algebra - - libs/small-steps - - libs/small-steps-test - - libs/non-integral - - - git: https://github.com/input-output-hk/cardano-node - commit: 73f9a746362695dc2cb63ba757fbcabb81733d23 - subdirs: - - cardano-api - - cardano-cli - - cardano-node - - cardano-git-rev - - trace-dispatcher - - trace-resources - - trace-forward - - - git: https://github.com/input-output-hk/cardano-prelude - commit: bb4ed71ba8e587f672d06edf9d2e376f4b055555 - subdirs: - - cardano-prelude - - cardano-prelude-test - - - git: https://github.com/input-output-hk/cardano-sl-x509 - commit: 12925934c533b3a6e009b61ede555f8f26bac037 - - - git: https://github.com/input-output-hk/flat - commit: ee59880f47ab835dbd73bea0847dab7869fc20d8 - - - git: https://github.com/input-output-hk/goblins - commit: cde90a2b27f79187ca8310b6549331e59595e7ba - - - git: https://github.com/input-output-hk/hedgehog-extras - commit: edf6945007177a638fbeb8802397f3a6f4e47c14 - - - git: https://github.com/input-output-hk/iohk-monitoring-framework - commit: 808724ff8a19a33d0ed06f9ef59fbd900b08553c - subdirs: - - contra-tracer - - iohk-monitoring - - plugins/backend-aggregation - - plugins/backend-ekg - - plugins/backend-monitoring - - plugins/backend-trace-forwarder - - plugins/scribe-systemd - - tracer-transformers - - - git: https://github.com/shmish111/purescript-bridge.git - commit: 6a92d7853ea514be8b70bab5e72077bf5a510596 - - - git: https://github.com/input-output-hk/ouroboros-network - commit: 4fac197b6f0d2ff60dc3486c593b68dc00969fbf - subdirs: - - io-classes - - io-sim - - monoidal-synchronisation - - network-mux - - ouroboros-consensus - - ouroboros-consensus-test - - ouroboros-consensus-byron - - ouroboros-consensus-byronspec - - ouroboros-consensus-byron-test - - ouroboros-consensus-protocol - - ouroboros-consensus-shelley - - ouroboros-consensus-shelley-test - - ouroboros-consensus-cardano - - ouroboros-consensus-cardano-test - - ouroboros-network - - ouroboros-network-framework - - ouroboros-network-testing - - strict-stm - - typed-protocols - - typed-protocols-cborg - - typed-protocols-examples - # Extra packages not used by cardano-node but used by cardano-wallet - - cardano-client - - ntp-client - - ouroboros-consensus-mock - - - git: https://github.com/input-output-hk/plutus - commit: fc5fe94d3d9525d032bcbc79ff0e1ebcfd8ef143 - subdirs: - - plutus-core - - plutus-ledger-api - - plutus-tx - - plutus-tx-plugin - - stubs/plutus-ghc-stub - - prettyprinter-configurable - - word-array - - - git: https://github.com/input-output-hk/ekg-forward - commit: 297cd9db5074339a2fb2e5ae7d0780debb670c63 - - - git: https://github.com/input-output-hk/cardano-config - commit: 1646e9167fab36c0bff82317743b96efa2d3adaa - - - git: https://github.com/shmish111/servant-purescript.git - commit: a76104490499aa72d40c2790d10e9383e0dbde63 - - - git: https://github.com/input-output-hk/Win32-network - commit: 3825d3abf75f83f406c1f7161883c438dac7277d