mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-06 09:14:25 -08:00
Compare commits
3 Commits
2ea722c81c
...
adf86b84d1
| Author | SHA1 | Date | |
|---|---|---|---|
| adf86b84d1 | |||
| b852ce1a18 | |||
| 98ceab502b |
@@ -1,9 +1,9 @@
|
||||
# Colinear Chain
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
?style=for-the-badge&logoColor=white&label=Ignite-CLI)
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import "colinearcore/hardware.proto";
|
||||
|
||||
// Msg defines the Msg service.
|
||||
service Msg {
|
||||
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
|
||||
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
|
||||
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
|
||||
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
|
||||
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);
|
||||
|
||||
Reference in New Issue
Block a user