transactions | 0. | ref_block_num | 62,108 |
---|
ref_block_prefix | 316,755,616 |
---|
expiration | 2018-01-15 14:49:33 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | maximilianhi |
---|
author | rdp |
---|
permlink | re-la-cordillera-featurette-ricardo-darin-espano91569-20180113t061415 |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f230321d6c06fde2fc123dfa84c1dd89299ebc9aedd8f01866aa9bfbdd3ef3820126429332a00b9de0ddfdc6baa40279bc4b63d9ebceac332cfa328336fc28da0 |
---|
|
---|
transaction_id | 3a0ddc3cf3110305c8dd51c9378a87a50f3608de |
---|
block_num | 19,002,015 |
---|
transaction_num | 0 |
---|
|
---|
1. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | "" |
---|
parent_permlink | utopian-io |
---|
author | mmaruf |
---|
permlink | 27p3qt |
---|
title | "এমপি অ্যান্ড্রয়েড চার্ট – একটি গুরুত্বপূর্ণ লাইব্রেরি" |
---|
body | "
#### আপনি কি শিখতে পারবেন?
“এমপি অ্যান্ড্রয়েড চার্ট” স্কেলিং, ড্র্যাগিং এবং অ্যানিমেশন সমৃদ্ধ একটি শক্তিশালী ওপেন সোর্স অ্যানড্রয়েড চার্ট ভিউ / গ্রাফ ভিউ লাইব্রেরি ।
- আপনি শিখতে পারবেন কিভাবে "এমপি অ্যান্ড্রয়েড চার্ট" লাইব্রারি ব্যাবহার করতে পারবেন অ্যান্ড্রয়েড স্টুডিও এর প্রোজেক্ট এ ।
- আপনি শিখতে পারবেন কিভাবে বার চার্ট বানাতে হয় এই লাইব্রারি ব্যাবহার করে অ্যান্ড্রয়েড স্টুডিও এর প্রোজেক্ট এ ।
- আপনি শিখতে পারবেন কিভাবে একটা লাইব্রারি অ্যাড করতে হয় অ্যান্ড্রয়েড স্টুডিও এর প্রোজেক্ট এ ।
#### দরকারি সরঞ্জাম
- অ্যান্ড্রয়েড স্টুডিও
- "এমপি অ্যান্ড্রয়েড চার্ট" লাইব্রারির গিটহাব রিপসিটোরির লিঙ্ক
- অ্যান্ড্রয়েড ভারচুইয়াল ডিভাইস (জেনিমশন )
#### কঠিনতা
- মৌলিক এবং সহজ
#### টিউটোরিয়াল এর বিষয়বস্তু
আমাদের অ্যান্ড্রয়েড অ্যাপ্লিকেশান এ অনেক সময়ই অনেক ধরনের চার্ট , এনিমেশন প্রদর্শনের প্রয়োজন পড়ে । কিন্তু, এই সব জিনিষ , অ্যাপ এর মদ্ধে দেয়াটা অনেক ক্ষেত্রেই অনেক জটিল হয়ে পড়ে । তাই, অনেক ধরনের লাইব্রেরি রয়েছে যার মাধ্যমে আপনি সহজেই বিভিন্ন ধরনের চার্ট , গ্রাফ আপনার অ্যাপ এর মধ্যে উপস্থাপন করতে পারবেন ।
এই লাইব্রেরি ব্যাবহার করে আপনি নিম্নের কাজগুলো সহজেই করতে পারবেন :
- ঘনাকার লাইন সমৃদ্ধ লাইন চার্ট
- সাধারণ লাইন চার্ট
- অনুভূমিক বার চার্ট
- পাই চার্ট
- লাইন চার্ট ও বার চার্ট একসাথে
#### > *আসুন আমরা একটি উদাহরণ চেষ্টা করি যেখানে এই লাইব্রেরি ব্যাবহার করা হয়েছে :*
#### build.graddle(app) ফাইলে নিম্নের কোড প্রবেশ করাই :
```repositories {
maven { url “https://jitpack.io” }
}
dependencies {
compile ‘com.github.PhilJay:MPAndroidChart:v2.0.9’
}
```
#### activity_main.xml ফাইলে নিম্নের কোড গুলো প্রবেশ করাই :
```
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".MainActivity">
<com.github.mikephil.charting.charts.BarChart
android:id="@+id/chart"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
```
“আর অন্য কোন কোড থাকবে না এই ফাইল এর মধ্যে ”
আপনি উপরের লেআউটটিতে দেখতে পারেন, আমি com.github.mikephil.charting.charts
ব্যবহার করেছিএকটি অ্যান্ড্রয়েড বার চার্ট উদাহরণ তৈরি করতে ।
#### MainActivity.java ফাইলে নিম্নের কোড টা প্রবেশ করাই :
```import android.os.Bundle;
import android.graphics.Color;
import java.util.ArrayList;
import com.github.mikephil.charting.charts.BarChart;
import com.github.mikephil.charting.data.BarData;
import com.github.mikephil.charting.data.BarDataSet;
import com.github.mikephil.charting.data.BarEntry;
import android.support.v7.app.ActionBarActivity;
import com.github.mikephil.charting.utils.ColorTemplate;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
BarChart chart = (BarChart) findViewById(R.id.chart);
BarData data = new BarData(getXAxisValues(), getDataSet());
chart.setData(data);
chart.setDescription("আমার চার্ট ");
chart.animateXY(2000, 2000);
chart.invalidate();
}
private ArrayList<BarDataSet> getDataSet() {
ArrayList<BarDataSet> dataSets = null;
ArrayList<BarEntry> valueSet1 = new ArrayList<>();
BarEntry v1e1 = new BarEntry(100.000f, 0); // আম
valueSet1.add(v1e1);
BarEntry v1e2 = new BarEntry(80.000f, 1); // জাম
valueSet1.add(v1e2);
BarEntry v1e3 = new BarEntry(60.000f, 2); // কলা
valueSet1.add(v1e3);
BarEntry v1e4 = new BarEntry(40.000f, 3); // লিচু
valueSet1.add(v1e4);
BarEntry v1e5 = new BarEntry(90.000f, 4); //আতা
valueSet1.add(v1e5);
BarEntry v1e6 = new BarEntry(10.000f, 5); // পেয়ারা
valueSet1.add(v1e6);
ArrayList<BarEntry> valueSet2 = new ArrayList<>();
BarEntry v2e1 = new BarEntry(50.000f, 0); // আম
valueSet2.add(v2e1);
BarEntry v2e2 = new BarEntry(40.000f, 1); // জাম
valueSet2.add(v2e2);
BarEntry v2e3 = new BarEntry(30.000f, 2); // কলা
valueSet2.add(v2e3);
BarEntry v2e4 = new BarEntry(20.000f, 3); // লিচু
valueSet2.add(v2e4);
BarEntry v2e5 = new BarEntry(5.000f, 4); // আতা
valueSet2.add(v2e5);
BarEntry v2e6 = new BarEntry(80.000f, 5); // পেয়ারা
valueSet2.add(v2e6);
BarDataSet barDataSet1 = new BarDataSet(valueSet1, "আমি খাই ");
barDataSet1.setColor(Color.rgb(0, 155, 0));
BarDataSet barDataSet2 = new BarDataSet(valueSet2, "আমার বন্ধু খায়");
barDataSet2.setColors(ColorTemplate.LIBERTY_COLORS);
dataSets = new ArrayList<>();
dataSets.add(barDataSet1);
dataSets.add(barDataSet2);
return dataSets;
}
private ArrayList<String> getXAxisValues() {
ArrayList<String> xAxis = new ArrayList<>();
xAxis.add("আম");
xAxis.add("জাম");
xAxis.add("কলা");
xAxis.add("লিচু");
xAxis.add("আতা");
xAxis.add("পেয়ারা");
return xAxis;
}
}
```
“আর অন্য কোন কোড থাকবে না এই ফাইল এর মধ্যে ”
#### ফলাফল :
এই কোড গুলো অ্যান্ড্রয়েড স্টুডিও তে প্রোজেক্ট এর মধ্যে রান করালে আমরা নিম্নের ফলাফল
দেখতে পাবো :
<a href="https://imgur.com/kKWeeQO"><img src="https://i.imgur.com/kKWeeQO.png" title="source: imgur.com" /></a>
ক্লাস এর মধ্যে প্রথমে একটি “বার চার্ট” ইনিশিয়ালাইজ করা হয়েছে । BarEntry ক্লাস দিয়ে বার চার্ট এর জন্য ডাটা তৈরি করা হয়েছে । BarEntry ক্লাস টা হল Entry ক্লাস এর একটি সাব-ক্লাস যা — সব ডাটা টাইপ এর জন্য বেস-ক্লাস এই লাইব্রেরিতে । এই BarEntry যোগ করা হয়েছে BarDataSet এ । chart.setData(data) মেথড ব্যাবহার করে সব মান সেট করা হয়েছে । chart.invalidate() মেথড ব্যাবহার করে মান গুলো বার চার্ট এ প্রদর্শন করা হয়েছে ।
" |
---|
json_metadata | {"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":19148949,"name":"MPAndroidChart","full_name":"PhilJay/MPAndroidChart","html_url":"https://github.com/PhilJay/MPAndroidChart","fork":false,"owner":{"login":"PhilJay"}},"pullRequests":[],"platform":"github","type":"tutorials","tags":["utopian-io","tutorial","android"],"users":["dimen","Override"],"moderator":{}} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20014b90203b96e91270c647802ced226bb9209e46d44dda9d80a608c098611f364e53e172d47eab104c43878a1b8487a21e7e642351252e391172e2ad0a148d5a |
---|
|
---|
transaction_id | 5177fb29659a3c2bceed7a30c6570287b6a20c9c |
---|
block_num | 19,002,015 |
---|
transaction_num | 1 |
---|
|
---|
2. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | ivargereiko |
---|
author | haejin |
---|
permlink | lisk-lsk-has-all-the-makings-of-a-massive-profit-maker-target-usd54-91 |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4e2d1d4c7afcf850d171dfdef6d4d0def492a9d174890c50cafe253d42ec96c32220f529d2f4743161a0750e7ffbe246e93e2b789cd0c597197df080896b1411 |
---|
|
---|
transaction_id | a781ae5d2d061b11e368c0e08c65bb07aff8ec80 |
---|
block_num | 19,002,015 |
---|
transaction_num | 2 |
---|
|
---|
3. | ref_block_num | 62,075 |
---|
ref_block_prefix | 261,570,371 |
---|
expiration | 2018-01-15 14:58:09 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"veronicavfr","following":"jjrendon","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7c6de2f40026ea8c590a1219150086e3bcaa04740af24f2020a890ef46a9a45979f956cf54909c9a6317c0e9840a02043c605837cfbf9d1b6cc9546456bf66a0 |
---|
|
---|
transaction_id | 837ed692207687c09aed2529cf527d258f3739a1 |
---|
block_num | 19,002,015 |
---|
transaction_num | 3 |
---|
|
---|
4. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | sportschain |
---|
author | sjagoe |
---|
permlink | sunday-football |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 207a6d3cff4cf07e4be4da4d609c68434b1efa72d49e5a70b096d12cf789f7b176777718edeb87758139133d64602721c8203eae8f474f323c3bc4e304251589f9 |
---|
|
---|
transaction_id | 56f53de7a0817ed2adae16e62f52025ac5214af2 |
---|
block_num | 19,002,015 |
---|
transaction_num | 4 |
---|
|
---|
5. | ref_block_num | 62,103 |
---|
ref_block_prefix | 1,147,136,845 |
---|
expiration | 2018-01-15 14:49:54 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["reblog",{"account":"theredshark","author":"paradaise","permlink":"khenifra"}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4d96ec3e6a7bd802e2f57086359c0e795d35137ececa85ee3dd4a1e5a95536511e311db6b645aa528d755e37e04343a6c1ee0c873399237cda2695153d3a0565 |
---|
|
---|
transaction_id | b1dd3bb03626ce49a3c150b64e370513f5def3f0 |
---|
block_num | 19,002,015 |
---|
transaction_num | 5 |
---|
|
---|
6. | ref_block_num | 62,103 |
---|
ref_block_prefix | 1,147,136,845 |
---|
expiration | 2018-01-15 14:49:54 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["reblog",{"account":"nwijoo","author":"paradaise","permlink":"khenifra"}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f0ae8805d18582825bfbd582bfbd5b1769f408460be3a5cdc49eaa951a633a03d39643b50651c4dc720d2081ff706a47e17d437bf342c593bb4be3d8388363f85 |
---|
|
---|
transaction_id | 52b4125c412a18e4488f761d6002cada1a654ebb |
---|
block_num | 19,002,015 |
---|
transaction_num | 6 |
---|
|
---|
7. | ref_block_num | 62,103 |
---|
ref_block_prefix | 1,147,136,845 |
---|
expiration | 2018-01-15 14:49:54 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["reblog",{"account":"sakanijalal","author":"paradaise","permlink":"khenifra"}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20706e5332a949a1ade2ee4b6faf9b86a8d22ba8fd08f2a7df0f7ea5857550d65662572d7eaf12951506e22c2c6cfcca7cfe7c1b1e1e8f342a3412dac994fdb36e |
---|
|
---|
transaction_id | 1e8ac7571002c2320b2a7c08d757376c790578ca |
---|
block_num | 19,002,015 |
---|
transaction_num | 7 |
---|
|
---|
8. | ref_block_num | 62,090 |
---|
ref_block_prefix | 524,251,031 |
---|
expiration | 2018-01-15 14:59:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"uur","following":"farmerturkey","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f1a7f3be8250fa19aef26fc34ae98e16ac5ff21a3889d12db0e9be36e5b5b91ce4aec9e660f97f01d72fb601d62d3eeae82f70d61387b61e1020b89d912d13f3d |
---|
|
---|
transaction_id | f4ec78683c2af312b56d197514ce1a795de331ec |
---|
block_num | 19,002,015 |
---|
transaction_num | 8 |
---|
|
---|
9. | ref_block_num | 62,086 |
---|
ref_block_prefix | 3,599,615,374 |
---|
expiration | 2018-01-15 14:58:57 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | juniadi |
---|
author | cryptonewslife |
---|
permlink | the-ethereum-scam-database-helps-you-avoid-cryptocurrency-scammers |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7b3abac3e6bb50b9e1890739901d0c36771cd34fb7094c2d53da707a0db275d002ed90282fecfdccc019699e16ad4ae8d33ed657dab367f02182b5152c8ab322 |
---|
|
---|
transaction_id | ed43ae9acca754b99e37b7b0bd93d2986a683d6b |
---|
block_num | 19,002,015 |
---|
transaction_num | 9 |
---|
|
---|
10. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | k4r1nn |
---|
parent_permlink | the-wild-one |
---|
author | fishyculture |
---|
permlink | re-k4r1nn-the-wild-one-20180115t144904423z |
---|
title | "" |
---|
body | "A good barn cat is a wonderful thing! We have a dandy, and like yours, @warpedweaver is the only one allowed to touch her... sometimes... if she is in the mood... lol!" |
---|
json_metadata | {"tags":["animalphotography"],"users":["warpedweaver"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 202c86376be8537568d4f6b22d66e9c4c775128ae84515d7faacc9fa6f6033471262654cdb3424cc609675c3667baf952edc3be07f1e1d825e898597d7a7dd866c |
---|
|
---|
transaction_id | cb503f4c3eaaecf0d0060b141d62c9acd14e795e |
---|
block_num | 19,002,015 |
---|
transaction_num | 10 |
---|
|
---|
11. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | ace108 |
---|
author | linuslee0216 |
---|
permlink | 5xnw5o |
---|
weight | 1,600 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f54b5f4c05b35164da35e893fdfab08802bb28995b71fbdba84503545a644b76f32c8547c67faa4536a813eed8e572be0ab7c73703b9c4a3de60e4017f2a69a5c |
---|
|
---|
transaction_id | 2af584efe56aa43000c7e2835c8faf1f36796d5b |
---|
block_num | 19,002,015 |
---|
transaction_num | 11 |
---|
|
---|
12. | ref_block_num | 62,086 |
---|
ref_block_prefix | 3,599,615,374 |
---|
expiration | 2018-01-15 14:58:57 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | lukmon |
---|
parent_permlink | cocoa-tree |
---|
author | meglanafisha |
---|
permlink | re-lukmon-cocoa-tree-20180115t144858624z |
---|
title | "" |
---|
body | Wow |
---|
json_metadata | {"tags":["tree"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20206bc5c499aeb578e4d7ef0d3dbf9081fe087f7bd238a2d7956d29fb53c4845c412398fc5456ab177d17e7140fa60bf9c05b8ee27ac60aa7b199b8b69756d62d |
---|
|
---|
transaction_id | c069bba35cbfb82eeb72a767fb8b2ba3474cd1e9 |
---|
block_num | 19,002,015 |
---|
transaction_num | 12 |
---|
|
---|
13. | ref_block_num | 62,107 |
---|
ref_block_prefix | 957,539,242 |
---|
expiration | 2018-01-15 14:50:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | kotogamey |
---|
author | nivancenko |
---|
permlink | for-a-simple-reason-they-experience-terrible-relief-envy |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f20e8cb46856106f580cbf83ccef3fe472fadeaea7e20461946f33a0269ca72cc4309a24d7e067228a80f4999cd5e82c2784f5f06ffe0b44a03ab739cde0e745e |
---|
|
---|
transaction_id | c161629d613eaaa1997862f6884a40664ddb68f5 |
---|
block_num | 19,002,015 |
---|
transaction_num | 13 |
---|
|
---|
14. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"sadaftaherian","following":"belvaj","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2048f79e091bac5f19ad6eba476216fc1c2ff414d82b048be1ef32bab59a2a61671f1f7cf7bafdb13bb206c72d9acf21ab3994faf3ca013da7b206a1e5456f7f43 |
---|
|
---|
transaction_id | 69a1d740f101341b63e1f15b493a236c83796542 |
---|
block_num | 19,002,015 |
---|
transaction_num | 14 |
---|
|
---|
15. | ref_block_num | 62,086 |
---|
ref_block_prefix | 3,599,615,374 |
---|
expiration | 2018-01-15 14:58:57 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | "" |
---|
parent_permlink | life |
---|
author | nnorukaanointing |
---|
permlink | love-your-dad |
---|
title | "Love your dad" |
---|
body | " Hope we all love our dad to never let him go. Upvote if you don't want to miss your dad thanks." |
---|
json_metadata | {"tags":["life","steemit","steem","introduceyourself","stach"],"image":["https://steemitimages.com/DQmcSCnjqXa2RTYF2CXZwgVa5SCPpDkjXsZduQu623tPQak/Luv-wallpaper-9896648.jpg"],"app":"steemit/0.1","format":"markdown"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4cee8bc1ba7c7fad4d45b248f0200ad9e94a699cbd52de1349a756c9d9d11b167dc2f59d70f8a4b8c5146d6a0bfc0d73d361deb0dc8486f4d829af758b513b85 |
---|
|
---|
transaction_id | 8b837264aa6e8d10fee7bc2f7b32de19dbfd0260 |
---|
block_num | 19,002,015 |
---|
transaction_num | 15 |
---|
|
---|
16. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"sadaftaherian","following":"betterthanhome","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f12cd89a5d1576bde72270e9e5cb40f817a40a581bdd135ddca6d104c2ef8bcf85558d6984c17b5c73c3b8d1d6f225de23281bba782975d1db07e01bbdd3825a6 |
---|
|
---|
transaction_id | d166bd9b4f076d0504965fa100bf5cabb1590a7e |
---|
block_num | 19,002,015 |
---|
transaction_num | 16 |
---|
|
---|
17. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | surfknasen |
---|
author | bex-dk |
---|
permlink | monochrome-monday-ice-shots |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f6a537b7cc4cd762263cd1c104681119c9e2b290836836e33446852bf656473fc0f145924043189a975259eff8629a06caabfd89204c568cbd21fe7b8b8dc5123 |
---|
|
---|
transaction_id | 6717f517ff2a8d322c1b21ed1c53d9d32ca5d2bc |
---|
block_num | 19,002,015 |
---|
transaction_num | 17 |
---|
|
---|
18. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | iren007 |
---|
author | clarityofsignal |
---|
permlink | 2ywepo43 |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f3aab6e4d458ea12253cfa66ece920f50e9c83f03fcbb77a0167f1c468f5df1b753999492aedb2649a4b64cc9dcf2884dfbcda6718cdd94d53d8f04366fbd8495 |
---|
|
---|
transaction_id | 4cc7f89b0e8f092db6873a8b2ea29c2e56c4b809 |
---|
block_num | 19,002,015 |
---|
transaction_num | 18 |
---|
|
---|
19. | ref_block_num | 62,090 |
---|
ref_block_prefix | 524,251,031 |
---|
expiration | 2018-01-15 14:59:00 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"rtakpaego","following":"huascargarcia","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f02d114174e060bd69e76ca058a5ac9336a36ff26f55a3c4835ff7ba1b6f299b9167cc7b78a95f2fc72a3593102209fcae21a38e172753fc82375412530a333bc |
---|
|
---|
transaction_id | 7bf296e0ecd891ddd27a30c9c1e14ea9f7fa25af |
---|
block_num | 19,002,015 |
---|
transaction_num | 19 |
---|
|
---|
20. | ref_block_num | 62,083 |
---|
ref_block_prefix | 4,222,984,473 |
---|
expiration | 2018-01-15 14:58:54 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | webclick |
---|
author | vickyrich |
---|
permlink | the-popularisation-of-science-in-nigeria-44bf17bd65d3d |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 207ba6030e7240688a82f1a2be43dd4aac39bc37c8bff1df245d4d6b0524ccbb1227df6fb4724da3a48618cd0bf495c4737fe0603e989f1fe5d7a616e867bfd1f6 |
---|
|
---|
transaction_id | 2ae7aa3c5e1beb54d7d84b3d01154a7045321ca6 |
---|
block_num | 19,002,015 |
---|
transaction_num | 20 |
---|
|
---|
21. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | redwellies |
---|
author | enchantedspirit |
---|
permlink | the-inbox-runneth-over-issue-1-a-curated-list-of-casual-pieces-fun-features-and-other-tidbits-and-treats |
---|
weight | 2,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f2c00a430ebd1a11a93abba7b7339aef2d6ce333189312e2af0653f35fe0ebcba1eb426671d051cc66251dff50fb6c4b5810a8bfb7335489ce5184a4abb766f54 |
---|
|
---|
transaction_id | 4211972cd8e39daf434e436ab7a3d465d5a06a52 |
---|
block_num | 19,002,015 |
---|
transaction_num | 21 |
---|
|
---|
22. | ref_block_num | 62,110 |
---|
ref_block_prefix | 3,443,648,461 |
---|
expiration | 2018-01-15 14:49:36 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | silviu93 |
---|
author | fedescolari |
---|
permlink | bond-market-disruption |
---|
weight | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f2f2779a6f7fc63097a5f59688b1d553149e475efd12b8e6ff2089b8a864f55875eeed953c261dd30d12bafcc34120350394bf8688f5899e749e224642222301e |
---|
|
---|
transaction_id | 1fb45dbd307a57f9858d7f9fe6eedaa17726b184 |
---|
block_num | 19,002,015 |
---|
transaction_num | 22 |
---|
|
---|
23. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["reblog",{"account":"blaineb","author":"ronel","permlink":"breakfast-breaks-the-law-of-fasting"}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2033640d623d09ec9d4995c364a0ef666125f9c0e5f8b5991134f6ad7612c4e7084341d7ffe64200fc09166d5b2389f6599f93ec23bff2da909702859e57cd4c9d |
---|
|
---|
transaction_id | 94fffc8180ac7b5d843f06b7f189974ba21a52df |
---|
block_num | 19,002,015 |
---|
transaction_num | 23 |
---|
|
---|
24. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | tata1 |
---|
parent_permlink | mom-come-across |
---|
author | gomyh16 |
---|
permlink | re-tata1-mom-come-across-20180115t144908483z |
---|
title | "" |
---|
body | "향토집 진짜 건강에도 좋고 여름에는 시원한데... 부럽네용.." |
---|
json_metadata | {"tags":["kr"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f3bd471212ebfbc8f1db38a01fa8aa395ae38933df9c8b8423f28d0f7335274713ac62d9c100740e08e825f5954b7e2f1998c6bb5d27cc06bbb347c8ba194632e |
---|
|
---|
transaction_id | 9a324b3811dab6efe3578e7bfc25362af9e62b82 |
---|
block_num | 19,002,015 |
---|
transaction_num | 24 |
---|
|
---|
25. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | benniebanana |
---|
author | justinomora |
---|
permlink | the-secret-of-tyrion-lannister-as-master-of-coins-in-the-seven-kingdoms |
---|
weight | 500 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1b68ee390e95a8fbbc25d7d7d41d9801bf7e03f1daf2669795a17c87f7f3acfa5a509b9b47b67bf9b4225ff32a86ebe4805bffe1a46c17593b9ac40f318f389c2a |
---|
|
---|
transaction_id | 7ea911e43f5424ab02d343b05ea7eae669300084 |
---|
block_num | 19,002,015 |
---|
transaction_num | 25 |
---|
|
---|
26. | ref_block_num | 62,090 |
---|
ref_block_prefix | 524,251,031 |
---|
expiration | 2018-01-15 14:59:00 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | supriady |
---|
author | rizal |
---|
permlink | fishing-part-2-836cb76cf4ddd |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f1ecdf5cfc49a41221fdbb868517b57a4afcd54251ec5ea89aa6bada3f417dc1a0109baf0e2f695ad3e7a0a8bcfef8e0cfa9d17a294d9efe539afc369c2883225 |
---|
|
---|
transaction_id | ff81588239ba2bfe4cf9f636fb8dae2590c1e828 |
---|
block_num | 19,002,015 |
---|
transaction_num | 26 |
---|
|
---|
27. | ref_block_num | 62,107 |
---|
ref_block_prefix | 957,539,242 |
---|
expiration | 2018-01-15 14:50:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | ethical-ai |
---|
author | officialfuzzy |
---|
permlink | whaleshares-net-header-art-contest-whaleshare-and-beyondbit-prizes-inside |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f552e4d92b984b2afe39a9c056579f62f6f7ce80c0fe7e624b86dcbbd3aabc41d37a0f47e256e961cf0716b7138eef796c6f1b3490488712c643daa65315fe769 |
---|
|
---|
transaction_id | 43aa50e1dc8530d9df4fe2d50ed64ef472d9a68e |
---|
block_num | 19,002,015 |
---|
transaction_num | 27 |
---|
|
---|
28. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | poeticsnake |
---|
parent_permlink | re-syedkashifhussai-re-poeticsnake-you-got-snekked-jan-15-2018-curation-project-jan-2018-20180115t135301168z |
---|
author | syedkashifhussai |
---|
permlink | re-poeticsnake-re-syedkashifhussai-re-poeticsnake-you-got-snekked-jan-15-2018-curation-project-jan-2018-20180115t144902391z |
---|
title | "" |
---|
body | "You are most most welcome dear...
You are very kind hearted.
And I always enjoy your post.
Stay blessed snakky..
Happy steeming" |
---|
json_metadata | {"tags":["curation"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f06a69ed25afcf5eac86fe8393ffb0000f6d6553330034ebf160ba76f792fe7854bac41b6a1622463b54ed44a2b38da51feba4fc34642248813fa1e7631079959 |
---|
|
---|
transaction_id | 23269bc37864117042936b9005dface3ae60e14a |
---|
block_num | 19,002,015 |
---|
transaction_num | 28 |
---|
|
---|
29. | ref_block_num | 62,108 |
---|
ref_block_prefix | 316,755,616 |
---|
expiration | 2018-01-15 14:49:32 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | raffael |
---|
author | officialfuzzy |
---|
permlink | whaleshares-net-header-art-contest-whaleshare-and-beyondbit-prizes-inside |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 207d413eebbb617adb312dbe366a544fbbcc24d9a8415d97c4c9d2bf56e3bdcecd0a538c03bedfb9c38c6dc2a1443fb7d1c953a67a20c11a67f112f202229a021d |
---|
|
---|
transaction_id | 5a0ba2961bc7bcc07893994304b2a33901c3843f |
---|
block_num | 19,002,015 |
---|
transaction_num | 29 |
---|
|
---|
30. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | velimir |
---|
parent_permlink | motorcycle-travel-series-by-velimir-the-dusk-part-209 |
---|
author | jemesmondol |
---|
permlink | re-velimir-motorcycle-travel-series-by-velimir-the-dusk-part-209-20180115t144904103z |
---|
title | "" |
---|
body | "Are looking for an expert person to customize your WordPress site? Then I am here to help you. Order now exclusively on fiverr.
Click the link below to order. https://goo.gl/ZqxdNU" |
---|
json_metadata | {"tags":["motorcycle"],"links":["https://goo.gl/ZqxdNU"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f23b4939614ec64e92d0f22948a0ba27919cda6db9801fe39532d15c8b8e35dd514f9449b7ef9ca13a1e5b9c56ee7f8825d46a665766f23569b09ccf0f3f424ed |
---|
|
---|
transaction_id | 84ffbc57a550c82be994c760e05a9456df37fb15 |
---|
block_num | 19,002,015 |
---|
transaction_num | 30 |
---|
|
---|
31. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["reblog",{"account":"bitcoins1","author":"wayforhappiness","permlink":"altcoin-news-cryptocurrency-markets-falling-canada-bitcoin-mining-credit-card-bitcoin-problem"}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 207b30759bcfa518f56247b80c4be769253ad2b3ed2c51f6d275f19fcb1234fdb73443e751575b65ea9810c5d4b7253d38fbc74aabe8cc5430071c43806ad3fe1c |
---|
|
---|
transaction_id | 84a041176766540d598b367d8da43b4b32610229 |
---|
block_num | 19,002,015 |
---|
transaction_num | 31 |
---|
|
---|
32. | ref_block_num | 62,107 |
---|
ref_block_prefix | 957,539,242 |
---|
expiration | 2018-01-15 14:50:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | ledase |
---|
author | nivancenko |
---|
permlink | for-a-simple-reason-they-experience-terrible-relief-envy |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 203360833ceab09efbb886712d1159404adb00eda21ff2234afa79c63c838a527979bda5bf5e430958ac34000a81b37c65fc0ae0c4090e7bba27f836f9eed78f02 |
---|
|
---|
transaction_id | f131e4482fbdac3db7b464331a56b519dbbb0fa5 |
---|
block_num | 19,002,015 |
---|
transaction_num | 32 |
---|
|
---|
33. | ref_block_num | 62,109 |
---|
ref_block_prefix | 3,889,062,761 |
---|
expiration | 2018-01-15 14:49:33 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | shifat |
---|
author | raianruku |
---|
permlink | fashion-is--passion-2018-01-15-14-47-50 |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7ce90a567ca90428328149efca6a60c8f0c909ba7445d05fc5f55d6c33306a061903ded9f71756c2154ae08f572914a81f42712714e6fd84780aef4dcfba880a |
---|
|
---|
transaction_id | 599333224dd51d66bc74f8120675f45fef5c6b38 |
---|
block_num | 19,002,015 |
---|
transaction_num | 33 |
---|
|
---|
34. | ref_block_num | 62,109 |
---|
ref_block_prefix | 3,889,062,761 |
---|
expiration | 2018-01-15 14:49:34 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | putrimaulana97 |
---|
author | steemlhokseumawe |
---|
permlink | nikmat-allah-sangat-besar |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4ff8dd3e01a47035024a1b0dc3a1b10c663a4173ff87ee465aad8804db77697421a39473994f13e7dbc142bd728be7aaf6dac1c5d1b951ca623e3afca5b2541f |
---|
|
---|
transaction_id | cd28fbb7c8102a48b8df63210fada3c3f508810f |
---|
block_num | 19,002,015 |
---|
transaction_num | 34 |
---|
|
---|
35. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | prettysnake |
---|
author | sokoloffa |
---|
permlink | boiled-crawfish |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20783a72d3363c5b971a6436ad2d35b705cff42b30de00f0e27b6bcc8c4d7581fb040c102a37d8a90c4f90d11a4c5fe498ba93948cf02eaf2b91fcc71120c22a8f |
---|
|
---|
transaction_id | ba263aa9d97e40d8f60dfd409d737ab9ea03428c |
---|
block_num | 19,002,015 |
---|
transaction_num | 35 |
---|
|
---|
36. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | tjcdc |
---|
author | bleyker |
---|
permlink | naruto-and-the-story-was-lost-drawing |
---|
weight | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2072c94ecf7ae7e6592034131ca8aaaf537c787d6c2d2ccedbd98cc4e0660fc3374562b114125faf80abcc474b1fc3606d2a07eb6c95ddb1c3c8aafd47cb1f0c49 |
---|
|
---|
transaction_id | 35696a279230cee724f79efc5f82ce832ff18c68 |
---|
block_num | 19,002,015 |
---|
transaction_num | 36 |
---|
|
---|
37. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | komentator |
---|
author | sokoloffa |
---|
permlink | boiled-crawfish |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2068a456c4a6aba0f17f93eed7b1b8f2c9ebf9fae076aa62aa687724e40943940719ed7249cf2e9869c65828610fc773cbb3002bf356a73137635f152dd2732930 |
---|
|
---|
transaction_id | 3ac026c65325f3e3f04a738300bf9f2475e484c1 |
---|
block_num | 19,002,015 |
---|
transaction_num | 37 |
---|
|
---|
38. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | dobroman |
---|
author | sokoloffa |
---|
permlink | boiled-crawfish |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f5fb6d52771c49186884f1da6f876c1f4074f0493516f564bb9b3d509d0b5a46c3254d77afa4fe46482d0f8dadc787fbceb03652dddc7c73c9a809cf16b66f816 |
---|
|
---|
transaction_id | b884620c371bd1dbe89a35bdf46d0675de6e4d62 |
---|
block_num | 19,002,015 |
---|
transaction_num | 38 |
---|
|
---|
39. | ref_block_num | 62,094 |
---|
ref_block_prefix | 1,395,042,585 |
---|
expiration | 2018-01-15 14:59:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | bluefinstudios |
---|
author | emilyl |
---|
permlink | 20180115t144630507z-post |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f1e2c686b47996463ecd6ea9fc7381fef06206c264e88ba904dd456d2c5aa6f1d77b1c5b664c9c1e1f5997acdb882be27914a993d37d4d5b0567995875c328047 |
---|
|
---|
transaction_id | 2971dfc7c7db43b5b65c496cabc6f6dcd4b03fdb |
---|
block_num | 19,002,015 |
---|
transaction_num | 39 |
---|
|
---|
40. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | shyne |
---|
parent_permlink | allow-me-to-introduce-myself |
---|
author | bitcurrencies |
---|
permlink | re-shyne-allow-me-to-introduce-myself-20180115t144906730z |
---|
title | "" |
---|
body | "hey you're welcome here. nice authentic post:)" |
---|
json_metadata | {"tags":["introduce-yourself"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 204754706397ce8a547f75422b975b04a53170266e2b38738c619f148f998e93c04d4e8d3f57c8da454851164609cf6417a0932e70664d299d44cd3cf707648a3f |
---|
|
---|
transaction_id | 63892859c009f9de8a7a1e5b700b90dc46b92ebc |
---|
block_num | 19,002,015 |
---|
transaction_num | 40 |
---|
|
---|
41. | ref_block_num | 62,110 |
---|
ref_block_prefix | 3,443,648,461 |
---|
expiration | 2018-01-15 14:49:36 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | ivand83 |
---|
author | fedescolari |
---|
permlink | bond-market-disruption |
---|
weight | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f366e3f02b8dceba8772699b10457e8e9830a9d5a3041502f83b8e05d49b55e3b15c6b4b4598da45751c0a8fb5faa54ef88d82342a2cd47a8bfc5d51f5ed9ec22 |
---|
|
---|
transaction_id | 649de97a4e491198ab301d3a3cb926f8926757c0 |
---|
block_num | 19,002,015 |
---|
transaction_num | 41 |
---|
|
---|
42. | ref_block_num | 62,094 |
---|
ref_block_prefix | 1,395,042,585 |
---|
expiration | 2018-01-15 14:59:06 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"tkappa","following":"iliasdiamantis","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4538bde8edf13871443c6aab20e22d664d54e780a7d42a443b4bb84f3162f24c55672da12c24e26051008ea507c20f31032000a91f9fa798b7d58d2fb32e601f |
---|
|
---|
transaction_id | 673f495e452f462f1b1ce88b3d41d9b8cfeb51d5 |
---|
block_num | 19,002,015 |
---|
transaction_num | 42 |
---|
|
---|
43. | ref_block_num | 62,094 |
---|
ref_block_prefix | 1,395,042,585 |
---|
expiration | 2018-01-15 14:59:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | ahmadorak |
---|
author | salahuddin2004 |
---|
permlink | 5qquhb-loopring-will-loop-out-to-usd-3-06 |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7c61389b57580422e698cf9749b66e37c7de329adb853538ca9336586a9fe07f5da91cbbe9eb9b2c434b3fc2cb2996a0e1d47bc4c3747438c3799394d605a81e |
---|
|
---|
transaction_id | c41dcd28ca7943ad30976ed6fa14c3fca505c6df |
---|
block_num | 19,002,015 |
---|
transaction_num | 43 |
---|
|
---|
44. | ref_block_num | 62,086 |
---|
ref_block_prefix | 3,599,615,374 |
---|
expiration | 2018-01-15 14:58:57 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | maricar.ferrer |
---|
author | elpompador |
---|
permlink | cryptocurrency-q-and-a-with-vincent-briatore |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 205877729748d86b5b75f4b37e96316d5368f09b6cc7763d4663ca708aab20d409277238ab7b996ae47e2ef1afcd2fe10c4f931428320959da10ad22119b3374f2 |
---|
|
---|
transaction_id | dfaddfc9ff5bd256128b0316d805e953e7d25aa6 |
---|
block_num | 19,002,015 |
---|
transaction_num | 44 |
---|
|
---|
45. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | floridasnail |
---|
parent_permlink | re-toy8-37cufu-20180115t033658905z |
---|
author | toy8 |
---|
permlink | re-floridasnail-re-toy8-37cufu-20180115t144904663z |
---|
title | "" |
---|
body | "감사합니다. ^^; 설에는 제발 조금만 하시길 바라고 있어요!ㅋㅋㅋ" |
---|
json_metadata | {"tags":["kr"],"app":"steemit/0.1"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f39857564467b38fe126ed6846f927a5b2a04a2428e9af6545c5a15c651791ada03dfdf98e924e1a783bced47cccd4c123f3b49da46c5eb4a9e7a7688bd28800c |
---|
|
---|
transaction_id | 9b6f175db49d33d163c98905e4bf28ee95a06bbe |
---|
block_num | 19,002,015 |
---|
transaction_num | 45 |
---|
|
---|
46. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | reeha |
---|
author | ahsan047 |
---|
permlink | lock-your-crypto-account |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4dfbf3c5630375f4500ca953a444623eece0b7df5eb71274f19fcc6cb76da75b447dafd0a2cc49ca62f70faaf8ad5989def4216e92ad653a89bae4ae324f2382 |
---|
|
---|
transaction_id | 16e45634fcee51d08713e90f0891f44fc0f07c67 |
---|
block_num | 19,002,015 |
---|
transaction_num | 46 |
---|
|
---|
47. | ref_block_num | 62,107 |
---|
ref_block_prefix | 957,539,242 |
---|
expiration | 2018-01-15 14:50:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | lesya2222 |
---|
author | nivancenko |
---|
permlink | for-a-simple-reason-they-experience-terrible-relief-envy |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 207f22756ce167f642e6997237fa314fa510cd3e8b946195037532a4f3706adbb961928084d07a0b1a2a29b623820334edd63af3ce1dfff2a1bf8bdd9820969e67 |
---|
|
---|
transaction_id | 43000cd74a80ccdf12d634b16256108244979620 |
---|
block_num | 19,002,015 |
---|
transaction_num | 47 |
---|
|
---|
48. | ref_block_num | 62,110 |
---|
ref_block_prefix | 3,443,648,461 |
---|
expiration | 2018-01-15 14:49:37 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | rootsengrave |
---|
author | fedescolari |
---|
permlink | bond-market-disruption |
---|
weight | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20430df3baa5c613711711558cd445527cb82d4980a574d7df6020397d9da9e99e403e971680eb448b01bbf77fa04690a69770f1ff22238fc61933441a2fb3bf83 |
---|
|
---|
transaction_id | a9043490ec6e00ea66f94ce34fd72fa55614bfeb |
---|
block_num | 19,002,015 |
---|
transaction_num | 48 |
---|
|
---|
49. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | mizi90 |
---|
author | mizi90 |
---|
permlink | allh-0e57b3a2ba30e |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4ad7c945ac1bd06081310b2d6b2b20aa874de2db93387229c44c4018520dfcda0de58b7cf25b88734c5240b38fcf5dc1ca4d2dbb75041c5ec3c4b6830a8ab417 |
---|
|
---|
transaction_id | c94486bd82d23b5420069ef96ada50b9b2ff400c |
---|
block_num | 19,002,015 |
---|
transaction_num | 49 |
---|
|
---|
50. | ref_block_num | 62,094 |
---|
ref_block_prefix | 1,395,042,585 |
---|
expiration | 2018-01-15 14:59:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | barsic |
---|
author | haejin |
---|
permlink | lisk-lsk-has-all-the-makings-of-a-massive-profit-maker-target-usd54-91 |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20565ce50989f83215fed6ecb77ce02ec759d3b73def8fee98aa2c9baa6c9b12071717e259b1ecb5c27d8d9ce46308d7dddbb08d507fc80e3d17b692003272a927 |
---|
|
---|
transaction_id | 59268f65170ecd5ca03569002435145ae219d5a6 |
---|
block_num | 19,002,015 |
---|
transaction_num | 50 |
---|
|
---|
51. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | raihan12123 |
---|
author | raihan12123 |
---|
permlink | re-lordoftruth-syrian-war-report-15-01-2018-20180115t144842869z |
---|
weight | 10,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f5d429ec4e6df15f484d8ee9a2495b533ce64877054e40c7b9e4c31c9f88af39732a0f77d07b4a3752af866bf371ec76e560513aa49aaeb49babc5e7bd0151af1 |
---|
|
---|
transaction_id | cd871c7eee5922bf7af0c5a7fe9dd3a3a318c419 |
---|
block_num | 19,002,015 |
---|
transaction_num | 51 |
---|
|
---|
52. | ref_block_num | 62,094 |
---|
ref_block_prefix | 1,395,042,585 |
---|
expiration | 2018-01-15 14:59:06 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | quarry |
---|
author | privacycoinsnews |
---|
permlink | privacycoins-news-january-8th-2018-01-31 |
---|
weight | -100 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 203ab3503c45dc7bf072090109aac345781c0a71d34fb50bb3e9a19ea00b171ab33dae484880cf5502153eb09a8072bc5c9ff9a772d7565158d7345ccc3813c66d |
---|
|
---|
transaction_id | 44f866f8737f7661acbe6216f1008415b6dd87f9 |
---|
block_num | 19,002,015 |
---|
transaction_num | 52 |
---|
|
---|
53. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"sadaftaherian","following":"birds90","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f1340b8d716fe55ddd254431356ee5aef80a08fee3ffc82ea76a85c859e8931357d329d5fae5cd2dfa5a9cd69b71571733566a2ab233de567563579e149e2075e |
---|
|
---|
transaction_id | 2033a4390c893f46e6ed07d7b3d0cb5882a006f4 |
---|
block_num | 19,002,015 |
---|
transaction_num | 53 |
---|
|
---|
54. | ref_block_num | 62,110 |
---|
ref_block_prefix | 3,443,648,461 |
---|
expiration | 2018-01-15 14:49:38 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | abramjs |
---|
author | fedescolari |
---|
permlink | bond-market-disruption |
---|
weight | 1,000 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20608bc428b01f1156a9778dfd5a53d7e86b5b5459a692117a07513b83126fb78b705642d3cbd66e0dea7ea576b6fa3af38c9069fe7f1861a94d6e74bbcea3c975 |
---|
|
---|
transaction_id | 9c7211e94fd03c7f4701fa0cd975c6bd5e79a434 |
---|
block_num | 19,002,015 |
---|
transaction_num | 54 |
---|
|
---|
55. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | transfer |
---|
1. | from | bumper |
---|
to | bumper |
---|
amount | 0.100 HIVE |
---|
memo | "================== Vote Round FInished ==================" |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f06a832aceb297f89d8ed029f870c3b0d997f2d4f89c8f571d326ec6f763f4a097f5337a4acb6ed38caf873065c9bf36fe4a2adf6f8c9acbda355c006441993b4 |
---|
|
---|
transaction_id | 07bb7a44ff18fd8a3c3381f2a438d8935d2db8d2 |
---|
block_num | 19,002,015 |
---|
transaction_num | 55 |
---|
|
---|
56. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"sadaftaherian","following":"blockchaingirl","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2063304d6c789836ab5b101602672ae6da4be7d20c99cc780717c278cdc7a4c8c65e797e5a740688d0e7afd3fa63b99242149c285fb4503fe1b21d0ae7d72d913a |
---|
|
---|
transaction_id | 812f4187e99f13e0f39000d1cb8442bcd433bee6 |
---|
block_num | 19,002,015 |
---|
transaction_num | 56 |
---|
|
---|
57. | ref_block_num | 62,093 |
---|
ref_block_prefix | 2,971,658,398 |
---|
expiration | 2018-01-15 14:59:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | follow |
---|
json | ["follow",{"follower":"martan","following":"erop","what":["blog"]}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2007aa2dd7f6d21c053c3d6551dc1eaf52b9b81413befaed7107fa7b5432908e161ad98c562aae13f02ecd13e0a8d957f0eefaf57283cd4f57e6777dad9c2a1126 |
---|
|
---|
transaction_id | 7cf836153c02afe861dfd82bb717ae1428155b75 |
---|
block_num | 19,002,015 |
---|
transaction_num | 57 |
---|
|
---|
|
---|