|
579 | 579 |
|
580 | 580 | - [Query](#cosmos.upgrade.v1beta1.Query)
|
581 | 581 |
|
582 |
| -- [cosmos/vesting/v1beta1/tx.proto](#cosmos/vesting/v1beta1/tx.proto) |
583 |
| - - [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) |
584 |
| - - [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) |
585 |
| - |
586 |
| - - [Msg](#cosmos.vesting.v1beta1.Msg) |
587 |
| - |
588 | 582 | - [cosmos/vesting/v1beta1/vesting.proto](#cosmos/vesting/v1beta1/vesting.proto)
|
589 | 583 | - [BaseVestingAccount](#cosmos.vesting.v1beta1.BaseVestingAccount)
|
590 | 584 | - [ContinuousVestingAccount](#cosmos.vesting.v1beta1.ContinuousVestingAccount)
|
|
593 | 587 | - [PeriodicVestingAccount](#cosmos.vesting.v1beta1.PeriodicVestingAccount)
|
594 | 588 | - [PermanentLockedAccount](#cosmos.vesting.v1beta1.PermanentLockedAccount)
|
595 | 589 |
|
| 590 | +- [cosmos/vesting/v1beta1/tx.proto](#cosmos/vesting/v1beta1/tx.proto) |
| 591 | + - [MsgCreatePeriodicVestingAccount](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount) |
| 592 | + - [MsgCreatePeriodicVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse) |
| 593 | + - [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) |
| 594 | + - [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) |
| 595 | + |
| 596 | + - [Msg](#cosmos.vesting.v1beta1.Msg) |
| 597 | + |
596 | 598 | - [Scalar Value Types](#scalar-value-types)
|
597 | 599 |
|
598 | 600 |
|
@@ -8282,62 +8284,6 @@ Since: cosmos-sdk 0.43 | GET|/cosmos/upgrade/v1beta1/module_versions|
|
8282 | 8284 |
|
8283 | 8285 |
|
8284 | 8286 |
|
8285 |
| -<a name="cosmos/vesting/v1beta1/tx.proto"></a> |
8286 |
| -<p align="right"><a href="#top">Top</a></p> |
8287 |
| - |
8288 |
| -## cosmos/vesting/v1beta1/tx.proto |
8289 |
| - |
8290 |
| - |
8291 |
| - |
8292 |
| -<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccount"></a> |
8293 |
| - |
8294 |
| -### MsgCreateVestingAccount |
8295 |
| -MsgCreateVestingAccount defines a message that enables creating a vesting |
8296 |
| -account. |
8297 |
| - |
8298 |
| - |
8299 |
| -| Field | Type | Label | Description | |
8300 |
| -| ----- | ---- | ----- | ----------- | |
8301 |
| -| `from_address` | [string](#string) | | | |
8302 |
| -| `to_address` | [string](#string) | | | |
8303 |
| -| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | |
8304 |
| -| `end_time` | [int64](#int64) | | | |
8305 |
| -| `delayed` | [bool](#bool) | | | |
8306 |
| - |
8307 |
| - |
8308 |
| - |
8309 |
| - |
8310 |
| - |
8311 |
| - |
8312 |
| -<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse"></a> |
8313 |
| - |
8314 |
| -### MsgCreateVestingAccountResponse |
8315 |
| -MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. |
8316 |
| - |
8317 |
| - |
8318 |
| - |
8319 |
| - |
8320 |
| - |
8321 |
| - <!-- end messages --> |
8322 |
| - |
8323 |
| - <!-- end enums --> |
8324 |
| - |
8325 |
| - <!-- end HasExtensions --> |
8326 |
| - |
8327 |
| - |
8328 |
| -<a name="cosmos.vesting.v1beta1.Msg"></a> |
8329 |
| - |
8330 |
| -### Msg |
8331 |
| -Msg defines the bank Msg service. |
8332 |
| - |
8333 |
| -| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | |
8334 |
| -| ----------- | ------------ | ------------- | ------------| ------- | -------- | |
8335 |
| -| `CreateVestingAccount` | [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) | [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) | CreateVestingAccount defines a method that enables creating a vesting account. | | |
8336 |
| - |
8337 |
| - <!-- end services --> |
8338 |
| - |
8339 |
| - |
8340 |
| - |
8341 | 8287 | <a name="cosmos/vesting/v1beta1/vesting.proto"></a>
|
8342 | 8288 | <p align="right"><a href="#top">Top</a></p>
|
8343 | 8289 |
|
@@ -8461,6 +8407,92 @@ Since: cosmos-sdk 0.43
|
8461 | 8407 |
|
8462 | 8408 |
|
8463 | 8409 |
|
| 8410 | +<a name="cosmos/vesting/v1beta1/tx.proto"></a> |
| 8411 | +<p align="right"><a href="#top">Top</a></p> |
| 8412 | + |
| 8413 | +## cosmos/vesting/v1beta1/tx.proto |
| 8414 | + |
| 8415 | + |
| 8416 | + |
| 8417 | +<a name="cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount"></a> |
| 8418 | + |
| 8419 | +### MsgCreatePeriodicVestingAccount |
| 8420 | +MsgCreatePeriodicVestingAccount defines a message that enables creating a periodic vesting |
| 8421 | +account. |
| 8422 | + |
| 8423 | + |
| 8424 | +| Field | Type | Label | Description | |
| 8425 | +| ----- | ---- | ----- | ----------- | |
| 8426 | +| `from_address` | [string](#string) | | | |
| 8427 | +| `to_address` | [string](#string) | | | |
| 8428 | +| `start_time` | [int64](#int64) | | | |
| 8429 | +| `vesting_periods` | [Period](#cosmos.vesting.v1beta1.Period) | repeated | | |
| 8430 | + |
| 8431 | + |
| 8432 | + |
| 8433 | + |
| 8434 | + |
| 8435 | + |
| 8436 | +<a name="cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse"></a> |
| 8437 | + |
| 8438 | +### MsgCreatePeriodicVestingAccountResponse |
| 8439 | +MsgCreatePeriodicVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount response type. |
| 8440 | + |
| 8441 | + |
| 8442 | + |
| 8443 | + |
| 8444 | + |
| 8445 | + |
| 8446 | +<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccount"></a> |
| 8447 | + |
| 8448 | +### MsgCreateVestingAccount |
| 8449 | +MsgCreateVestingAccount defines a message that enables creating a vesting |
| 8450 | +account. |
| 8451 | + |
| 8452 | + |
| 8453 | +| Field | Type | Label | Description | |
| 8454 | +| ----- | ---- | ----- | ----------- | |
| 8455 | +| `from_address` | [string](#string) | | | |
| 8456 | +| `to_address` | [string](#string) | | | |
| 8457 | +| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | |
| 8458 | +| `end_time` | [int64](#int64) | | | |
| 8459 | +| `delayed` | [bool](#bool) | | | |
| 8460 | + |
| 8461 | + |
| 8462 | + |
| 8463 | + |
| 8464 | + |
| 8465 | + |
| 8466 | +<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse"></a> |
| 8467 | + |
| 8468 | +### MsgCreateVestingAccountResponse |
| 8469 | +MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. |
| 8470 | + |
| 8471 | + |
| 8472 | + |
| 8473 | + |
| 8474 | + |
| 8475 | + <!-- end messages --> |
| 8476 | + |
| 8477 | + <!-- end enums --> |
| 8478 | + |
| 8479 | + <!-- end HasExtensions --> |
| 8480 | + |
| 8481 | + |
| 8482 | +<a name="cosmos.vesting.v1beta1.Msg"></a> |
| 8483 | + |
| 8484 | +### Msg |
| 8485 | +Msg defines the bank Msg service. |
| 8486 | + |
| 8487 | +| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | |
| 8488 | +| ----------- | ------------ | ------------- | ------------| ------- | -------- | |
| 8489 | +| `CreateVestingAccount` | [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) | [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) | CreateVestingAccount defines a method that enables creating a vesting account. | | |
| 8490 | +| `CreatePeriodicVestingAccount` | [MsgCreatePeriodicVestingAccount](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount) | [MsgCreatePeriodicVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse) | CreatePeriodicVestingAccount defines a method that enables creating a periodic vesting account. | | |
| 8491 | + |
| 8492 | + <!-- end services --> |
| 8493 | + |
| 8494 | + |
| 8495 | + |
8464 | 8496 | ## Scalar Value Types
|
8465 | 8497 |
|
8466 | 8498 | | .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
|
|
0 commit comments