mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:34:26 -08:00
basic linear vesting payouts (manual claim)
This commit is contained in:
@@ -12,6 +12,7 @@ service Msg {
|
||||
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
|
||||
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);
|
||||
rpc UnlockAllFunds(MsgUnlockAllFunds) returns (MsgUnlockAllFundsResponse);
|
||||
rpc ClaimFunds(MsgClaimFunds) returns (MsgClaimFundsResponse);
|
||||
// this line is used by starport scaffolding # proto/tx/rpc
|
||||
}
|
||||
|
||||
@@ -63,4 +64,12 @@ message MsgUnlockAllFunds {
|
||||
message MsgUnlockAllFundsResponse {
|
||||
}
|
||||
|
||||
message MsgClaimFunds {
|
||||
string creator = 1;
|
||||
string auctionId = 2;
|
||||
}
|
||||
|
||||
message MsgClaimFundsResponse {
|
||||
}
|
||||
|
||||
// this line is used by starport scaffolding # proto/tx/message
|
||||
|
||||
Reference in New Issue
Block a user