MsgDeleteMap

MsgDeleteProtocol deletes the map with the given name.

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

Last updated