Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge commit '4668a8e92da61efdcb12d1bc7275d02373a7e052' into feature/…
Browse files Browse the repository at this point in the history
…devforEvan
  • Loading branch information
CodeNinjaEvan committed Mar 21, 2018
2 parents e0dd5af + 4668a8e commit abb7a8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ service Wallet {
rpc TransferAsset (TransferAssetContract) returns (Transaction) {

}

rpc ParticipateAssetIssue (ParticipateAssetIssueContract) returns (Transaction) {

}
Expand All @@ -61,6 +62,9 @@ service Wallet {
}
rpc GetAssetIssueList (EmptyMessage) returns (AssetIssueList) {

}
rpc GetAssetIssueByAccount (Account) returns (AssetIssueList) {

}
rpc GetNowBlock (EmptyMessage) returns (Block) {

Expand Down

0 comments on commit abb7a8b

Please sign in to comment.