basic provider fund locking implementation

This commit is contained in:
2022-09-07 23:06:55 +00:00
parent c9f73980ae
commit c85bbaca1f
5 changed files with 132 additions and 30 deletions

View File

@@ -37,6 +37,7 @@ message MsgNewBidResponse {
message MsgLockFunds {
string creator = 1;
string amount = 2;
}
message MsgLockFundsResponse {