Msg

post/pocket.migration.Msg/ImportMorseClaimableAccounts

Request body

authoritystring

authority is the address that controls the module (defaults to x/gov unless overwritten).

morse_account_state_hashstring byte

Verification (high-level): $ pocketd tx migration collect-morse-accounts $<(pocket util export-genesis-for-reset)

Additional docs:

  • pocket util export-genesis-for-migration --help
  • pocketd tx migration collect-morse-accounts --help

Response

A successful response.

num_accountsstring uint64

Number of claimable accounts (EOAs) collected from Morse state export.

state_hashstring byte

On-chain computed sha256 hash of the morse_account_state provided in the corresponding MsgCreateMorseAccountState.

Changes