CommitInfo defines commit information used by the multi-store when committing a version/height.
from message cosmos.base.store.v1beta1.CommitInfo
Optional
from field: repeated cosmos.base.store.v1beta1.StoreInfo store_infos = 2;
from field: google.protobuf.Timestamp timestamp = 3;
from field: int64 version = 1;
Static
Readonly
CommitInfo defines commit information used by the multi-store when committing a version/height.
Generated
from message cosmos.base.store.v1beta1.CommitInfo