mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:34:26 -08:00
scaffold unlock all funds msg
This commit is contained in:
@@ -11,6 +11,7 @@ service Msg {
|
||||
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
|
||||
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
|
||||
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);
|
||||
rpc UnlockAllFunds(MsgUnlockAllFunds) returns (MsgUnlockAllFundsResponse);
|
||||
// this line is used by starport scaffolding # proto/tx/rpc
|
||||
}
|
||||
|
||||
@@ -52,4 +53,11 @@ message MsgUnlockFunds {
|
||||
message MsgUnlockFundsResponse {
|
||||
}
|
||||
|
||||
message MsgUnlockAllFunds {
|
||||
string creator = 1;
|
||||
}
|
||||
|
||||
message MsgUnlockAllFundsResponse {
|
||||
}
|
||||
|
||||
// this line is used by starport scaffolding # proto/tx/message
|
||||
|
||||
Reference in New Issue
Block a user