|
581 | 581 |
|
582 | 582 | - [Query](#cosmos.upgrade.v1beta1.Query)
|
583 | 583 |
|
584 |
| -- [cosmos/vesting/v1beta1/tx.proto](#cosmos/vesting/v1beta1/tx.proto) |
585 |
| - - [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) |
586 |
| - - [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) |
587 |
| - |
588 |
| - - [Msg](#cosmos.vesting.v1beta1.Msg) |
589 |
| - |
590 | 584 | - [cosmos/vesting/v1beta1/vesting.proto](#cosmos/vesting/v1beta1/vesting.proto)
|
591 | 585 | - [BaseVestingAccount](#cosmos.vesting.v1beta1.BaseVestingAccount)
|
592 | 586 | - [ContinuousVestingAccount](#cosmos.vesting.v1beta1.ContinuousVestingAccount)
|
|
595 | 589 | - [PeriodicVestingAccount](#cosmos.vesting.v1beta1.PeriodicVestingAccount)
|
596 | 590 | - [PermanentLockedAccount](#cosmos.vesting.v1beta1.PermanentLockedAccount)
|
597 | 591 |
|
| 592 | +- [cosmos/vesting/v1beta1/tx.proto](#cosmos/vesting/v1beta1/tx.proto) |
| 593 | + - [MsgCreatePeriodicVestingAccount](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount) |
| 594 | + - [MsgCreatePeriodicVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse) |
| 595 | + - [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) |
| 596 | + - [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) |
| 597 | + |
| 598 | + - [Msg](#cosmos.vesting.v1beta1.Msg) |
| 599 | + |
598 | 600 | - [Scalar Value Types](#scalar-value-types)
|
599 | 601 |
|
600 | 602 |
|
@@ -8324,62 +8326,6 @@ Since: cosmos-sdk 0.43 | GET|/cosmos/upgrade/v1beta1/module_versions|
|
8324 | 8326 |
|
8325 | 8327 |
|
8326 | 8328 |
|
8327 |
| -<a name="cosmos/vesting/v1beta1/tx.proto"></a> |
8328 |
| -<p align="right"><a href="#top">Top</a></p> |
8329 |
| - |
8330 |
| -## cosmos/vesting/v1beta1/tx.proto |
8331 |
| - |
8332 |
| - |
8333 |
| - |
8334 |
| -<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccount"></a> |
8335 |
| - |
8336 |
| -### MsgCreateVestingAccount |
8337 |
| -MsgCreateVestingAccount defines a message that enables creating a vesting |
8338 |
| -account. |
8339 |
| - |
8340 |
| - |
8341 |
| -| Field | Type | Label | Description | |
8342 |
| -| ----- | ---- | ----- | ----------- | |
8343 |
| -| `from_address` | [string](#string) | | | |
8344 |
| -| `to_address` | [string](#string) | | | |
8345 |
| -| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | |
8346 |
| -| `end_time` | [int64](#int64) | | | |
8347 |
| -| `delayed` | [bool](#bool) | | | |
8348 |
| - |
8349 |
| - |
8350 |
| - |
8351 |
| - |
8352 |
| - |
8353 |
| - |
8354 |
| -<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse"></a> |
8355 |
| - |
8356 |
| -### MsgCreateVestingAccountResponse |
8357 |
| -MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. |
8358 |
| - |
8359 |
| - |
8360 |
| - |
8361 |
| - |
8362 |
| - |
8363 |
| - <!-- end messages --> |
8364 |
| - |
8365 |
| - <!-- end enums --> |
8366 |
| - |
8367 |
| - <!-- end HasExtensions --> |
8368 |
| - |
8369 |
| - |
8370 |
| -<a name="cosmos.vesting.v1beta1.Msg"></a> |
8371 |
| - |
8372 |
| -### Msg |
8373 |
| -Msg defines the bank Msg service. |
8374 |
| - |
8375 |
| -| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | |
8376 |
| -| ----------- | ------------ | ------------- | ------------| ------- | -------- | |
8377 |
| -| `CreateVestingAccount` | [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) | [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) | CreateVestingAccount defines a method that enables creating a vesting account. | | |
8378 |
| - |
8379 |
| - <!-- end services --> |
8380 |
| - |
8381 |
| - |
8382 |
| - |
8383 | 8329 | <a name="cosmos/vesting/v1beta1/vesting.proto"></a>
|
8384 | 8330 | <p align="right"><a href="#top">Top</a></p>
|
8385 | 8331 |
|
@@ -8503,6 +8449,92 @@ Since: cosmos-sdk 0.43
|
8503 | 8449 |
|
8504 | 8450 |
|
8505 | 8451 |
|
| 8452 | +<a name="cosmos/vesting/v1beta1/tx.proto"></a> |
| 8453 | +<p align="right"><a href="#top">Top</a></p> |
| 8454 | + |
| 8455 | +## cosmos/vesting/v1beta1/tx.proto |
| 8456 | + |
| 8457 | + |
| 8458 | + |
| 8459 | +<a name="cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount"></a> |
| 8460 | + |
| 8461 | +### MsgCreatePeriodicVestingAccount |
| 8462 | +MsgCreatePeriodicVestingAccount defines a message that enables creating a periodic vesting |
| 8463 | +account. |
| 8464 | + |
| 8465 | + |
| 8466 | +| Field | Type | Label | Description | |
| 8467 | +| ----- | ---- | ----- | ----------- | |
| 8468 | +| `from_address` | [string](#string) | | | |
| 8469 | +| `to_address` | [string](#string) | | | |
| 8470 | +| `start_time` | [int64](#int64) | | | |
| 8471 | +| `vesting_periods` | [Period](#cosmos.vesting.v1beta1.Period) | repeated | | |
| 8472 | + |
| 8473 | + |
| 8474 | + |
| 8475 | + |
| 8476 | + |
| 8477 | + |
| 8478 | +<a name="cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse"></a> |
| 8479 | + |
| 8480 | +### MsgCreatePeriodicVestingAccountResponse |
| 8481 | +MsgCreatePeriodicVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount response type. |
| 8482 | + |
| 8483 | + |
| 8484 | + |
| 8485 | + |
| 8486 | + |
| 8487 | + |
| 8488 | +<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccount"></a> |
| 8489 | + |
| 8490 | +### MsgCreateVestingAccount |
| 8491 | +MsgCreateVestingAccount defines a message that enables creating a vesting |
| 8492 | +account. |
| 8493 | + |
| 8494 | + |
| 8495 | +| Field | Type | Label | Description | |
| 8496 | +| ----- | ---- | ----- | ----------- | |
| 8497 | +| `from_address` | [string](#string) | | | |
| 8498 | +| `to_address` | [string](#string) | | | |
| 8499 | +| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | |
| 8500 | +| `end_time` | [int64](#int64) | | | |
| 8501 | +| `delayed` | [bool](#bool) | | | |
| 8502 | + |
| 8503 | + |
| 8504 | + |
| 8505 | + |
| 8506 | + |
| 8507 | + |
| 8508 | +<a name="cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse"></a> |
| 8509 | + |
| 8510 | +### MsgCreateVestingAccountResponse |
| 8511 | +MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. |
| 8512 | + |
| 8513 | + |
| 8514 | + |
| 8515 | + |
| 8516 | + |
| 8517 | + <!-- end messages --> |
| 8518 | + |
| 8519 | + <!-- end enums --> |
| 8520 | + |
| 8521 | + <!-- end HasExtensions --> |
| 8522 | + |
| 8523 | + |
| 8524 | +<a name="cosmos.vesting.v1beta1.Msg"></a> |
| 8525 | + |
| 8526 | +### Msg |
| 8527 | +Msg defines the bank Msg service. |
| 8528 | + |
| 8529 | +| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | |
| 8530 | +| ----------- | ------------ | ------------- | ------------| ------- | -------- | |
| 8531 | +| `CreateVestingAccount` | [MsgCreateVestingAccount](#cosmos.vesting.v1beta1.MsgCreateVestingAccount) | [MsgCreateVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse) | CreateVestingAccount defines a method that enables creating a vesting account. | | |
| 8532 | +| `CreatePeriodicVestingAccount` | [MsgCreatePeriodicVestingAccount](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount) | [MsgCreatePeriodicVestingAccountResponse](#cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse) | CreatePeriodicVestingAccount defines a method that enables creating a periodic vesting account. | | |
| 8533 | + |
| 8534 | + <!-- end services --> |
| 8535 | + |
| 8536 | + |
| 8537 | + |
8506 | 8538 | ## Scalar Value Types
|
8507 | 8539 |
|
8508 | 8540 | | .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
|
|
0 commit comments