Skip to content

Instantly share code, notes, and snippets.

View takemiyamakoto's full-sized avatar
🐅
Changing world payments

武宮誠 takemiyamakoto

🐅
Changing world payments
View GitHub Profile
include "key.fbs";
include "primitives.fbs";
namespace iroha.api;
table Account {
pubKey: PublicKey (required); // primary key for account
alias: string;