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

iroha-gateway

Endpoint(There are 17 endpoints)

GET /accounts

Request

Query

?(応相談)

include "key.fbs";
include "primitives.fbs";
namespace iroha.api;
table Account {
pubKey: PublicKey (required); // primary key for account
alias: string;