mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-06 04:17:42 +00:00
54 lines
1.5 KiB
Dart
54 lines
1.5 KiB
Dart
abstract class SampleGetHistoryData {
|
|
static const scripthash0 =
|
|
"477906c20249d06e4891c5c252957cdc4dd38b7932144a8b5407e2cdcdbf8be8";
|
|
static List<Map<String, dynamic>> data0 = [
|
|
{
|
|
"tx_hash":
|
|
"76032a2408e7fefd62a0c7e793f93a2984621e37a625cc1f9e8febadbe583a40",
|
|
"height": 455866
|
|
},
|
|
{
|
|
"tx_hash":
|
|
"36c92daa4005d368e28cea917fdb2c1e7069319a4a79fb2ff45c089100680232",
|
|
"height": 455876
|
|
}
|
|
];
|
|
|
|
static const scripthash1 =
|
|
"843be6c3b2d3fafc8a4eca78b1e1226961a3572357d7486b3a596cfaaf25fce8";
|
|
static List<Map<String, dynamic>> data1 = [
|
|
{
|
|
"tx_hash":
|
|
"9201d7a58185f000c312a8b0c19d8e5c61c1ce1b69201c1a4dc2bce289794280",
|
|
"height": 457339
|
|
},
|
|
{
|
|
"tx_hash":
|
|
"ea77e74edecd8c14ff5a8ddeb54e9e5e9c7c301c6f76f0ac1ac8119c6cc15e35",
|
|
"height": 457341
|
|
},
|
|
{
|
|
"tx_hash":
|
|
"ac0322cfdd008fa2a79bec525468fd05cf51a5a4e2c2e9c15598b659ec71ac68",
|
|
"height": 457373
|
|
},
|
|
{
|
|
"tx_hash":
|
|
"e8e4bfc080bd6133d38263d2ac7ef6f60dfd73eb29b464e34766ebb5a0d27dd8",
|
|
"height": 457376
|
|
},
|
|
{
|
|
"tx_hash":
|
|
"51576e2230c2911a508aabb85bb50045f04b8dc958790ce2372986c3ebbe7d3e",
|
|
"height": 457379
|
|
},
|
|
];
|
|
|
|
static const scripthash2 =
|
|
"c6e07f2a0eec2f50d2938b79e4e570d7edd1c83ae1f4512d2041a1c07d84f3b2";
|
|
static List<Map<String, dynamic>> data2 = [];
|
|
|
|
static const scripthash3 =
|
|
"0d23f206295307df70e97534c4ceb92f82b4ebe7983342f8fd287071f90caf38";
|
|
static List<Map<String, dynamic>> data3 = [];
|
|
}
|