MsgDeleteMap

MsgDeleteProtocol deletes the map with the given name.

export interface MsgDeleteMap {
  creator: string,
  mapId: string,
}

Last updated