Compare commits
3 Commits
2ea722c81c
...
adf86b84d1
Author | SHA1 | Date |
---|---|---|
michael | adf86b84d1 | |
michael | b852ce1a18 | |
michael | 98ceab502b |
|
@ -1,9 +1,9 @@
|
||||||
# Colinear Chain
|
# Colinear Chain
|
||||||
|
|
||||||
![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)
|
![Go](https://img.shields.io/badge/1.18-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white&label=go)
|
||||||
![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white)
|
![Cosmos-SDK](https://img.shields.io/badge/0.45.0-%23161931?style=for-the-badge&logoColor=white&label=Cosmos-SDK)
|
||||||
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
|
![Ignite CLI](https://img.shields.io/badge/0.23.0-rgb(85%2C%20123%2C%20244)?style=for-the-badge&logoColor=white&label=Ignite-CLI)
|
||||||
![Rocky Linux](https://img.shields.io/badge/-Rocky%20Linux-%2310B981?style=for-the-badge&logo=rockylinux&logoColor=white)
|
![Rocky Linux](https://img.shields.io/badge/9-%2310B981?style=for-the-badge&logo=rockylinux&logoColor=white&label=rocky%20linux)
|
||||||
|
|
||||||
![](https://shields.io/badge/license-business%20source%20license-orange?style=for-the-badge)
|
![](https://shields.io/badge/license-business%20source%20license-orange?style=for-the-badge)
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ import "colinearcore/hardware.proto";
|
||||||
|
|
||||||
// Msg defines the Msg service.
|
// Msg defines the Msg service.
|
||||||
service Msg {
|
service Msg {
|
||||||
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
|
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
|
||||||
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
|
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
|
||||||
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
|
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
|
||||||
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);
|
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);
|
||||||
|
|
Loading…
Reference in New Issue