Msg

post/pocket.migration.Msg/AdminRecoverMorseAccount

Request body

authoritystring

The bech32-encoded address of the migration module authority account. ONLY the authority MAY call this admin recovery function.

morse_src_addressstring

The hex-encoded address of the Morse account to recover. NOTE: This address is NOT checked against the allowlist. The authority is trusted to validate recovery requests off-chain.

shannon_dest_addressstring

The bech32-encoded address of the Shannon account to receive recovered tokens.

Response

A successful response.

PocketMigrationMsgAdminRecoverMorseAccountResponse required

MsgAdminRecoverMorseAccountResponse is returned from MsgAdminRecoverMorseAccount.

Next free index: 1 Empty response - check events for recovery details

Changes