|
571 | 571 |
|
572 | 572 | - [Query](#cosmos.upgrade.v1beta1.Query)
|
573 | 573 |
|
574 |
| -- [cosmos/vesting/v1beta1/tx.proto](#cosmos/vesting/v1beta1/tx.proto) |
575 |
| - - [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) |
576 |
| - - [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) |
577 |
| - |
578 |
| - - [Msg](#cosmos.vesting.v1beta1.Msg) |
579 |
| - |
580 | 574 | - [cosmos/vesting/v1beta1/vesting.proto](#cosmos/vesting/v1beta1/vesting.proto)
|
581 | 575 | - [BaseVestingAccount](#cosmos.vesting.v1beta1.BaseVestingAccount)
|
582 | 576 | - [ContinuousVestingAccount](#cosmos.vesting.v1beta1.ContinuousVestingAccount)
|
|
585 | 579 | - [PeriodicVestingAccount](#cosmos.vesting.v1beta1.PeriodicVestingAccount)
|
586 | 580 | - [PermanentLockedAccount](#cosmos.vesting.v1beta1.PermanentLockedAccount)
|
587 | 581 |
|
| 582 | +- [cosmos/vesting/v1beta1/tx.proto](#cosmos/vesting/v1beta1/tx.proto) |
| 583 | + - [MsgCreatePeriodicVestingAccount](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount) |
| 584 | + - [MsgCreatePeriodicVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse) |
| 585 | + - [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) |
| 586 | + - [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) |
| 587 | + |
| 588 | + - [Msg](#cosmos.vesting.v1beta1.Msg) |
| 589 | + |
588 | 590 | - [Scalar Value Types](#scalar-value-types)
|
589 | 591 |
|
590 | 592 |
|
@@ -1268,6 +1270,9 @@ tags are stringified and the log is JSON decoded.
|
1268 | 1270 | | `gas_used` | [int64](#int64) | | Amount of gas consumed by transaction. |
|
1269 | 1271 | | `tx` | [google.protobuf.Any](#google.protobuf.Any) | | The request transaction bytes. |
|
1270 | 1272 | | `timestamp` | [string](#string) | | Time of the previous block. For heights > 1, it's the weighted median of the timestamps of the valid votes in the block.LastCommit. For height == 1, it's genesis time. |
|
| 1273 | +| `events` | [tendermint.abci.Event](#tendermint.abci.Event) | repeated | Events defines all the events emitted by processing a transaction. Note, these events include those emitted by processing all the messages and those emitted from the ante handler. Whereas Logs contains the events, with additional metadata, emitted only by processing the messages. |
| 1274 | + |
| 1275 | +Since: cosmos-sdk 0.42.11, 0.44.5, 0.45 | |
1271 | 1276 |
|
1272 | 1277 |
|
1273 | 1278 |
|
@@ -8106,62 +8111,6 @@ Since: cosmos-sdk 0.43 | GET|/cosmos/upgrade/v1beta1/module_versions|
|
8106 | 8111 |
|
8107 | 8112 |
|
8108 | 8113 |
|
8109 |
| -<a name="cosmos/vesting/v1beta1/tx.proto"></a> |
8110 |
| -<p align="right"><a href="#top">Top</a></p> |
8111 |
| - |
8112 |
| -## cosmos/vesting/v1beta1/tx.proto |
8113 |
| - |
8114 |
| - |
8115 |
| - |
8116 |
| -<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccount"></a> |
8117 |
| - |
8118 |
| -### MsgCreateVestingAccount |
8119 |
| -MsgCreateVestingAccount defines a message that enables creating a vesting |
8120 |
| -account. |
8121 |
| - |
8122 |
| - |
8123 |
| -| Field | Type | Label | Description | |
8124 |
| -| ----- | ---- | ----- | ----------- | |
8125 |
| -| `from_address` | [string](#string) | | | |
8126 |
| -| `to_address` | [string](#string) | | | |
8127 |
| -| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | |
8128 |
| -| `end_time` | [int64](#int64) | | | |
8129 |
| -| `delayed` | [bool](#bool) | | | |
8130 |
| - |
8131 |
| - |
8132 |
| - |
8133 |
| - |
8134 |
| - |
8135 |
| - |
8136 |
| -<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse"></a> |
8137 |
| - |
8138 |
| -### MsgCreateVestingAccountResponse |
8139 |
| -MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. |
8140 |
| - |
8141 |
| - |
8142 |
| - |
8143 |
| - |
8144 |
| - |
8145 |
| - <!-- end messages --> |
8146 |
| - |
8147 |
| - <!-- end enums --> |
8148 |
| - |
8149 |
| - <!-- end HasExtensions --> |
8150 |
| - |
8151 |
| - |
8152 |
| -<a name="cosmos.vesting.v1beta1.Msg"></a> |
8153 |
| - |
8154 |
| -### Msg |
8155 |
| -Msg defines the bank Msg service. |
8156 |
| - |
8157 |
| -| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | |
8158 |
| -| ----------- | ------------ | ------------- | ------------| ------- | -------- | |
8159 |
| -| `CreateVestingAccount` | [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) | [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) | CreateVestingAccount defines a method that enables creating a vesting account. | | |
8160 |
| - |
8161 |
| - <!-- end services --> |
8162 |
| - |
8163 |
| - |
8164 |
| - |
8165 | 8114 | <a name="cosmos/vesting/v1beta1/vesting.proto"></a>
|
8166 | 8115 | <p align="right"><a href="#top">Top</a></p>
|
8167 | 8116 |
|
@@ -8285,6 +8234,92 @@ Since: cosmos-sdk 0.43
|
8285 | 8234 |
|
8286 | 8235 |
|
8287 | 8236 |
|
| 8237 | +<a name="cosmos/vesting/v1beta1/tx.proto"></a> |
| 8238 | +<p align="right"><a href="#top">Top</a></p> |
| 8239 | + |
| 8240 | +## cosmos/vesting/v1beta1/tx.proto |
| 8241 | + |
| 8242 | + |
| 8243 | + |
| 8244 | +<a name="cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount"></a> |
| 8245 | + |
| 8246 | +### MsgCreatePeriodicVestingAccount |
| 8247 | +MsgCreateVestingAccount defines a message that enables creating a vesting |
| 8248 | +account. |
| 8249 | + |
| 8250 | + |
| 8251 | +| Field | Type | Label | Description | |
| 8252 | +| ----- | ---- | ----- | ----------- | |
| 8253 | +| `from_address` | [string](#string) | | | |
| 8254 | +| `to_address` | [string](#string) | | | |
| 8255 | +| `start_time` | [int64](#int64) | | | |
| 8256 | +| `vesting_periods` | [Period](#cosmos.vesting.v1beta1.Period) | repeated | | |
| 8257 | + |
| 8258 | + |
| 8259 | + |
| 8260 | + |
| 8261 | + |
| 8262 | + |
| 8263 | +<a name="cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse"></a> |
| 8264 | + |
| 8265 | +### MsgCreatePeriodicVestingAccountResponse |
| 8266 | +MsgCreatePeriodicVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount response type. |
| 8267 | + |
| 8268 | + |
| 8269 | + |
| 8270 | + |
| 8271 | + |
| 8272 | + |
| 8273 | +<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccount"></a> |
| 8274 | + |
| 8275 | +### MsgCreateVestingAccount |
| 8276 | +MsgCreateVestingAccount defines a message that enables creating a vesting |
| 8277 | +account. |
| 8278 | + |
| 8279 | + |
| 8280 | +| Field | Type | Label | Description | |
| 8281 | +| ----- | ---- | ----- | ----------- | |
| 8282 | +| `from_address` | [string](#string) | | | |
| 8283 | +| `to_address` | [string](#string) | | | |
| 8284 | +| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | |
| 8285 | +| `end_time` | [int64](#int64) | | | |
| 8286 | +| `delayed` | [bool](#bool) | | | |
| 8287 | + |
| 8288 | + |
| 8289 | + |
| 8290 | + |
| 8291 | + |
| 8292 | + |
| 8293 | +<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse"></a> |
| 8294 | + |
| 8295 | +### MsgCreateVestingAccountResponse |
| 8296 | +MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. |
| 8297 | + |
| 8298 | + |
| 8299 | + |
| 8300 | + |
| 8301 | + |
| 8302 | + <!-- end messages --> |
| 8303 | + |
| 8304 | + <!-- end enums --> |
| 8305 | + |
| 8306 | + <!-- end HasExtensions --> |
| 8307 | + |
| 8308 | + |
| 8309 | +<a name="cosmos.vesting.v1beta1.Msg"></a> |
| 8310 | + |
| 8311 | +### Msg |
| 8312 | +Msg defines the bank Msg service. |
| 8313 | + |
| 8314 | +| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | |
| 8315 | +| ----------- | ------------ | ------------- | ------------| ------- | -------- | |
| 8316 | +| `CreateVestingAccount` | [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) | [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) | CreateVestingAccount defines a method that enables creating a vesting account. | | |
| 8317 | +| `CreatePeriodicVestingAccount` | [MsgCreatePeriodicVestingAccount](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount) | [MsgCreatePeriodicVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse) | CreatePeriodicVestingAccount defines a method that enables creating a periodic vesting account. | | |
| 8318 | + |
| 8319 | + <!-- end services --> |
| 8320 | + |
| 8321 | + |
| 8322 | + |
8288 | 8323 | ## Scalar Value Types
|
8289 | 8324 |
|
8290 | 8325 | | .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
|
|
0 commit comments