Msg

PruneAcknowledgements defines a rpc handler method for MsgPruneAcknowledgements.

post/ibc.core.channel.v1.Msg/PruneAcknowledgements

Request body

channel_idstring
limitstring uint64
port_idstring
signerstring

Response

A successful response.

total_pruned_sequencesstring uint64

Number of sequences pruned (includes both packet acknowledgements and packet receipts where appropriate).

total_remaining_sequencesstring uint64

Number of sequences left after pruning.

Changes