mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
basic provider fund locking implementation
This commit is contained in:
@@ -37,6 +37,7 @@ message MsgNewBidResponse {
|
||||
|
||||
message MsgLockFunds {
|
||||
string creator = 1;
|
||||
string amount = 2;
|
||||
}
|
||||
|
||||
message MsgLockFundsResponse {
|
||||
|
||||
Reference in New Issue
Block a user