Browse Source

fix sample for bpe_account

Namdak Tonpa 5 years ago
parent
commit
69062be5dc
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/bpe/tx.erl

+ 6 - 0
src/bpe/tx.erl

@@ -0,0 +1,6 @@
+-module(tx).
+-include_lib("bpe/include/doc.hrl").
+-compile({parse_transform, rest}).
+-compile(export_all).
+-rest_record(tx).
+new() -> #tx{}.